[Bug rtl-optimization/39522] [4.4 Regression] fix for PR37514 gives FAIL: gcc.c-torture/execute/stdarg-3.c compilation, -O3 -fomit-frame-pointer -funroll-loops (internal compiler error)

2009-03-26 Thread vmakarov at gcc dot gnu dot org
--- Comment #5 from vmakarov at gcc dot gnu dot org 2009-03-26 19:21 --- Subject: Bug 39522 Author: vmakarov Date: Thu Mar 26 19:21:18 2009 New Revision: 145093 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145093 Log: 2009-03-26 Vladimir Makarov vmaka...@redhat.com

[Bug rtl-optimization/39522] [4.4 Regression] fix for PR37514 gives FAIL: gcc.c-torture/execute/stdarg-3.c compilation, -O3 -fomit-frame-pointer -funroll-loops (internal compiler error)

2009-03-26 Thread hp at gcc dot gnu dot org
--- Comment #6 from hp at gcc dot gnu dot org 2009-03-27 05:46 --- Closing. The patch, now committed, does the job with no regressions for crisv32-axis-linux-gnu. -- hp at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/39522] [4.4 Regression] fix for PR37514 gives FAIL: gcc.c-torture/execute/stdarg-3.c compilation, -O3 -fomit-frame-pointer -funroll-loops (internal compiler error)

2009-03-25 Thread vmakarov at redhat dot com
--- Comment #3 from vmakarov at redhat dot com 2009-03-25 21:05 --- Thanks for reporting this. The compiler is broken on gcc_assert in the following code + else if ((code == PRE_INC || code == PRE_DEC + || code == POST_INC || code ==

[Bug rtl-optimization/39522] [4.4 Regression] fix for PR37514 gives FAIL: gcc.c-torture/execute/stdarg-3.c compilation, -O3 -fomit-frame-pointer -funroll-loops (internal compiler error)

2009-03-25 Thread hp at gcc dot gnu dot org
--- Comment #4 from hp at gcc dot gnu dot org 2009-03-26 01:34 --- Patch at http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01229.html. Thanks! I'll test crisv32-axis-linux-gnu and report. -- hp at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/39522] [4.4 Regression] fix for PR37514 gives FAIL: gcc.c-torture/execute/stdarg-3.c compilation, -O3 -fomit-frame-pointer -funroll-loops (internal compiler error)

2009-03-22 Thread hp at gcc dot gnu dot org
--- Comment #1 from hp at gcc dot gnu dot org 2009-03-22 22:34 --- Created an attachment (id=17515) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17515action=view) preprocessed stdarg-3.c to avoid stdarg.h dependency. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39522

[Bug rtl-optimization/39522] [4.4 Regression] fix for PR37514 gives FAIL: gcc.c-torture/execute/stdarg-3.c compilation, -O3 -fomit-frame-pointer -funroll-loops (internal compiler error)

2009-03-22 Thread hp at gcc dot gnu dot org
--- Comment #2 from hp at gcc dot gnu dot org 2009-03-22 23:04 --- Same bug is present as a g++.dg/torture/pr31863.C -O2 (and higher) regression. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39522