This is the mail archive of the gcc@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]

Re: FYI: glibc compiliation again broken on i686-linux


On Thu, Dec 20, 2001 at 03:22:54PM +0100, Andreas Jaeger wrote:
> 
> We should really integrate glibc into the GCC testsuite. ;-)  Compilation
> of the current glibc with current GCC CVS fails now due to bugs in
> dwarf2out.c.  I've just reported this as a bug to gcc-bugs:
> 
> extern int vinit(int);
> 
> int
> init (void)
> {
>   extern int vinit(int);
> 
>   return vinit (5);
> }
> 
> $ /opt/gcc-3.1-devel/bin/gcc -c t.c  -g -O3          
> t.c: In function `init':
> t.c:9: Internal compiler error in add_abstract_origin_attribute, at dwarf2out.c:9296
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> 
> I'm not sure what's broken, the gdb output looks totally strange to
> me since it doesn't mention add_abstract_origin_attribute (this is
> current CVS GDB from 5.1 branch):

That's because add_abstract_origin_attribute is marked inline, I
assume.  Not GDB's fault (although it could do better).


-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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