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!
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&action=edit
simple.ii
simple.cc preprocessed
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&action=edit
simple.cc
The source that causes the crash.
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: no
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
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 = &foo; free (p); and thus a "proved" mistake. But in
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98753
Akim Demaille changed:
What|Removed |Added
CC||akim.demaille at gmail dot com
--- Comme