[Bug libstdc++/41280] [4.5 Regression] Revision 151352 breaks 32bit libstdc++

2009-09-05 Thread paolo dot carlini at oracle dot com
-- paolo dot carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last re

[Bug middle-end/41260] [4.5 Regression] major regressions on x86_64-apple-darwin10 caused by r147995

2009-09-05 Thread jakub at gcc dot gnu dot org
--- Comment #21 from jakub at gcc dot gnu dot org 2009-09-05 19:21 --- What unwinder are you using? The freshly built libgcc_s, or some outdated darwin system libgcc_s? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41260

[Bug tree-optimization/41181] [4.5 Regression] internal compiler error when using x86_64-w64-mingw32-gcc to build ffmpeg ac3enc.c

2009-09-05 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-09-05 19:32 --- Subject: Bug 41181 Author: rguenth Date: Sat Sep 5 19:32:25 2009 New Revision: 151455 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151455 Log: 2009-09-05 Richard Guenther PR middle-end/41181

[Bug tree-optimization/41181] [4.5 Regression] internal compiler error when using x86_64-w64-mingw32-gcc to build ffmpeg ac3enc.c

2009-09-05 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-09-05 19:32 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/41260] [4.5 Regression] major regressions on x86_64-apple-darwin10 caused by r147995

2009-09-05 Thread howarth at nitro dot med dot uc dot edu
--- Comment #22 from howarth at nitro dot med dot uc dot edu 2009-09-05 19:34 --- I am using the from the gcc build. The test case binary is built as... otool -L eh-vararg-2.exe eh-vararg-2.exe: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 124.1.1)

[Bug c++/41214] [4.5 regression] Null pointer dereferenced in _Unwind_SetGR()

2009-09-05 Thread d dot g dot gorbachev at gmail dot com
--- Comment #6 from d dot g dot gorbachev at gmail dot com 2009-09-05 20:26 --- Hi, Configure and build GCC with ../gcc-4.5/configure --enable-languages=c,c++ \ --disable-shared --disable-bootstrap make CFLAGS_FOR_TARGET=-O3 The -O3 option, or -finline-functions -finline-small-fu

[Bug target/41246] should "sorry" when regparm=3 and nested functions are encountered

2009-09-05 Thread phcoder at gmail dot com
--- Comment #13 from phcoder at gmail dot com 2009-09-05 20:34 --- (In reply to comment #2) > Created an attachment (id=18480) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18480&action=view) [edit] > gcc45-pr41246.patch > > I'm afraid there is nothing that can make that unmodifie

[Bug c++/41214] [4.5 regression] Null pointer dereferenced in _Unwind_SetGR()

2009-09-05 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-09-05 20:39 --- Your patch is probably correct as static void uw_init_context_1 (struct _Unwind_Context *context, void *outer_cfa, void *outer_ra) { void *ra = __builtin_extract_return_addr (__builtin_return_ad

[Bug c/41282] New: mplayer compilation fail with gcc-trunk

2009-09-05 Thread ojab at ojab dot ru
Target: x86_64-unknown-linux-gnu Configured with: /sources/gcc-trunk/configure --prefix=/usr/local --libexecdir=/usr/local/lib --enable-shared --enable-threads=posix --enable-__xa_atexit --enable-clocale=gnu --enable-languages=c --disable-multilib --enable-bootstrap Thread model: posix /usr/local/

[Bug c/41282] mplayer compilation fail with gcc-trunk

2009-09-05 Thread ojab at ojab dot ru
--- Comment #1 from ojab at ojab dot ru 2009-09-05 20:50 --- Created an attachment (id=18513) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18513&action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41282

[Bug c/41282] mplayer compilation fail with gcc-trunk

2009-09-05 Thread ojab at ojab dot ru
--- Comment #2 from ojab at ojab dot ru 2009-09-05 20:56 --- gcc version 4.5.0 20090905 (experimental) (GCC) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41282

[Bug c++/41254] crashed compile Qt4 gui library

2009-09-05 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-09-05 21:04 --- Created an attachment (id=18514) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18514&action=view) testcase Testcase, reduced with 8mb stack limit (default on x86-64) and a cc1plus built with a host gcc 4.3 com

[Bug middle-end/41254] [4.5 Regression] crashed compile Qt4 gui library

2009-09-05 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Component|c++ |middle-end E

[Bug middle-end/41254] [4.5 Regression] crashed compile Qt4 gui library

2009-09-05 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-09-05 21:10 --- Created an attachment (id=18515) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18515&action=view) testcase Recursion depth of 1200 with the following simple testcase (well, more - it segfaults with 1mb stack).

[Bug middle-end/41254] [4.5 Regression] crashed compile Qt4 gui library

2009-09-05 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-09-05 21:12 --- The original testcase works fine with unlimited stack. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41254

[Bug middle-end/41260] [4.5 Regression] major regressions on x86_64-apple-darwin10 caused by r147995

2009-09-05 Thread howarth at nitro dot med dot uc dot edu
--- Comment #23 from howarth at nitro dot med dot uc dot edu 2009-09-05 22:05 --- These failures in the g++ and libjava testsuites do not occur for x86_64-apple-darwin9 with current gcc. These would appear an issue specific to or only triggered on x86_64-apple-darwin10. I'll try the m64

[Bug middle-end/41254] [4.5 Regression] crashed compile Qt4 gui library

2009-09-05 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2009-09-05 22:29 --- I have a patch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedT

[Bug c/41282] [4.5 Regression] mplayer compilation fail with gcc-trunk

2009-09-05 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-09-05 22:40 --- Confirmed with -O1. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug c++/41214] [4.5 regression] Null pointer dereferenced in _Unwind_SetGR()

2009-09-05 Thread d dot g dot gorbachev at gmail dot com
--- Comment #8 from d dot g dot gorbachev at gmail dot com 2009-09-05 22:48 --- http://gcc.gnu.org/ml/gcc-patches/2009-09/msg00415.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41214

[Bug middle-end/41254] [4.5 Regression] crashed compile Qt4 gui library

2009-09-05 Thread t66667 at gmail dot com
--- Comment #11 from t7 at gmail dot com 2009-09-06 00:03 --- I can test the patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41254

[Bug middle-end/41260] [4.5 Regression] major regressions on x86_64-apple-darwin10 caused by r147995

2009-09-05 Thread howarth at nitro dot med dot uc dot edu
--- Comment #24 from howarth at nitro dot med dot uc dot edu 2009-09-06 00:29 --- Okay, this issue also impacts the -m64 code generation of the i686-apple-darwin10 target, I see the same set of failures as in Comment 12 with r151455. So this issue is darwin10 specific and isn't seen wit

[Bug c/41282] [4.5 Regression] Revision 151394 failed to compile mplayer

2009-09-05 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2009-09-06 01:27 --- It is caused by revision 151394: http://gcc.gnu.org/ml/gcc-cvs/2009-09/msg00140.html -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

<    1   2