[Bug preprocessor/91733] No longer treat carriage return as an end-of-line

2022-07-08 Thread akim.demaille at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91733 --- Comment #7 from Akim Demaille --- Personally the bug I reported was the one you fixed. I merely suggested to drop \r, but I did asked for that. So AFAIC, you may close this issue. Thanks a lot for the fix!

[Bug c++/98899] ICE: Illegal instruction: 4 "error: could not convert '' from '''" on macOS

2021-01-30 Thread akim.demaille at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98899 --- Comment #2 from Akim Demaille --- Created attachment 50094 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50094=edit simple.ii simple.cc preprocessed

[Bug c++/98899] ICE: Illegal instruction: 4 "error: could not convert '' from '''" on macOS

2021-01-30 Thread akim.demaille at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98899 --- Comment #1 from Akim Demaille --- Created attachment 50093 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50093=edit simple.cc The source that causes the crash.

[Bug c++/98899] New: ICE: Illegal instruction: 4 "error: could not convert '' from '''" on macOS

2021-01-30 Thread akim.demaille at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98899 Bug ID: 98899 Summary: ICE: Illegal instruction: 4 "error: could not convert '' from '''" on macOS Product: gcc Version: 10.2.0 Status: UNCONFIRMED Severity:

[Bug middle-end/98753] -Wfree-nonheap-object on unreachable code with -O0

2021-01-20 Thread akim.demaille at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98753 --- Comment #9 from Akim Demaille --- Hi Martin, Thanks for the detailed explanation. (In reply to Martin Sebor from comment #5) > Changing this message alone to say "free() may be called with non-heap > object" wouldn't be appropriate without

[Bug middle-end/98753] -Wfree-nonheap-object on unreachable code with -O0

2021-01-20 Thread akim.demaille at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98753 --- Comment #8 from Akim Demaille --- Hi Richard, (In reply to Richard Biener from comment #3) > The issue is that we isolate a path that is impossible to take but on that > path we have p = free (p); and thus a "proved" mistake. But in >

[Bug c++/98753] -Wfree-nonheap-object on Bison generated code

2021-01-19 Thread akim.demaille at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98753 Akim Demaille changed: What|Removed |Added CC||akim.demaille at gmail dot com ---