[Bug debug/109161] Bad CTF generated for stub in function scope

2023-03-28 Thread nix at esperi dot org.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109161 Nix changed: What|Removed |Added CC||nix at esperi dot org.uk --- Comment #2 from Nix

[Bug bootstrap/98860] [11 Regression] boostrap failure on MinGW-w64 windows 10

2021-02-03 Thread nix at esperi dot org.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98860 --- Comment #24 from Nix --- ... and ten seconds after I posted that it failed again. Looks like binutils isn't quite ready for DWARF 5 on Windows yet :(

[Bug bootstrap/98860] [11 Regression] boostrap failure on MinGW-w64 windows 10

2021-02-03 Thread nix at esperi dot org.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98860 --- Comment #23 from Nix --- OK, that works: ignore me, in my case it was just using a too old binutils. (The error message emitted is... unhelpful: exec format error, really?)

[Bug bootstrap/98860] [11 Regression] boostrap failure on MinGW-w64 windows 10

2021-02-03 Thread nix at esperi dot org.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98860 Nix changed: What|Removed |Added CC||nix at esperi dot org.uk --- Comment #22 from Nix

[Bug target/65248] Copy relocation against protected symbol doesn't work

2016-07-01 Thread nix at esperi dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248 --- Comment #11 from Nix --- The symptoms are failures to link with "relocation against protected symbol is invalid" errors which go away when you use gold. (You can see it if you try to build firefox, for instance.)

[Bug target/65248] Copy relocation against protected symbol doesn't work

2016-06-18 Thread nix at esperi dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248 Nix changed: What|Removed |Added CC||nix at esperi dot org.uk --- Comment #9 from Nix

[Bug pch/68176] [4.9/5/6 Regression] all pch tests fail on eglibc systems (with bits/predefs.h)

2016-01-28 Thread nix at esperi dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68176 --- Comment #10 from Nix --- Argh, scratch that -- I need to test a tree that *doesn't* have the original patch reverted! Doing that now, will report back once that's done.

[Bug pch/68176] [4.9/5/6 Regression] all pch tests fail on eglibc systems (with bits/predefs.h)

2016-01-28 Thread nix at esperi dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68176 --- Comment #11 from Nix --- Confirmed fixed (properly this time).

[Bug pch/68176] [4.9/5/6 Regression] all pch tests fail on eglibc systems (with bits/predefs.h)

2016-01-28 Thread nix at esperi dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68176 --- Comment #9 from Nix --- Tested on the same old GCC 4.9 build tree and eglibc system that failed in the original report (for maximum reproducibility): it works, the regression is cured.

[Bug pch/68176] [4.9/5/6 Regression] all pch tests fail on eglibc systems (with bits/predefs.h)

2016-01-18 Thread nix at esperi dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68176 --- Comment #5 from Nix --- I didn't think of that (I try to forget that fixincludes exists because it gives me nightmares). But much though I hate fixincludes, this sort of fix (to headers for an obsolete program which will by definition never

[Bug pch/68176] [4.9/5/6 Regression] all pch tests fail on eglibc systems (with bits/predefs.h)

2015-11-02 Thread nix at esperi dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68176 --- Comment #3 from Nix --- I haven't tested that yet, so I wasn't willing to commit to it. It seems very likely though. (I wasn't sure of protocol, or I'd have put you in the Cc list as the author of the fix for bug 65550, but I was afraid

[Bug pch/68176] [4.8/4.9 Regression] all pch tests fail on eglibc systems (with bits/predefs.h)

2015-11-01 Thread nix at esperi dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68176 --- Comment #1 from Nix --- I can confirm that reverting the fix for bug 65550 makes the pch failures go away on my increasingly creaky eglibc 2.18 systems. So that's the smoking gun.

[Bug pch/68176] New: [4.8/4.9 Regression] all pch tests fail on eglibc systems (with bits/predefs.h)

2015-11-01 Thread nix at esperi dot org.uk
: normal Priority: P3 Component: pch Assignee: unassigned at gcc dot gnu.org Reporter: nix at esperi dot org.uk Target Milestone: --- Since the fix to bug 65550, more or less all pch tests fail, with symptoms identical to those reported in bug 55399: FAIL

[Bug other/50639] -flto=jobserver broken on large LTO build

2012-01-22 Thread nix at esperi dot org.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50639 Nix nix at esperi dot org.uk changed: What|Removed |Added CC||nix at esperi dot org.uk