[Bug c++/28999] [4.0/4.1/4.2 regression] ICE on invalid use of typename

2006-09-10 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28999

[Bug c++/29000] [4.2 regression] ICE on invalid use of template in statement-expr

2006-09-10 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29000

[Bug c++/28991] [4.2 Regression] Static constructor emitted instead of initialized variable

2006-09-10 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/29002] [4.0/4.1/4.2 regression] ICE on array of ptr-to-member or struct containing ptr-to-member of unknown size

2006-09-10 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29002

[Bug c++/28999] [4.0/4.1/4.2 regression] ICE on invalid use of typename

2006-09-10 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2006-09-10 22:40 --- Why is this ice-on-invalid-code a P2 bug?! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28999

[Bug bootstrap/28949] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-09-10 Thread bunk at stusta dot de
--- Comment #7 from bunk at stusta dot de 2006-09-10 22:42 --- It works up to 4.1 but does no longer work in 4.2. If your point is that I don't have a libc for the target installed: Is there any point in the documentation I missed that should have told me this worked only accidentally i

[Bug fortran/28276] EXPONENT() broken for real constants

2006-09-10 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #5 from tobias dot burnus at physik dot fu-berlin dot de 2006-09-10 22:43 --- > Can you try this patch? It required MPFR 2.2.0. Tested on openSUSE/AMD64 with current gfortran trunk + patch and mpfr-2.2.0-9. It works ok with kind = 4 and kind = 8. However, with kind = 10 I

[Bug target/29009] [4.2 Regression] ice in kernel build

2006-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-09-10 22:43 --- Reduced testcase at -Os -mno-sse: int f(void){} -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/29009] [4.2 Regression] ice in kernel build

2006-09-10 Thread jason at redhat dot com
--- Comment #5 from jason at redhat dot com 2006-09-10 22:46 --- Subject: Re: [4.2 Regression] ice in kernel build This will be fixed by H.J.'s patch to always use the larger stack alignment. Jason -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29009

[Bug target/29009] [4.2 Regression] ice in kernel build

2006-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-09-10 22:47 --- I am just going to commit the obvious fix for this bug. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/29009] [4.2 Regression] ice in kernel build

2006-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-09-10 22:49 --- (In reply to comment #5) > This will be fixed by H.J.'s patch to always use the larger stack alignment. Which should not applied any time soon so I am just going to apply the obvious fix. -- pinskia at gcc dot gn

[Bug target/29009] [4.2 Regression] ice in kernel build

2006-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-09-10 22:55 --- Lets try assigning it to me again. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29009] [4.2 Regression] ice in kernel build

2006-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-09-10 23:05 --- Subject: Bug 29009 Author: pinskia Date: Sun Sep 10 23:05:00 2006 New Revision: 116831 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116831 Log: 2006-09-10 Andrew Pinski <[EMAIL PROTECTED]> PR ta

[Bug target/29009] [4.2 Regression] ice in kernel build

2006-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-09-10 23:07 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug testsuite/29007] FAIL: gcc.dg/long-long-cst1.c execution test

2006-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-10 23:15 --- Subject: Bug 29007 Author: pinskia Date: Sun Sep 10 23:15:31 2006 New Revision: 116832 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116832 Log: 2006-09-10 Andrew Pinski <[EMAIL PROTECTED]> PR te

[Bug testsuite/29007] FAIL: gcc.dg/long-long-cst1.c execution test

2006-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-10 23:18 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug java/28754] [4.2 regression] java.lang.nullPointerException while accessing final static members of an interface

2006-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-10 23:44 --- I bet this is the same problem as PR 28663. Also there is no makefile in the tarball so there is no way to test anything here. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/28991] [4.2 Regression] Static constructor emitted instead of initialized variable

2006-09-10 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-09-11 00:40 --- Subject: Bug 28991 Author: mmitchel Date: Mon Sep 11 00:40:15 2006 New Revision: 116838 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116838 Log: PR c++/28991 * cp-objcp-common.c (cxx_stat

[Bug c++/28991] [4.2 Regression] Static constructor emitted instead of initialized variable

2006-09-10 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-09-11 00:42 --- Fixed in 4.2.0. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug fortran/27954] ICE on garbage in DATA statement

2006-09-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2006-09-11 01:34 --- Another example showing this is not specific to DATA statements, but is related to parsing the initilizer. program FOO character*20 Y /'Abcdef'/ garbage end program FOO $ gfc pr27954.f90 In file pr27954.f90:

[Bug fortran/27954] ICE on garbage in DATA statement

2006-09-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2006-09-11 01:40 --- I can coax a segfault out of this: program FOO character*20 Y /'Abcdef'/ 0 print *, Y end program FOO $ gfc pr27954.f90 In file pr27954.f90:2 character*20 Y /'Abcdef'/ 0 1 Erro

[Bug fortran/28890] ICE on write

2006-09-10 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-09-11 05:03 --- Subject: Bug 28890 Author: pault Date: Mon Sep 11 05:02:58 2006 New Revision: 116839 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116839 Log: 2006-09-11 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug java/29013] New: gcj generates a MetalLookAndFeel class that fails cacao's verifier

2006-09-10 Thread cam-gcc-bugzilla at aka dot mcc dot id dot au
When compiling GNU classpath (CVS 20060901) with gcj, I get a java.lang.VerifyError when running a Swing app with cacao: jet:~/work/svn/batik/trunk-gcj $ /usr/local/cacao/bin/cacao -jar batik-1.6/batik.jar samples/asf-logo.svg 2>&1 Exception in thread "main" java.lang.VerifyError: (class: javax.s

[Bug java/29013] gcj generates a MetalLookAndFeel class that fails cacao's verifier

2006-09-10 Thread cam-gcc-bugzilla at aka dot mcc dot id dot au
--- Comment #1 from cam-gcc-bugzilla at aka dot mcc dot id dot au 2006-09-11 06:07 --- Created an attachment (id=12221) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12221&action=view) The generated MetalLookAndFeel.class file. This is the generated class file causing the verifie

<    1   2