[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

[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 gn

[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

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

2004-11-24 Thread debian-gcc at lists dot debian dot org
--- Additional Comments From debian-gcc at lists dot debian dot org 2004-11-24 20:16 --- still seeing the ICE with 20041124 on powerpc-linux: Matthias [...] ../../xgcc -B../../ -c -g -O2 -fPIC -W -Wall -gnatpg s-stratt.adb -o s-stratt.o +===GNAT BUG DETE