This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/53283] [4.8 Regression] Many failures on x86_64-apple-darwin10 after revision 186789
- From: "iains at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 09 Jul 2012 19:22:03 +0000
- Subject: [Bug target/53283] [4.8 Regression] Many failures on x86_64-apple-darwin10 after revision 186789
- Auto-submitted: auto-generated
- References: <bug-53283-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53283
--- Comment #13 from Iain Sandoe <iains at gcc dot gnu.org> 2012-07-09 19:22:03 UTC ---
Author: iains
Date: Mon Jul 9 19:21:59 2012
New Revision: 189391
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189391
Log:
PR target/53283
* config/i386/i386.c (ix86_fold_builtin): Call SUBTARGET_FOLD_BUILTIN
if defined.
* config/darwin.h: Rename TARGET_FOLD_BUILTIN to
SUBTARGET_FOLD_BUILTIN.
* config/rs6000/darwin.h: Map TARGET_FOLD_BUILTIN onto
SUBTARGET_FOLD_BUILTIN.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/darwin.h
trunk/gcc/config/i386/i386.c
trunk/gcc/config/rs6000/darwin.h