[Bug middle-end/38158] FAIL: gcc.c-torture/execute/pr38051.c execution

2008-11-21 Thread danglin at gcc dot gnu dot org
--- Comment #4 from danglin at gcc dot gnu dot org 2008-11-21 16:30 --- Fixed by 2008-11-18 Jakub Jelinek <[EMAIL PROTECTED]> PR tree-optimization/38051 * gcc.c-torture/execute/pr38051.c (buf): Remove aligned attribute. (buf2): Removed. (main): Only ru

[Bug middle-end/38158] FAIL: gcc.c-torture/execute/pr38051.c execution

2008-11-16 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2008-11-16 15:12 --- No. It fails at all optimizations. sizeof (long) is the same as sizeof (void *) on the PA. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38158

[Bug middle-end/38158] FAIL: gcc.c-torture/execute/pr38051.c execution

2008-11-16 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2008-11-16 15:10 --- Starting program: /home/dave/gcc-4.4/objdir/gcc/testsuite/gcc/pr38051.x0g Breakpoint 1, main () at /home/dave/gcc-4.4/gcc/gcc/testsuite/gcc.c-torture/execute/pr38051.c:202 202 __builtin_abort (); (gdb)

[Bug middle-end/38158] FAIL: gcc.c-torture/execute/pr38051.c execution

2008-11-16 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-11-16 15:09 --- Only at -O0? If not probably because the testcase assumes sizeof (long) == sizeof (void *). -- rguenth at gcc dot gnu dot org changed: What|Removed |Added