This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jan 2009 22:43:39 -0000
- Subject: [Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap
- References: <bug-38930-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from hjl dot tools at gmail dot com 2009-01-21 22:43 -------
(In reply to comment #8)
> 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 ?
No. Your patch in comment #5 fixes my small testcase.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38930