This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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:
> 
> [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]$ 

Is that with my patchlet ?
> 


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]