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

2004-12-27 Thread Matthias Klose
LAST_UPDATED: Sat Oct 30 06:02:38 UTC 2004 Native configuration is sparc-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/other/packed1.C execution test XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE: XPASS: g++.dg/rtti/tinfo1.C scan-assembler

[Bug c++/18384] [3.3/3.4/4.0 Regression] ICE on zero-length array with empty initializer...

2004-12-27 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-12-27 21:57 --- Jakub, many thanks for cleaning this up for me!! Just one comment: in your latest patch, the second error message is capitalized and shouldn't, plus it uses a double negation ("not a non-negative number")

Bug#287466: g++-3.4 is confused by -L/usr/lib

2004-12-27 Thread kronos
Package: g++-3.4 Version: 3.4.3-6 Severity: normal g++-3.4 seems to be confused by -L/usr/lib and is unable to locate part of the standard library. I discovered the problem while working with libxml2 (-L/usr/lib comes from xml2-config --libs). This is a minimal test case: --- p.cc --- #include

[Bug c++/18384] [3.3/3.4/4.0 Regression] ICE on zero-length array with empty initializer...

2004-12-27 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2004-12-27 20:19 --- Subject: Re: [3.3/3.4/4.0 Regression] ICE on zero-length array with empty initializer... jakub at gcc dot gnu dot org wrote: > --- Additional Comments From jakub at gcc dot gnu dot org 2004-12-27 > 20

[Bug c++/18384] [3.3/3.4/4.0 Regression] ICE on zero-length array with empty initializer...

2004-12-27 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2004-12-27 20:15 --- Created an attachment (id=7831) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7831&action=view) New patch Regarding max_index, I have removed the if (!TYPE_IS_TYPESIZE (max_index)) gcc_unreachable (); p

[Bug c++/18384] [3.3/3.4/4.0 Regression] ICE on zero-length array with empty initializer...

2004-12-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-12-27 17:18 --- This patch is OK in pricinple. However, I don't think the designated_index change (to check for sizetype) is necessary. And, I think that the max_index should always be sizetype (and thus the check is unn

[Bug c++/18384] [3.3/3.4/4.0 Regression] ICE on zero-length array with empty initializer...

2004-12-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-27 15:47 --- Jakub posted a patch here: . -- What|Removed |Added