[Bug tree-optimization/18237] [4.0 regression] tree check: expected ssa_name, have var_decl in verify_ssa

2004-11-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-23 13:58 --- I think Ada is now bootstrapping on ppc (because of my patch for PR 18572) but I see this ICE when running the acats testsuite. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18237 --- You are

[Bug tree-optimization/18237] [4.0 regression] tree check: expected ssa_name, have var_decl in verify_ssa

2004-11-19 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||18572 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18237

[Bug tree-optimization/18237] [4.0 regression] tree check: expected ssa_name, have var_decl in verify_ssa

2004-11-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 14:09 --- I can also confirm it on powerpc-darwin (my build does not get this far yet, I have to try to reproduce it with the command below). -- What|Removed |Added

[Bug tree-optimization/18237] [4.0 regression] tree check: expected ssa_name, have var_decl in verify_ssa

2004-11-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 14:28 --- We are adding a VUSE which has a VAR_DECL and not a SSA_NAME. This is after 32.redphi2. -- What|Removed |Added

[Bug tree-optimization/18237] [4.0 regression] tree check: expected ssa_name, have var_decl in verify_ssa

2004-11-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 15:57 --- Actually adding a vuse without a SSA_NAME is fine but not renaming it is the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18237 --- You are receiving this mail because: --- You are

[Bug tree-optimization/18237] [4.0 regression] tree check: expected ssa_name, have var_decl in verify_ssa

2004-11-01 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at dberlin dot org 2004-11-01 16:01 --- Subject: Re: [4.0 regression] tree check: expected ssa_name, have var_decl in verify_ssa On Mon, 1 Nov 2004, pinskia at gcc dot gnu dot org wrote: --- Additional Comments From pinskia at gcc dot

[Bug tree-optimization/18237] [4.0 regression] tree check: expected ssa_name, have var_decl in verify_ssa

2004-10-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Component|middle-end