This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/48154] [4.7 Regression] 481.wrf in SPEC CPU 2006 failed to build
- From: "hjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 16 Mar 2011 20:04:47 +0000
- Subject: [Bug target/48154] [4.7 Regression] 481.wrf in SPEC CPU 2006 failed to build
- Auto-submitted: auto-generated
- References: <bug-48154-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48154
--- Comment #2 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-03-16 20:04:45 UTC ---
Author: hjl
Date: Wed Mar 16 20:04:40 2011
New Revision: 171069
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171069
Log:
Check TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
2011-03-16 H.J. Lu <hongjiu.lu@intel.com>
PR target/48154
* config/i386/i386.c (ix86_builtin_vectorized_function): Check
TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/i386.c