------- Comment #13 from dominiq at lps dot ens dot fr  2007-03-13 14:48 -------
> The ICE you get in PR30969 shows that TARGET_C99_FUNCTIONS is _not_ set:

Is there a way to test it once the building directory is gone? In
gcc/config/rs6000/darwin.h I read:

...
/* Old versions of Mac OS/Darwin don't have C99 functions available.  */
#undef TARGET_C99_FUNCTIONS
#define TARGET_C99_FUNCTIONS                                    \
  (TARGET_64BIT                                                 \
   || strverscmp (darwin_macosx_version_min, "10.3") >= 0)
...

I assumed that TARGET_C99_FUNCTIONS is set for 10.3 and above, but I may have
overlooked something else.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30980

Reply via email to