[Bug c++/95455] New: ICE in capture with initializer in requires block

2020-06-01 Thread bhalevy at gmail dot com
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=edit Preprocessed source Compiling the following code hits ICE, as follows: testcase

[Bug middle-end/93100] New: gcc -fsanitize=address inhibits -Wuninitialized

2019-12-30 Thread bhalevy at gmail dot com
: 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

[Bug libstdc++/91012] New: filesystem_error no longer includes error_code message

2019-06-27 Thread bhalevy at gmail dot com
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