ble-languages=c++,f95
--with-gmp=/afs/mpa/data/martin/mygmp
Thread model: posix
gcc version 4.0.0 20040929 (experimental)
/afs/mpa/data/martin/ugcc/libexec/gcc/i686-pc-linux-gnu/4.0.0/cc1
-fpreprocessed bug.i -quiet -dumpbase bug.i -mtune=pentiumpro -auxbase bug -O2
-version -o /tmp/ccW802VQ.s
GNU C vers
--
What|Removed |Added
Summary|.properties files missing |[4.0 Regression] .properties
|from libgcj-4.0.0.jar |files missing from libgcj-
--
What|Removed |Added
Component|libgcj |rtl-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17700
--
What|Removed |Added
Component|c |rtl-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17692
--
What|Removed |Added
Keywords||ice-on-valid-code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17656
>
> I'm seeing a seg fault due to extending a vector in the middle of
> a vector iteration loop. This occurs during bootstrap on an
> i686-pc-linux-gnu
> system with the default vector length reduced to 2 and the vector length
> and alloc fields set to unsigned short.
>
> It's very sensitive to
--
What|Removed |Added
Keywords||ice-on-valid-code
Summary|ICE: unrecognizable insn|m68hc11: ICE: unrecognizable
--
What|Removed |Added
Summary|Bootstrap problem because of|Ada Bootstrap problem
|-Werror |because of -Werror
http://gcc.gnu.org/b
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-29 12:48
---
What is the ICE?
--
What|Removed |Added
Summary|ICE: segmentation fault on |[g77
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-29 12:46
---
Fixed for 3.4.0.
--
What|Removed |Added
Status|UNCONFIRMED |RESO
Hello,
I dont know if this code is supposed to compile, but gcc 3.3.1 and gcc 3.3.3 on
SuSE 9.0 and
SuSE 9.1 stops with an internal compiler error:
class setS {
public:
setS( short Ni, short Nj, short Nk ) {
unsigned char S[Ni][Nj][Nk];
for( short i=0; ihttp://gcc.gnu.org/bugzilla/show_bug.c
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-29 12:40
---
Also how did you configure the new compiler, this is the most important information.
--
What|Removed |Added
--
I'm seeing a seg fault due to extending a vector in the middle of
a vector iteration loop. This occurs during bootstrap on an i686-pc-linux-gnu
system with the default vector length reduced to 2 and the vector length
and alloc fields set to unsigned short.
It's very sensitive to the command line o
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-29 11:55
---
*** Bug 17721 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-29 11:55
---
*** This bug has been marked as a duplicate of 3993 ***
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-29 11:45
---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
I have a function f() which throws
an exception of the type Exception:
class Exception {
};
extern "C" void f() {
throw Exception();
}
The exception should be catched with
try { f(); }
catch (Exception& e) .
This works not if f() is placed in
a shared library and the library was
loaded w
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-09-29 09:04
---
Subject: Bug 17697
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-09-29 09:04:21
Modified files:
gcc: ChangeLog tree-ssa-ccp.c
gcc
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-09-29 08:32
---
Still not fixed on Solaris 2.5.1. A quick grep showed that no header file
defines the types at stake, unlike on Solaris 2.6 where inttypes.h exists.
I'm ok to devise a patch but I'd like to have some gui
--- Additional Comments From schwab at suse dot de 2004-09-29 08:16 ---
IMHO "differ in sign" would be wrong. It's not the sign (plus or minus) that
matters, but whether the sign bit exists at all. Even the C standard talks
about signedness of types (6.2.5#8).
--
http://gcc.gnu.o
20 matches
Mail list logo