[Bug rtl-optimization/42621] [4.4/4.5 Regression] Computed gotos on AMD 800% slower

2010-01-05 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2010-01-05 22:11 --- I would just go back to the old status (of GCC 4.3 and earlier) than deciding for each basic block individually whether to unfactor or not. Could you please see if the attached problem makes the slow-down disappear?

[Bug tree-optimization/42625] -fipa-sra can generate different destructors in different object files, binary breaks after linking

2010-01-05 Thread zsojka at seznam dot cz
--- Comment #4 from zsojka at seznam dot cz 2010-01-05 22:14 --- Created an attachment (id=19477) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19477&action=view) different testcase Thank you for the quick fix. Attached testcase fails even when both files are compiled with "-O1 -

[Bug target/42564] unrecognizable insn with -O -fPIC

2010-01-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2010-01-05 22:29 --- Subject: Bug 42564 Author: ebotcazou Date: Tue Jan 5 22:29:18 2010 New Revision: 155662 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155662 Log: PR target/42564 * config/sparc/sparc.h (

[Bug debug/41371] [4.5 Regression] var-tracking is slow and memory hungry

2010-01-05 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2010-01-05 22:30 --- Created an attachment (id=19478) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19478&action=view) vta-limit-on-size.patch While Alex is busy working on speeding up var-tracking on these KDE testcases, here is a

[Bug target/42564] unrecognizable insn with -O -fPIC

2010-01-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #10 from ebotcazou at gcc dot gnu dot org 2010-01-05 22:32 --- Subject: Bug 42564 Author: ebotcazou Date: Tue Jan 5 22:32:25 2010 New Revision: 155663 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155663 Log: PR target/42564 * config/sparc/sparc.h

[Bug ada/42627] New: GNAT bug box building a-direct.adb

2010-01-05 Thread simon at pushface dot org
This is a build of 4.5.0 (svn trunk r155633) configured as ../gcc-trunk-svn/configure --prefix=/opt/gcc-4.5.0-x86_64 --disable-multilib --enable-languages=c,ada --with-gmp=/opt/gnu --with-mpfr=/opt/gnu --with-mpc=/opt/gnu --disable-bootstrap 2>&1 The build proceeded OK until this: /Users/simon/g

[Bug target/42564] unrecognizable insn with -O -fPIC

2010-01-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2010-01-05 22:34 --- Subject: Bug 42564 Author: ebotcazou Date: Tue Jan 5 22:34:01 2010 New Revision: 155664 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155664 Log: PR target/42564 * config/sparc/sparc.h

[Bug target/42564] unrecognizable insn with -O -fPIC

2010-01-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #12 from ebotcazou at gcc dot gnu dot org 2010-01-05 22:43 --- On all active branches. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/42178] [4.5 Regression] Invalid memory access in graphite

2010-01-05 Thread spop at gcc dot gnu dot org
--- Comment #16 from spop at gcc dot gnu dot org 2010-01-05 22:55 --- Subject: Bug 42178 Author: spop Date: Tue Jan 5 22:55:02 2010 New Revision: 155665 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155665 Log: Fix PR42178. 2010-01-05 Sebastian Pop PR middle-end/4

[Bug c++/42608] [4.4/4.5 Regression] Undefined reference not reported in case of explicit template instantiation

2010-01-05 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug bootstrap/42628] New: [4.4 regression] ICE during bootstrap when compiling dyncast.cc: original tree changed by fold

2010-01-05 Thread matt at use dot net
X-Bugzilla-Reason: CC doing a profiledbootstrap with trunk revision 155656, I ran into this crash: /home/matt/src/gcc-obj/./gcc/xgcc -shared-libgcc -B/home/matt/src/gcc-obj/./gcc -nostdinc++ -L/home/matt/src/gcc-obj/x86_64-unknown-linux-gnu/libstdc++-v3/src -L/home/matt/src/gcc-obj/x86_64-unknown-

[Bug bootstrap/42628] [4.4 regression] ICE during bootstrap when compiling dyncast.cc: original tree changed by fold

2010-01-05 Thread matt at use dot net
X-Bugzilla-Reason: CC --- Comment #1 from matt at use dot net 2010-01-05 23:10 --- Created an attachment (id=19479) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19479&action=view) pre-processed source of the file that evokes the crash during bootstrap -- http://gcc.gnu.org/b

[Bug c++/42608] [4.4/4.5 Regression] Undefined reference not reported in case of explicit template instantiation

2010-01-05 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2010-01-05 23:14 --- This was broken by 2008-08-19 Rafael Espindola * varasm.c (weak_decls): Move earlier in the file. (assemble_external): Add weak decls to the weak_decls list. (declare_weak): Don't

[Bug bootstrap/42628] [4.4 regression] ICE during bootstrap when compiling several libsupc++ files: original tree changed by fold

2010-01-05 Thread matt at use dot net
--- Comment #2 from matt at use dot net 2010-01-05 23:28 --- dyncast.cc, eh_call.cc, eh_personality.cc, guard.cc, and vmi_class_type_info.cc all exhibit the same problem. -- matt at use dot net changed: What|Removed |Added -

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2010-01-05 Thread hjl at gcc dot gnu dot org
--- Comment #14 from hjl at gcc dot gnu dot org 2010-01-05 23:53 --- Subject: Bug 42542 Author: hjl Date: Tue Jan 5 23:53:29 2010 New Revision: 155666 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155666 Log: Add smaxv2di3, umaxv2di3, sminv2di3 and uminv2di3 gcc/ 2010-01-05

[Bug debug/42629] New: "-fcompare-debug failure (length)" with "-O1 -fsched-pressure -fschedule-insns"

2010-01-05 Thread zsojka at seznam dot cz
Command line: gcc -O1 -fsched-pressure -fschedule-insns -fcompare-debug -c testcase.c Tested revisions: r155643 - crash r155248 - crash r153685 - crash Output: $ /mnt/svn/gcc-trunk/binary-155643-lto/bin/gcc -O1 -fsched-pressure -fschedule-insns -fcompare-debug -c testcase.c gcc: testcase.c: -fcom

[Bug debug/42629] "-fcompare-debug failure (length)" with "-O1 -fsched-pressure -fschedule-insns"

2010-01-05 Thread zsojka at seznam dot cz
--- Comment #1 from zsojka at seznam dot cz 2010-01-06 00:29 --- Created an attachment (id=19480) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19480&action=view) reduced testcase gcc -O1 -fsched-pressure -fschedule-insns -fcompare-debug -c pr42629.c fails for both x86_64 and i68

[Bug debug/42630] New: "-fcompare-debug failure (length)" with "-O1 -fvariable-expansion-in-unroller -funroll-loops"

2010-01-05 Thread zsojka at seznam dot cz
Can be related to pr42629 Command line: gcc -O1 -fvariable-expansion-in-unroller -funroll-loops -fcompare-debug -c testcase.c Tested revisions (x86_64): r155643 - crash r155290 - crash (x86) r154886 - crash r153685 - crash Output: /mnt/svn/gcc-trunk/binary-155643-lto/bin/gcc -O1 -fvariable-expan

[Bug debug/42630] "-fcompare-debug failure (length)" with "-O1 -fvariable-expansion-in-unroller -funroll-loops"

2010-01-05 Thread zsojka at seznam dot cz
--- Comment #1 from zsojka at seznam dot cz 2010-01-06 00:41 --- Created an attachment (id=19481) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19481&action=view) reduced testcase Command line: gcc -O1 -fvariable-expansion-in-unroller -funroll-loops -fcompare-debug -c pr42630.c

[Bug debug/42631] New: "-fcompare-debug failure" with "-O1 -funroll-loops"

2010-01-05 Thread zsojka at seznam dot cz
Command line: gcc -O1 -funroll-loops -fcompare-debug -c testcase.c Tested revisions: r155643 - crash (x86_64) r155290 - crash (x86) r153685 - crash (x86_64) Output: $ /mnt/svn/gcc-trunk/binary-153685-lto/bin/gcc -O1 -funroll-loops -fcompare-debug -c testcase.c gcc: testcase.c: -fcompare-debug fai

[Bug c++/42346] darwin instantiation vs. optimization oddity

2010-01-05 Thread bkoz at gcc dot gnu dot org
--- Comment #10 from bkoz at gcc dot gnu dot org 2010-01-06 01:08 --- RE: PR40459 The errors are different between that PR and this one. So, my guess is that these are not related. That is also a warning, and this is an error. FWIW, I think this should be a P1. -- http://gcc.gnu

[Bug regression/42632] New: unimplemented: inlining failed in call to �pskb_trim�: recursive inlining

2010-01-05 Thread raj dot khem at gmail dot com
Attached testcase fails with gcc trunk when compiled with -O2 it works ok with -O1. This works fine with gcc 4.4/-O2 -- Summary: unimplemented: inlining failed in call to ‘pskb_trim’: recursive inlining Product: gcc Version: 4.5.0

[Bug regression/42632] unimplemented: inlining failed in call to �pskb_trim�: recursive inlining

2010-01-05 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-01-06 06:08 --- Created an attachment (id=19482) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19482&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42632

[Bug middle-end/42627] [4.5 regression] GNAT bug box building a-direct.adb

2010-01-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2010-01-06 07:14 --- Presumably a duplicate of PR middle-end/42068. Still waiting for Jan's input... -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added ---

<    1   2