[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap

hjl dot tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Jan 21 22:34:00 GMT 2009



------- Comment #6 from hjl dot tools at gmail dot com  2009-01-21 22:34 -------
A small testcase:

[hjl@gnu-6 pr38930]$ cat x.cc
class _Jv_Linker
{
private:
  typedef unsigned int uaddr __attribute__ ((mode (pointer)));

};
[hjl@gnu-6 pr38930]$ /export/build/gnu/gcc-work/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc-work/build-x86_64-linux/gcc/ -O2 -g x.cc -S -o x.s -m32
x.cc:3: internal compiler error: in gen_typedef_die, at dwarf2out.c:14665
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[hjl@gnu-6 pr38930]$ 


-- 


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



More information about the Gcc-bugs mailing list