This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH 3/6] Emit macro expansion related diagnostics


On Tue, Oct 18, 2011 at 11:09:04AM -0400, David Edelsohn wrote:
> Your patch broke bootstrap on AIX because of the typedef "loc_t"
> introduced in tree-diagnostics.c.  The typedef conflicts with a
> typedef in an AIX 5.3 header file for locales.  AIX should not be
> using that namespace, but the failure occurs before fix-includes, so
> it is not possible to fix it there.

At least in POSIX *_t is reserved for the implementation (in any header).
So gcc should use something else.

	Jakub


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