[Bug ada/27937] [4.2 Regression] Ada bootstrap failure on Solaris 10/x86

2006-06-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 Version|unknown |4.2.0 http://

[Bug middle-end/27896] inefficient lowering for return

2006-06-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-09 07:25 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug c/27899] Compile warning with --combine and global register variables.

2006-06-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-09 07:31 --- --combine is not tested that well. In fact for this case, the decls should be combined into one and not warned about but it looks like GCC combines these two variables. -- http://gcc.gnu.org/bugzilla/show_bug.c

[Bug fortran/27897] ICE on common block with the same name as the program.

2006-06-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27897

[Bug middle-end/27889] [4.1/4.2 Regression] ICE on complex assignment in nested function

2006-06-09 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-06-09 07:37 --- (In reply to comment #10) > implicit COMPLEX (a-z) Does that actually declare the variables in MAIN or just say after the first use, they are declared in that function as complex? (this should be noted as a sepe

[Bug target/27922] final link failed: Nonrepresentable section on output

2006-06-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27922

[Bug ada/27936] [4.2 Regression] gnatbind fails to link on Tru64 UNIX

2006-06-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27936

[Bug ada/27944] [4.2 Regression] s-taprop.adb:66:06: warning: redundant with clause in body

2006-06-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Summary|s-taprop.adb:66:06: warning:|[4.2 Regression

[Bug middle-end/27945] [4.0/4.1/4.2 Regression] Packed struct of variable length has wrong size

2006-06-09 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-06-09 07:45 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug bootstrap/27963] [4.2 Regression] libjava fails to build if it isn't built by default

2006-06-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug fortran/27958] [4.1 only] assignments to and from zero-sized string selections not handled

2006-06-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27958

[Bug debug/27970] error while compiling ClanLib-0.8

2006-06-09 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-06-09 07:49 --- Can you also attach the preprocessed source? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27970

[Bug bootstrap/27963] [4.2 Regression] libjava fails to build if it isn't built by default

2006-06-09 Thread ayers at gcc dot gnu dot org
-- ayers at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ayers at gcc dot gnu dot org |dot org

[Bug bootstrap/27963] [4.2 Regression] libjava fails to build if it isn't built by default

2006-06-09 Thread ayers at gcc dot gnu dot org
--- Comment #6 from ayers at gcc dot gnu dot org 2006-06-09 08:01 --- Patch posted at: http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00410.html and waiting for approval. -- ayers at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27212] vec_cmplt followed by a vec_all_ge, gives two vcmpgtuh instructions

2006-06-09 Thread bonzini at gnu dot org
--- Comment #5 from bonzini at gnu dot org 2006-06-09 08:15 --- I'll give it a shot. If combine could, well, combine the two instructions, it would be quite easy to make a patch, and it would remove some most hackish aspects of the Altivec implemention. -- http://gcc.gnu.org/bugzil

[Bug middle-end/27889] [4.1/4.2 Regression] ICE on complex assignment in nested function

2006-06-09 Thread paul dot richard dot thomas at cea dot fr
--- Comment #12 from paul dot richard dot thomas at cea dot fr 2006-06-09 08:50 --- (In reply to comment #11) > (In reply to comment #10) > > implicit COMPLEX (a-z) > Does that actually declare the variables in MAIN or just say after the first > use, they are declared in that function

[Bug target/27959] [4.1 regression] s390x miscompilation due to clobbering literal pool base reg

2006-06-09 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-06-09 08:56 --- Works just fine in GCC 3.4.x (in that case with -O2 -mtune=z990 which fails in 4.1.x as well) and works on the trunk too (but it is unclear whether that's just because reload chooses different registers by accident or

[Bug ada/27936] [4.2 Regression] gnatbind fails to link on Tru64 UNIX

2006-06-09 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-06-09 09:06 --- I ran into it some time ago too. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug ada/27937] [4.2 Regression] Ada bootstrap failure on Solaris 10/x86

2006-06-09 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2006-06-09 09:08 --- Confirmed, this happens when the compiler is configured for SJLJ exceptions. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug bootstrap/26998] bootstrap failure building libdecnumber, ICE in compare_values, tree-vrp.c:432

2006-06-09 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2006-06-09 09:34 --- This no longer blocks 27116 because I was able to fix that differently. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/27129] [4.1/4.2 Regression] ICE in get_expr_operands

2006-06-09 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2006-06-09 09:42 --- This has been fixed by the PR20103 changes. *** This bug has been marked as a duplicate of 20103 *** -- jakub at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/20103] [4.0/4.1 regression] ICE in create_tmp_var with C99 style struct initializer

2006-06-09 Thread jakub at gcc dot gnu dot org
--- Comment #55 from jakub at gcc dot gnu dot org 2006-06-09 09:42 --- *** Bug 27129 has been marked as a duplicate of this bug. *** -- jakub at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/27082] segfault with virtual class and visibility ("hidden")

2006-06-09 Thread tbm at cyrius dot com
--- Comment #13 from tbm at cyrius dot com 2006-06-09 09:57 --- This segfault also shows up when compiling thunderbird-1.5.0.2 with gcc 4.2 on Alpha. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27082

[Bug testsuite/27707] g++.dg/tree-ssa/ivopts-1.C fails

2006-06-09 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-06-09 10:24 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/27039] [4.1 Regression] Unable to determine # of iterations for a simple loop

2006-06-09 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|rguenth at gcc dot gnu dot |unassigned at gcc dot gnu |org

[Bug middle-end/26630] [4.0 Regression] Incorrect result when subtracting, casting to short and back to int, adding and multiplying

2006-06-09 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|rguenth at gcc dot gnu dot |unassigned at gcc dot gnu |org

[Bug c++/27975] New: warning for comparison of different enum types impossible to control/is undocumented

2006-06-09 Thread patrik dot hagglund at bredband dot net
gcc/cp/call.c build_now_op, emits a warning for comparison of different enum types. It seems to be neither controlled by any warning option nor documented. I don't want to fix all thoose warnings (a large amount in our code) right now, and at the same time turn on -Werror and fix other warnings. T

[Bug target/27959] [4.1 regression] s390x miscompilation due to clobbering literal pool base reg

2006-06-09 Thread krebbel at gcc dot gnu dot org
--- Comment #3 from krebbel at gcc dot gnu dot org 2006-06-09 11:41 --- On s390 we use a trick to make the literal pool base register available "on demand". It is defined as eliminable register which can be eliminated to itself with offset 0. When a reload round finds a r13 (literal pool

[Bug bootstrap/26998] bootstrap failure building libdecnumber, ICE in compare_values, tree-vrp.c:432

2006-06-09 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2006-06-09 12:39 --- Subject: Bug 26998 Author: rguenth Date: Fri Jun 9 12:39:11 2006 New Revision: 114507 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114507 Log: 2006-06-09 Richard Guenther <[EMAIL PROTECTED]>

[Bug bootstrap/26998] bootstrap failure building libdecnumber, ICE in compare_values, tree-vrp.c:432

2006-06-09 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2006-06-09 12:39 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug middle-end/27116] [4.2 Regression] Incorrect integer division (wrong sign).

2006-06-09 Thread patchapp at dberlin dot org
--- Comment #21 from patchapp at dberlin dot org 2006-06-09 12:55 --- Subject: Bug number PR27116 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00457.html -- http://gcc.gnu.org/bugzilla/s

[Bug bootstrap/27963] [4.2 Regression] libjava fails to build if it isn't built by default

2006-06-09 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-06-09 13:14 --- WAITING is used to get feed back from the reporter. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/27977] New: ICE when declaring recursive member in std namespace (illegal code)

2006-06-09 Thread rschiele at uni-mannheim dot de
The following code makes the compiler to consume infinite stack memory during compilation. Obviously the code is invalid. struct a { a() {} a std::b; }; This problem does occur with any gcc 4.0.2 or later, not with gcc 3.3.5 or older. I have not checked versions in between. std can be re

[Bug fortran/16206] rejects valid array initialization expression

2006-06-09 Thread paul dot richard dot thomas at cea dot fr
--- Comment #5 from paul dot richard dot thomas at cea dot fr 2006-06-09 15:19 --- Created an attachment (id=11647) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11647&action=view) An experimental fix for the PR This was to have been the second of the two approaches, described ab

[Bug ada/27937] [4.2 Regression] Ada bootstrap failure on Solaris 10/x86

2006-06-09 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #2 from ro at techfak dot uni-bielefeld dot de 2006-06-09 15:36 --- Subject: Re: [4.2 Regression] Ada bootstrap failure on Solaris 10/x86 ebotcazou at gcc dot gnu dot org writes: > Confirmed, this happens when the compiler is configured for SJLJ exceptions. But this seem

[Bug c/27978] New: static inline functions code not generated if -fPIC is used

2006-06-09 Thread ykar at list dot ru
I'm attaching the code which demonstates the bug. If to compile the attached code with: cc -fPIC -S testlib.c you can see, that symbol "foo" is referenced, but no code with "foo" is generated (even label "foo" is missing in assembler code) (Workaround is to compile with -O flag, with -O code for

[Bug c/27978] static inline functions code not generated if -fPIC is used

2006-06-09 Thread ykar at list dot ru
--- Comment #1 from ykar at list dot ru 2006-06-09 16:08 --- Created an attachment (id=11648) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11648&action=view) test case to demonstrate the bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27978

[Bug c++/27979] New: conversion check confused by enum bitfields

2006-06-09 Thread tbm at cyrius dot com
I think the following "invalid conversion" error, which is believe is wrong. When I remove the bitfield, the program compile fine. In any case, the error message isn't really optimal. :) (sid)4502:[EMAIL PROTECTED]: ~/src] cat test.cpp class Ast { enum AstKind { }; const AstKind kind :

[Bug target/27758] [4.1 regression] -O0 -fpic link failure

2006-06-09 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-06-09 16:52 --- *** Bug 27978 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/27978] static inline functions code not generated if -fPIC is used

2006-06-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-06-09 16:52 --- This is already fixed in 4.1.2 and the mainline. *** This bug has been marked as a duplicate of 27758 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/27979] 4.2 Regression] conversion check confused by enum bitfields

2006-06-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-09 16:56 --- Confirmed, 4.1.0 accepted this code. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/27730] Thread.getId() needs implemented

2006-06-09 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2006-06-09 17:09 --- Teting a patch. -- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|un

[Bug bootstrap/20737] Build fails in target-libiberty

2006-06-09 Thread jbwaters at gmail dot com
--- Comment #15 from jbwaters at gmail dot com 2006-06-09 17:29 --- As an FYI: I was able to build 4.0.3 just fine. 4.1.0 and 4.1.1 both fail as per this ticket. So whatever changed to break building on NetBSD happened between 4.0.3 and 4.1.0. -- http://gcc.gnu.org/bugzilla/show_

[Bug fortran/27980] New: Wrong allocation for zero-sized function result

2006-06-09 Thread tkoenig at gcc dot gnu dot org
>From a posting to comp.lang.fortran: program xint_func implicit none integer, parameter :: n=3,ii(n)=(/2,0,-1/) integer:: i character(len=80) :: line do i=1,n write (line,'(10I5)'), int_func(ii(i)) end do contains function int_func(n) result(ivec) integer, inte

[Bug c++/27979] 4.2 Regression] conversion check confused by enum bitfields

2006-06-09 Thread tbm at cyrius dot com
--- Comment #2 from tbm at cyrius dot com 2006-06-09 17:47 --- The following, related example, fails with gcc 4.2 20060508 but works with 20060530. It would be great if whoever works on this PR could check what change was responsible to get this working, and if it was just an accidental

[Bug c++/27979] 4.2 Regression] conversion check confused by enum bitfields

2006-06-09 Thread tbm at cyrius dot com
--- Comment #3 from tbm at cyrius dot com 2006-06-09 18:03 --- It wasn't accidentally fixed. It was fixed by Mark Mitchell for PR c++/27506, which contain the same test case as my 2nd example. In any case, the first test case wasn't fixed by the fix for PR 27506. -- tbm at cyrius d

[Bug c++/27826] [4.0/4.1 Regression] ICE in copy_to_mode_reg

2006-06-09 Thread janis at gcc dot gnu dot org
--- Comment #12 from janis at gcc dot gnu dot org 2006-06-09 18:10 --- The reduced testcase from comment #7 doesn't fail with my i686 cross compilers on powerpc-linux, so I did a regression hunt using the testcase from comment #4. It identified this patch as the fix on mainline: htt

[Bug fortran/27980] Wrong allocation for zero-sized function result

2006-06-09 Thread tkoenig at gcc dot gnu dot org
-- tkoenig at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |tkoenig at gcc dot gnu dot |dot org

[Bug libstdc++/27878] GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked.

2006-06-09 Thread martinol at nrlssc dot navy dot mil
--- Comment #10 from martinol at nrlssc dot navy dot mil 2006-06-09 18:30 --- gcc-4.1-20060331 snapshots compiles successfully. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27878

[Bug c++/27826] [4.0/4.1 Regression] ICE in copy_to_mode_reg

2006-06-09 Thread janis at gcc dot gnu dot org
--- Comment #13 from janis at gcc dot gnu dot org 2006-06-09 18:44 --- The test starts failing on mainline with this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=83858 r83858 | rth | 2004-06-29 16:25:28 + (Tue, 29 Jun 2004) -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug fortran/27981] New: Strange error message for illegal integer constant

2006-06-09 Thread schnetter at aei dot mpg dot de
The programme program longint real x if (.true.) x = 12345678901 end program longint contains an integer constant that does not fit into 32 bits. The compiler gives the following error message: $ ~/gcc/bin/gfortran -Wall -c longint.f90 In file longint.f90:3 if (.true.) x = 12345678901

[Bug fortran/16206] rejects valid array initialization expression

2006-06-09 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-06-09 19:40 --- I seem to be on the way to fixing this, so I had beter assign it to myself! Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libstdc++/27878] GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked.

2006-06-09 Thread pcarlini at suse dot de
--- Comment #11 from pcarlini at suse dot de 2006-06-09 19:42 --- For comparison, please provide the config.log of that snapshot. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27878

[Bug c++/27748] [4.2 Regression] rejects _Pragma with macros

2006-06-09 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-06-09 21:13 --- Subject: Bug 27748 Author: jakub Date: Fri Jun 9 21:13:25 2006 New Revision: 114519 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114519 Log: PR preprocessor/27746 * directives.c (do_pragma):

[Bug preprocessor/27746] ICE on openmp code when using _Pragma from macro

2006-06-09 Thread jakub at gcc dot gnu dot org
--- Comment #13 from jakub at gcc dot gnu dot org 2006-06-09 21:13 --- Subject: Bug 27746 Author: jakub Date: Fri Jun 9 21:13:25 2006 New Revision: 114519 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114519 Log: PR preprocessor/27746 * directives.c (do_pragma)

[Bug c/27747] [4.2 Regression] ice _Pragma and macros

2006-06-09 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-06-09 21:13 --- Subject: Bug 27747 Author: jakub Date: Fri Jun 9 21:13:25 2006 New Revision: 114519 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114519 Log: PR preprocessor/27746 * directives.c (do_pragma):

[Bug fortran/27916] Problem with allocatable arrays inside OpenMP do loop

2006-06-09 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-06-09 21:18 --- Subject: Bug 27916 Author: jakub Date: Fri Jun 9 21:18:42 2006 New Revision: 114520 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114520 Log: PR fortran/27916 * trans-openmp.c (gfc_omp_clause

[Bug fortran/27916] Problem with allocatable arrays inside OpenMP do loop

2006-06-09 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-06-09 21:25 --- Should be fixed in SVN. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug preprocessor/27746] ICE on openmp code when using _Pragma from macro

2006-06-09 Thread jakub at gcc dot gnu dot org
--- Comment #14 from jakub at gcc dot gnu dot org 2006-06-09 21:26 --- Should be fixed in SVN. -- jakub at gcc dot gnu dot org changed: What|Removed |Added St

[Bug c/27747] [4.2 Regression] ice _Pragma and macros

2006-06-09 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2006-06-09 21:26 --- Should be fixed in SVN. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug c++/27748] [4.2 Regression] rejects _Pragma with macros

2006-06-09 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2006-06-09 21:27 --- Should be fixed in SVN. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug libgcj/27730] Thread.getId() needs implemented

2006-06-09 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2006-06-09 21:36 --- Fixed. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libgcj/27730] Thread.getId() needs implemented

2006-06-09 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2006-06-09 21:37 --- Subject: Bug 27730 Author: tromey Date: Fri Jun 9 21:37:32 2006 New Revision: 114524 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114524 Log: PR libgcj/27730: * java/lang/Thread.java (threa

[Bug java/27982] New: Make gcj inline methods in java.nio.Buffer

2006-06-09 Thread daney at gcc dot gnu dot org
There are some optimization ideas in this e-mail thread (especially in the leaves or the thread). http://gcc.gnu.org/ml/java/2006-06/msg00030.html Basically, Buffers have no accessable constructors, so the compiler knows that there can be no user classes derived from Buffer. Buffers can be treat

[Bug target/26347] hidden weak extern functions fail regardless of existence on alpha/linux

2006-06-09 Thread vapier at gentoo dot org
--- Comment #8 from vapier at gentoo dot org 2006-06-09 22:01 --- unless i did something wrong, it's still broken with gcc-4.1.1 ... except now i get an ICE: [EMAIL PROTECTED] 0 ~ $ alpha-unknown-linux-gnu-gcc -c alpha-hidden-weak.c alpha-hidden-weak.c: In function '_start': alpha-hidde

[Bug fortran/24558] ENTRY doesn't work in module procedures

2006-06-09 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-06-09 22:16 --- Subject: Bug 24558 Author: pault Date: Fri Jun 9 22:16:08 2006 New Revision: 114526 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114526 Log: 2006-06-10 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25047] insert_bbt(): Duplicate key found!

2006-06-09 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-06-09 22:16 --- Subject: Bug 25047 Author: pault Date: Fri Jun 9 22:16:08 2006 New Revision: 114526 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114526 Log: 2006-06-10 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/20877] result may not be entry

2006-06-09 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-06-09 22:16 --- Subject: Bug 20877 Author: pault Date: Fri Jun 9 22:16:08 2006 New Revision: 114526 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114526 Log: 2006-06-10 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug libgcj/27983] New: FAIL: md5test output - gij test

2006-06-09 Thread danglin at gcc dot gnu dot org
byte compile: /mnt/gnu/gcc/objdir/gcc/gcj -B/mnt/gnu/gcc/objdir/hppa2.0w-hp-hpux 11.11/libjava/ -B/mnt/gnu/gcc/objdir/gcc/ --encoding=UTF-8 -C -I/mnt/gnu/gcc/obj dir/hppa2.0w-hp-hpux11.11/libjava/testsuite/../libgcj-4.2.0.jar -g /mnt/gnu/gcc/ gcc/libjava/testsuite/libjava.lang/md5test.java -d /mnt/

[Bug debug/27851] Hour-long segfault with -O1 -g on gcc.dg/parm-impl-decl-1.c

2006-06-09 Thread wilson at gcc dot gnu dot org
--- Comment #3 from wilson at gcc dot gnu dot org 2006-06-10 01:19 --- This is a C front end bug. The C front end is creating a circular symbol table, where the function h is defined both in the external scope and inside itself. The dwarf2out.c code then goes into an infinite recursion

[Bug c++/27975] warning for comparison of different enum types impossible to control/is undocumented

2006-06-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-10 02:21 --- Why is this that bad of a warning, really it could prove useful to make sure that you don't end up with always true comparisons because enums are not the same as their under lieing type in C++. -- http://gcc.gnu

[Bug c++/27977] ICE when declaring recursive member in std namespace (illegal code)

2006-06-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-10 02:47 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug rtl-optimization/27761] combine miscompiles

2006-06-09 Thread wilson at gcc dot gnu dot org
--- Comment #5 from wilson at gcc dot gnu dot org 2006-06-10 02:49 --- If a combination is successful, we will delete i1 and i2, so it doesn't matter if they changed accidentally. If a combination fails, then we go through undobuf and revert all changes, so it doesn't matter if i1 or i2

[Bug fortran/27981] Strange error message for illegal integer constant

2006-06-09 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2006-06-10 05:03 --- Erik, Thanks for the report. This is yet another example of gfortran's error handling code getting confused. If you remove the "if (.true.)" then you get the error message you want. If the if statement, the error i