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

Gerald Pfeifer <gerald at pfeifer dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gerald at pfeifer dot com

--- Comment #9 from Gerald Pfeifer <gerald at pfeifer dot com> ---
Created attachment 48216
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48216&action=edit
Preprocessed sources

(In reply to Kurt Jaeger from comment #8)
> stdout is at: https://people.freebsd.org/~pi/logs/out.txt

I am attaching this here in GCC Bugzilla as x.ii, pre-processed sources.


Kurt, I tried to reproduce this on x86_64-suse-linux (9.2.1 20200306), 
i386-unknown-freebsd 11.3 (10.0.1 20200406), but did not succeed with
your input file and the invocation you shared.

Can you run your build with option -save-temps and see whether the resulting
.ii files differs from what you shared? (It should not, I think.)

And once you have that run that through the compiler that crashes and try to
identify the minimal set of options required?  -std=c++17 is one of those
necessary to make it build, are the others all required to see the crash?

Probably best to start with the full set and remove one after the other
until it stops failing. Thanks!.

Reply via email to