public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/99312] New: __ARM_ARCH is not implemented correctly when compiled with -march=armv8.1-a
@ 2021-02-28 19:48 pinskia at gcc dot gnu.org
  2021-02-28 19:50 ` [Bug target/99312] " pinskia at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-02-28 19:48 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99312
           Summary: __ARM_ARCH is not implemented correctly when compiled
                    with -march=armv8.1-a
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

The latest ACLE dated Q3 2020 has the following for how __ARM_ARCH should be
defined for ARMv8.1-a and above:
For an Arm architecture ArmvX.Y, __ARM_ARCH = X * 100 + Y. E.g.
for Armv8.1 __ARM_ARCH = 801.
----- CUT ----
Currently GCC just does 8.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-04-05 13:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-28 19:48 [Bug target/99312] New: __ARM_ARCH is not implemented correctly when compiled with -march=armv8.1-a pinskia at gcc dot gnu.org
2021-02-28 19:50 ` [Bug target/99312] " pinskia at gcc dot gnu.org
2021-03-05  9:56 ` ktkachov at gcc dot gnu.org
2021-03-05 10:50 ` pinskia at gcc dot gnu.org
2021-03-05 10:52 ` pinskia at gcc dot gnu.org
2021-03-05 11:41 ` pinskia at gcc dot gnu.org
2021-03-07  2:04 ` pinskia at gcc dot gnu.org
2023-04-05 13:10 ` rearnsha at gcc dot gnu.org
2023-04-05 13:12 ` rearnsha at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).