This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: -D_ANSI_C_SOURCE on AIX
- To: Jeffrey A Law <law at cygnus dot com>
- Subject: Re: -D_ANSI_C_SOURCE on AIX
- From: Richard Henderson <rth at cygnus dot com>
- Date: Wed, 15 Mar 2000 13:44:51 -0800
- Cc: Alexandre Oliva <oliva at lsd dot ic dot unicamp dot br>, gcc-patches at gcc dot gnu dot org
- References: <orvh2projv.fsf@garnize.lsd.ic.unicamp.br> <13919.953155200@upchuck>
On Wed, Mar 15, 2000 at 02:20:00PM -0700, Jeffrey A Law wrote:
> Actually, I'd wonder if we should always define _ANSI_C_SOURCE, unless
> -traditional was given. Remember, by default GCC is an (almost) ANSI
> compiler.
We wouldn't want that if _ANSI_C_SOURCE disables features outside
the ANSI spec. That's the way things work on other systems...
r~