[Bug bootstrap/92433] [10 regression] r276645 breaks bootstrap on powerpc

2019-11-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92433 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/92433] [10 regression] r276645 breaks bootstrap on powerpc

2019-11-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92433 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Mon Nov 11 20:05:49 2019 New Revision: 278066 URL: https://gcc.gnu.org/viewcvs?rev=278066=gcc=rev Log: PR bootstrap/92433 * config/rs6000/rs6000-c.c

[Bug bootstrap/92433] [10 regression] r276645 breaks bootstrap on powerpc

2019-11-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92433 --- Comment #6 from Jakub Jelinek --- (In reply to Segher Boessenkool from comment #5) > if (y) > { > gcc_assert (n == 3); > std::swap (arg_type[1], arg_type[2]); > } > > > ? gcc_assert will work too unless the host

[Bug bootstrap/92433] [10 regression] r276645 breaks bootstrap on powerpc

2019-11-11 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92433 --- Comment #5 from Segher Boessenkool --- if (y) { gcc_assert (n == 3); std::swap (arg_type[1], arg_type[2]); } ?

[Bug bootstrap/92433] [10 regression] r276645 breaks bootstrap on powerpc

2019-11-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92433 --- Comment #4 from Jakub Jelinek --- Reduced testcase that results in the warning also on x86_64-linux with -O2 -Wall: struct S { void *p; struct S *q; }; void bar (int, ...); void foo (struct S *x, int n, int y) { void *arg_type[3]; for

[Bug bootstrap/92433] [10 regression] r276645 breaks bootstrap on powerpc

2019-11-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92433 --- Comment #3 from Jakub Jelinek --- (In reply to Andreas Schwab from comment #2) > That doesn't fix the spurious warning, though. Sure, it doesn't, that was just a random comment when I have spent a minute looking at the code in question.

[Bug bootstrap/92433] [10 regression] r276645 breaks bootstrap on powerpc

2019-11-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92433 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org

[Bug bootstrap/92433] [10 regression] r276645 breaks bootstrap on powerpc

2019-11-09 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92433 --- Comment #2 from Andreas Schwab --- That doesn't fix the spurious warning, though.

[Bug bootstrap/92433] [10 regression] r276645 breaks bootstrap on powerpc

2019-11-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92433 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,