public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags
       [not found] <bug-69471-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:59 ` jakub at gcc dot gnu.org
  2021-06-01  8:07 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-12 11:59 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.3                         |9.4

--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 9.3.0 has been released, adjusting target milestone.

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

* [Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags
       [not found] <bug-69471-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:59 ` [Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags jakub at gcc dot gnu.org
@ 2021-06-01  8:07 ` rguenth at gcc dot gnu.org
  2021-06-01  8:26 ` wavexx at thregr dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:07 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #16 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags
       [not found] <bug-69471-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:59 ` [Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags jakub at gcc dot gnu.org
  2021-06-01  8:07 ` rguenth at gcc dot gnu.org
@ 2021-06-01  8:26 ` wavexx at thregr dot org
  2021-06-01 11:55 ` manu at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: wavexx at thregr dot org @ 2021-06-01  8:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #17 from wavexx at thregr dot org ---
I wish this would be given a nudge, considering the patch. This has been pushed
to new releases since 2016 :(

It's not a show-stopper, but it does cause unexpected behavior which is quite
hard to track down and to fix as well in build systems unless you're accounting
for it from the start.

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

* [Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags
       [not found] <bug-69471-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-06-01  8:26 ` wavexx at thregr dot org
@ 2021-06-01 11:55 ` manu at gcc dot gnu.org
  2021-06-01 13:03 ` wavexx at thregr dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: manu at gcc dot gnu.org @ 2021-06-01 11:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #18 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
(In reply to wavexx from comment #17)
> I wish this would be given a nudge, considering the patch. This has been
> pushed to new releases since 2016 :(

I see several patches have been committed already. Is there any patch pending?
What are the remaining issues?

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

* [Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags
       [not found] <bug-69471-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-06-01 11:55 ` manu at gcc dot gnu.org
@ 2021-06-01 13:03 ` wavexx at thregr dot org
  2021-06-06 13:15 ` hjl.tools at gmail dot com
  2021-12-20  0:46 ` hjl.tools at gmail dot com
  6 siblings, 0 replies; 7+ messages in thread
From: wavexx at thregr dot org @ 2021-06-01 13:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #19 from wavexx at thregr dot org ---
I don't follow gcc development too closely. I expected this bug to be closed
when the relevant patch was applied automatically, but I could test if this
still apllied.

Which gcc release is sufficient to test with all the patches applied?
Is gcc 10.2.1 enough?

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

* [Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags
       [not found] <bug-69471-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-06-01 13:03 ` wavexx at thregr dot org
@ 2021-06-06 13:15 ` hjl.tools at gmail dot com
  2021-12-20  0:46 ` hjl.tools at gmail dot com
  6 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2021-06-06 13:15 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |9.3
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #20 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed in GCC 9.3 and above.  GCC 8 branch is closed.

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

* [Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags
       [not found] <bug-69471-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2021-06-06 13:15 ` hjl.tools at gmail dot com
@ 2021-12-20  0:46 ` hjl.tools at gmail dot com
  6 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2021-12-20  0:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #21 from H.J. Lu <hjl.tools at gmail dot com> ---
*** Bug 42444 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2021-12-20  0:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-69471-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:59 ` [Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags jakub at gcc dot gnu.org
2021-06-01  8:07 ` rguenth at gcc dot gnu.org
2021-06-01  8:26 ` wavexx at thregr dot org
2021-06-01 11:55 ` manu at gcc dot gnu.org
2021-06-01 13:03 ` wavexx at thregr dot org
2021-06-06 13:15 ` hjl.tools at gmail dot com
2021-12-20  0:46 ` hjl.tools at gmail dot com

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).