[Bug sanitizer/93246] New: Unexpected program behavior when -fsanitize=address and -O2/O3 used
Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: mtekieli+gcc at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin
[Bug c++/100646] New: gcc -E -fdirectives-only causes "error: unterminated comment" when no new line at the end of file
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mtekieli+gcc at gmail dot com Target Milestone: --- $ cat test_gcc11.cpp int main() { } // namespace $ g++ -E -fdirectives-only test_gc