[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2013-06-11 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30604 --- Comment #17 from David Binderman dcb314 at hotmail dot com --- (In reply to rguent...@suse.de from comment #16) Can you open a new bugreport please? It's very likely a different reason than this one. After a lot of fiddling about, please

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2013-06-06 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30604 David Binderman dcb314 at hotmail dot com changed: What|Removed |Added CC||dcb314 at

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2013-06-06 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30604 --- Comment #16 from rguenther at suse dot de rguenther at suse dot de --- On Thu, 6 Jun 2013, dcb314 at hotmail dot com wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30604 David Binderman dcb314 at hotmail dot com changed:

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2008-02-15 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2008-02-15 12:55 --- Eventually this is related to PR35164, so please re-check here once that is fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-11-09 Thread amacleod at redhat dot com
--- Comment #11 from amacleod at redhat dot com 2007-11-09 15:37 --- OK, new investigation show that using the smaller testcase firebird2-nav.cc shows the inliner is misbehaving. before inlining (*041t.profile): # BLOCK 2 freq:1 # PRED: ENTRY [100.0%] (fallthru,exec)

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-11-09 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2007-11-09 18:27 --- (In reply to comment #11) OK, new investigation show that using the smaller testcase firebird2-nav.cc shows the inliner is misbehaving. That smaller testcase is a different issue as explained in comment #6 and

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-11-09 Thread amacleod at redhat dot com
--- Comment #13 from amacleod at redhat dot com 2007-11-09 18:40 --- Then perhaps we should remove the attachment from this PR if it isn't relevant... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30604

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-03-12 Thread amacleod at redhat dot com
--- Comment #10 from amacleod at redhat dot com 2007-03-12 13:33 --- They do all have the (ab) next to them, I was just indicating that they all occurred in a PHI together, and hence needed to be coalesced. I should have been more precise. Well, _t_3 definately does have the (ab) flag,

Re: [Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-03-09 Thread Daniel Berlin
On 8 Mar 2007 20:12:16 -, amacleod at redhat dot com [EMAIL PROTECTED] wrote: --- Comment #7 from amacleod at redhat dot com 2007-03-08 20:12 --- Looking at the original testcase, the complaint is that _t_8232 and _t_3 are both used in the PHI definition of _t_7. (using mainline

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-03-09 Thread dberlin at dberlin dot org
--- Comment #9 from dberlin at gcc dot gnu dot org 2007-03-10 00:01 --- Subject: Re: Unable to coalesce ssa_names x and y which are marked as MUST COALESCE On 8 Mar 2007 20:12:16 -, amacleod at redhat dot com [EMAIL PROTECTED] wrote: --- Comment #7 from amacleod at redhat

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-03-08 Thread tbm at cyrius dot com
--- Comment #4 from tbm at cyrius dot com 2007-03-08 09:03 --- I have a fairly small C++ testcase for what appears to be the same issue: (sid)3604:[EMAIL PROTECTED]: ~] g++ -c firebird2-nav.cc (sid)3605:[EMAIL PROTECTED]: ~] g++ -c -O firebird2-nav.cc Unable to coalesce ssa_names 27

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-03-08 Thread tbm at cyrius dot com
--- Comment #5 from tbm at cyrius dot com 2007-03-08 09:05 --- Created an attachment (id=13167) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13167action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30604

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-03-08 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-03-08 12:34 --- I have a fairly small C++ testcase for what appears to be the same issue: I think that issue is actually different as the SSA inliner came in after this bug was filed so I filed this with a reduced testcase as PR

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-03-08 Thread amacleod at redhat dot com
--- Comment #7 from amacleod at redhat dot com 2007-03-08 20:12 --- Looking at the original testcase, the complaint is that _t_8232 and _t_3 are both used in the PHI definition of _t_7. (using mainline from march 5th) ie, _t_7(ab) = PHI , _t_8232, ... , _t_3, ... That definition

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-03-08 Thread amacleod at redhat dot com
--- Comment #8 from amacleod at redhat dot com 2007-03-08 20:20 --- -fno-tree-fre makes the test case compile, which is further indication FRE is the problem. -- amacleod at redhat dot com changed: What|Removed |Added

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-02-01 Thread aph at gcc dot gnu dot org
-- aph at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |aph at gcc dot gnu dot org |dot org

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-02-01 Thread mark at gcc dot gnu dot org
--- Comment #3 from mark at gcc dot gnu dot org 2007-02-01 15:22 --- Created an attachment (id=12994) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12994action=view) Generated .java source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30604

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-01-28 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-28 19:26 --- I can reproduce this ICE but it is very hard to see where the problem is with such a long testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30604

[Bug tree-optimization/30604] Unable to coalesce ssa_names x and y which are marked as MUST COALESCE

2007-01-26 Thread mark at gcc dot gnu dot org
--- Comment #1 from mark at gcc dot gnu dot org 2007-01-26 20:35 --- Created an attachment (id=12965) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12965action=view) Generated .class byte code file This is a generated .class file. It has been generated by gcj -C CppTreeParser.java