[Bug fortran/30605] -Wno-tabs should be active for -std=f2003 and -pedantic

2007-01-30 Thread jb at gcc dot gnu dot org
--- Comment #4 from jb at gcc dot gnu dot org 2007-01-30 23:06 --- As an aside, aren't -Wtabs and -Wno-tabs reversed? Now -Wno-tabs warns against tabs, but shouldn't it be -Wtabs that warns against using them and -Wno-tabs should turn the warning off? -- http://gcc.gnu.org/bugzilla

[Bug fortran/30605] -Wno-tabs should be active for -std=f2003 and -pedantic

2007-01-30 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #5 from sgk at troutmask dot apl dot washington dot edu 2007-01-30 23:09 --- Subject: Re: -Wno-tabs should be active for -std=f2003 and -pedantic On Tue, Jan 30, 2007 at 11:06:24PM -, jb at gcc dot gnu dot org wrote: > > --- Comment #4 from jb at gcc dot gnu dot o

[Bug c++/24745] unpleasant warning for "if (NULL)"

2007-01-30 Thread manu at gcc dot gnu dot org
--- Comment #9 from manu at gcc dot gnu dot org 2007-01-30 23:13 --- Fixed for 4.3. -- manu at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug fortran/30478] FAIL: gfortran.dg/enum_2.f90 -O (internal compiler error)

2007-01-30 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2007-01-30 23:15 --- It appears that the object pointed to by last_initializer is free'd by gfc_free_expr. This causes the change in value in initializer->value.integer[0]._mp_d: (gdb) p &initializer->value.integer[0]._mp_d $16 = (mp_l

[Bug fortran/29396] segfault with character pointer association

2007-01-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-01-30 23:24 --- Un-assigning myself. Don't have time to delve into the deeper problem here which may require changes to array descriptors. After brief exchange with Paul off list. -- jvdelisle at gcc dot gnu dot org changed:

[Bug fortran/30478] FAIL: gfortran.dg/enum_2.f90 -O (internal compiler error)

2007-01-30 Thread danglin at gcc dot gnu dot org
--- Comment #4 from danglin at gcc dot gnu dot org 2007-01-30 23:25 --- This a regression from 4.1.1. See: http://gcc.gnu.org/ml/gcc-testresults/2007-01/msg01032.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30478

[Bug c++/30648] New: gcc-4.1.2-20070128 [bootstrap] Error 2 when building C++

2007-01-30 Thread anhvofrcaus at gmail dot com
[...] /home/voax/linux/build-4.1.x/./gcc/xgcc -shared-libgcc -B/home/voax/linux/build-4.1.x/./gcc -nostdinc++ -L/home/voax/linux/build-4.1.x/i686-pc-linux-gnu/libstdc++-v3/src -L/home/voax/linux/build-4.1.x/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i

[Bug c++/30648] gcc-4.1.2-20070128 [bootstrap] Error 2 when building C++

2007-01-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-30 23:44 --- This is a bug in binutils which has already been fixed. *** This bug has been marked as a duplicate of 27876 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27876] Getting an error when building GCC 4.1.1

2007-01-30 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-01-30 23:44 --- *** Bug 30648 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug testsuite/30649] New: [4.1.x] possible bogus checkin of g++.dg/debug/debug9.C

2007-01-30 Thread ghazi at gcc dot gnu dot org
Starting July 2006, I've been getting a new failure on the 4.1 branch in g++.dg/debug/debug9.C on sparc-sun-solaris2.10: http://gcc.gnu.org/ml/gcc-testresults/2006-07/msg00253.html The testcase was checked in right around that time. However it appears to have arrived in an unrelated patch. Susp

[Bug libgcj/30606] [4.3 Regression] natVMURLConnection.cc:21: error: 'magic_t' does not name a type

2007-01-30 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2007-01-30 23:50 --- Subject: Re: [4.3 Regression] natVMURLConnection.cc:21: error: 'magic_t' does not name a type > Please try this patch. Now we look for magic_t and, if not found, > we disable the code. The patch is proba

[Bug inline-asm/28686] ebp from clobber list used as operand

2007-01-30 Thread spark at gcc dot gnu dot org
--- Comment #4 from spark at gcc dot gnu dot org 2007-01-31 00:28 --- Looks like eliminable_regset is not cleared per every invocation of global_alloc, making stale bits from the compilation of previous function hang around - hence a presence of a previous function makes difference. Fol

[Bug libgcj/30606] [4.3 Regression] natVMURLConnection.cc:21: error: 'magic_t' does not name a type

2007-01-30 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2007-01-31 00:42 --- Subject: Re: [4.3 Regression] natVMURLConnection.cc:21: error: 'magic_t' does not name a type > /usr/ccs/bin/ld: CODE_ONE_SYM fixup to non-code subspace in file > gnu/javax/swing > /text/html/.libs/parser

[Bug target/30370] [4.1 regression] Build failure in libgcc2 powitf2 with ICE in gen_reg_rtx

2007-01-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2007-01-31 01:20 --- This is a regression in 4.1.2, relative to 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings

2007-01-30 Thread janis at gcc dot gnu dot org
--- Comment #8 from janis at gcc dot gnu dot org 2007-01-31 02:03 --- This is nice, Manuel, I hadn't considered changing the expressions as they are added to the messages list. Another possibility is to add two new test directives, for example dg-gcc-warning and dg-gcc-error, and leave

[Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings

2007-01-30 Thread manu at gcc dot gnu dot org
--- Comment #9 from manu at gcc dot gnu dot org 2007-01-31 02:28 --- (In reply to comment #8) > This is nice, Manuel, I hadn't considered changing the expressions as they are > added to the messages list. We already wrap dg-test (see the end of lib/gcc-dg.exp). So why not wrapping dg-wa

[Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings

2007-01-30 Thread gdr at cs dot tamu dot edu
--- Comment #10 from gdr at cs dot tamu dot edu 2007-01-31 06:43 --- Subject: Re: DejaGNU does not distinguish between errors and warnings "manu at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | (In reply to comment #8) | > This is nice, Manuel, I hadn't considered changing the ex

[Bug fortran/30452] [4.2, 4.1 only] Strange syntax error with high-value character

2007-01-30 Thread tkoenig at gcc dot gnu dot org
--- Comment #9 from tkoenig at gcc dot gnu dot org 2007-01-31 07:37 --- Subject: Bug 30452 Author: tkoenig Date: Wed Jan 31 07:37:08 2007 New Revision: 121378 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121378 Log: 2007-01-31 Thomas Koenig <[EMAIL PROTECTED]> Backp

[Bug fortran/30452] [4.2, 4.1 only] Strange syntax error with high-value character

2007-01-30 Thread tkoenig at gcc dot gnu dot org
--- Comment #10 from tkoenig at gcc dot gnu dot org 2007-01-31 07:38 --- Fixed on trunk and 4.2. Closing. One down, a few more to go :-) -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added -

<    1   2