This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36278] [4.2/4.3/4.4 Regression] ICE with typedef void in namespace and using the defined type in another when compiling with "-g"
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 May 2008 13:44:25 -0000
- Subject: [Bug c++/36278] [4.2/4.3/4.4 Regression] ICE with typedef void in namespace and using the defined type in another when compiling with "-g"
- References: <bug-36278-16199@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rguenth at gcc dot gnu dot org 2008-05-20 13:44 -------
Confirmed. -g is the key.
Program received signal SIGSEGV, Segmentation fault.
0x000000000081eed9 in prune_unused_types_mark (die=0x0, dokids=1)
at /space/rguenther/src/svn/trunk/gcc/dwarf2out.c:14913
14913 if (die->die_mark == 0)
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |ice-on-valid-code
Known to fail| |4.2.3 4.3.0 4.4.0
Last reconfirmed|0000-00-00 00:00:00 |2008-05-20 13:44:25
date| |
Summary|[4.2/4.3 regression] ICE |[4.2/4.3/4.4 Regression] ICE
|with typedef void in |with typedef void in
|namespace and using the |namespace and using the
|defined type in another when|defined type in another when
|compiling with "-g" |compiling with "-g"
Target Milestone|--- |4.2.5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36278