https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79509
Jeffrey A. Law <law at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2017-03-22
CC| |law at redhat dot com
Ever confirmed|0 |1
--- Comment #1 from Jeffrey A. Law <law at redhat dot com> ---
Waldemar,
You don't need to produce a simple testcase, but we do need the preprocessed
sources along with the command line used to trigger the bug.
The easiest way to get the preprocessed sources is to add "-save-temps" switch
to the gcc/g++ invocation that causes the ICE. That will create a .i (C) or
.ii file (C++) which contains the c-preprocessed output.
Without the CPP output it is unlikely this bug will be addressed.