[Bug middle-end/36286] New: [4.4 Regression] ICE with -ftree-loop-linear and -O1 and above

2008-05-21 Thread dominiq at lps dot ens dot fr
At revision 135707, 13 tests (out of 16) of the polyhedron testsuite (exceptions: gas_dyn, linpk, and nf) fail with options-ftree-loop-linear and -O1 and above: [ibook-dhum] lin/test% gfc -w -O1 -ftree-loop-linear tfft.f90 tfft.f90: In function 'rfft': tfft.f90:152: internal compiler error: in

[Bug tree-optimization/36287] New: ICE with -O -ftree-loop-linear

2008-05-21 Thread wouter dot vermaelen at scarlet dot be
(This may or may not be the same issue as 36286, though the compiler error message is different) cat bug.ii int tab[2][2]; void f() { for (int i = 0; i 2; ++i) { for (int j = 0; j 2; ++j) { for (int k = 0; k 2; ++k) { } }

[Bug c++/36288] New: OpenMP-C++: segmentation fault in basic string constructors

2008-05-21 Thread hailijuan at gmail dot com
the testcase b.cc is attached to show the problem. the error just happened with -m64. -bash-3.00$ /import/dr3/s10/gcc-4.2/bin/g++ b.cc -m64 -fopenmp -bash-3.00$ export LD_LIBRARY_PATH=/import/dr3/s10/gcc-4.2/lib/sparcv9 -bash-3.00$ ./a.out Segmentation Fault (core dumped) -bash-3.00$ dbx a.out

[Bug c++/36288] OpenMP-C++: segmentation fault in basic string constructors

2008-05-21 Thread hailijuan at gmail dot com
--- Comment #1 from hailijuan at gmail dot com 2008-05-21 08:41 --- Created an attachment (id=15660) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15660action=view) C++ OpenMP program. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36288

[Bug target/36079] [4.3/4.4 Regression] cld instruction is not emitted anymore.

2008-05-21 Thread uros at gcc dot gnu dot org
--- Comment #11 from uros at gcc dot gnu dot org 2008-05-21 08:54 --- Subject: Bug 36079 Author: uros Date: Wed May 21 08:54:15 2008 New Revision: 135711 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135711 Log: PR target/36079 * configure.ac: Handle

[Bug middle-end/36286] [4.4 Regression] ICE with -ftree-loop-linear and -O1 and above

2008-05-21 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2008-05-21 08:52 --- I also see it on powerpc-apple-darwin9 at revision 135683. The following reduced case: program test_count integer, dimension(2,3) :: a, b a = reshape( (/ 1, 3, 5, 2, 4, 6 /), (/ 2, 3 /)) b = reshape( (/

[Bug tree-optimization/36287] ICE with -O -ftree-loop-linear

2008-05-21 Thread wouter dot vermaelen at scarlet dot be
--- Comment #1 from wouter dot vermaelen at scarlet dot be 2008-05-21 09:06 --- Sorry, compilation line in the previous comment should be g++ -O -ftree-loop-linear bug.ii Bug seems to be introduced in revision 135672: 135671 is still ok 135672 has this bug --

[Bug target/35659] [4.3/4.4 Regression] Miscompiled code with -O2 (but not with -O2 -funroll-loops) on ia64

2008-05-21 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-05-21 10:39 --- Mark, you made this P5, but ia64-linux is a secondary platform. P3 again to get it on the radar. But not higher priority because we don't have exactly what I would call a testcase. -- rguenth at gcc dot gnu

[Bug tree-optimization/36287] [4.4 Regression] ICE with -O -ftree-loop-linear

2008-05-21 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-05-21 10:41 --- Sebastian, that was your change. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/36286] [4.4 Regression] ICE with -ftree-loop-linear and -O1 and above

2008-05-21 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||spop at gcc dot gnu dot org Keywords|

[Bug middle-end/36143] [4.4 Regression]: FAIL: g++.dg/tree-ssa/pr19637.C

2008-05-21 Thread hp at gcc dot gnu dot org
--- Comment #9 from hp at gcc dot gnu dot org 2008-05-21 11:14 --- If the patch is ready and tested, fine: post it. Do you need help testing? If something else needs done, please be explicit. Otherwise, it seems this PR is ripe for being marked as an xfail. --

[Bug c++/36290] New: Excessive build time

2008-05-21 Thread naufraghi at develer dot com
[EMAIL PROTECTED]:/opt/stuff/$ g++ -v -save-temps -c -pipe -fPIC -O3 -Wall -W -D_REENTRANT -DQT3_SUPPORT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/opt/stuff/lib/build -I/usr/include/python2.5 -I/usr/mkspecs/linux-g++

[Bug c++/36290] Excessive build time

2008-05-21 Thread naufraghi at develer dot com
--- Comment #1 from naufraghi at develer dot com 2008-05-21 14:08 --- Created an attachment (id=15662) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15662action=view) ii file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36290

[Bug c++/36290] Excessive build time

2008-05-21 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-05-21 14:18 --- *** This bug has been marked as a duplicate of 30052 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30052] [4.2 Regression] points-to analysis slow and memory hungry

2008-05-21 Thread rguenth at gcc dot gnu dot org
--- Comment #55 from rguenth at gcc dot gnu dot org 2008-05-21 14:18 --- *** Bug 36290 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug objc/36283] When a class method, pointed by id, returns float, it returns wrong value

2008-05-21 Thread jongampark at sbcglobal dot net
--- Comment #6 from jongampark at sbcglobal dot net 2008-05-21 14:57 --- (In reply to comment #2) Try using -Wstrict-selector-match and see what you get. The gcc 3.4.5 came from the MingW doesn't recognize the flag. And even without it, it warns multiply declared methods. --

[Bug middle-end/36286] [4.4 Regression] ICE with -ftree-loop-linear and -O1 and above

2008-05-21 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-05-21 15:05 --- Same with x86-64. (Found here with the polyhedron test suite. Fails: rev135708, OK: Rev.135602.) -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/35846] ICE on nested character constructors

2008-05-21 Thread d at domob dot eu
--- Comment #3 from d at domob dot eu 2008-05-21 15:06 --- Created an attachment (id=15663) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15663action=view) Testcase without nested array constructors Actually, this does not depend on nested array constructors as this test-case

[Bug fortran/35846] ICE on nested character constructors

2008-05-21 Thread d at domob dot eu
--- Comment #4 from d at domob dot eu 2008-05-21 15:06 --- Created an attachment (id=15664) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15664action=view) Testcase without nested array constructors Actually, this does not depend on nested array constructors as this test-case

[Bug target/35658] [4.3/4.4 regression] Bad interaction on ia64 between -funroll-loops -fno-automatic -O2 and common block variable

2008-05-21 Thread sje at cup dot hp dot com
--- Comment #4 from sje at cup dot hp dot com 2008-05-21 15:30 --- Now I can reproduce it. I don't know if you intended this or not but the clean target in the Makefile removed the good objects but left the bad one so that when I rebuilt I still had the old bad object around. --

[Bug c++/35836] Wrong instruction generated for comparison with zero on PPC 64 bit

2008-05-21 Thread oder at eleks dot lviv dot ua
--- Comment #9 from oder at eleks dot lviv dot ua 2008-05-21 15:39 --- Created an attachment (id=15666) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15666action=view) Sources without Mac headers So, I had some free time an enthusiasm to modify the example and remove Apple headers

[Bug c++/35836] Wrong instruction generated for comparison with zero on PPC 64 bit

2008-05-21 Thread oder at eleks dot lviv dot ua
-- oder at eleks dot lviv dot ua changed: What|Removed |Added Status|WAITING |UNCONFIRMED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35836

[Bug target/35836] Wrong instruction generated for comparison with zero on PPC 64 bit

2008-05-21 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2008-05-21 15:45 --- OSAtomicIncrement32Barrier will return a 32bit signed extended value to a 64bit so using a 64bit compare is fine and ok according to the ABI. -- pinskia at gcc dot gnu dot org changed: What

[Bug tree-optimization/30052] [4.2 Regression] points-to analysis slow and memory hungry

2008-05-21 Thread giovannibajo at libero dot it
--- Comment #56 from giovannibajo at libero dot it 2008-05-21 15:49 --- What is the workaround for this bug? It looks like not even -O1 fixes the compile-time hog. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30052

[Bug tree-optimization/30052] [4.2 Regression] points-to analysis slow and memory hungry

2008-05-21 Thread rguenth at gcc dot gnu dot org
--- Comment #57 from rguenth at gcc dot gnu dot org 2008-05-21 15:51 --- Fixed since 4.3.0, WONTFIX on earlier branches. There is no workaround. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30052

[Bug tree-optimization/36181] Simple for loop generates ICE with -ftree-parallelize-loops=2

2008-05-21 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2008-05-21 15:57 --- Subject: Bug 36181 Author: spop Date: Wed May 21 15:56:57 2008 New Revision: 135722 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135722 Log: 2008-05-15 Sebastian Pop [EMAIL PROTECTED] Jan Sjodin

[Bug fortran/36257] SPREAD gives wrong results with array CHARACTER parameters

2008-05-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2008-05-21 16:02 --- Subject: Bug 36257 Author: fxcoudert Date: Wed May 21 16:01:08 2008 New Revision: 135723 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135723 Log: PR fortran/36257 *

[Bug tree-optimization/30052] [4.2 Regression] points-to analysis slow and memory hungry

2008-05-21 Thread rguenth at gcc dot gnu dot org
--- Comment #58 from rguenth at gcc dot gnu dot org 2008-05-21 16:05 --- Note that for 4.3 the testcases are still slow and memory-hungry but not because of PTA but because of memory partitioning (we have a PR for that) and because of call clobber analysis. tree find ref. vars :

[Bug tree-optimization/36291] New: GCC is slow and memory-hungry building sipQtGuipart.cpp

2008-05-21 Thread rguenth at gcc dot gnu dot org
Testcase is from PR30052: http://gcc.gnu.org/bugzilla/attachment.cgi?id=13678 current GCC 4.3 branch gives us a peak memory usage of 1.8GB on x86_64 and tree find ref. vars : 15.36 ( 5%) usr 0.80 ( 8%) sys 15.90 ( 5%) wall 817801 kB (35%) ggc tree alias analysis : 16.27 ( 5%) usr

[Bug tree-optimization/30052] [4.2 Regression] points-to analysis slow and memory hungry

2008-05-21 Thread rguenth at gcc dot gnu dot org
--- Comment #59 from rguenth at gcc dot gnu dot org 2008-05-21 16:07 --- - PR36291. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30052

[Bug fortran/36257] SPREAD gives wrong results with array CHARACTER parameters

2008-05-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2008-05-21 16:12 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/35836] Wrong instruction generated for comparison with zero on PPC 64 bit

2008-05-21 Thread oder at eleks dot lviv dot ua
--- Comment #11 from oder at eleks dot lviv dot ua 2008-05-21 16:27 --- (In reply to comment #10) OSAtomicIncrement32Barrier will return a 32bit signed extended value to a 64bit so using a 64bit compare is fine and ok according to the ABI. Yes, but it returns value in 64-bit

[Bug other/36292] New: [4.4 Regression]: Many failures in gcc.dg/pch/

2008-05-21 Thread hjl dot tools at gmail dot com
Revision 135708 has many failures in gcc.dg/pch/ on Linux/ia32: FAIL: gcc.dg/pch/counter-2.c -O0 -g FAIL: gcc.dg/pch/counter-2.c -O0 FAIL: gcc.dg/pch/counter-2.c -O1 FAIL: gcc.dg/pch/counter-2.c -O2 FAIL: gcc.dg/pch/counter-2.c -O3 -fomit-frame-pointer FAIL: gcc.dg/pch/counter-2.c -O3 -g

[Bug target/35836] Wrong instruction generated for comparison with zero on PPC 64 bit

2008-05-21 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2008-05-21 16:31 --- Your testcase here is invalid as you have two different return types for the same function. If Apple's libc does not fully implement the ABI correctly, that is their bug, please report it to them. --

[Bug tree-optimization/36287] [4.4 Regression] ICE with -O -ftree-loop-linear

2008-05-21 Thread sebpop at gmail dot com
--- Comment #3 from sebpop at gmail dot com 2008-05-21 16:31 --- Subject: Re: [4.4 Regression] ICE with -O -ftree-loop-linear Sebastian, that was your change. http://gcc.gnu.org/viewcvs?view=revrevision=135672 was a clean-up of the lambda framework. I'm working on a fix. --

Re: [Bug tree-optimization/36287] [4.4 Regression] ICE with -O -ftree-loop-linear

2008-05-21 Thread Sebastian Pop
Sebastian, that was your change. http://gcc.gnu.org/viewcvs?view=revrevision=135672 was a clean-up of the lambda framework. I'm working on a fix.

[Bug testsuite/36292] [4.4 Regression]: Many failures in gcc.dg/pch/

2008-05-21 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2008-05-21 16:35 --- I got Executing on host: /export/build/gnu/gcc/build-x86_64-linux/stage1-gcc/xgcc -B/export/build/gnu/gcc/build-x86_64-linux/stage1-gcc/ /net/gnu-13/export/gnu/src/gcc/gcc/gcc/testsuite/gcc.dg/pch/counter-2.c -O0

[Bug testsuite/36292] [4.4 Regression]: Many failures in gcc.dg/pch/

2008-05-21 Thread nathan at gcc dot gnu dot org
--- Comment #2 from nathan at gcc dot gnu dot org 2008-05-21 17:00 --- working on it -- nathan at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/36287] [4.4 Regression] ICE with -O -ftree-loop-linear

2008-05-21 Thread spop at gcc dot gnu dot org
-- spop at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |spop at gcc dot gnu dot org |dot org

Re: [Bug tree-optimization/36287] [4.4 Regression] ICE with -O -ftree-loop-linear

2008-05-21 Thread Sebastian Pop
Fix attached: that's a bad typo. This also fixes PR36286. Sent to regstrap on gccfarm. I will commit it just after it passes. Sebastian email: [EMAIL PROTECTED] branch:trunk revision:HEAD configure: make: check: 2008-05-21 Sebastian Pop [EMAIL PROTECTED] PR tree-optimization/36286 *

[Bug tree-optimization/36287] [4.4 Regression] ICE with -O -ftree-loop-linear

2008-05-21 Thread sebpop at gmail dot com
--- Comment #4 from sebpop at gmail dot com 2008-05-21 18:49 --- Subject: Re: [4.4 Regression] ICE with -O -ftree-loop-linear Fix attached: that's a bad typo. This also fixes PR36286. Sent to regstrap on gccfarm. I will commit it just after it passes. Sebastian --- Comment #5

[Bug target/36280] -fno-leading-underscore doesn't work

2008-05-21 Thread ktietz at gcc dot gnu dot org
--- Comment #2 from ktietz at gcc dot gnu dot org 2008-05-21 19:31 --- In cygming.h the macro ASM_OUTPUT_LABELREF uses USER_LABEL_PREFIX, but should use user_label_prefix to support -f(no-)leading-underscore. I posted a patch for this bug to patch-gcc.

[Bug target/36280] -fno-leading-underscore doesn't work

2008-05-21 Thread ktietz at gcc dot gnu dot org
--- Comment #3 from ktietz at gcc dot gnu dot org 2008-05-21 19:38 --- Committed revision 135733. -- ktietz at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/36023] [4.1/4.3/4.4 regression] ICE with cast to variable-sized object

2008-05-21 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2008-05-21 19:56 --- Subject: Bug 36023 Author: jakub Date: Wed May 21 19:56:03 2008 New Revision: 135734 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135734 Log: PR c++/36023 * cp-tree.h

[Bug c++/36023] [4.1/4.3/4.4 regression] ICE with cast to variable-sized object

2008-05-21 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2008-05-21 19:57 --- Subject: Bug 36023 Author: jakub Date: Wed May 21 19:57:06 2008 New Revision: 135735 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135735 Log: PR c++/36023 * cp-tree.h

[Bug c++/36023] [4.1/4.3/4.4 regression] ICE with cast to variable-sized object

2008-05-21 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2008-05-21 19:59 --- Subject: Bug 36023 Author: jakub Date: Wed May 21 19:58:27 2008 New Revision: 135736 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135736 Log: PR c++/36023 * cp-tree.h

[Bug c++/36023] [4.1/4.3/4.4 regression] ICE with cast to variable-sized object

2008-05-21 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-05-21 19:59 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug testsuite/36292] [4.4 Regression]: Many failures in gcc.dg/pch/

2008-05-21 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug preprocessor/27777] Bad diagnostic emission when #error contains a trigraph

2008-05-21 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2008-05-21 21:53 --- Subject: Bug 2 Author: tromey Date: Wed May 21 21:52:57 2008 New Revision: 135740 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135740 Log: gcc/testsuite PR preprocessor/2: *

[Bug preprocessor/27777] Bad diagnostic emission when #error contains a trigraph

2008-05-21 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2008-05-21 21:56 --- Fixed on trunk. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/36287] [4.4 Regression] ICE with -O -ftree-loop-linear

2008-05-21 Thread spop at gcc dot gnu dot org
--- Comment #6 from spop at gcc dot gnu dot org 2008-05-21 23:13 --- Subject: Bug 36287 Author: spop Date: Wed May 21 23:13:00 2008 New Revision: 135741 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135741 Log: 2008-05-21 Sebastian Pop [EMAIL PROTECTED] PR

[Bug middle-end/36286] [4.4 Regression] ICE with -ftree-loop-linear and -O1 and above

2008-05-21 Thread spop at gcc dot gnu dot org
--- Comment #3 from spop at gcc dot gnu dot org 2008-05-21 23:13 --- Subject: Bug 36286 Author: spop Date: Wed May 21 23:13:00 2008 New Revision: 135741 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135741 Log: 2008-05-21 Sebastian Pop [EMAIL PROTECTED] PR

[Bug tree-optimization/36287] [4.4 Regression] ICE with -O -ftree-loop-linear

2008-05-21 Thread spop at gcc dot gnu dot org
--- Comment #7 from spop at gcc dot gnu dot org 2008-05-21 23:14 --- Fixed. -- spop at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/36286] [4.4 Regression] ICE with -ftree-loop-linear and -O1 and above

2008-05-21 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2008-05-21 23:14 --- Fixed. -- spop at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug tree-optimization/36293] New: ICE or wrong code in vector-strided gap tests

2008-05-21 Thread janis at gcc dot gnu dot org
This patch: http://gcc.gnu.org/viewcvs?view=revrev=135290 r135290 | irar | 2008-05-14 12:28:53 + (Wed, 14 May 2008) causes the following test failures on powerpc64-linux with both -m32 and -m64: FAIL: gcc.dg/vect/vect-strided-a-u8-i8-gap2.c (internal compiler error) FAIL:

[Bug c/36294] New: gcc exited and told me to report a bug (details follow)

2008-05-21 Thread paulbeard at gmail dot com
I didn't know how to summarize this to one line. [EMAIL PROTECTED] /usr/ports/x11-toolkits/py-gtk2/work/pygtk-2.12.1/gtk]# gcc -v -save-temps -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.5 -I/usr/local/include/pygtk-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include

[Bug tree-optimization/36295] New: vect testsuite regressions from fold_const fix

2008-05-21 Thread janis at gcc dot gnu dot org
This patch: http://gcc.gnu.org/viewcvs?view=revrev=133144 r133144 | bonzini | 2008-03-12 11:33:45 -0400 (Wed, 12 Mar 2008) causes the following test failures (and new XPASS) on powerpc64-linux with both -m32 and -m64: FAIL: gcc.dg/vect/vect-strided-store-u16-i4.c scan-tree-dump-times

[Bug target/36079] [4.3/4.4 Regression] cld instruction is not emitted anymore.

2008-05-21 Thread cnstar9988 at gmail dot com
--- Comment #12 from cnstar9988 at gmail dot com 2008-05-22 02:41 --- I have read the discussions on gcc-patches. The patchs: --enable-cld used default on x86 and x86_64. If build gcc 4.3.1 using --enable-cld: when use -m32, gcc use -mcld default. when use -m64, gcc not

[Bug middle-end/36294] gcc exited and told me to report a bug (details follow)

2008-05-21 Thread paulbeard at gmail dot com
--- Comment #1 from paulbeard at gmail dot com 2008-05-22 03:06 --- Here is a more complete report: gcc -v -save-temps -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.5 -I/usr/local/include/pygtk-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I./gtk

[Bug bootstrap/33100] [4.3/4.4 regression] on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0

2008-05-21 Thread Daniel dot Davies at xerox dot com
--- Comment #14 from Daniel dot Davies at xerox dot com 2008-05-22 03:14 --- Bug also hit when installing 4.2.4. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33100

[Bug tree-optimization/36295] vect testsuite regressions from fold_const fix

2008-05-21 Thread irar at il dot ibm dot com
--- Comment #1 from irar at il dot ibm dot com 2008-05-22 05:41 --- *** This bug has been marked as a duplicate of 35642 *** -- irar at il dot ibm dot com changed: What|Removed |Added

[Bug tree-optimization/35642] [4.4 Regression] heisenbug in tree vectorizer

2008-05-21 Thread irar at il dot ibm dot com
--- Comment #13 from irar at il dot ibm dot com 2008-05-22 05:41 --- *** Bug 36295 has been marked as a duplicate of this bug. *** -- irar at il dot ibm dot com changed: What|Removed |Added