--- 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
--- 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
--- 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
--- 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
--- 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:
--- 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
[...]
/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
--- 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
--- 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
---
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
--- 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
--- 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
--- 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
--- 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
---
--- 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
--- 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
--- 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
--- 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
--- 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
-
101 - 119 of 119 matches
Mail list logo