[Bug java/21624] java source files cannot be compiled to bcabi [indirect dispatch]

2005-05-17 Thread aph at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |aph at gcc dot gnu dot org |dot org | Status|UNCONFIRMED

[Bug bootstrap/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"

2005-05-17 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-05-17 14:44 --- It can be fixed using the per-directory build infrastructure, but .java files cannot be reliably compiled to the binary-compatibility abi. -- What|Removed |Added

[Bug java/21624] New: java files cannot be compiled to bcabi

2005-05-17 Thread bonzini at gcc dot gnu dot org
The simplest crash that I found is this: public class AAA { static final Object cm = new Integer (2); } This is blocking 20155, which could easily be fixed now that libjava is built a directory at a time. -- Summary: java files cannot be compiled to bcabi Product: gcc

[Bug bootstrap/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"

2005-05-17 Thread bonzini at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||21624 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20155

[Bug target/21623] [4.0 regression] ICE in reload_cse_simplify_operands, at postreload.c:391

2005-05-17 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-05-17 14:33 --- Created an attachment (id=8911) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8911&action=view) reduced source from glibc-2.3.5 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21623

[Bug target/21623] New: [4.0 regression] ICE in reload_cse_simplify_operands, at postreload.c:391

2005-05-17 Thread dank at kegel dot com
Using crosstool-0.34, building glibc-2.3.5 on sh4 is ok with gcc-3.4.3, fails with gcc-4.0.0. The attached reduced testcase shows the error: foo2.i: In function 'plural_eval': foo2.i:78: error: insn does not satisfy its constraints: (insn 190 188 275 24 (set (reg/v:SI 76 fr12 [orig:169 n ] [169]

[Bug fortran/21622] New: ICE on assumed-shape array with lower bound given by a dummy argument

2005-05-17 Thread dubos at lmd dot polytechnique dot fr
SUBROUTINE Eval(mind,p) INTEGER :: mind REAL, DIMENSION(mind:) :: p p(mind)=0 END SUBROUTINE Eval Works with g95 Fails with : GNU Fortran 95 (GCC 4.1.0 20050517 (experimental)) downloaded from http://gcc.gnu.org/wiki/GFortranBinaries -- Summary: ICE

[Bug target/20625] [4.0/4.1 regression] ivopts produces code that generates "unaligned access exception"

2005-05-17 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-05-17 14:07 --- (In reply to comment #23) > Sorry if it is not belong here. Just a quick question: There are still > unaligned > exceptions generated (even by gcc(libgcj) code itself). Should I open a new > bug > report or could

[Bug libfortran/21621] New: Inconsistency with binary sequential output

2005-05-17 Thread P dot Schaffnit at access dot rwth-aachen dot de
_Length_2 ! CLOSE ( UNIT = Unit_Number ) ! ! END PROGRAM Check_Record_Length ! -- Summary: Inconsistency with binary sequential output Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: P dot Schaffnit at access dot rwth-aachen dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: GCC 4.1.0 20050517 GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21621

[Bug fortran/21432] gfortran does not support printing of namelists

2005-05-17 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-17 13:32 --- (In reply to comment #3) > The bug is that gfortran apparently does not support printing of namelists. I > don't know if this is in the fortran standard or not, but it is a very common > compiler extension

[Bug libfortran/21333] in_pack / in_unpack alignment issues

2005-05-17 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-17 13:25 --- For ia-64, this can be exposed with prctl: $ gfortran packtest.f90 $ prctl --unaligned=signal gdb ./a.out GNU gdb Red Hat Linux (6.1post-1.20040607.52rh) Copyright 2004 Free Software Foundation, Inc. GDB is

[Bug target/21620] --disable-multilib doesn't work

2005-05-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-17 13:18 --- Huh, you did not configure with "--diable-multilib". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21620

[Bug target/21620] New: --disable-multilib doesn't work

2005-05-17 Thread dzianis dot mazuronak at gmx dot net
I'm trying to compile gcc-4.0.0 using gcc-3.3.4, on x86_64-suse-linux. Compilation stops with this error: /usr/local/src/gcc-4.0.0/obj/gcc/xgcc -B/usr/local/src/gcc-4.0.0/obj/gcc/ -B/usr/local/gcc-4.0/x86_64-suse-linux/bin/ -B/usr/local/gcc-4.0/x86_64-suse-linux/lib/ -isystem /usr/local/gcc-4.0

[Bug target/21479] optimizer removes incorrectly variable comparision in if clause

2005-05-17 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-05-17 12:30 --- (In reply to comment #8) > - yes, however as the loigical extention of: >"a null reference is undefined" => "may trap" => "will trap" >is simply wrong, and is not justifyable; such an optimization >is ta

[Bug ada/14435] gnatchop cannot use the compiled compiler in Ada's testsuite because of changed GCC_EXEC_PREFIX semantics

2005-05-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-05-17 11:58 --- Closing, as nobody seems to care about GCC_EXEC_PREFIX being broken. Arno -- What|Removed |Added

[Bug c++/21615] Argument-dependent name lookup associated namespace search bug

2005-05-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal Keywords||rejects-valid Known to fail|

[Bug c++/21619] [4.0/4.1 regression] __builtin_constant_p(&"Hello"[0])?1:-1 not compile-time constant

2005-05-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-17 11:43 --- Confirmed. -- What|Removed |Added CC||pinskia at

[Bug c++/21510] Possible bug

2005-05-17 Thread sven at clio dot in-berlin dot de
--- Additional Comments From sven at clio dot in-berlin dot de 2005-05-17 11:42 --- (In reply to comment #9) > Over my dead body. :-) Oh, come on. It isn't that bad an idea to localize substitution failures, isn't it:-) > -- Gaby Sven -- http://gcc.gnu.org/bugzilla/s

[Bug c++/21619] New: [4.0/4.1 regression] __builtin_constant_p(&"Hello"[0])?1:-1 not compile-time constant

2005-05-17 Thread rguenth at gcc dot gnu dot org
The testcase int f[__builtin_constant_p(&"Hello"[0])?1:-1]; did work on gcc 3.4, but doesn't any longer on 4.0 and 4.1. The parser gets an integer constant node from fold_builtin, but still thinks it is not a compile time constant for the array bound. -- Summary: [4.0/4.1 regression

[Bug middle-end/21595] [4.0 Regression] __builtin_constant_p(&"Hello"[0]) is true for C but not for C++

2005-05-17 Thread rguenth at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||21619 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21595

[Bug rtl-optimization/21617] CRC64 algorithm optimisation problem on Intel 32-bit

2005-05-17 Thread pluto at agmk dot net
-- What|Removed |Added CC||pluto at agmk dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21617

[Bug tree-optimization/21618] Internal Compiler Error compiling mysql-4.1.11

2005-05-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-17 11:33 --- *** This bug has been marked as a duplicate of 21173 *** -- What|Removed |Added

[Bug tree-optimization/21173] [4.0/4.1 regression] miscompiled pointer subtraction broke Linux kernel

2005-05-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-17 11:34 --- *** Bug 21618 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/21454] [4.0/4.1 Regression] const array doesn't live in the rodata section in C++

2005-05-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-17 11:26 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/15080] Forall bounds not calculated correctly (forall_3.f90)

2005-05-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-17 11:25 --- Fixed in 4.0.1. -- What|Removed |Added Status|NEW |RESOL

[Bug tree-optimization/21610] [4.0/4.1 Regression] ICE in make_decl_rtl

2005-05-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-17 11:25 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c/21618] New: Internal Compiler Error compiling mysql-4.1.11

2005-05-17 Thread andreas at florath dot net
Hello! gcc reports internal compiler error when compiling mysql-4.1.11: Version: Using built-in specs. Target: i686-pc-linux-gnu Configured with: /appl/tmo/be6/tmp/gcc-4.0.0/configure --prefix=/appl/tmo/be6/32 --enable-shared --enable-threads --with-gnu-as --with-as=/appl/tmo/be6/32/bin/as --with

[Bug rtl-optimization/21617] CRC64 algorithm optimisation problem on Intel 32-bit

2005-05-17 Thread m dot cave-ayland at webbased dot co dot uk
--- Additional Comments From m dot cave-ayland at webbased dot co dot uk 2005-05-17 10:31 --- Created an attachment (id=8910) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8910&action=view) The crctest64 .c file mentioned, along with the .i and .s files -- http://gcc.gnu.org/b

[Bug rtl-optimization/21617] New: CRC64 algorithm optimisation problem on Intel 32-bit

2005-05-17 Thread m dot cave-ayland at webbased dot co dot uk
Using a 64-bit CRC algorithm implementation implemented using "long long int", it has been found that gcc fails to optimise the algorithm correctly when the -O2 parameter is used. In fact, it is found that the processing time for CRC calculation more than doubles compared to the processing time for

[Bug middle-end/21616] ICE: unable to find a register to spill in class `FLOAT_REGS'

2005-05-17 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-05-17 09:58 --- Fails with 3.4.4 too -- What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/21595] [4.0/4.1 Regression] __builtin_constant_p(&"Hello"[0]) is true for C but not for C++

2005-05-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-17 09:00 --- Subject: Bug 21595 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-17 09:00:03 Modified files: gcc: ChangeLog builtins.c gcc/tes

[Bug other/21382] -fvisibility-inlines-hidden breaks OpenEXR-1.2.2 build.

2005-05-17 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-05-17 08:57 --- Assuming that the intertwined compiler issues get fixed, the libstdc++ patch should be trivial, I'm attaching to 19664 an old draft that maybe has now some hunks wrong about copyright dates (if you can rework tho

[Bug middle-end/21616] ICE: unable to find a register to spill in class `FLOAT_REGS'

2005-05-17 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2005-05-17 08:43 --- Created an attachment (id=8907) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8907&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21616

[Bug middle-end/21616] New: ICE: unable to find a register to spill in class `FLOAT_REGS'

2005-05-17 Thread raj dot khem at gmail dot com
GCC produced this ICE when the attached program was compiled. I tried the fix from http://gcc.gnu.org/PR18641 but it did not fix the problem. commandline options -O2 -msoft-float -m64 -c gcc output = a.c: In function `do_select': a.c:12770: error: unable to find

[Bug other/21382] -fvisibility-inlines-hidden breaks OpenEXR-1.2.2 build.

2005-05-17 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-05-17 08:27 --- (In reply to comment #3) > Known gcc bug. Check out my patch in bug 19664: > > http://gcc.gnu.org/ml/gcc-patches/2005-02/msg00180.html > > You may need to fix libstdc++ header files also. in PR19664 i see di

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

2005-05-17 Thread steven at gcc dot gnu dot org
-- What|Removed |Added Priority|P2 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21332

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

2005-05-17 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-05-17 08:14 --- SSA form after inserting ASSERT_EXPRs main () { int i; int c; int b; int D.1576; : c_4 = f (); if (c_4 <= 0) goto ; else goto ; :; c_8 = ASSERT_EXPR ; c_7 = -c_8; goto ();

[Bug fortran/21593] FAIL: gfortran.dg/dev_null.f90

2005-05-17 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-05-17 08:04 --- Fails on i386-freebsd, too. Problems with non-linux /dev/null semantic, looks like. -- What|Removed |Added

[Bug c++/21615] New: Argument-dependent name lookup associated namespace search bug

2005-05-17 Thread maxim dot yegorushkin at gmail dot com
In the following code snippet: namespace odd { template void f(T&); } namespace N { struct A {}; int f(A&); void g() { A a; using odd::f; int assert = sizeof(f(a)); // <--- here } } according to the standard 3.4.2/2 int N::f(A&) should be found. But gcc finds void odd::f(T&). I

[Bug c++/21454] [4.0/4.1 Regression] const array doesn't live in the rodata section in C++

2005-05-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-17 07:10 --- Subject: Bug 21454 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-17 07:10:40 Modified files: gcc/testsuite : Change

[Bug tree-optimization/21610] [4.0/4.1 Regression] ICE in make_decl_rtl

2005-05-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-17 07:08 --- Subject: Bug 21610 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-17 07:07:59 Modified files: gcc: Change

[Bug fortran/15080] Forall bounds not calculated correctly (forall_3.f90)

2005-05-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-17 07:02 --- Subject: Bug 15080 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-17 07:02:18 Modified files: gcc/testsuite : Change

<    1   2