This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/30980] [4.3 Regression] Recent complex miscompilation
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Mar 2007 14:48:23 -0000
- Subject: [Bug target/30980] [4.3 Regression] Recent complex miscompilation
- References: <bug-30980-133@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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