[Bug c++/67056] Wrong code generated

2015-08-04 Thread trippels at gcc dot gnu.org
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

[Bug c++/67056] Wrong code generated

2015-08-04 Thread veg...@yahoo-inc.com
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.

[Bug c++/67056] Wrong code generated

2015-08-04 Thread veg...@yahoo-inc.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67056 Vegard Sjonfjell changed: What|Removed |Added CC||veg...@yahoo-inc.com --- Comment #5 f

[Bug c++/67056] Wrong code generated

2015-07-29 Thread bal...@yahoo-inc.com
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

[Bug c++/67056] Wrong code generated

2015-07-29 Thread bal...@yahoo-inc.com
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.

[Bug c++/67056] Wrong code generated

2015-07-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67056 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Co

[Bug c++/67056] Wrong code generated

2015-07-29 Thread ktkachov at gcc dot gnu.org
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.