https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93028
--- Comment #6 from Colin H Close ---
Removing the lto flag allowed the source to compile without error.
To make sure it wasn't a linker issue I ran tests with both the bfd and gold
linkers by using -fuser-ld= both failed with the identical error
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93028
--- Comment #5 from Colin H Close ---
Created attachment 47540
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47540&action=edit
Easy compile of pre-processed source
Even easier reproduction of the fault.
Untar the archive and run create_er
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93028
--- Comment #4 from Colin H Close ---
Here's a new link for the sources (much reduced in size) Which have been
massaged to make them more portable.
https://drive.google.com/file/d/13KecN2DjtNsO2i3oJDhFoaUv06CoP6OB/view?usp=sharing
Untar the arc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93028
--- Comment #3 from Colin H Close ---
Created attachment 47539
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47539&action=edit
Shell script containing compiler commands
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93028
--- Comment #2 from Colin H Close ---
(In reply to Marek Polacek from comment #1)
> It's not (easily) possible to reproduce the problem with what you've
> provided; the shell script has stuff like
> /home/colin/Development/bluegriffon/BUILD/gecko
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: itchka at compuserve dot com
Target Milestone: ---
Created attachment 47533
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47533&action=edit
Shell script containing compiler c