[Bug target/20036] gcc.dg/compat/vector-[12]_y.c fails to compile

2005-12-04 Thread ghazi at gcc dot gnu dot org
--- Comment #2 from ghazi at gcc dot gnu dot org 2005-12-04 15:07 --- This one was closed for 3.4 without any investigation. Perhaps the fix in 4.0 can be backported if we identify what it was. -- ghazi at gcc dot gnu dot org changed: What|Removed

[Bug target/20036] gcc.dg/compat/vector-[12]_y.c fails to compile

2005-12-04 Thread ghazi at gcc dot gnu dot org
--- Comment #3 from ghazi at gcc dot gnu dot org 2005-12-04 15:09 --- With current 3.4 branch, the logfile error for vector-1 says: gcc.dg/compat/vector-1_x.c: In function `pass_v2hi': gcc.dg/compat/vector-1_x.c:10: internal compiler error: in classify_argument, at

[Bug target/20036] gcc.dg/compat/vector-[12]_y.c fails to compile

2005-12-04 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2005-12-04 15:15 --- gdb shows that we enter i386.c:classify_argument() with a parameter mode of V2HImode which flows into the default case of a switch statement that aborts. The vector-2 testcase dies in the same place, but the

[Bug target/20036] gcc.dg/compat/vector-[12]_y.c fails to compile

2005-05-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-22 14:13 --- Fixed in 4.0.0 and above. -- What|Removed |Added Status|UNCONFIRMED

[Bug target/20036] gcc.dg/compat/vector-[12]_y.c fails to compile

2005-02-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |target Keywords||ice-on-valid-code