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/82066] New: #pragma GCC target documentation does not say it is implemented for aarch64


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82066

            Bug ID: 82066
           Summary: #pragma GCC target documentation does not say it is
                    implemented for aarch64
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---
            Target: aarch64

Currently the documentation stays:
The #pragma GCC target pragma is presently implemented for x86, PowerPC, and
Nios II targets only.


https://gcc.gnu.org/onlinedocs/gcc/Function-Specific-Option-Pragmas.html#Function-Specific-Option-Pragmas

But this is wrong as it is implemented for AARCH64 (and I think arm).

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