This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8549: --pedantic-errors problems on RedHat 6.1
- From: Zack Weinberg <zack at codesourcery dot com>
- To: bangerth at dealii dot org
- Cc: gcc-bugs at gcc dot gnu dot org, mengel at fnal dot gov, gcc-gnats at gcc dot gnu dot org
- Date: Wed, 13 Nov 2002 15:14:42 -0800
- Subject: Re: c++/8549: --pedantic-errors problems on RedHat 6.1
- References: <20021113172931.28695.qmail@sources.redhat.com>
bangerth@dealii.org writes:
> So I think, the whole thing is attributable to the following:
> Somewhen an extension in gcc was deprecated and the kernel
> folks changed their header files accordingly.I think the
> only way to make newer gccs work on these old systems
> would be to fixinclude the respective header files, but I
> doubt someone would like to put much energy in backporting
> gcc to such old systems.
Note that the kernel has nothing to do with this. The header
bits/mathinline.h is part of GNU libc.
zw