[Bug middle-end/89972] [8/9 Regression] ICE in expand_call, at calls.c:4229

2019-04-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89972 Marek Polacek changed: What|Removed |Added Status|NEW |WAITING --- Comment #7 from Marek

[Bug middle-end/89972] [8/9 Regression] ICE in expand_call, at calls.c:4229

2019-04-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89972 --- Comment #6 from Marek Polacek --- That'd be much appreciated, I was puzzled as to what we should do when I first took a look at this.

[Bug middle-end/89972] [8/9 Regression] ICE in expand_call, at calls.c:4229

2019-04-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89972 --- Comment #5 from Jakub Jelinek --- (In reply to H.J. Lu from comment #4) > > So, do we want to ignore the TYPE_EMPTY_P arguments even for argument > > alignment computations (both at the caller and callee)? > > We should ask it in x86-64

[Bug middle-end/89972] [8/9 Regression] ICE in expand_call, at calls.c:4229

2019-04-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89972 --- Comment #4 from H.J. Lu --- (In reply to Jakub Jelinek from comment #3) > Looking at > struct S { long a[0] __attribute__ ((aligned (32))); }; > long double u; > void baz (struct S *); > void bar (long double x, struct S y, long double z) >

[Bug middle-end/89972] [8/9 Regression] ICE in expand_call, at calls.c:4229

2019-04-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89972 --- Comment #3 from Jakub Jelinek --- Looking at struct S { long a[0] __attribute__ ((aligned (32))); }; long double u; void baz (struct S *); void bar (long double x, struct S y, long double z) { u = x + z; baz (); } this doesn't ICE, but

[Bug middle-end/89972] [8/9 Regression] ICE in expand_call, at calls.c:4229

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

[Bug middle-end/89972] [8/9 Regression] ICE in expand_call, at calls.c:4229

2019-04-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89972 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Component|c