Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bhalevy at gmail dot com
Target Milestone: ---
Created attachment 48650
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48650&action=edit
Preprocessed source
Compiling the following code hits ICE, as
: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: bhalevy at gmail dot com
Target Milestone: ---
Similar to -fsanitize=undefined in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89284, -fsanitize=address also
inhibits -Wuninitialized.
$ cat prog.cc
struct A
{
bool
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: bhalevy at gmail dot com
CC: redi at gcc dot gnu.org
Target Milestone: ---
std::filesystem::filesystem_error::what() changed in version 9 as follows.
test_fse.cc:
#include
#include
#include