Bison vs. const vs. AIX

David Edelsohn dje@watson.ibm.com
Thu Nov 16 19:24:00 GMT 2000


>>>>> 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



More information about the Gcc-bugs mailing list