This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: New cpp0 warning in 3.1 breaks configure (autoconf)
On Tue, Jun 11, 2002 at 07:58:54PM -0300, Alexandre Oliva wrote:
> On Jun 11, 2002, Marc Espie <espie@quatramaran.ens.fr> wrote:
>
> > In article <200206112213.g5BMDp3L044244@latour.rsch.comm.mot.com> you write:
> >> I think the current behavior is worth defending since skipping fixed
> >> system headers can cause serve cascading problems that are hard to
> >> debug by the user.
> > Of course, this does assume the compiler and fixincludes are always right.
> -I/usr/include is always wrong. -isystem /usr/include might be
> acceptable.
Well, the problem stemmed from /usr/local/include in the first place.
Entirely different beast.
See what I mean about different assumptions ?