This is the mail archive of the gcc-cvs@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]

r201256 - in /branches/google/gcc-4_8/gcc: conf...


Author: tmsriram
Date: Thu Jul 25 23:26:31 2013
New Revision: 201256

URL: http://gcc.gnu.org/viewcvs?rev=201256&root=gcc&view=rev
Log:
Google ref b/9628617

This fixes a bug in LIPO mode with regards to target specific builtins where
the aux module does not find these builtins created by the primary module.  This
bug was exposed when the mmintrinsic handling was changed to support using them
when function specific target attributes are used.

The fix is to always expose the target specific builtins in LIPO mode.

Please see: http://gcc.gnu.org/ml/gcc-patches/2013-07/msg01123.html


Added:
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/tree-prof/lipo/target_builtin_0.C
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/tree-prof/lipo/target_builtin_1.C
Modified:
    branches/google/gcc-4_8/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]