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]

Re: Problem building libiberty


   Date: Fri, 16 Jun 2000 11:38:18 -0400 (EDT)
   From: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>

    > I noticed the problem when building GDB (our libiberty was just resynced
    > with GCC), but I'm pretty sure the same problem exists in GCC's master
    > copy.  Obviously a bug in gcc 2.7.2, but introducing a hard error to
    > avoid a warning defeats its purpose a bit :-(.
    > Mark

   This problem should not occur if you also resync the top level
   `include' directory which complements the `libiberty' directory.  In
   include/ansidecl.h, we define __extension__ to be empty if gcc < v2.8.
   We did this precisely because we encountered the same issue
   bootstrapping gcc with 2.7.x.

Thanks!  I'll make sure the GDB/binutils repository updates its
`include' directory.

Mark

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