[Bug target/23240] gcc.c-torture/execute/pr23135.c execution fails

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23240

[Bug target/23240] gcc.c-torture/execute/pr23135.c execution fails

2005-10-12 Thread wilson at gcc dot gnu dot org
--- Comment #5 from wilson at gcc dot gnu dot org 2005-10-12 23:49 --- This fails in the 20051005 testsuite results http://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00197.html but not the 20051006 testsuite results http://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00240.html This

[Bug target/23240] gcc.c-torture/execute/pr23135.c execution fails

2005-09-08 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-09-08 16:34 --- This test uses vectors. It looks like the vector code for IA64 was written and tested on Linux (which is little-endian) and this test fails on HP-UX which is big-endian. The program below prints '1500 1300' on

[Bug target/23240] gcc.c-torture/execute/pr23135.c execution fails

2005-08-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-10 12:12 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug target/23240] gcc.c-torture/execute/pr23135.c execution fails

2005-08-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-05 16:51 --- Hmm, does this work now after PR 23135 was fixed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23240

[Bug target/23240] gcc.c-torture/execute/pr23135.c execution fails

2005-08-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-04 21:56 --- This looks like a target issue. -- What|Removed |Added Component|tree-optimization