https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78056
--- Comment #17 from kelvin at gcc dot gnu.org --- Author: kelvin Date: Wed Oct 26 21:35:48 2016 New Revision: 241606 URL: https://gcc.gnu.org/viewcvs?rev=241606&root=gcc&view=rev Log: Use this branch to prepare enhancements to the pr 78056 patch just merged with mainline trunk: 1. Add a warning message if a request to target a particular CPU (command-line or in-line attribute) cannot be supported because the associated assembler lacks support for that cpu. 2. Issue an asertion failure if an attempt is made to install a built-in function with an associated instruction code that equals zero. 3. Add one or more tests to exercise the use of in-line attributes to change the target CPU in the middle of a source file. Added: branches/ibm/bz78056-enhance/ - copied from r241605, trunk/