public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/29906]  New: -d option creates internal compiler error
@ 2006-11-20 10:27 axel-freyn at gmx dot de
  2006-11-20 10:29 ` [Bug debug/29906] " axel-freyn at gmx dot de
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: axel-freyn at gmx dot de @ 2006-11-20 10:27 UTC (permalink / raw)
  To: gcc-bugs

without "-d" -option, the code compiles cleanly and works.
with "-d", the compiler crashs:
bug.cc:5: internal compiler error: in force_type_die, at dwarf2out.c:12904

the file bug.cc:

struct A{
  typedef int T;
  virtual ~A();
};
struct B:public A{
  using A::T;
};


The error occurs with versions
gcc version 4.1.2 20061028 (prerelease) (Debian 4.1.1-19)
gcc version 4.0.4 20060904 (prerelease) (Debian 4.0.3-7)
gcc version 4.1.0 (configured with: ../../gcc_download/gcc-4.1.0/configure
--prefix=/home/abf/gcc --program-suffix=-4.1)

the older versions
gcc-Version 3.3.6 (Debian 1:3.3.6-13)
gcc-Version 3.4.6 (Debian 3.4.6-4)
work


the output of "gcc -v -save-temps -g bug.cc" is

Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c
++,treelang --prefix=/usr --enable-shared --with-system-zlib
--libexecdir=/usr/l
ib --without-included-gettext --enable-threads=posix --enable-nls
--program-suff
ix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug
--en
able-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061028 (prerelease) (Debian 4.1.1-19)
 /usr/lib/gcc/i486-linux-gnu/4.1.2/cc1plus -E -quiet -v -D_GNU_SOURCE bug.cc
-mt
une=i686 -fworking-directory -fpch-preprocess -o bug.ii
ignoring nonexistent directory "/usr/local/include/i486-linux-gnu"
ignoring nonexistent directory
"/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../i4
86-linux-gnu/include"
ignoring nonexistent directory "/usr/include/i486-linux-gnu"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2
 /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/i486-linux-gnu
 /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/backward
 /usr/local/include
 /usr/lib/gcc/i486-linux-gnu/4.1.2/include
 /usr/include
End of search list.
 /usr/lib/gcc/i486-linux-gnu/4.1.2/cc1plus -fpreprocessed bug.ii -quiet
-dumpbas
e bug.cc -mtune=i686 -auxbase bug -g -version -o bug.s
GNU C++ version 4.1.2 20061028 (prerelease) (Debian 4.1.1-19) (i486-linux-gnu)
        compiled by GNU C version 4.1.2 20061028 (prerelease) (Debian
4.1.1-19).
GGC heuristics: --param ggc-min-expand=63 --param ggc-min-heapsize=63375
Compiler executable checksum: 0e07954a28908c1fdf868e745ba25559
bug.cc:5: internal compiler error: in force_type_die, at dwarf2out.c:12904
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.1/README.Bugs>.
Preprocessed source stored into /tmp/cc0udwsp.out file, please attach this to
yo
ur bugreport.


-- 
           Summary: -d option creates internal compiler error
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: axel-freyn at gmx dot de
 GCC build triplet: i486-linux-gnu
  GCC host triplet: i486-linux-gnu
GCC target triplet: i486-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] -d option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
@ 2006-11-20 10:29 ` axel-freyn at gmx dot de
  2006-11-20 15:09 ` [Bug debug/29906] [4.0/4.1 Regression] -g " pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: axel-freyn at gmx dot de @ 2006-11-20 10:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from axel-freyn at gmx dot de  2006-11-20 10:29 -------
Created an attachment (id=12650)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12650&action=view)
testcase


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0/4.1 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
  2006-11-20 10:29 ` [Bug debug/29906] " axel-freyn at gmx dot de
@ 2006-11-20 15:09 ` pinskia at gcc dot gnu dot org
  2006-11-20 15:10 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-20 15:09 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |4.0.4 4.1.2
      Known to work|                            |3.4.0 4.2.0 4.3.0
            Summary|-g option creates internal  |[4.0/4.1 Regression] -g
                   |compiler error              |option creates internal
                   |                            |compiler error
   Target Milestone|---                         |4.1.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0/4.1 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
  2006-11-20 10:29 ` [Bug debug/29906] " axel-freyn at gmx dot de
  2006-11-20 15:09 ` [Bug debug/29906] [4.0/4.1 Regression] -g " pinskia at gcc dot gnu dot org
@ 2006-11-20 15:10 ` pinskia at gcc dot gnu dot org
  2006-11-20 15:11 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-20 15:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-11-20 15:10 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-11-20 15:10:09
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0/4.1 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
                   ` (2 preceding siblings ...)
  2006-11-20 15:10 ` pinskia at gcc dot gnu dot org
@ 2006-11-20 15:11 ` pinskia at gcc dot gnu dot org
  2006-11-21 22:00 ` janis at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-20 15:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-11-20 15:11 -------
Janis could you do a regression hunt to find what caused this bug and what also
fixed this bug on the trunk?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janis at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0/4.1 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
                   ` (3 preceding siblings ...)
  2006-11-20 15:11 ` pinskia at gcc dot gnu dot org
@ 2006-11-21 22:00 ` janis at gcc dot gnu dot org
  2006-11-22  4:30 ` [Bug debug/29906] [4.0/4.1/4.2/4.3 " pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: janis at gcc dot gnu dot org @ 2006-11-21 22:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from janis at gcc dot gnu dot org  2006-11-21 22:00 -------
A regression hunt on powerpc-linux identified this patch for which the testcase
started failing on mainline:

    http://gcc.gnu.org/viewcvs?view=rev&rev=76746

    r76746 | dpatel | 2004-01-27 20:36:02 +0000 (Tue, 27 Jan 2004)

Another regression hunt on powerpc-linux identified this patch for which the
testcase started passing again on mainline:

    http://gcc.gnu.org/viewcvs?view=rev&rev=112360

    r112360 | carlos | 2006-03-24 21:17:41 +0000 (Fri, 24 Mar 2006)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0/4.1/4.2/4.3 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
                   ` (4 preceding siblings ...)
  2006-11-21 22:00 ` janis at gcc dot gnu dot org
@ 2006-11-22  4:30 ` pinskia at gcc dot gnu dot org
  2007-02-05  5:26 ` mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-22  4:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-11-22 04:30 -------
-g -fno-emit-class-debug-always will produce the same effect on the mainline
and the 4.2 branch so I am going to say this is still a 4.2/4.3 Regression.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.4.0 4.2.0 4.3.0           |3.4.0
            Summary|[4.0/4.1 Regression] -g     |[4.0/4.1/4.2/4.3 Regression]
                   |option creates internal     |-g option creates internal
                   |compiler error              |compiler error


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0/4.1/4.2/4.3 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
                   ` (5 preceding siblings ...)
  2006-11-22  4:30 ` [Bug debug/29906] [4.0/4.1/4.2/4.3 " pinskia at gcc dot gnu dot org
@ 2007-02-05  5:26 ` mmitchel at gcc dot gnu dot org
  2007-02-14  9:02 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-05  5:26 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0/4.1/4.2/4.3 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
                   ` (6 preceding siblings ...)
  2007-02-05  5:26 ` mmitchel at gcc dot gnu dot org
@ 2007-02-14  9:02 ` mmitchel at gcc dot gnu dot org
  2007-03-13  7:56 ` aoliva at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0/4.1/4.2/4.3 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
                   ` (7 preceding siblings ...)
  2007-02-14  9:02 ` mmitchel at gcc dot gnu dot org
@ 2007-03-13  7:56 ` aoliva at gcc dot gnu dot org
  2007-03-13  9:14 ` patchapp at dberlin dot org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2007-03-13  7:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from aoliva at gcc dot gnu dot org  2007-03-13 07:56 -------
On it.


-- 

aoliva at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aoliva at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0/4.1/4.2/4.3 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
                   ` (8 preceding siblings ...)
  2007-03-13  7:56 ` aoliva at gcc dot gnu dot org
@ 2007-03-13  9:14 ` patchapp at dberlin dot org
  2007-03-16  5:09 ` aoliva at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: patchapp at dberlin dot org @ 2007-03-13  9:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from patchapp at dberlin dot org  2007-03-13 09:14 -------
Subject: Bug number PR29906

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/2007-03/msg00817.html


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0/4.1/4.2/4.3 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
                   ` (10 preceding siblings ...)
  2007-03-16  5:09 ` aoliva at gcc dot gnu dot org
@ 2007-03-16  5:09 ` aoliva at gcc dot gnu dot org
  2007-03-17  3:49 ` [Bug debug/29906] [4.0 " aoliva at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2007-03-16  5:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from aoliva at gcc dot gnu dot org  2007-03-16 05:09 -------
Subject: Bug 29906

Author: aoliva
Date: Fri Mar 16 05:08:47 2007
New Revision: 122977

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122977
Log:
gcc/ChangeLog:
PR debug/29906
* dwarf2out.c (force_type_die): Adjust comment.
(dwarf2out_imported_module_or_decl): Handle base AT_import types.
gcc/testsuite/ChangeLog:
PR debug/29906
* g++.dg/debug/pr29906.C: New

Added:
    branches/gcc-4_2-branch/gcc/testsuite/g++.dg/debug/pr29906.C
Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/dwarf2out.c
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0/4.1/4.2/4.3 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
                   ` (9 preceding siblings ...)
  2007-03-13  9:14 ` patchapp at dberlin dot org
@ 2007-03-16  5:09 ` aoliva at gcc dot gnu dot org
  2007-03-16  5:09 ` aoliva at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2007-03-16  5:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from aoliva at gcc dot gnu dot org  2007-03-16 05:08 -------
Subject: Bug 29906

Author: aoliva
Date: Fri Mar 16 05:08:25 2007
New Revision: 122976

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122976
Log:
gcc/ChangeLog:
PR debug/29906
* dwarf2out.c (force_type_die): Adjust comment.
(dwarf2out_imported_module_or_decl): Handle base AT_import types.
gcc/testsuite/ChangeLog:
PR debug/29906
* g++.dg/debug/pr29906.C: New

Added:
    trunk/gcc/testsuite/g++.dg/debug/pr29906.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
                   ` (11 preceding siblings ...)
  2007-03-16  5:09 ` aoliva at gcc dot gnu dot org
@ 2007-03-17  3:49 ` aoliva at gcc dot gnu dot org
  2007-03-17  4:53 ` aoliva at gcc dot gnu dot org
  2007-03-17  6:48 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2007-03-17  3:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from aoliva at gcc dot gnu dot org  2007-03-17 03:48 -------
Does anyone feel like testing the patch in 4.0?


-- 

aoliva at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|aoliva at gcc dot gnu dot   |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW
            Summary|[4.0/4.1 Regression] -g     |[4.0 Regression] -g option
                   |option creates internal     |creates internal compiler
                   |compiler error              |error


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
                   ` (12 preceding siblings ...)
  2007-03-17  3:49 ` [Bug debug/29906] [4.0 " aoliva at gcc dot gnu dot org
@ 2007-03-17  4:53 ` aoliva at gcc dot gnu dot org
  2007-03-17  6:48 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2007-03-17  4:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from aoliva at gcc dot gnu dot org  2007-03-17 04:52 -------
Subject: Bug 29906

Author: aoliva
Date: Sat Mar 17 04:52:44 2007
New Revision: 123011

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123011
Log:
gcc/ChangeLog:
PR debug/29906
* dwarf2out.c (force_type_die): Adjust comment.
(dwarf2out_imported_module_or_decl): Handle base AT_import types.
gcc/testsuite/ChangeLog:
PR debug/29906
* g++.dg/debug/pr29906.C: New

Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/debug/pr29906.C
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/dwarf2out.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug debug/29906] [4.0 Regression] -g option creates internal compiler error
  2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
                   ` (13 preceding siblings ...)
  2007-03-17  4:53 ` aoliva at gcc dot gnu dot org
@ 2007-03-17  6:48 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-03-17  6:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from pinskia at gcc dot gnu dot org  2007-03-17 06:48 -------
Fixed.

> Does anyone feel like testing the patch in 4.0?
The 4.0 branch has been retired.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29906


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2007-03-17  6:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-20 10:27 [Bug debug/29906] New: -d option creates internal compiler error axel-freyn at gmx dot de
2006-11-20 10:29 ` [Bug debug/29906] " axel-freyn at gmx dot de
2006-11-20 15:09 ` [Bug debug/29906] [4.0/4.1 Regression] -g " pinskia at gcc dot gnu dot org
2006-11-20 15:10 ` pinskia at gcc dot gnu dot org
2006-11-20 15:11 ` pinskia at gcc dot gnu dot org
2006-11-21 22:00 ` janis at gcc dot gnu dot org
2006-11-22  4:30 ` [Bug debug/29906] [4.0/4.1/4.2/4.3 " pinskia at gcc dot gnu dot org
2007-02-05  5:26 ` mmitchel at gcc dot gnu dot org
2007-02-14  9:02 ` mmitchel at gcc dot gnu dot org
2007-03-13  7:56 ` aoliva at gcc dot gnu dot org
2007-03-13  9:14 ` patchapp at dberlin dot org
2007-03-16  5:09 ` aoliva at gcc dot gnu dot org
2007-03-16  5:09 ` aoliva at gcc dot gnu dot org
2007-03-17  3:49 ` [Bug debug/29906] [4.0 " aoliva at gcc dot gnu dot org
2007-03-17  4:53 ` aoliva at gcc dot gnu dot org
2007-03-17  6:48 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).