Bug#233633: gcc-3.3: recent ICE regression in 3.3 while building xfree86

2004-02-18 Thread James Troup
atic build of xfree86_4.3.0-2 on rameau by sbuild/arm 1.170.4 | Build started at 20040218-1909 | ** [...] | ** Using build dependencies supplied by package: | Build-Depends: dpkg (>= 1.7.0), flex, bison, bsdmainutils,

[Bug middle-end/14203] [3.4/3.5 regression] ICE on warning about uninitialized variable

2004-02-18 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-02-19 02:32 --- An even shorter version: = void foo() { if (false) if (int i=0) int j=0; } = -- What|Re

gcc-defaults_1.12_i386.changes ACCEPTED

2004-02-18 Thread Debian Installer
Accepted: chill_2.95.4-27_i386.deb to pool/main/g/gcc-defaults/chill_2.95.4-27_i386.deb cpp-doc_3.3.2-3_i386.deb to pool/main/g/gcc-defaults/cpp-doc_3.3.2-3_i386.deb cpp_3.3.2-3_i386.deb to pool/main/g/gcc-defaults/cpp_3.3.2-3_i386.deb g++_3.3.2-3_i386.deb to pool/main/g/gcc-defaults/g++_3

Processing of gcc-defaults_1.12_i386.changes

2004-02-18 Thread Archive Administrator
gcc-defaults_1.12_i386.changes uploaded successfully to localhost along with the files: gcc-defaults_1.12.dsc gcc-defaults_1.12.tar.gz cpp_3.3.2-3_i386.deb cpp-doc_3.3.2-3_i386.deb gcc_3.3.2-3_i386.deb gcc-doc_3.3.2-3_i386.deb g++_3.3.2-3_i386.deb gobjc_3.3.2-3_i386.deb g77_3.3.2-

[Bug middle-end/14203] [3.4/3.5 regression] ICE on warning about uninitialized variable

2004-02-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-19 00:55 --- The problem is that the variable was not emitted into RTL so the variable does have not a DECL_RTL and calling make_decl_rtl on the decl will cause an ICE as the variable is an automatic variable. Note t

Results for 3.3.3 (Debian) testsuite on hppa-unknown-linux-gnu

2004-02-18 Thread Matthias Klose
LAST_UPDATED: Native configuration is hppa-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/compat/break/bitfield7 x_tst.o compile UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o link UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o execut

Results for 3.3.3 (Debian) testsuite on arm-unknown-linux-gnu

2004-02-18 Thread Matthias Klose
LAST_UPDATED: Native configuration is arm-unknown-linux-gnu === libjava tests === Running target unix FAIL: calls run FAIL: cxxtest run FAIL: field run FAIL: final_method run FAIL: findclass run FAIL: invoke run FAIL: martin run FAIL: noclass run FAIL: overload run FAIL: registe

Results for 3.3.3 (Debian) testsuite on mipsel-unknown-linux-gnu

2004-02-18 Thread Matthias Klose
LAST_UPDATED: Native configuration is mipsel-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.law/profile1.C (test for excess errors) XPASS: g++.law/profile1.C Execution test XPASS: g++.other/init5.C Execution test === g++ Summary === # of e

Results for 3.3.3 (Debian) testsuite on alpha-unknown-linux-gnu

2004-02-18 Thread Matthias Klose
LAST_UPDATED: Native configuration is alpha-unknown-linux-gnu === libjava tests === Running target unix WARNING: program timed out. FAIL: SyncTest execution - bytecode->native test WARNING: program timed out. FAIL: SyncTest execution - gij test FAIL: Thread_Join execution - gij

Results for 3.3.3 (Debian) testsuite on sparc-unknown-linux-gnu

2004-02-18 Thread Matthias Klose
LAST_UPDATED: Native configuration is sparc-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8148 # of unexpected successes 1 # of expected failures

[Bug c++/14203] [3.4/3.5 regression] ICE on warning about unused variable

2004-02-18 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-02-19 00:26 --- Confirmed. Here's something a little smaller: --- int* foo(); const bool b = false; int main() { int i; if (b) if (int* p = foo()) { int bla;

Processed: gcc: submitted Debian report #233548 to gcc-gnats as PR 14203

2004-02-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > # submitted Debian report #233548 to gcc-gnats as PR 14203 > # http://gcc.gnu.org/PR14203 > forwarded 233548 http://gcc.gnu.org/PR14203 Bug#233548: ICE: in make_decl_rtl, at varasm.c:752 Noted your statement that Bug has been forwarded to http://gcc.gnu

Bug#233548: ICE: in make_decl_rtl, at varasm.c:752

2004-02-18 Thread Andre Woebbeking
Package: gcc-snapshot Version: 20040215-1 Severity: important Tags: sid Hi, I get ICE when I compile with g++ -Wall ice.cp ice.ii from g++ -save-temps: 1 "ice.cpp" # 1 "" # 1 "" # 1 "ice.cpp" # 11 "ice.cpp" namespace Data { class Dummy; } namespace { const bool g_bAlways = false; Da

[Bug bootstrap/14155] [3.4 regression] ada bootstrap error

2004-02-18 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-02-18 08:46 --- The bootstrap error in PR 14180 got fixed. Since this might also fix your problem, could you please retest with a current version? -- What|Removed |Added --