public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/113030] New: ARM32: option parsing for --march= doesn't work for aliases
@ 2023-12-15  7:49 doko at gcc dot gnu.org
  2023-12-15  8:05 ` [Bug target/113030] " pinskia at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at gcc dot gnu.org @ 2023-12-15  7:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113030
           Summary: ARM32: option parsing for --march= doesn't work for
                    aliases
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org
  Target Milestone: ---

seen everywhere, the two last values are documented as aliases:

$ awk -f config/arm/parsecpu.awk -v cmd="chkarch armv7-a+simd"
config/arm/arm-cpus.in
armv7-a+simd

$ awk -f config/arm/parsecpu.awk -v cmd="chkarch armv7-a+neon"
config/arm/arm-cpus.in
error

$ awk -f config/arm/parsecpu.awk -v cmd="chkarch armv7-a+neon-vfpv3"
config/arm/arm-cpus.in
error

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

end of thread, other threads:[~2024-01-22 17:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-15  7:49 [Bug target/113030] New: ARM32: option parsing for --march= doesn't work for aliases doko at gcc dot gnu.org
2023-12-15  8:05 ` [Bug target/113030] " pinskia at gcc dot gnu.org
2023-12-15  8:18 ` pinskia at gcc dot gnu.org
2023-12-15  8:21 ` [Bug target/113030] parsecpu.awk's chkarch/chkcpu commands is broken " pinskia at gcc dot gnu.org
2023-12-15 12:03 ` rearnsha at gcc dot gnu.org
2024-01-21  7:30 ` pinskia at gcc dot gnu.org
2024-01-22 17:31 ` cvs-commit at gcc dot gnu.org
2024-01-22 17:31 ` pinskia 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).