[Bug target/20400] C++ std::queue conflicts with C header 'struct queue'

2005-03-09 Thread ebotcazou at gcc dot gnu dot org
-- What|Removed |Added CC||ebotcazou at gcc dot gnu dot ||org Component|c++

[Bug c++/20397] g++ rejects valid code with 'is inaccessible' error

2005-03-09 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-10 06:56 --- Just ask on comp.lang.c++.moderated for more information. We help with C++ issues a little, but we cannot explaint things in detail to every C++ developer in the world. Ah, and when Andrew said "interjecte

[Bug c++/20400] New: C++ std::queue conflicts with C header 'struct queue'

2005-03-09 Thread dkavedku at yahoo dot com
The following lines of code used to compile well using gcc-2.95.x: #include #include using namespace std; int main() { queue q; q.push(0); } When this is compiled using gcc-3.4.2 the following error is reported: *machine_202>g++ test.cpp -v Reading specs from /usr/tools/upgrade/gnu/gcc/3

[Bug middle-end/20364] [3.4 Regression] Segfault with -Xpreprocessor argument

2005-03-09 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-03-10 04:47 --- *** Bug 20281 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug preprocessor/20281] [3.4 Regression] cpp segfaults on directory input

2005-03-09 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-03-10 04:47 --- The segfault is the same problem as PR 20364, which I fixed on the gcc-3.4 branch two days ago. The error message problem is now PR 20285. So closing as a duplicate. *** This bug has been marked as a dupli

[Bug rtl-optimization/20331] [3.4/4.0/4.1 Regression] Wrong code generation for the argument of the pure function in PIC

2005-03-09 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-03-10 04:24 --- (In reply to comment #3) > I'm taking a look at the uses of MEM_READONLY_P, though I'm not > sure which one has the similar issue. It looks that modified_in_p > has the same problem with modified_between_p.

[Bug c++/20397] g++ rejects valid code with 'is inaccessible' error

2005-03-09 Thread drow at false dot org
--- Additional Comments From drow at false dot org 2005-03-10 03:45 --- Subject: Re: g++ rejects valid code with 'is inaccessible' error On Thu, Mar 10, 2005 at 02:25:03AM -, matthew dot whitney at gmail dot com wrote: > Now it compiles fine. Before this is closed again I'd like to

[Bug target/20399] No fixinclude for sys/stream.h

2005-03-09 Thread dkavedku at yahoo dot com
--- Additional Comments From dkavedku at yahoo dot com 2005-03-10 03:43 --- If you would like to know read source distribution file: gcc/fixinc/README Its pretty clear that while we might be able to create a compiler that works OK, it doesn't allow Solaris C++ developers to compile

[Bug target/20399] No fixinclude for sys/stream.h

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-10 03:36 --- Again why don't you report this to Sun who has control over this header. This is not a gcc bug. -- What|Removed |Added --

[Bug c++/20397] g++ rejects valid code with 'is inaccessible' error

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-10 03:33 --- Huh? unused paramaters are still need to be able to compile and be accessible. If that compiler handles this code, well that compiler has a bug in it. ICC gives the following warning though (but note it s

[Bug target/20399] No fixinclude for sys/stream.h

2005-03-09 Thread dkavedku at yahoo dot com
--- Additional Comments From dkavedku at yahoo dot com 2005-03-10 03:31 --- I forgot to include the configure command used for creating the compilers: ../src/configure --host=sparc-sun-solaris2.7 --target=sparc-sun-solaris2.8 -- prefix=/usr/tools/upgrade/gnu/gcc/3.4.2 --with-local- pref

[Bug target/20399] No fixinclude for sys/stream.h

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-10 03:29 --- And this is a gcc bug, why? -- What|Removed |Added Component|regression

[Bug regression/20399] New: No fixinclude for sys/stream.h

2005-03-09 Thread dkavedku at yahoo dot com
In the old gcc-2.95.2 days we could create a solaris cross compiler which worked well with our use of STL's "class queue" defined as . In the much newer gcc-3.4.2, release our solaris cross compiler has a problem differentiating between the system header's definition of "struct queue", and our

[Bug middle-end/20217] Switching off the optimization triggers undefined reference at link time when building Linux kernel.

2005-03-09 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-03-10 02:48 --- The linux kernel requires optimization to be correctly compiled. This is a deliberate design decision by the linux kernel developers. Part of the reason is the kernel's use of extern inline as already menti

[Bug inline-asm/20382] internal compiler error with bogus asm output constraint

2005-03-09 Thread sailors3 at comcast dot net
--- Additional Comments From sailors3 at comcast dot net 2005-03-10 02:42 --- Subject: RE: internal compiler error with bogus asm output constraint Thanks, I'll give that a try. Regards, Dave -Original Message- From: falk at debian dot org [mailto:[EMAIL PROTECTED] Sent: W

[Bug c++/20397] g++ rejects valid code with 'is inaccessible' error

2005-03-09 Thread matthew dot whitney at gmail dot com
--- Additional Comments From matthew dot whitney at gmail dot com 2005-03-10 02:25 --- Could someone take another look at this? I don't mean to waste your time, but I don't understand the explanation given. I know of another compiler that handles the example code without any problems. I

[Bug java/13378] gcj compiling from jar files - verification error

2005-03-09 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-03-10 01:29 --- This is failing because the bytecode in this .jar really is broken: public class Test { public static void main(String[] args) throws Exception { Class f = Class.forName("org.eclipse.jface.util.OpenStra

[Bug target/20353] uclibc does not provide C99 math functions

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-10 01:08 --- (In reply to comment #2) > uClibc has added these functions to SVN, and they will be available in the > next > release of uClibc. However, their presence is still a configurable option - > the > user can

[Bug target/20353] uclibc does not provide C99 math functions

2005-03-09 Thread jbrandmeyer at earthlink dot net
--- Additional Comments From jbrandmeyer at earthlink dot net 2005-03-10 00:59 --- uClibc has added these functions to SVN, and they will be available in the next release of uClibc. However, their presence is still a configurable option - the user can configure uClibc to not include any

[Bug java/12734] gcj verifier doesn't merge interface types correctly

2005-03-09 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-03-10 00:53 --- Fixed with the new verifier. -- What|Removed |Added Status|NEW

[Bug java/13124] Included test case produced verfication error

2005-03-09 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-03-10 00:52 --- Fixed with the new verifier. -- What|Removed |Added Status|NEW

[Bug inline-asm/20314] Bogus differ in number of alternatives error

2005-03-09 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-03-10 00:19 --- Fixed in 4.0/4.1. -- What|Removed |Added Status|ASSIGNED|RESOL

[Bug inline-asm/20314] Bogus differ in number of alternatives error

2005-03-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-10 00:18 --- Subject: Bug 20314 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-10 00:18:16 Modified files: gcc: Change

[Bug inline-asm/20314] Bogus differ in number of alternatives error

2005-03-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-10 00:12 --- Subject: Bug 20314 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-10 00:12:32 Modified files: gcc: ChangeLog gimplify.c stmt.c

[Bug rtl-optimization/20331] [3.4/4.0/4.1 Regression] Wrong code generation for the argument of the pure function in PIC

2005-03-09 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-10 00:12 --- CC'ing RTH since he's the one who removed RTX_UNCHANGING. -- What|Removed |Added

[Bug java/20398] New: ICE compiling mauve's gnu/testlet/java/io/RandomAccessFile/jdk11.java

2005-03-09 Thread daney at gcc dot gnu dot org
Configured with: ../gcccvsmain/gcc/configure --prefix=/usr/local/test --enable-languages=c,c++,java Running on FC3 $ cat mauve-libjava JDK1.0 JDK1.1 !java.beans $ make KEYS=libjava check results in: . . . CLASSPATH=.:. gcj -fassume-compiled -g -O2 -c -o gnu/testlet/java/io/RandomAccessFile/jdk1

[Bug target/20331] [3.4/4.0/4.1 Regression] Wrong code generation for the argument of the pure function in PIC

2005-03-09 Thread kkojima at gcc dot gnu dot org
--- Additional Comments From kkojima at gcc dot gnu dot org 2005-03-09 23:58 --- I'm taking a look at the uses of MEM_READONLY_P, though I'm not sure which one has the similar issue. It looks that modified_in_p has the same problem with modified_between_p. BTW, it's better to change the

[Bug libfortran/18495] Intrinisc function SPREAD is broken

2005-03-09 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-03-09 23:33 --- This looks very much like a front end bug. The "along" parameter gets the wrong value. Look at this: $ cat test_spread.f90 program test_spread implicit none integer, parameter :: N = 1000 int

[Bug libgcj/20389] [4.0/4.1 Regression] BufferedInputStream gets ArrayIndexOutOfBoundsExeception

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 22:44 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug rtl-optimization/20372] [4.1 Regression] Reversed branch-on-count loop (DoLoop)

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 22:41 --- Hmm, I thought I tested 4.0.0, I must have messed up. so closing as fixed. -- What|Removed |Added

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread delarosa at ilstechnology dot com
--- Additional Comments From delarosa at ilstechnology dot com 2005-03-09 22:36 --- Hello, Tried to extract a bunch of classes fron Sun's rt.jar and I ended it when it needed some internal class sun.io.CharacterEconding$2 ... So, does anybody have some experience with a jdbc driver for

[Bug libgcj/20389] [4.0/4.1 Regression] BufferedInputStream gets ArrayIndexOutOfBoundsExeception

2005-03-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 22:11 --- Subject: Bug 20389 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-09 22:11:34 Modified files: libjava: ChangeLog libjava/java/io: B

[Bug c++/20397] g++ rejects valid code with 'is inaccessible' error

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 21:49 --- No gcc is correct because the type A is interjected into B. and is private as the base class is private. -- What|Removed |Added -

[Bug c++/20397] New: g++ rejects valid code with 'is inaccessible' error

2005-03-09 Thread matthew dot whitney at gmail dot com
Example code: class A { }; class B : A { }; class C : B { public: int c(A *a) { return 7; } }; int main() { A a; C c; return c.c( &a ); } Gives the error message: g++ main.cc main.cpp:1: `class A' is inaccessible main.cpp:9: within th

[Bug libgcj/20389] [4.0/4.1 Regression] BufferedInputStream gets ArrayIndexOutOfBoundsExeception

2005-03-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 21:20 --- Subject: Bug 20389 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-09 21:20:44 Modified files: libjava: Change

[Bug middle-end/20396] TRULY_NOOP_TRUNCATION ignored

2005-03-09 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-03-09 21:17 --- Created an attachment (id=8370) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8370&action=view) proposed fix (of known problems) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20396

[Bug other/17652] [meta-bug] GCC 4.1 pending patches

2005-03-09 Thread amylaar at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||20396 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17652

[Bug middle-end/20396] New: TRULY_NOOP_TRUNCATION ignored

2005-03-09 Thread amylaar at gcc dot gnu dot org
There are a number of places in the compiler that assume that TRULY_NOOP_TRUNCATION will always be true. -- Summary: TRULY_NOOP_TRUNCATION ignored Product: gcc Version: 3.4.3 Status: UNCONFIRMED Keywords: wrong-code Severity: normal

[Bug rtl-optimization/20372] [4.0 Regression] Reversed branch-on-count loop (DoLoop)

2005-03-09 Thread pthaugen at us dot ibm dot com
--- Additional Comments From pthaugen at us dot ibm dot com 2005-03-09 20:55 --- I only noticed the regression on 4.1, things look fine to me on 4.0 (for both zaxpy.f and Andrew's C example). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20372

[Bug rtl-optimization/20372] [4.0 Regression] Reversed branch-on-count loop (DoLoop)

2005-03-09 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-09 20:50 --- can the same patch be applied to 4.0 branch as well? -- What|Removed |Added C

[Bug rtl-optimization/20372] [4.0 Regression] Reversed branch-on-count loop (DoLoop)

2005-03-09 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-03-09 20:32 --- Joern's patch fixes the regression on mainline. http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00777.html -- What|Removed |Added ---

[Bug c++/19769] [4.0/4.1 Regression] GCC produces wrong dwarf2 output that breaks gdb

2005-03-09 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-03-09 20:28 --- Subject: Re: [4.0/4.1 Regression] GCC produces wrong dwarf2 output that breaks gdb On Wed, 2005-03-09 at 20:10 +, jbuck at gcc dot gnu dot org wrote: > --- Additional Comments From jbuck at

[Bug c++/20350] [4.0/4.1 Regression] extern template and struct initializer and specification for a static variable

2005-03-09 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20350

[Bug c++/19769] [4.0/4.1 Regression] GCC produces wrong dwarf2 output that breaks gdb

2005-03-09 Thread jbuck at gcc dot gnu dot org
--- Additional Comments From jbuck at gcc dot gnu dot org 2005-03-09 20:10 --- Severity raised to "critical" since it breaks debugging of all Java programs (gdb dies when loading libgcj). -- What|Removed |Added

[Bug c++/19769] [4.0/4.1 Regression] GCC produces wrong dwarf2 output that breaks gdb

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 19:52 --- I almost think this is a C++ front-end bug. -- What|Removed |Added Component|debug

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread delarosa at ilstechnology dot com
--- Additional Comments From delarosa at ilstechnology dot com 2005-03-09 19:07 --- Ok. Thanks, that is what I thought originally. Yes, I will contact IBM but I suspect it won't be speedy -- on the meantime I will extract the class from rt.jar or wherever it is -- and proceed with the v

[Bug libgcj/20395] GNU Crypto should be merged into libgcj

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 19:07 --- http://gcc.gnu.org/ml/java/2002-12/msg00137.html Confirmed, there might be a newer discussion that I cannot find right now. -- What|Removed |Added -

[Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class

2005-03-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 19:05 --- Subject: Bug 20338 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-09 19:04:55 Modified files: gcc/java : ChangeLog decl.c Log message:

[Bug libgcj/20395] New: GNU Crypto should be merged into libgcj

2005-03-09 Thread fitzsim at redhat dot com
It would be much easier for packagers if GNU Crypto were included directly in libgcj. -- Summary: GNU Crypto should be merged into libgcj Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: enhancement Priority: P2 Co

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 18:57 --- (In reply to comment #7) > Hello, sorry for being a pest. You indicated a company called upstream which > provides the jdbc driver for IBM. Can you please share their web url ? I tried > several searches but

[Bug c++/2892] No array-to-pointer decay happens for template functions

2005-03-09 Thread mmitchel at gcc dot gnu dot org
-- Bug 2892 depends on bug 20208, which changed state. Bug 20208 Summary: [4.0/4.1 Regression] No array-to-pointer decay happens for template functions http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20208 What|Old Value |New Value

[Bug c++/20208] [4.0/4.1 Regression] No array-to-pointer decay happens for template functions

2005-03-09 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-03-09 18:53 --- Fixed in GCC 4.0. -- What|Removed |Added Status|ASSIGNED|RE

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread delarosa at ilstechnology dot com
--- Additional Comments From delarosa at ilstechnology dot com 2005-03-09 18:52 --- Hello, sorry for being a pest. You indicated a company called upstream which provides the jdbc driver for IBM. Can you please share their web url ? I tried several searches but none made sense. Many thank

[Bug c++/20208] [4.0/4.1 Regression] No array-to-pointer decay happens for template functions

2005-03-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 18:51 --- Subject: Bug 20208 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-09 18:51:43 Modified files: gcc/cp : Change

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread konqueror at gmx dot de
--- Additional Comments From konqueror at gmx dot de 2005-03-09 18:40 --- Upstream is the provider of your jdbc provider. DB/2 in your case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20394

[Bug c++/20208] [4.0/4.1 Regression] No array-to-pointer decay happens for template functions

2005-03-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 18:35 --- Subject: Bug 20208 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-09 18:35:48 Modified files: gcc/cp : ChangeLog pt.c gcc/testsuite

[Bug java/19870] gcj -C doesn't generate accessors for private members in inner class

2005-03-09 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-03-09 18:22 --- gcj is generating code which references private members across class boundaries, which isn't legal at the class/VM level. To fix this, we need to generate package-private accessor methods when a private member i

[Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class

2005-03-09 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-03-09 18:06 --- Other Java compilers generate "accessor" methods for calls to private methods in a nested class, the real bug here is that GCJ doesn't do this - thats why the javac bytecode works fine on gij but gcj-produced by

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread delarosa at ilstechnology dot com
--- Additional Comments From delarosa at ilstechnology dot com 2005-03-09 17:56 --- Thanks for the response. What is upstream ? Is that a gcj component ? Where exactly should I post the bug ? On the meantime, I plan to extract that particular class and compile it in with the application.

[Bug middle-end/19329] [3.4 Regression] Bitfield operations cause shifts with 0-count to slip through backends

2005-03-09 Thread marekm at amelek dot gda dot pl
--- Additional Comments From marekm at amelek dot gda dot pl 2005-03-09 17:55 --- (In reply to comment #18) > Marek, is this bug fixed then? Can we close it? Fixed for the AVR, but the middle-end may still generate these "shift by 0" insns - not sure if all other targets handle

[Bug rtl-optimization/20376] The missed-optimization of general induction variables in the new rtl-level loop optimizer cause performance degradation.

2005-03-09 Thread sje at cup dot hp dot com
-- What|Removed |Added CC||sje at cup dot hp dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20376

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread konqueror at gmx dot de
--- Additional Comments From konqueror at gmx dot de 2005-03-09 17:47 --- Thats a bug in upstream, the jdbc connector/application here. No application should access sun classes. File a bug against them. Even SUN says: Don't use them directly. We did the same successfully for a bunch of A

[Bug middle-end/19329] [3.4 Regression] Bitfield operations cause shifts with 0-count to slip through backends

2005-03-09 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-09 17:17 --- Marek, is this bug fixed then? Can we close it? -- What|Removed |Added AssignedTo|una

[Bug c++/16859] Empty initializer for array of unknown size spuriously accepted

2005-03-09 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-03-09 17:06 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED Res

[Bug c++/16859] Empty initializer for array of unknown size spuriously accepted

2005-03-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 17:05 --- Subject: Bug 16859 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-09 17:05:13 Modified files: gcc/testsuite : ChangeLog Added files: gcc/t

[Bug c++/16859] Empty initializer for array of unknown size spuriously accepted

2005-03-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 17:03 --- Subject: Bug 16859 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-09 17:03:39 Modified files: gcc/cp : ChangeLog decl.c Log message:

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 16:33 --- (In reply to comment #2) > Does this: > sun.io.ByteToCharConverter not > found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], Hmm, this seems wrong, no body should be refering to a sun. class really.

[Bug objc/19324] [3.4/4.0/4.1 Regression] weird message for interface way in implementation

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 16:32 --- 4.1 Gives a better error message already: t.m: In function ‘-[Foo quux:]’: t.m:7: error: expected ‘{’ before ‘end’ t.m: At top level: t.m:7: error: ‘void’ must be the only parameter Though the last error i

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread delarosa at ilstechnology dot com
--- Additional Comments From delarosa at ilstechnology dot com 2005-03-09 16:23 --- Does this: sun.io.ByteToCharConverter not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], mean the the gcj runtime library has no sun.io.ByteToCharConverter ? If so, is there a way to add it

[Bug middle-end/18628] [4.0/4.1 regression] miscompilation of switch statement in loop

2005-03-09 Thread roger at eyesopen dot com
--- Additional Comments From roger at eyesopen dot com 2005-03-09 16:13 --- Subject: Re: [PR middle-end/18628] do not fold to label load from tablejump to reg On 9 Mar 2005, Alexandre Oliva wrote: > This patch is meant to implement suggestion #3 proposed to fix the bug > by Roger Sayl

[Bug fortran/20323] optional arguments incorrectly accepted in specification expressions

2005-03-09 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-03-09 16:11 --- (In reply to comment #1) > The complaint is a segfault at runtime when > you actually want to do anything with the > string whose length depends on a missing > optional argument. This isn't too bad (the >

[Bug fortran/20323] optional arguments incorrectly accepted in specification expressions

2005-03-09 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-03-09 16:01 --- The complaint is a segfault at runtime when you actually want to do anything with the string whose length depends on a missing optional argument. This isn't too bad (the same thing happens if you access

[Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field

2005-03-09 Thread andreas dot hoehmann at gmx dot de
--- Additional Comments From andreas dot hoehmann at gmx dot de 2005-03-09 15:32 --- it's a red hat 9 standardinstalltion rpm -qa | grep glibc glibc-devel-2.3.2-71 glibc-common-2.3.2-71 glibc-kernheaders-2.4-8.10 glibc-2.3.2-71 rpm -qa | grep libstd libstdc++-3.2.2-5 compat-libstdc++

[Bug libfortran/18958] eoshift segfaults when shifting off the end of an array

2005-03-09 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-03-09 15:13 --- $ cat eoshift.f90 print *,eoshift((/1, 3/), 3) end $ gfortran eoshift.f90 $ ./a.out Segmentation fault This fails because the loop for (n = 0; n < len; n++) { memcpy (dest, sr

[Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 15:09 --- Ok, here the situation, glibc removed the __builtin_expect in October of last year. And had add it in August 2003. So any reason between then and now were broken. In fact it was fixed two days later fo

[Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 15:01 --- The only thing I can say is that this is a bug in glibc you are using. I wonder where __builtin_expect comes from. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393

[Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 14:51 --- A proposed patch is here: http://gcc.gnu.org/ml/java-patches/2005-q1/msg00684.html As noted there, there is still a problem with either GCJ or gij for this testcase. -- What|Removed

[Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field

2005-03-09 Thread andreas dot hoehmann at gmx dot de
--- Additional Comments From andreas dot hoehmann at gmx dot de 2005-03-09 14:43 --- > cat assert_test.c #include void f(char *a) { assert(a); } int main() { } > gcc assert_test.c -o assert_test assert_test.c: In function `f': assert_test.c:4: warning: passing arg 1 of `__builtin_e

[Bug libgcj/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 14:40 --- Exception in thread "main" java.lang.NoClassDefFoundError: while resolving class: com.ibm.db2.jcc.b.i This means either ibm's .jar file contains classes which reference other classes which are not there an

[Bug java/20394] New: Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread delarosa at ilstechnology dot com
Hello, I managed to get jdbc MSSQL & ORACLE test apps work just fine. I have not been able to make DB2 work. Here is what I get. Does this mean something is missing on the gcj classes ? I can provide sample source and the shared libs and/or the jars [EMAIL PROTECTED] DB]$ ./db2test jdbcDB2

[Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 14:34 --- Does the following C file compile without warning? I think this is a bug in glibc (or whos every assert.h you are using). #include void f(char *a) { assert(a); } -- http://gcc.gnu.org/bugzilla/show_bu

[Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field

2005-03-09 Thread andreas dot hoehmann at gmx dot de
--- Additional Comments From andreas dot hoehmann at gmx dot de 2005-03-09 14:22 --- Created an attachment (id=8369) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8369&action=view) preprocessed files i hope i tar-ed the right files. i do: cd i686-pc-linux-gnu/libstdc++-v3/src tar

[Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field

2005-03-09 Thread andreas dot hoehmann at gmx dot de
--- Additional Comments From andreas dot hoehmann at gmx dot de 2005-03-09 14:17 --- i try ;) /tmp/kde/gcc-3.4.2/gcc/xgcc -v -save-temps -shared-libgcc -B/tmp/kde/gcc-3.4.2/gcc/ -nostdinc++ -L/tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/libstdc++-v3/src -L/tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/li

[Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 14:02 --- This works for many people. Can you attach the preprocessed source? -- What|Removed |Added

[Bug libgcj/20392] invalid install/relink of llibgcj{,0_convenience} during `make install`

2005-03-09 Thread pluto at pld-linux dot org
--- Additional Comments From pluto at pld-linux dot org 2005-03-09 13:49 --- (In reply to comment #2) > This does not make sense: > (cd /home/users/pluto/multimedia/rpm/BUILD/gcc-4.0-20050305/obj-i686-pld-linux/i686-pld- > linux/libjava; /bin/sh ./libtool --tag CXX --mode=relink /

[Bug c++/20186] [4.0/4.1 regression] ICE with static_cast and type dependent variable (templates)

2005-03-09 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-03-09 13:16 --- 2005-03-08 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/20186 * pt.c (contains_dependent_cast_p): New. (fold_non_dependent_expr): Call it. -- What|Removed

[Bug c++/20186] [4.0/4.1 regression] ICE with static_cast and type dependent variable (templates)

2005-03-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 13:15 --- Subject: Bug 20186 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-09 13:14:58 Modified files: gcc/cp : Change

[Bug c++/20186] [4.0/4.1 regression] ICE with static_cast and type dependent variable (templates)

2005-03-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 12:57 --- Subject: Bug 20186 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-09 12:57:14 Modified files: gcc/cp : ChangeLog pt.c gcc/testsuite

[Bug rtl-optimization/20365] simplify_plus_minus results are erratic

2005-03-09 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-03-09 12:54 --- (In reply to comment #2) > If the patch was committed last year, what is this bug for, exactly? The patch was committed to a branch, but not to mainline. I already had a number of unreviewed patches pendi

[Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 12:39 --- The problem is that we leave out a call to _Jv_InitClass for a static private method thinking that it is unreachable. This is not the case for a private static inner class method. A simple pessimistic fix is

[Bug inline-asm/20382] internal compiler error with bogus asm output constraint

2005-03-09 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-03-09 12:30 --- (In reply to comment #6) > I guess I'm not properly interpreting the documentation on how to use > registers in the asm, is that correct? Yes, that's correct :-) I suggest you ask at [EMAIL PROTECTED], preferably

[Bug inline-asm/20382] internal compiler error with bogus asm output constraint

2005-03-09 Thread sailors3 at comcast dot net
--- Additional Comments From sailors3 at comcast dot net 2005-03-09 12:00 --- Subject: RE: internal compiler error with bogus asm output constraint Hello, I apologize if my question sounded like criticism, It is really more of a reflection on me (my ability to learn) than on GHU. I'

[Bug c++/20381] [4.0/4.1 Regression] ICE in build_ptrmemfunc, at cp/typeck.c:5702

2005-03-09 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-03-09 11:35 --- Looking at it. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |lerds

[Bug libstdc++/20393] New: make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field

2005-03-09 Thread andreas dot hoehmann at gmx dot de
1.) gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thr

[Bug java/18212] nativ compilation with multiple jars fails / gives internal compiler error

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 11:03 --- I can still see a crash similar to what Tom is seeing, but the other two bugs are fixed - the break-up was not correct. -- What|Removed |Added ---

[Bug java/18212] nativ compilation with multiple jars fails / gives internal compiler error

2005-03-09 Thread rmathew at gcc dot gnu dot org
-- Bug 18212 depends on bug 20351, which changed state. Bug 20351 Summary: compilation with a redundant jar fails, if output file specified http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20351 What|Old Value |New Value

[Bug java/20351] compilation with a redundant jar fails, if output file specified

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 10:57 --- Now that the new verifier has been enabled, this works quite fine. -- What|Removed |Added

[Bug java/20362] ICE: bus error if missed interface used in abstract class and output file specified

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 10:55 --- I do not see an ICE with the given testcase as of 2005-03-09 and mainline CVS. -- What|Removed |Added

[Bug rtl-optimization/20365] simplify_plus_minus results are erratic

2005-03-09 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-09 10:30 --- If the patch was committed last year, what is this bug for, exactly? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20365

[Bug middle-end/18628] [4.0/4.1 regression] miscompilation of switch statement in loop

2005-03-09 Thread aoliva at redhat dot com
--- Additional Comments From aoliva at gcc dot gnu dot org 2005-03-09 10:30 --- Subject: [PR middle-end/18628] do not fold to label load from tablejump to reg This patch is meant to implement suggestion #3 proposed to fix the bug by Roger Sayle and selected by RTH in bugzilla. So far,

  1   2   >