[Bug lto/105364] lto-wrapper generates URLs escape sequences despite -fdiagnostic-urls=never

2022-04-29 Thread wavexx at thregr dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105364 --- Comment #5 from wavexx at thregr dot org --- Verified today on debian unstable which just updated the gcc12 snapshot. Thx for the quick fix to all.

[Bug plugins/105364] New: lto-wrapper generates URLs escape sequences despite -fdiagnostic-urls=never

2022-04-24 Thread wavexx at thregr dot org via Gcc-bugs
: normal Priority: P3 Component: plugins Assignee: unassigned at gcc dot gnu.org Reporter: wavexx at thregr dot org Target Milestone: --- Warnings generated by lto-wrapper do not seem to check the current terminal settings (TERM=dumb doesn't do anything u

[Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags

2021-06-01 Thread wavexx at thregr dot org via 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 relea

[Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags

2021-06-01 Thread wavexx at thregr dot org via 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 ha

[Bug target/69471] "-march=native" unintentionally breaks further -march/-mtune flags

2016-01-26 Thread wavexx at thregr dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69471 --- Comment #4 from wavexx at thregr dot org --- Since I couldn't find documentation for it either, doesn't -march=haswell by itself imply all associated ISA features? If so, why -march=native expands to all individual features explicitly?

[Bug target/69471] "-march=native" unintentionally breaks further -march/-mtune flags

2016-01-25 Thread wavexx at thregr dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69471 --- Comment #2 from wavexx at thregr dot org --- On 25/01/16 18:38, redi at gcc dot gnu.org wrote: > Why would either you or the makefile add something like -march=opteron on a > haswell host? > > Surely the makefile should only add

[Bug target/69471] New: "-march=native" unintentionally breaks further -march/-mtune flags

2016-01-25 Thread wavexx at thregr dot org
ty: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: wavexx at thregr dot org Target Milestone: --- On a haswell host, the following: gcc -march=native -march=opteron or gcc -march=opteron -march=native both emit cod