[Bug bootstrap/21872] libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-02 06:14 --- > Update: this is only for the sparcv9 multilib... I found that > ac_cv_prog_cc_cross=yes in config.cache That could simply be another dup of 21870. Binutils 2.16 should not be used in conjunction with

[Bug bootstrap/21872] libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-02 06:12 --- *** Bug 21871 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21872

[Bug bootstrap/21871] libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-02 06:11 --- *** This bug has been marked as a duplicate of 21872 *** -- What|Removed |Added

[Bug testsuite/21866] profiledbootstrap on gcc4 - release fails

2005-06-01 Thread tobias at yoper dot com
--- Additional Comments From tobias at yoper dot com 2005-06-02 05:54 --- This is related to this issue: http://gcc.gnu.org/ml/gcc-help/2005-05/msg00030.html Using -O2 solved the issue -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21866

[Bug libfortran/19216] list directed read with leading slash (NIST FM923)

2005-06-01 Thread fxcoudert at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||21875 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19216

[Bug fortran/21875] New: [meta] NIST test suite failures

2005-06-01 Thread fxcoudert at gcc dot gnu dot org
This PR is open to track all NIST testsuite failures. Both original and F95-modified versions can be found on http://www.fortran-2000.com/ArnaudRecipes/fcvs21_f95.html Today, on i68-linux, F95 version has folllowing failures: FM110, FM11, FM171, FM903, FM906, FM908, FM909, FM923. -- S

[Bug libfortran/19155] blanks not treated as zeros in 'E' format read (NIST FM110.FOR)

2005-06-01 Thread fxcoudert at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||21875 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19155

[Bug tree-optimization/21734] [4.1 regression] ICE: -ftree-vectorize, segfault

2005-06-01 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-06-02 05:22 --- Subject: Re: [4.1 regression] ICE: -ftree-vectorize, segfault On Wed, 2005-06-01 at 13:22 +, dorit at il dot ibm dot com wrote: > The best thing would be to detect such redundant phis and clean them up,

[Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction

2005-06-01 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-06-02 05:04 --- I am no longer working on this PR. There is considerable debate about what the right changes to make to the language are, so I am leaving this aside. -- What|Removed |A

[Bug libgcj/21869] We should to use StringBuilder instead of StringBuffer where appropriate.

2005-06-01 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-02 04:59 --- See the follow-on discussion on java-patches. StringBuilder requires a copy of the data; gnu.gcj.runtime.StringBuffer does not. The latter could be made vm-independent and used throughout Classpath. The thr

[Bug bootstrap/21782] [3.3 Regression] configure: error: unknown endianess

2005-06-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-02 04:39 --- > I traced this to a problem with Sun's grep. Replace the grep lines with > fgrep > in the configure script and it works fine. fgrep is not really the problem, as we don't require it. See the audit t

[Bug c++/21874] New: this pointer somehow gets NULLed between member function calls

2005-06-01 Thread bjs5075 at rit dot edu
The following is a partial stack dump from GDB. It shows that the this pointer becomes NULL when calling one (private) member function from another (public) member function. #5 0x0805864e in ConfigReader::read_config (this=0x0, [EMAIL PROTECTED]) at file_reader.cpp:186 #6 0x08058079 in Confi

[Bug tree-optimization/21861] [meta-bug] scalar evolution type conversion

2005-06-01 Thread dnovillo at gcc dot gnu dot org
-- Bug 21861 depends on bug 21029, which changed state. Bug 21029 Summary: [4.1 Regression] vrp miscompiles Ada front-end, drops loop exit test in well-defined wrap-around circumstances http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21029 What|Old Value |New Valu

[Bug tree-optimization/21029] [4.1 Regression] vrp miscompiles Ada front-end, drops loop exit test in well-defined wrap-around circumstances

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:14 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21458] VRP does not remove a conditional in a loop

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:12 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21367] VRP does not fold "if (a == b)" in a certain situation

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:09 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21348] tree-vrp.c:has_assert_expr is useless.

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:08 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21289] A numeric range is spoiled by a symblic one in VRP

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:08 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21090] VRP does not notice nonzero-ness from a PHI node

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:07 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21086] VRP does not extract a value from a comparison expression.

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:07 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/20701] [tcb] VRP does not eliminate a redundant "if" statement.

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:06 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21332] [4.1 Regression] -ftree-vrp makes a loop doesn't execute a body

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:06 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/14341] Missed comparison optimization (VRP)

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:03 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21348] tree-vrp.c:has_assert_expr is useless.

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:58 --- Subject: Bug 21348 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21458] VRP does not remove a conditional in a loop

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:58 --- Subject: Bug 21458 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21367] VRP does not fold "if (a == b)" in a certain situation

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21367 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21029] [4.1 Regression] vrp miscompiles Ada front-end, drops loop exit test in well-defined wrap-around circumstances

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21029 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21368] VRP does not know that &s.a != NULL

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21368 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21289] A numeric range is spoiled by a symblic one in VRP

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21289 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/14341] Missed comparison optimization (VRP)

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 14341 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/20701] [tcb] VRP does not eliminate a redundant "if" statement.

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 20701 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21086] VRP does not extract a value from a comparison expression.

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21086 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21332] [4.1 Regression] -ftree-vrp makes a loop doesn't execute a body

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21332 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21090] VRP does not notice nonzero-ness from a PHI node

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21090 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21839] [4.1 Regression] ICE for missing V_DEFS caused by salias with empty structures

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:08 --- Subject: Bug 21839 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:08:03 Modified files: gcc: ChangeLog gimplify.c Added files:

[Bug c/21873] New: infinite warning loop on bad array initializer

2005-06-01 Thread allans at m83 dot com
struct foo { int a; int b; } bar [1][0] = { 3, 4 }; // warnings continue forever s.c:5: warning: excess elements in array initializer s.c:5: warning: (near initialization for `bar') s.c:5: warning: excess elements in array initializer s.c:5: warning: (near initialization for `bar') gcc: Inte

[Bug bootstrap/21782] [3.3 Regression] configure: error: unknown endianess

2005-06-01 Thread aaronw at net dot com
--- Additional Comments From aaronw at net dot com 2005-06-02 01:16 --- I traced this to a problem with Sun's grep. Replace the grep lines with fgrep in the configure script and it works fine. Apparently grepping conftest.o for the endian string fails with /bin/grep but works with f

[Bug bootstrap/21782] [3.3 Regression] configure: error: unknown endianess

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 01:12 --- *** Bug 21870 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug bootstrap/21870] Build fails with unknown endianess

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 01:12 --- *** This bug has been marked as a duplicate of 21782 *** -- What|Removed |Added

[Bug bootstrap/21872] libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-01 Thread aaronw at net dot com
--- Additional Comments From aaronw at net dot com 2005-06-02 01:12 --- Update: this is only for the sparcv9 multilib... I found that ac_cv_prog_cc_cross=yes in config.cache This should have been no. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21872

[Bug bootstrap/21872] New: libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-01 Thread aaronw at net dot com
When compiling gcc 3.3.6 on sparc Solaris 2.8 with the configure option --with-cpu=ultrasparc, the configure script for libjava fails with: checking for sigaction... yes checking for ftruncate... (cached) yes checking for execinfo.h... no checking for unistd.h... (cached) yes checking for d

[Bug bootstrap/21871] New: libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-01 Thread aaronw at net dot com
-- Summary: libjava configure fails because it mistakenly thinks it is cross compiling Product: gcc Version: 3.3.6 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap Assigne

[Bug bootstrap/21870] Build fails with unknown endianess

2005-06-01 Thread aaronw at net dot com
--- Additional Comments From aaronw at net dot com 2005-06-02 00:34 --- I traced the problem to line 3523 in libffi/configure For some reason, Sun's grep does not see the string BIGenDianSyS in the object file, but fgrep does... I guess it's another bug or issue with Sun's tools (lik

[Bug bootstrap/21870] Build fails with unknown endianess

2005-06-01 Thread aaronw at net dot com
--- Additional Comments From aaronw at net dot com 2005-06-02 00:22 --- More info from config.log for libffi: configure:3445: /var/tmp/gcc3/gcc-3.3.6/sparc-solaris-2.8/gcc/xgcc -B/var/tmp/gcc3/gcc-3.3.6/sparc-solari s-2.8/gcc/ -B/opt/gcc3.3/sparc-sun-solaris2.8/bin/ -B/opt/gcc3.3/s

[Bug bootstrap/21870] New: Build fails with unknown endianess

2005-06-01 Thread aaronw at net dot com
loading cache ../config.cache checking for a BSD compatible install... (cached) /opt/gcc3.3/bin/ginstall -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checkin

[Bug target/21761] [4.1 Regression] mainline gcc causing internal compiler error.

2005-06-01 Thread uttamp at us dot ibm dot com
--- Additional Comments From uttamp at us dot ibm dot com 2005-06-01 23:31 --- I've verified that this bug has been fixed in mainline gcc. -- What|Removed |Added

[Bug libgcj/21869] New: We should to use StringBuilder instead of StringBuffer where appropriate.

2005-06-01 Thread daney at gcc dot gnu dot org
Libgcj now has the StringBuilder class which should be used in place of StringBuffer in places where synchronization is not needed. All of libgcj should be changed to use StringBuilder where appropriate. -- Summary: We should to use StringBuilder instead of StringBuffer

[Bug middle-end/21059] Bogus warning about clobbered variable

2005-06-01 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-06-01 23:03 --- The warning is just wrong. There is nothing that can be clobbered by longjmp. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21059

[Bug target/19923] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-01 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-01 22:59 --- I wonder if this is fixed by TARGET_MEM_REF. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19923

[Bug target/19923] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-01 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-01 22:55 --- Confirmed. The regression appears only with -fPIC, and it's pretty evident. The core is md2_block, the inner loop: GCC 3.4 = .L29: xorl

[Bug target/20082] unrecognizable insn

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 22:47 --- No feedback in 3 months. -- What|Removed |Added Status|WAITING

[Bug libgcj/20435] regex pattern compiling bug

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-01 22:11 --- Subject: Bug 20435 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-01 22:11:00 Modified files: libjava: ChangeLog libjava/gnu/regexp

[Bug middle-end/21059] Bogus warning about clobbered variable

2005-06-01 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-06-01 22:08 --- It is not clear to me if this bug is about whether or not we should put out the message or if it is about the format of the message, I.e. that the quotes are messed up. -- What|Removed

[Bug java/21722] gcj miscompiles accesses to static final vars with indirect dispatch

2005-06-01 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-01 21:36 --- I'm testing a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |

[Bug middle-end/21478] Improve initialization of sparse local arrays

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-01 21:34 --- Subject: Bug 21478 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-01 21:34:28 Modified files: gcc: ChangeLog gimplify.c Log message:

[Bug java/1259] string constants not handled properly

2005-06-01 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-01 21:12 --- One example of a failure is the test case in PR 21722. In this PR we generate this bytecode in A.class: 0: ldc #9= 2: astore_1 3: getstatic #15= 6: aload_1 7: invokevirtual #21= However, as B.FOO

[Bug middle-end/21275] [4.0/4.1 Regression] gcc 4.0.0 crash with mingw when using stdout in global var

2005-06-01 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-06-01 21:02 --- The patch referred to in comment #9 had missing hunks. Complete patch here: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02945.html Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=212

[Bug java/21722] gcj miscompiles accesses to static final vars with indirect dispatch

2005-06-01 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-06-01 20:59 --- Yes. I think this is because the compiler needs to see the definition and the use site to exhibit this bug. Without the def it will correctly emit the code walking the table to get to the member. -- http://gc

[Bug target/19923] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 20:55 --- I would not doubt this is just not using the i386 address mode -- What|Removed |Added

[Bug target/19923] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-01 Thread yx at cs dot ucla dot edu
--- Additional Comments From yx at cs dot ucla dot edu 2005-06-01 20:47 --- When we ran 'openssh speed md2', we did see that gcc-4.0 was slower than earlier versions, so we created a minimal test case, which we will attach. Here is how long it took to run a 34 megabyte file through the

[Bug tree-optimization/21855] array bounds checking elimination

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 20:31 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug java/21722] gcj miscompiles accesses to static final vars with indirect dispatch

2005-06-01 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-01 20:30 --- Interestingly, if I compile the two .class files separately and then link the results, it works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21722

[Bug java/21856] null pointer check elimination

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 20:29 --- Confirmed, see PR 20318 for information about an attribute which we should be adding soon. -- What|Removed |Added ---

[Bug java/21868] New: [4.1 regression] can't build mauve

2005-06-01 Thread tromey at gcc dot gnu dot org
I can't build current cvs mauve with current cvs head gcj. I see this: gcj -g -O2 -c -o gnu/testlet/BinaryCompatibility/BinaryCompatibilityTest.o ../mauve/gnu/testlet/BinaryCompatibility/BinaryCompatibilityTest.java ../mauve/gnu/testlet/BinaryCompatibility/BinaryCompatibilityTest.java:32: error:

[Bug libgcj/20169] Serialization: readResolve does not work

2005-06-01 Thread tromey at gcc dot gnu dot org
-- Bug 20169 depends on bug 21785, which changed state. Bug 21785 Summary: [4.1 regression] ClassNotFound during deserialization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21785 What|Old Value |New Value

[Bug libgcj/21785] [4.1 regression] ClassNotFound during deserialization

2005-06-01 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-01 20:01 --- I've checked in the fix. -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/21785] [4.1 regression] ClassNotFound during deserialization

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-01 19:58 --- Subject: Bug 21785 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-01 19:58:26 Modified files: libjava: ChangeLog libjava/java/io: O

[Bug target/21719] program using "initgroups()" fails with stack corruption

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 19:52 --- Not a GCC bug. -- What|Removed |Added Status|UNCONFIRMED |RESOLV

[Bug libgcj/21867] failling to build libjava

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 19:44 --- /prims.Tpo -c ../../../libjava/prims.cc -fPIC -DPIC -o .libs/prims.o ../../../libjava/prims.cc: In function 'void _Jv_catch_segv(int, siginfo_t*, void*)': ../../../libjava/prims.cc:151: error: 'volatile st

[Bug middle-end/21858] [4.1 Regression] ICE in compare_values, at tree-vrp.c:301

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 19:40 --- (In reply to comment #3) > Is this legal C? This is not valid C but valid GNU C. The front-end should be converting the types correctly Please don't remove the assert, it catches things like this. --

[Bug libgcj/21867] failling to build libjava

2005-06-01 Thread jlm_devel at laposte dot net
--- Additional Comments From jlm_devel at laposte dot net 2005-06-01 19:40 --- Created an attachment (id=9009) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9009&action=view) compilation log with env and bash debug activated -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21867

[Bug middle-end/21858] [4.1 Regression] ICE in compare_values, at tree-vrp.c:301

2005-06-01 Thread dnovillo at redhat dot com
--- Additional Comments From dnovillo at redhat dot com 2005-06-01 19:38 --- Subject: Re: [4.1 Regression] ICE in compare_values, at tree-vrp.c:301 On Wed, Jun 01, 2005 at 07:31:24PM -, pinskia at gcc dot gnu dot org wrote: > > --- Additional Comments From pinskia at gcc dot g

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.0 |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21847

[Bug libgcj/21867] failling to build libjava

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 19:35 --- How did it fail? -- What|Removed |Added Component|java|libg

[Bug java/21867] New: failling to build libjava

2005-06-01 Thread jlm_devel at laposte dot net
final stage gcc building fail in libjava --disable-libgcj allow to create the crosscompiler but libjava isn't build then -- Summary: failling to build libjava Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority

[Bug middle-end/21858] [4.1 Regression] ICE in compare_values, at tree-vrp.c:301

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 19:31 --- Confirmed, reduced testcase: unsigned int dsdblm_GetBlockAddress(); void error_LocalAssert(void); int dsdblm_CreateBlock(unsigned int address) { address = dsdblm_GetBlockAddress(); if (address >= (void

[Bug fortran/21729] ICE in gfc_typenode_for_spec

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 19:20 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug rtl-optimization/21138] wrong code in sixtrack for -fmodulo-sched

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 19:17 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug other/21863] strange code generation

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 19:15 --- Use -fomit-frame-pointer. -- What|Removed |Added Status|UNCONFIRMED

[Bug tree-optimization/21734] [4.1 regression] ICE: -ftree-vectorize, segfault

2005-06-01 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-06-01 19:14 --- > Please, remember to add both the new and the old testcase to the testsuite. patch: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00110.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21734

[Bug middle-end/15259] [3.4/4.0 regression] segv

2005-06-01 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-06-01 19:00 --- *** Bug 21864 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/21864] ICE on invalid command line

2005-06-01 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-06-01 19:00 --- This is a dup of PR 15259, which is already fixed in 4.0. *** This bug has been marked as a duplicate of 15259 *** -- What|Removed |Added --

[Bug c/21536] [3.4 Regression] C99 array of variable length use causes segmentation fault

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 19:00 --- Fixed in 4.0.1 and above. -- What|Removed |Added Known to work|2.95.3

[Bug c/16989] [meta-bug] C99 conformance bugs

2005-06-01 Thread pinskia at gcc dot gnu dot org
-- Bug 16989 depends on bug 20760, which changed state. Bug 20760 Summary: cast to variable-length array type combined with switch statement gives segv http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20760 What|Old Value |New Value

[Bug c/20760] cast to variable-length array type combined with switch statement gives segv

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-01 18:59 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug rtl-optimization/21767] if-convert leaves invalid REG_EQUAL notes

2005-06-01 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-06-01 18:53 --- (In reply to comment #4) > Well, 3.4 is open for regression fixes only. Did the testcase ever work > before > 3.4 in any previous GCC version? P.S.: There used to be an euivalent optimization in jump.c, b

[Bug rtl-optimization/21767] if-convert leaves invalid REG_EQUAL notes

2005-06-01 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-06-01 18:38 --- (In reply to comment #4) > Well, 3.4 is open for regression fixes only. Did the testcase ever work > before > 3.4 in any previous GCC version? Of course. if-conversion is a relatively new pass: 2000-04-

[Bug rtl-optimization/21767] if-convert leaves invalid REG_EQUAL notes

2005-06-01 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-01 18:10 --- Well, 3.4 is open for regression fixes only. Did the testcase ever work before 3.4 in any previous GCC version? -- What|Removed |Added ---

[Bug testsuite/21866] New: profiledbootstrap on gcc4 - release fails

2005-06-01 Thread tobias at yoper dot com
I think it is an already fixed bug at least in CVS, though I can't find the appropriate patch. I have now tried at least 25 patches since release date which are around string and bootstrapping issues, no lack so far. Please point me towards the appropriate fix. Thanks in advance T.Gerschner Mak

[Bug testsuite/21865] New: gcc.dg/torture/pr21817-1.c fails on hppa2.0w-hpux

2005-06-01 Thread jsm28 at gcc dot gnu dot org
The newly added test gcc.dg/torture/pr21817-1.c fails on hppa2.0w-hpux with: pr21817-1.c:12: warning: alignment (16) for value exceeds maximum alignment for global common data. Using 8 This is a target-specific warning. There seems to be nothing about this test requiring it to be in gcc.dg (and

[Bug tree-optimization/21734] [4.1 regression] ICE: -ftree-vectorize, segfault

2005-06-01 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-01 18:08 --- Please, remember to add both the new and the old testcase to the testsuite. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21734

[Bug middle-end/21842] [4.1 Regression] 23_containers/bitset/operations/2.cc execution test fails

2005-06-01 Thread jsm28 at gcc dot gnu dot org
-- Bug 21842 depends on bug 21843, which changed state. Bug 21843 Summary: [4.1 Regression] gcc.c-torture/execute/920501-2.c execution fails http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21843 What|Old Value |New Value ---

[Bug middle-end/21843] [4.1 Regression] gcc.c-torture/execute/920501-2.c execution fails

2005-06-01 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-06-01 17:54 --- Fixed mainline 20050601. -- What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/21842] [4.1 Regression] 23_containers/bitset/operations/2.cc execution test fails

2005-06-01 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-06-01 17:53 --- Fixed mainline 20050601. -- What|Removed |Added Status|UNCONFIRMED

[Bug c++/21864] New: ICE on invalid command line

2005-06-01 Thread cheinan at atg dot com
Having a directory name, a -c and -o on the command line causes an ICE and a seg fault. The actual code does not seem to matter. Reproduction instructions and actual output follow: cheinan/test> cat null.cpp int main() { return 0; } cheinan/test> g++ /home/cheinan/test -c null.cpp -o MakeMeIC

[Bug other/21863] strange code generation

2005-06-01 Thread alonsoschaich at gmx dot de
--- Additional Comments From alonsoschaich at gmx dot de 2005-06-01 17:50 --- Created an attachment (id=9008) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9008&action=view) precompiled code and assembly output -save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21863

[Bug other/21863] New: strange code generation

2005-06-01 Thread alonsoschaich at gmx dot de
Given the appended input this code gets generated by gcc 3.4 / 4.0 / 4.1 version when launched by "g++ matrix.cpp -o matrix -O2 -Wall -Wextra -pedantic -std=c++98 -save-temps": .LCFI2: leal-48(%ebp), %ecx leal-88(%ebp), %ebx subl$100, %esp .LCFI3:

[Bug bootstrap/21698] creating first stage compiler

2005-06-01 Thread jlm_devel at laposte dot net
--- Additional Comments From jlm_devel at laposte dot net 2005-06-01 17:35 --- this issue is solved if and only if BOTH configure options are set : --with-local-prefix=$DESTDIR_BCKP --with-sysroot=$DESTDIR_BCKP specifying only where to find the headers isn't enough but the error

[Bug libgcj/21785] [4.1 regression] ClassNotFound during deserialization

2005-06-01 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-01 17:15 --- I'm testing a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |

[Bug libgcj/21753] String.substring sharing heuristic should be improved

2005-06-01 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-01 15:54 --- I've checked in a fix. -- What|Removed |Added Status|ASSIGNED

  1   2   >