Re: [PATCH] Poison loc_t in system.h

2012-11-04 Thread Richard Biener
On Thu, Nov 1, 2012 at 8:54 PM, David Edelsohn wrote: > The name loc_t is too enticing for developers to avoid, but it > unfortunately conflicts with a visible symbol in an AIX header file, > which repeatedly causes conflicts. This patch poisons the symbols in > GCC system.h to prevent developers

[PATCH] Poison loc_t in system.h

2012-11-01 Thread David Edelsohn
The name loc_t is too enticing for developers to avoid, but it unfortunately conflicts with a visible symbol in an AIX header file, which repeatedly causes conflicts. This patch poisons the symbols in GCC system.h to prevent developers from using it. Bootstrapped on powerpc-ibm-aix7.1.0.0 Okay?