http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46031

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-10-15 
05:39:53 UTC ---
Actually it says the target processors might not include all of the builtins. 
What is a target processor is up to each target and likewise on how to change
the processor.

This should allow you to read the target options for how to change the
processor GCC is targeting.  This is the same issue as -march=i386 does not
support any of them vs -march=i686 supports the majority of them.

The x86 specific options explicitly references the atomic builtins.  Again I
don't think we should reference target specific options in the generic part of
the manual.  Doing that makes the manual even more confusing.  Maybe adding the
following sentence will help:
Each target defines how a specific processor is selected, see the target
options pages on how to select the specific processor.

Reply via email to