This is the mail archive of the gcc-bugs@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]

Re: Bison vs. const vs. AIX


>>>>> Mark Mitchell writes:

Mark> Does anyone see a way to fix this problem?  Otherwise, we need to
Mark> force the bootstrap compiler to be `xlc', rather than `cc', on AIX.

	We cannot force the bootstrap compiler to be "xlc" because other
logic (e.g., alloca.o) depends on the compiler being "cc" or being GCC
providing builtin alloca.  (Although IBM's compiler does provide builtin
alloca, I never have been able to successfully bootstrap using that.)

	Is this __STDC__ problem new?  This was not a problem in the past.

	Why not simply force a definition of __STDC__ into xm-rs6000.h?
...with or without an #ifndef wrapper.

David


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