[Bug tree-optimization/42645] "-fcompare-debug failure" at -O1

2010-01-13 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2010-01-13 10:08 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/42645] "-fcompare-debug failure" at -O1

2010-01-12 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2010-01-12 09:43 --- Subject: Bug 42645 Author: jakub Date: Tue Jan 12 09:43:31 2010 New Revision: 155830 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155830 Log: PR tree-optimization/42645 * tree-inline.c (proce

[Bug tree-optimization/42645] "-fcompare-debug failure" at -O1

2010-01-11 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2010-01-11 12:12 --- Created an attachment (id=19539) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19539&action=view) gcc45-pr42645.patch Fix I'm going to bootstrap/regtest. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42645

[Bug tree-optimization/42645] "-fcompare-debug failure" at -O1

2010-01-11 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2010-01-11 11:28 --- Testing a fix. -- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unass

[Bug tree-optimization/42645] "-fcompare-debug failure" at -O1

2010-01-11 Thread zsojka at seznam dot cz
--- Comment #3 from zsojka at seznam dot cz 2010-01-11 10:45 --- Created an attachment (id=19538) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19538&action=view) different reduced testcase $ /mnt/svn/gcc-trunk/binary-155777-lto/bin/g++ -O1 -fcompare-debug -c testcase-min15-manual

[Bug tree-optimization/42645] "-fcompare-debug failure" at -O1

2010-01-11 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2010-01-11 10:31 --- The problem here are different holes in SSA_NAMEs - with -fvar-tracking-assignments most of the SSA_NAME_VERSION values are one larger than without it. -fcompare-debug dumps include these versions in some MEMs, so it

[Bug tree-optimization/42645] "-fcompare-debug failure" at -O1

2010-01-07 Thread zsojka at seznam dot cz
--- Comment #1 from zsojka at seznam dot cz 2010-01-07 13:12 --- Created an attachment (id=19497) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19497&action=view) reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42645