https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67056
--- Comment #7 from Markus Trippelsdorf ---
Created attachment 36126
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36126&action=edit
Somewhat reduced testcase
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67056
--- Comment #6 from Vegard Sjonfjell ---
Created attachment 36123
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36123&action=edit
Preprocessed file
Also adding the preprocessed file.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67056
Vegard Sjonfjell changed:
What|Removed |Added
CC||veg...@yahoo-inc.com
--- Comment #5 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67056
--- Comment #4 from Henning Baldersheim ---
Using the -fsanitize-undefined caused this error.
configretriever.cpp: info: running test suite 'configretriever.cpp'
/home/y/include/c++/5.2.0/bits/unique_ptr.h:76:2: runtime error: execution
reached
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67056
--- Comment #3 from Henning Baldersheim ---
valgrind does not complain about anything undefined, but will try the sanitize
option too.
Will also try to isolate it as much as possible.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67056
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67056
--- Comment #1 from ktkachov at gcc dot gnu.org ---
There are some tips and instructions at:
https://gcc.gnu.org/bugs/
A reduced, preprocessed testcase would be ideal.