Results for 4.0.0 20041030 (experimental) testsuite on ia64-unknown-linux-gnu

2004-11-01 Thread Matthias Klose
LAST_UPDATED: Sat Oct 30 06:02:38 UTC 2004 Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/abi/inline1.C scan-assembler-not _ZTV1S FAIL: g++.dg/inherit/thunk1.C (test for excess errors) WARNING: g++.dg/inherit/thunk1.C compilatio

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

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

Kimberlie UACP HotSt0ck Talk flagrant

2004-11-01 Thread Kimberlie Miracle
Mon, 01 Nov 2004 08:12:53 -0600 Breaking News: uAuthorize Corp. Announces Marketing Agreement for Internet Telephony Handset. Alert..UACP Before We Continue - Very Important - it is Expected that UACP will have VERY large PR campaign in the next 10 days and some very positive

[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 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#279185: Please note openoffice.org affected

2004-11-01 Thread Ken Foskey
This bug stops OpenOffice.org being compiled by gcc 3.4 (unstable) -- Ken Foskey OpenOffice.org developer

Bug#279185: g++-3.4: g++ Fails to compile valid code

2004-11-01 Thread Ken Foskey
Package: g++-3.4 Version: 3.4.2-3 Severity: important namespace a {} namespace b {} namespace c { namespace a = b; } This fails to compile with: $ gcc-3.4 test.cpp test.cpp:4: error: declaration of `namespace a' conflicts with test.cpp:1: error: previous declaration of `namespace a' here --