------- Comment #8 from dodji at gcc dot gnu dot org 2009-01-21 22:37 ------- Subject: Re: [4.4 Regression] Revision 143546 failed to bootstrap
hjl dot tools at gmail dot com a écrit : > ------- Comment #6 from hjl dot tools at gmail dot com 2009-01-21 22:34 > ------- > A small testcase: > > [...@gnu-6 pr38930]$ cat x.cc > class _Jv_Linker > { > private: > typedef unsigned int uaddr __attribute__ ((mode (pointer))); > > }; > [...@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. > [...@gnu-6 pr38930]$ Is that with my patchlet ? > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38930