This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/48154] [4.7 Regression] 481.wrf in SPEC CPU 2006 failed to build


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]