public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/64534] New: invalid -march value incosistency
@ 2015-01-08  8:21 jlec at gentoo dot org
  2021-12-29  6:32 ` [Bug driver/64534] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: jlec at gentoo dot org @ 2015-01-08  8:21 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64534
           Summary: invalid -march value incosistency
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jlec at gentoo dot org

Overwriting invalid -march later in the command line has an inconsistency

Following works

gcc -march=no-automagic -march=core2
gcc -march=no-automagic -march=pentium-m

Following breaks

gcc -march=no-automagic -march=native


I would prefer that the build always breaks with 

error: bad value (no-automagic) for -march= switch

but we should at least have the same behavior for both cases.


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

* [Bug driver/64534] invalid -march value incosistency
  2015-01-08  8:21 [Bug other/64534] New: invalid -march value incosistency jlec at gentoo dot org
@ 2021-12-29  6:32 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-29  6:32 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu.org

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 103421 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2021-12-29  6:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-08  8:21 [Bug other/64534] New: invalid -march value incosistency jlec at gentoo dot org
2021-12-29  6:32 ` [Bug driver/64534] " 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).