gcc-4.0: breaks kernel builds in random ways.

Bug #24717 reported by Debian Bug Importer
6
Affects Status Importance Assigned to Milestone
gcc-4.0 (Debian)
Fix Released
Unknown
gcc-4.0 (Ubuntu)
Fix Released
High
Matthias Klose

Bug Description

Automatically imported from Debian bug report #336167 http://bugs.debian.org/336167

Revision history for this message
In , Thiemo Seufer (ths-networkno) wrote : Re: Bug#336167: gcc-4.0: breaks kernel builds in random ways.

Sven Luther wrote:
> Package: gcc-4.0
> Version: 4.0.2-3
> Severity: grave
> Justification: renders package unusable
>
>
> Well, i confirm that this problem is also present on powerpc, using
> gcc-4.0 4.0.2-3 makes the kernel build fail, while using -2 seems to be
> ok. I have heard people mentioning two other arches where this is the
> case (m68k and mips i think) on irc (on #debian-release i think even,
> not sure), but no bug has been filed so i do it now.
>
> My powerpc builds failed with :

For mips 2.6.12, which built fine with gcc 4.0.2-2:

  CC [M] fs/reiserfs/tail_conversion.o
fs/reiserfs/tail_conversion.c: In function 'direct2indirect':
fs/reiserfs/tail_conversion.c:138: internal compiler error:
Floating point exception
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
make[5]: *** [fs/reiserfs/tail_conversion.o] Error 1
make[4]: *** [fs/reiserfs] Error 2

Sorry, no testcase yet.

Thiemo

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #336167 http://bugs.debian.org/336167

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.2 KiB)

Message-ID: <email address hidden>
Date: Fri, 28 Oct 2005 11:31:53 +0200
From: Sven Luther <email address hidden>
To: <email address hidden>
Subject: gcc-4.0: breaks kernel builds in random ways.

Package: gcc-4.0
Version: 4.0.2-3
Severity: grave
Justification: renders package unusable

Well, i confirm that this problem is also present on powerpc, using
gcc-4.0 4.0.2-3 makes the kernel build fail, while using -2 seems to be
ok. I have heard people mentioning two other arches where this is the
case (m68k and mips i think) on irc (on #debian-release i think even,
not sure), but no bug has been filed so i do it now.

My powerpc builds failed with :

08:22 < svenl> kernel/spinlock.c:72:61: error: macro
"_spin_lock_irqsave" requires 2 arguments, but only 1 given
08:22 < svenl> kernel/spinlock.c:99:59: error: macro
"_read_lock_irqsave" requires 2 arguments, but only 1 given
08:22 < svenl> kernel/spinlock.c:126:60: error: macro
"_write_lock_irqsave" requires 2 arguments, but only 1 given
08:22 < svenl> /bin/sh: line 1: 7269 Done(1) gcc -m32
-E -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
-fno-common
               -ffreestanding -O2 -fomit-frame-pointer -Iarch/ppc
-msoft-float -pipe -ffixed-r2 -mmultiple -mstring -Wa,-maltivec
               -Wdeclaration-after-statement -Wno-pointer-sign
-D__GENKSYMS__ -Wp,-MD,kernel/.spinlock.o.d -nostdinc -isystem
               /usr/lib/gcc/powerpc-linux-gnu/4.0.3/include -D__KERNEL__
-Iinclude -Iarch/ppc -Iarch/ppc/include -Wall -Wundef
-Wstrict-prototypes
               -Wno-trigraphs -fno-strict-aliasing -fno-common
-ffreestanding -O2 -fomit-frame-pointer -Iarch/ppc -msoft-float -pipe
-ffixed-r2 -mmultiple
               -mstring -Wa,-maltivec -Wdeclaration-after-statement
-Wno-pointer-sign -DKBUILD_BASENAME=spinlock -DKBUILD_MODNAME=spinlock
kernel/spinlock.c

And then later :

08:42 < svenl> fs/ext2/acl.c:483: error: called object '0u' is not a
function
08:42 < svenl> {standard input}: Assembler messages:
08:42 < svenl> {standard input}:39: Error: symbol `error' is already
defined
08:42 < svenl> {standard input}:57: Error: symbol `retval' is already
defined
08:42 < svenl> {standard input}:72: Error: symbol `name_index' is
already defined
08:42 < svenl> {standard input}:77: Error: symbol `value' is already
defined

While a 4.0.2-2 build passed fine.

Friendly,

Sven Luther

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-rc5-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gcc-4.0 depends on:
ii binutils 2.16.1cvs20050902-1 The GNU assembler, linker and bina
ii cpp-4.0 4.0.2-3 The GNU C preprocessor
ii gcc-4.0-base 4.0.2-3 The GNU Compiler Collection (base
ii libc6 2.3.5-7 GNU C Library: Shared libraries an
ii libgcc1 1:4.0.2-3 GCC support library

Versions of packages gcc-4.0 recommends:
ii libc6-dev 2.3.5-7 GNU C Library: De...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Fri, 28 Oct 2005 11:54:06 +0200
From: Thiemo Seufer <email address hidden>
To: Sven Luther <email address hidden>, <email address hidden>
Subject: Re: Bug#336167: gcc-4.0: breaks kernel builds in random ways.

Sven Luther wrote:
> Package: gcc-4.0
> Version: 4.0.2-3
> Severity: grave
> Justification: renders package unusable
>
>
> Well, i confirm that this problem is also present on powerpc, using
> gcc-4.0 4.0.2-3 makes the kernel build fail, while using -2 seems to be
> ok. I have heard people mentioning two other arches where this is the
> case (m68k and mips i think) on irc (on #debian-release i think even,
> not sure), but no bug has been filed so i do it now.
>
> My powerpc builds failed with :

For mips 2.6.12, which built fine with gcc 4.0.2-2:

  CC [M] fs/reiserfs/tail_conversion.o
fs/reiserfs/tail_conversion.c: In function 'direct2indirect':
fs/reiserfs/tail_conversion.c:138: internal compiler error:
Floating point exception
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
make[5]: *** [fs/reiserfs/tail_conversion.o] Error 1
make[4]: *** [fs/reiserfs] Error 2

Sorry, no testcase yet.

Thiemo

Revision history for this message
In , Thiemo Seufer (ths-networkno) wrote :

Thiemo Seufer wrote:
> Sven Luther wrote:
> > Package: gcc-4.0
> > Version: 4.0.2-3
> > Severity: grave
> > Justification: renders package unusable
> >
> >
> > Well, i confirm that this problem is also present on powerpc, using
> > gcc-4.0 4.0.2-3 makes the kernel build fail, while using -2 seems to be
> > ok. I have heard people mentioning two other arches where this is the
> > case (m68k and mips i think) on irc (on #debian-release i think even,
> > not sure), but no bug has been filed so i do it now.
> >
> > My powerpc builds failed with :
>
> For mips 2.6.12, which built fine with gcc 4.0.2-2:
>
> CC [M] fs/reiserfs/tail_conversion.o
> fs/reiserfs/tail_conversion.c: In function 'direct2indirect':
> fs/reiserfs/tail_conversion.c:138: internal compiler error:
> Floating point exception
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions,
> see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
> make[5]: *** [fs/reiserfs/tail_conversion.o] Error 1
> make[4]: *** [fs/reiserfs] Error 2
>
> Sorry, no testcase yet.

It affects also userland, ncpfs FTBFS for mips/mipsel.

Thiemo

Revision history for this message
In , Aurelien Jarno (aurelien-aurel32) wrote :

Thiemo Seufer a écrit :
> Thiemo Seufer wrote:
>
>>Sven Luther wrote:
>>
>>>Package: gcc-4.0
>>>Version: 4.0.2-3
>>>Severity: grave
>>>Justification: renders package unusable
>>>
>>>
>
>
> It affects also userland, ncpfs FTBFS for mips/mipsel.
>
and also sane-backends on mipsel.

Bye,
Aurelien

--
   .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
  : :' : Debian developer | Electrical Engineer
  `. `' <email address hidden> | <email address hidden>
    `- people.debian.org/~aurel32 | www.aurel32.net

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 29 Oct 2005 19:27:48 +0200
From: Thiemo Seufer <email address hidden>
To: <email address hidden>
Cc: Sven Luther <email address hidden>
Subject: Re: Bug#336167: gcc-4.0: breaks kernel builds in random ways.

Thiemo Seufer wrote:
> Sven Luther wrote:
> > Package: gcc-4.0
> > Version: 4.0.2-3
> > Severity: grave
> > Justification: renders package unusable
> >
> >
> > Well, i confirm that this problem is also present on powerpc, using
> > gcc-4.0 4.0.2-3 makes the kernel build fail, while using -2 seems to be
> > ok. I have heard people mentioning two other arches where this is the
> > case (m68k and mips i think) on irc (on #debian-release i think even,
> > not sure), but no bug has been filed so i do it now.
> >
> > My powerpc builds failed with :
>
> For mips 2.6.12, which built fine with gcc 4.0.2-2:
>
> CC [M] fs/reiserfs/tail_conversion.o
> fs/reiserfs/tail_conversion.c: In function 'direct2indirect':
> fs/reiserfs/tail_conversion.c:138: internal compiler error:
> Floating point exception
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions,
> see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
> make[5]: *** [fs/reiserfs/tail_conversion.o] Error 1
> make[4]: *** [fs/reiserfs] Error 2
>
> Sorry, no testcase yet.

It affects also userland, ncpfs FTBFS for mips/mipsel.

Thiemo

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 29 Oct 2005 20:51:35 +0200
From: Aurelien Jarno <email address hidden>
To: Thiemo Seufer <email address hidden>, <email address hidden>
CC: Sven Luther <email address hidden>
Subject: Re: Bug#336167: gcc-4.0: breaks kernel builds in random ways.

Thiemo Seufer a �it :
> Thiemo Seufer wrote:
>
>>Sven Luther wrote:
>>
>>>Package: gcc-4.0
>>>Version: 4.0.2-3
>>>Severity: grave
>>>Justification: renders package unusable
>>>
>>>
>
>
> It affects also userland, ncpfs FTBFS for mips/mipsel.
>
and also sane-backends on mipsel.

Bye,
Aurelien

--
   .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
  : :' : Debian developer | Electrical Engineer
  `. `' <email address hidden> | <email address hidden>
    `- people.debian.org/~aurel32 | www.aurel32.net

Revision history for this message
In , Nathanael Nerode (neroden-twcny) wrote : Anyone tried upstream?

Can this bug be reproduced with upstream gcc-4_0-branch as of date 20051023,
which is what Debian's gcc-4.0 4.0.2-3 is based on?

If so, it should be reported upstream; upstream has several people who often
run automated binary regression searches and should be able to identify the
commit which caused this.

--
Nathanael Nerode <email address hidden>

"(Instead, we front-load the flamewars and grudges in
the interest of efficiency.)" --Steve Lanagasek,
http://lists.debian.org/debian-devel/2005/09/msg01056.html

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Mon, 31 Oct 2005 13:05:13 -0500
From: Nathanael Nerode <email address hidden>
To: <email address hidden>
Subject: Anyone tried upstream?

Can this bug be reproduced with upstream gcc-4_0-branch as of date 20051023,
which is what Debian's gcc-4.0 4.0.2-3 is based on?

If so, it should be reported upstream; upstream has several people who often
run automated binary regression searches and should be able to identify the
commit which caused this.

--
Nathanael Nerode <email address hidden>

"(Instead, we front-load the flamewars and grudges in
the interest of efficiency.)" --Steve Lanagasek,
http://lists.debian.org/debian-devel/2005/09/msg01056.html

Revision history for this message
In , Thiemo Seufer (ths-networkno) wrote : Re: Bug#336167: gcc-4.0: breaks kernel builds in random ways.

Thiemo Seufer wrote:
> Sven Luther wrote:
> > Package: gcc-4.0
> > Version: 4.0.2-3
> > Severity: grave
> > Justification: renders package unusable
> >
> >
> > Well, i confirm that this problem is also present on powerpc, using
> > gcc-4.0 4.0.2-3 makes the kernel build fail, while using -2 seems to be
> > ok. I have heard people mentioning two other arches where this is the
> > case (m68k and mips i think) on irc (on #debian-release i think even,
> > not sure), but no bug has been filed so i do it now.
> >
> > My powerpc builds failed with :
>
> For mips 2.6.12, which built fine with gcc 4.0.2-2:
>
> CC [M] fs/reiserfs/tail_conversion.o
> fs/reiserfs/tail_conversion.c: In function 'direct2indirect':
> fs/reiserfs/tail_conversion.c:138: internal compiler error:
> Floating point exception
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions,
> see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
> make[5]: *** [fs/reiserfs/tail_conversion.o] Error 1
> make[4]: *** [fs/reiserfs] Error 2
>
> Sorry, no testcase yet.

The attached testcase triggers this bug on mips-linux when compiled
with "gcc -O2 -mabi=64 -c"

The appended patch reverts a single line of the diff between 4.0.2-2
and 4.0.2-3 and lets the testcase succeed. I don't know that part of
gcc enough to judge if it is a valid fix for the problem.

Sven, could you test if this fixes also the problem you see?

Thiemo

Revision history for this message
In , Sven Luther (sven-luther) wrote :

On Tue, Nov 01, 2005 at 01:33:35PM +0100, Thiemo Seufer wrote:
> Thiemo Seufer wrote:
> > Sven Luther wrote:
> > > Package: gcc-4.0
> > > Version: 4.0.2-3
> > > Severity: grave
> > > Justification: renders package unusable
> > >
> > >
> > > Well, i confirm that this problem is also present on powerpc, using
> > > gcc-4.0 4.0.2-3 makes the kernel build fail, while using -2 seems to be
> > > ok. I have heard people mentioning two other arches where this is the
> > > case (m68k and mips i think) on irc (on #debian-release i think even,
> > > not sure), but no bug has been filed so i do it now.
> > >
> > > My powerpc builds failed with :
> >
> > For mips 2.6.12, which built fine with gcc 4.0.2-2:
> >
> > CC [M] fs/reiserfs/tail_conversion.o
> > fs/reiserfs/tail_conversion.c: In function 'direct2indirect':
> > fs/reiserfs/tail_conversion.c:138: internal compiler error:
> > Floating point exception
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> > For Debian GNU/Linux specific bug reporting instructions,
> > see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
> > make[5]: *** [fs/reiserfs/tail_conversion.o] Error 1
> > make[4]: *** [fs/reiserfs] Error 2
> >
> > Sorry, no testcase yet.
>
> The attached testcase triggers this bug on mips-linux when compiled
> with "gcc -O2 -mabi=64 -c"
>
> The appended patch reverts a single line of the diff between 4.0.2-2
> and 4.0.2-3 and lets the testcase succeed. I don't know that part of
> gcc enough to judge if it is a valid fix for the problem.
>
> Sven, could you test if this fixes also the problem you see?

Ok, i will, altough i would need to rebuild gcc, so it will not be before
tomorrow that i can test it.

Friendly,

Sven Luther

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.7 KiB)

Message-ID: <email address hidden>
Date: Tue, 1 Nov 2005 13:33:35 +0100
From: Thiemo Seufer <email address hidden>
To: <email address hidden>
Cc: Sven Luther <email address hidden>
Subject: Re: Bug#336167: gcc-4.0: breaks kernel builds in random ways.

--ibTvN161/egqYuK8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Thiemo Seufer wrote:
> Sven Luther wrote:
> > Package: gcc-4.0
> > Version: 4.0.2-3
> > Severity: grave
> > Justification: renders package unusable
> >
> >
> > Well, i confirm that this problem is also present on powerpc, using
> > gcc-4.0 4.0.2-3 makes the kernel build fail, while using -2 seems to be
> > ok. I have heard people mentioning two other arches where this is the
> > case (m68k and mips i think) on irc (on #debian-release i think even,
> > not sure), but no bug has been filed so i do it now.
> >
> > My powerpc builds failed with :
>
> For mips 2.6.12, which built fine with gcc 4.0.2-2:
>
> CC [M] fs/reiserfs/tail_conversion.o
> fs/reiserfs/tail_conversion.c: In function 'direct2indirect':
> fs/reiserfs/tail_conversion.c:138: internal compiler error:
> Floating point exception
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions,
> see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
> make[5]: *** [fs/reiserfs/tail_conversion.o] Error 1
> make[4]: *** [fs/reiserfs] Error 2
>
> Sorry, no testcase yet.

The attached testcase triggers this bug on mips-linux when compiled
with "gcc -O2 -mabi=64 -c"

The appended patch reverts a single line of the diff between 4.0.2-2
and 4.0.2-3 and lets the testcase succeed. I don't know that part of
gcc enough to judge if it is a valid fix for the problem.

Sven, could you test if this fixes also the problem you see?

Thiemo

--ibTvN161/egqYuK8
Content-Type: text/x-csrc; charset=us-ascii
Content-Disposition: attachment; filename="testcase.c"

/* gcc -O2 -mabi=64 -c -o foo.o foo.c */

struct offset_v1 {
    int k_uniqueness;
};

struct offset_v2 {
 long v;
} __attribute__ ((__packed__));

struct reiserfs_key {
    int k_objectid;
    union {
 struct offset_v1 k_offset_v1;
 struct offset_v2 k_offset_v2;
    } u;
};

struct item_head
{
 struct reiserfs_key ih_key;
 int ih_version;
};

static void set_offset_v2_k_type(struct offset_v2 *v2)
{
    v2->v &= 1;
}

static void set_le_key_k_type (int version, struct reiserfs_key * key)
{
    version ? (key->u.k_offset_v1.k_uniqueness = 1)
     : set_offset_v2_k_type(&(key->u.k_offset_v2));
}

static void set_le_ih_k_type (struct item_head * ih)
{
    set_le_key_k_type((__builtin_constant_p((ih)->ih_version) ? (ih)->ih_version : (ih)->ih_version), &(ih->ih_key));
}

void boo(struct item_head *ih, const char *body);

void direct2indirect(void)
{
    struct item_head *p_le_ih;
    struct item_head ind_ih;
    unsigned int unfm_ptr;

    if (__builtin_expect(32, 0)) __asm__ ("break");

    set_le_ih_k_type (&ind_ih);

    if (__builtin_constant_p(p_le_ih) ? 1 : 2) {
        (__builtin_constant_p(__builtin_constant_p(1) == 1));
      boo(&ind_ih, (char *)&unfm_pt...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 1 Nov 2005 13:51:23 +0100
From: Sven Luther <email address hidden>
To: Thiemo Seufer <email address hidden>
Cc: <email address hidden>, Sven Luther <email address hidden>
Subject: Re: Bug#336167: gcc-4.0: breaks kernel builds in random ways.

On Tue, Nov 01, 2005 at 01:33:35PM +0100, Thiemo Seufer wrote:
> Thiemo Seufer wrote:
> > Sven Luther wrote:
> > > Package: gcc-4.0
> > > Version: 4.0.2-3
> > > Severity: grave
> > > Justification: renders package unusable
> > >
> > >
> > > Well, i confirm that this problem is also present on powerpc, using
> > > gcc-4.0 4.0.2-3 makes the kernel build fail, while using -2 seems to be
> > > ok. I have heard people mentioning two other arches where this is the
> > > case (m68k and mips i think) on irc (on #debian-release i think even,
> > > not sure), but no bug has been filed so i do it now.
> > >
> > > My powerpc builds failed with :
> >
> > For mips 2.6.12, which built fine with gcc 4.0.2-2:
> >
> > CC [M] fs/reiserfs/tail_conversion.o
> > fs/reiserfs/tail_conversion.c: In function 'direct2indirect':
> > fs/reiserfs/tail_conversion.c:138: internal compiler error:
> > Floating point exception
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> > For Debian GNU/Linux specific bug reporting instructions,
> > see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
> > make[5]: *** [fs/reiserfs/tail_conversion.o] Error 1
> > make[4]: *** [fs/reiserfs] Error 2
> >
> > Sorry, no testcase yet.
>
> The attached testcase triggers this bug on mips-linux when compiled
> with "gcc -O2 -mabi=64 -c"
>
> The appended patch reverts a single line of the diff between 4.0.2-2
> and 4.0.2-3 and lets the testcase succeed. I don't know that part of
> gcc enough to judge if it is a valid fix for the problem.
>
> Sven, could you test if this fixes also the problem you see?

Ok, i will, altough i would need to rebuild gcc, so it will not be before
tomorrow that i can test it.

Friendly,

Sven Luther

Revision history for this message
In , Thiemo Seufer (ths-networkno) wrote :

tags 336167 +patch
thanks

Sven Luther wrote:
[snip]
> > The appended patch reverts a single line of the diff between 4.0.2-2
> > and 4.0.2-3 and lets the testcase succeed. I don't know that part of
> > gcc enough to judge if it is a valid fix for the problem.
> >
> > Sven, could you test if this fixes also the problem you see?
>
> Ok, i will, altough i would need to rebuild gcc, so it will not be before
> tomorrow that i can test it.

The appended patch fixes the problems for mips-linux, tested with a
kernel build and builds of ncpfs and mypasswordsafe.

Sven, can you test this patch?

Thiemo

2005-11-02 Eric Botcazou <email address hidden>

 PR rtl-optimization/23585
 * rtlanal.c (rtx_addr_can_trap_p_1) <PLUS>: Return 0 for an address
 that can't trap plus a constant integer, if the mode has zero size.

Index: rtlanal.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/rtlanal.c,v
retrieving revision 1.221
diff -u -p -r1.221 rtlanal.c
--- rtlanal.c 20 Oct 2005 12:14:29 -0000 1.221
+++ rtlanal.c 2 Nov 2005 09:32:05 -0000
@@ -267,7 +267,9 @@ rtx_addr_can_trap_p_1 (rtx x, enum machi
  {
    HOST_WIDE_INT offset;

- if (!STRICT_ALIGNMENT || !unaligned_mems)
+ if (!STRICT_ALIGNMENT
+ || !unaligned_mems
+ || GET_MODE_SIZE (mode) == 0)
      return 0;

    offset = INTVAL (XEXP (x, 1));

Revision history for this message
In , Sven Luther (sven-luther) wrote :

On Thu, Nov 03, 2005 at 01:28:57PM +0100, Thiemo Seufer wrote:
> tags 336167 +patch
> thanks
>
> Sven Luther wrote:
> [snip]
> > > The appended patch reverts a single line of the diff between 4.0.2-2
> > > and 4.0.2-3 and lets the testcase succeed. I don't know that part of
> > > gcc enough to judge if it is a valid fix for the problem.
> > >
> > > Sven, could you test if this fixes also the problem you see?
> >
> > Ok, i will, altough i would need to rebuild gcc, so it will not be before
> > tomorrow that i can test it.
>
> The appended patch fixes the problems for mips-linux, tested with a
> kernel build and builds of ncpfs and mypasswordsafe.
>
> Sven, can you test this patch?

Do i need to apply the above mentioned patch too or just this one ?

Friendly,

Sven Luther

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 3 Nov 2005 13:28:57 +0100
From: Thiemo Seufer <email address hidden>
To: Sven Luther <email address hidden>, <email address hidden>
Subject: Re: Bug#336167: gcc-4.0: breaks kernel builds in random ways.

tags 336167 +patch
thanks

Sven Luther wrote:
[snip]
> > The appended patch reverts a single line of the diff between 4.0.2-2
> > and 4.0.2-3 and lets the testcase succeed. I don't know that part of
> > gcc enough to judge if it is a valid fix for the problem.
> >
> > Sven, could you test if this fixes also the problem you see?
>
> Ok, i will, altough i would need to rebuild gcc, so it will not be before
> tomorrow that i can test it.

The appended patch fixes the problems for mips-linux, tested with a
kernel build and builds of ncpfs and mypasswordsafe.

Sven, can you test this patch?

Thiemo

2005-11-02 Eric Botcazou <email address hidden>

 PR rtl-optimization/23585
 * rtlanal.c (rtx_addr_can_trap_p_1) <PLUS>: Return 0 for an address
 that can't trap plus a constant integer, if the mode has zero size.

Index: rtlanal.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/rtlanal.c,v
retrieving revision 1.221
diff -u -p -r1.221 rtlanal.c
--- rtlanal.c 20 Oct 2005 12:14:29 -0000 1.221
+++ rtlanal.c 2 Nov 2005 09:32:05 -0000
@@ -267,7 +267,9 @@ rtx_addr_can_trap_p_1 (rtx x, enum machi
  {
    HOST_WIDE_INT offset;

- if (!STRICT_ALIGNMENT || !unaligned_mems)
+ if (!STRICT_ALIGNMENT
+ || !unaligned_mems
+ || GET_MODE_SIZE (mode) == 0)
      return 0;

    offset = INTVAL (XEXP (x, 1));

Revision history for this message
In , Thiemo Seufer (ths-networkno) wrote :

Sven Luther wrote:
> On Thu, Nov 03, 2005 at 01:28:57PM +0100, Thiemo Seufer wrote:
> > tags 336167 +patch
> > thanks
> >
> > Sven Luther wrote:
> > [snip]
> > > > The appended patch reverts a single line of the diff between 4.0.2-2
> > > > and 4.0.2-3 and lets the testcase succeed. I don't know that part of
> > > > gcc enough to judge if it is a valid fix for the problem.
> > > >
> > > > Sven, could you test if this fixes also the problem you see?
> > >
> > > Ok, i will, altough i would need to rebuild gcc, so it will not be before
> > > tomorrow that i can test it.
> >
> > The appended patch fixes the problems for mips-linux, tested with a
> > kernel build and builds of ncpfs and mypasswordsafe.
> >
> > Sven, can you test this patch?
>
> Do i need to apply the above mentioned patch too or just this one ?

Only this one (it is already in upstream, btw.), the previous one was wrong.

Thiemo

Revision history for this message
In , Sven Luther (sven-luther) wrote :

On Thu, Nov 03, 2005 at 02:01:18PM +0100, Thiemo Seufer wrote:
> Sven Luther wrote:
> > On Thu, Nov 03, 2005 at 01:28:57PM +0100, Thiemo Seufer wrote:
> > > tags 336167 +patch
> > > thanks
> > >
> > > Sven Luther wrote:
> > > [snip]
> > > > > The appended patch reverts a single line of the diff between 4.0.2-2
> > > > > and 4.0.2-3 and lets the testcase succeed. I don't know that part of
> > > > > gcc enough to judge if it is a valid fix for the problem.
> > > > >
> > > > > Sven, could you test if this fixes also the problem you see?
> > > >
> > > > Ok, i will, altough i would need to rebuild gcc, so it will not be before
> > > > tomorrow that i can test it.
> > >
> > > The appended patch fixes the problems for mips-linux, tested with a
> > > kernel build and builds of ncpfs and mypasswordsafe.
> > >
> > > Sven, can you test this patch?
> >
> > Do i need to apply the above mentioned patch too or just this one ?
>
> Only this one (it is already in upstream, btw.), the previous one was wrong.

Ok, will do, but don't expect result soon, i think my box uses days to run all
the gcc test cases (failing over all the ppc64 ones obviously).

Friendly,

Sven Luther

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 3 Nov 2005 13:34:42 +0100
From: Sven Luther <email address hidden>
To: Thiemo Seufer <email address hidden>
Cc: Sven Luther <email address hidden>, <email address hidden>
Subject: Re: Bug#336167: gcc-4.0: breaks kernel builds in random ways.

On Thu, Nov 03, 2005 at 01:28:57PM +0100, Thiemo Seufer wrote:
> tags 336167 +patch
> thanks
>
> Sven Luther wrote:
> [snip]
> > > The appended patch reverts a single line of the diff between 4.0.2-2
> > > and 4.0.2-3 and lets the testcase succeed. I don't know that part of
> > > gcc enough to judge if it is a valid fix for the problem.
> > >
> > > Sven, could you test if this fixes also the problem you see?
> >
> > Ok, i will, altough i would need to rebuild gcc, so it will not be before
> > tomorrow that i can test it.
>
> The appended patch fixes the problems for mips-linux, tested with a
> kernel build and builds of ncpfs and mypasswordsafe.
>
> Sven, can you test this patch?

Do i need to apply the above mentioned patch too or just this one ?

Friendly,

Sven Luther

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 3 Nov 2005 14:01:18 +0100
From: Thiemo Seufer <email address hidden>
To: Sven Luther <email address hidden>
Cc: Thiemo Seufer <email address hidden>, <email address hidden>
Subject: Re: Bug#336167: gcc-4.0: breaks kernel builds in random ways.

Sven Luther wrote:
> On Thu, Nov 03, 2005 at 01:28:57PM +0100, Thiemo Seufer wrote:
> > tags 336167 +patch
> > thanks
> >
> > Sven Luther wrote:
> > [snip]
> > > > The appended patch reverts a single line of the diff between 4.0.2-2
> > > > and 4.0.2-3 and lets the testcase succeed. I don't know that part of
> > > > gcc enough to judge if it is a valid fix for the problem.
> > > >
> > > > Sven, could you test if this fixes also the problem you see?
> > >
> > > Ok, i will, altough i would need to rebuild gcc, so it will not be before
> > > tomorrow that i can test it.
> >
> > The appended patch fixes the problems for mips-linux, tested with a
> > kernel build and builds of ncpfs and mypasswordsafe.
> >
> > Sven, can you test this patch?
>
> Do i need to apply the above mentioned patch too or just this one ?

Only this one (it is already in upstream, btw.), the previous one was wrong.

Thiemo

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 3 Nov 2005 14:12:49 +0100
From: Sven Luther <email address hidden>
To: Thiemo Seufer <email address hidden>
Cc: Sven Luther <email address hidden>, <email address hidden>
Subject: Re: Bug#336167: gcc-4.0: breaks kernel builds in random ways.

On Thu, Nov 03, 2005 at 02:01:18PM +0100, Thiemo Seufer wrote:
> Sven Luther wrote:
> > On Thu, Nov 03, 2005 at 01:28:57PM +0100, Thiemo Seufer wrote:
> > > tags 336167 +patch
> > > thanks
> > >
> > > Sven Luther wrote:
> > > [snip]
> > > > > The appended patch reverts a single line of the diff between 4.0.2-2
> > > > > and 4.0.2-3 and lets the testcase succeed. I don't know that part of
> > > > > gcc enough to judge if it is a valid fix for the problem.
> > > > >
> > > > > Sven, could you test if this fixes also the problem you see?
> > > >
> > > > Ok, i will, altough i would need to rebuild gcc, so it will not be before
> > > > tomorrow that i can test it.
> > >
> > > The appended patch fixes the problems for mips-linux, tested with a
> > > kernel build and builds of ncpfs and mypasswordsafe.
> > >
> > > Sven, can you test this patch?
> >
> > Do i need to apply the above mentioned patch too or just this one ?
>
> Only this one (it is already in upstream, btw.), the previous one was wrong.

Ok, will do, but don't expect result soon, i think my box uses days to run all
the gcc test cases (failing over all the ppc64 ones obviously).

Friendly,

Sven Luther

Revision history for this message
In , Thiemo Seufer (ths-networkno) wrote : Re: Bug#336463: g++-4.0: FPE ICE on mipsen also affects fltk1.1

reassign 336463 gcc-4.0 4.0.2-3
severity 336463 grave
merge 336463 336167
tags 336167 +fixed-upstream
thanks

Aaron M. Ucko wrote:
> Package: g++-4.0
> Version: 4.0.2-3
> Followup-For: Bug #336463
>
> My latest upload of fltk1.1 (1.1.6-9) runs into identical lossage on
> mips and mipsel, on sources that did not change since before my
> previous upload (which built fine), so G++ definitely appears to be
> the culprit. Logs:
>
> http://buildd.debian.org/fetch.php?&pkg=fltk1.1&ver=1.1.6-9&arch=mips&stamp=1131166941&file=log&as=raw
> http://buildd.debian.org/fetch.php?&pkg=fltk1.1&ver=1.1.6-9&arch=mipsel&stamp=1131164980&file=log&as=raw

It's around a dozen packages now, and affects gcc as well as g++.
#336167 has a patch which fixes it.

(According to Sven Luther the patch fixes also the powerpc kernel build
mentioned at the start of #336167.)

Thiemo

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sun, 6 Nov 2005 10:39:20 +0100
From: Thiemo Seufer <email address hidden>
To: "Aaron M. Ucko" <email address hidden>, <email address hidden>
Subject: Re: Bug#336463: g++-4.0: FPE ICE on mipsen also affects fltk1.1

reassign 336463 gcc-4.0 4.0.2-3
severity 336463 grave
merge 336463 336167
tags 336167 +fixed-upstream
thanks

Aaron M. Ucko wrote:
> Package: g++-4.0
> Version: 4.0.2-3
> Followup-For: Bug #336463
>
> My latest upload of fltk1.1 (1.1.6-9) runs into identical lossage on
> mips and mipsel, on sources that did not change since before my
> previous upload (which built fine), so G++ definitely appears to be
> the culprit. Logs:
>
> http://buildd.debian.org/fetch.php?&pkg=fltk1.1&ver=1.1.6-9&arch=mips&stamp=1131166941&file=log&as=raw
> http://buildd.debian.org/fetch.php?&pkg=fltk1.1&ver=1.1.6-9&arch=mipsel&stamp=1131164980&file=log&as=raw

It's around a dozen packages now, and affects gcc as well as g++.
#336167 has a patch which fixes it.

(According to Sven Luther the patch fixes also the powerpc kernel build
mentioned at the start of #336167.)

Thiemo

Revision history for this message
In , Anibal Monsalve Salazar (anibal) wrote : ncpfs: block 337864 with 336167

block 337864 with 336167
thanks

Aníbal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `' http://debian.org/
  `- http://v7w.com/anibal

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 7 Nov 2005 16:31:18 +1100
From: =?iso-8859-1?Q?An=EDbal?= Monsalve Salazar <email address hidden>
To: <email address hidden>
Subject: ncpfs: block 337864 with 336167

--mCFSFPgrfLsDD2US
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

block 337864 with 336167
thanks

An=EDbal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `' http://debian.org/
  `- http://v7w.com/anibal

--mCFSFPgrfLsDD2US
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDbuamgY5NIXPNpFURAsCyAJ4wQIBOlTvnZ6f9at7EMSZLrpHczACbBKsf
s/hM6yOiAoUf+JOw0n5G1Mw=
=hNEu
-----END PGP SIGNATURE-----

--mCFSFPgrfLsDD2US--

Revision history for this message
In , Matthias Klose (doko-cs) wrote : tagging gcc reports

tags 336463 + pending
tags 330857 + pending
tags 325050 + pending
thanks

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 7 Nov 2005 19:38:23 +0100
From: Matthias Klose <email address hidden>
To: <email address hidden>
Subject: tagging gcc reports

tags 336463 + pending
tags 330857 + pending
tags 325050 + pending
thanks

Revision history for this message
In , Anibal Monsalve Salazar (anibal) wrote : hercules: block 338062 with 336167

block 338062 with 336167
thanks

Aníbal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `' http://debian.org/
  `- http://v7w.com/anibal

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 8 Nov 2005 12:42:32 +1100
From: =?iso-8859-1?Q?An=EDbal?= Monsalve Salazar <email address hidden>
To: <email address hidden>
Subject: hercules: block 338062 with 336167

--c/LjENROlAtlNO85
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

block 338062 with 336167
thanks

An=EDbal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `' http://debian.org/
  `- http://v7w.com/anibal

--c/LjENROlAtlNO85
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDcAKIgY5NIXPNpFURAgYGAKCP5ifDL70ZLxu7fCNK78TEVR5QJgCgwG7U
sF6WnfVrCq4Bmv5x6Lr2yWc=
=I16B
-----END PGP SIGNATURE-----

--c/LjENROlAtlNO85--

Revision history for this message
In , Anibal Monsalve Salazar (anibal) wrote : asterisk: block 338220 with 336167

block 338220 with 336167
thanks

Aníbal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `' http://debian.org/
  `- http://v7w.com/anibal

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 9 Nov 2005 09:07:00 +1100
From: =?iso-8859-1?Q?An=EDbal?= Monsalve Salazar <email address hidden>
To: <email address hidden>
Subject: asterisk: block 338220 with 336167

--4mN1FYI7gnXysABs
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

block 338220 with 336167
thanks

An=EDbal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `' http://debian.org/
  `- http://v7w.com/anibal

--4mN1FYI7gnXysABs
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDcSGEgY5NIXPNpFURAjlQAKCSXAXrE2VEM4CuebHVRNlnVu7s/QCfV+Lh
GMiJdUGwvZqZyXN2jb0dff4=
=G+Tb
-----END PGP SIGNATURE-----

--4mN1FYI7gnXysABs--

Revision history for this message
In , Matthias Klose (doko) wrote : Bug#336463: fixed in gcc-4.0 4.0.2-4
Download full text (13.8 KiB)

Source: gcc-4.0
Source-Version: 4.0.2-4

We believe that the bug you reported is fixed in the latest version of
gcc-4.0, which is due to be installed in the Debian FTP archive:

cpp-4.0-doc_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/cpp-4.0-doc_4.0.2-4_all.deb
cpp-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/cpp-4.0_4.0.2-4_i386.deb
fastjar_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/fastjar_4.0.2-4_i386.deb
fixincludes_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/fixincludes_4.0.2-4_i386.deb
g++-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/g++-4.0_4.0.2-4_i386.deb
gcc-4.0-base_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gcc-4.0-base_4.0.2-4_i386.deb
gcc-4.0-doc_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/gcc-4.0-doc_4.0.2-4_all.deb
gcc-4.0-locales_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/gcc-4.0-locales_4.0.2-4_all.deb
gcc-4.0_4.0.2-4.diff.gz
  to pool/main/g/gcc-4.0/gcc-4.0_4.0.2-4.diff.gz
gcc-4.0_4.0.2-4.dsc
  to pool/main/g/gcc-4.0/gcc-4.0_4.0.2-4.dsc
gcc-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gcc-4.0_4.0.2-4_i386.deb
gcj-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gcj-4.0_4.0.2-4_i386.deb
gfortran-4.0-doc_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/gfortran-4.0-doc_4.0.2-4_all.deb
gfortran-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gfortran-4.0_4.0.2-4_i386.deb
gij-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gij-4.0_4.0.2-4_i386.deb
gnat-4.0-doc_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/gnat-4.0-doc_4.0.2-4_all.deb
gnat-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gnat-4.0_4.0.2-4_i386.deb
gobjc-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gobjc-4.0_4.0.2-4_i386.deb
lib64gcc1_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/lib64gcc1_4.0.2-4_i386.deb
lib64gfortran0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/lib64gfortran0_4.0.2-4_i386.deb
lib64objc1_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/lib64objc1_4.0.2-4_i386.deb
lib64stdc++6-4.0-dbg_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/lib64stdc++6-4.0-dbg_4.0.2-4_i386.deb
lib64stdc++6_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/lib64stdc++6_4.0.2-4_i386.deb
libffi4-dev_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libffi4-dev_4.0.2-4_i386.deb
libffi4_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libffi4_4.0.2-4_i386.deb
libgcc1_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgcc1_4.0.2-4_i386.deb
libgcj-common_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/libgcj-common_4.0.2-4_all.deb
libgcj6-awt_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgcj6-awt_4.0.2-4_i386.deb
libgcj6-common_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/libgcj6-common_4.0.2-4_all.deb
libgcj6-dbg_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgcj6-dbg_4.0.2-4_i386.deb
libgcj6-dev_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgcj6-dev_4.0.2-4_i386.deb
libgcj6-src_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/libgcj6-src_4.0.2-4_all.deb
libgcj6_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgcj6_4.0.2-4_i386.deb
libgfortran0-dev_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgfortran0-dev_4.0.2-4_i386.deb
libgfortran0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgfortran0_4.0.2-4_i386.deb
libgnat-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgnat-4.0_4.0.2-4_i386.deb
libmudflap0-dev_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libmudflap0-dev_4.0.2-4_i386.deb
lib...

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (14.0 KiB)

Message-Id: <email address hidden>
Date: Wed, 16 Nov 2005 10:32:19 -0800
From: Matthias Klose <email address hidden>
To: <email address hidden>
Subject: Bug#336463: fixed in gcc-4.0 4.0.2-4

Source: gcc-4.0
Source-Version: 4.0.2-4

We believe that the bug you reported is fixed in the latest version of
gcc-4.0, which is due to be installed in the Debian FTP archive:

cpp-4.0-doc_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/cpp-4.0-doc_4.0.2-4_all.deb
cpp-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/cpp-4.0_4.0.2-4_i386.deb
fastjar_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/fastjar_4.0.2-4_i386.deb
fixincludes_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/fixincludes_4.0.2-4_i386.deb
g++-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/g++-4.0_4.0.2-4_i386.deb
gcc-4.0-base_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gcc-4.0-base_4.0.2-4_i386.deb
gcc-4.0-doc_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/gcc-4.0-doc_4.0.2-4_all.deb
gcc-4.0-locales_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/gcc-4.0-locales_4.0.2-4_all.deb
gcc-4.0_4.0.2-4.diff.gz
  to pool/main/g/gcc-4.0/gcc-4.0_4.0.2-4.diff.gz
gcc-4.0_4.0.2-4.dsc
  to pool/main/g/gcc-4.0/gcc-4.0_4.0.2-4.dsc
gcc-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gcc-4.0_4.0.2-4_i386.deb
gcj-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gcj-4.0_4.0.2-4_i386.deb
gfortran-4.0-doc_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/gfortran-4.0-doc_4.0.2-4_all.deb
gfortran-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gfortran-4.0_4.0.2-4_i386.deb
gij-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gij-4.0_4.0.2-4_i386.deb
gnat-4.0-doc_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/gnat-4.0-doc_4.0.2-4_all.deb
gnat-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gnat-4.0_4.0.2-4_i386.deb
gobjc-4.0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/gobjc-4.0_4.0.2-4_i386.deb
lib64gcc1_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/lib64gcc1_4.0.2-4_i386.deb
lib64gfortran0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/lib64gfortran0_4.0.2-4_i386.deb
lib64objc1_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/lib64objc1_4.0.2-4_i386.deb
lib64stdc++6-4.0-dbg_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/lib64stdc++6-4.0-dbg_4.0.2-4_i386.deb
lib64stdc++6_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/lib64stdc++6_4.0.2-4_i386.deb
libffi4-dev_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libffi4-dev_4.0.2-4_i386.deb
libffi4_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libffi4_4.0.2-4_i386.deb
libgcc1_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgcc1_4.0.2-4_i386.deb
libgcj-common_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/libgcj-common_4.0.2-4_all.deb
libgcj6-awt_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgcj6-awt_4.0.2-4_i386.deb
libgcj6-common_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/libgcj6-common_4.0.2-4_all.deb
libgcj6-dbg_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgcj6-dbg_4.0.2-4_i386.deb
libgcj6-dev_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgcj6-dev_4.0.2-4_i386.deb
libgcj6-src_4.0.2-4_all.deb
  to pool/main/g/gcc-4.0/libgcj6-src_4.0.2-4_all.deb
libgcj6_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgcj6_4.0.2-4_i386.deb
libgfortran0-dev_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/libgfortran0-dev_4.0.2-4_i386.deb
libgfortran0_4.0.2-4_i386.deb
  to pool/main/g/gcc-4.0/l...

Revision history for this message
Matthias Klose (doko) wrote :

fixed in gcc-4.0_4.0.2-4ubuntu1

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.