This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/64417] [SH] FAIL: gcc.c-torture/compile/pr28865.c -O0 (test for excess errors)
- From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 05 Jan 2015 17:54:24 +0000
- Subject: [Bug c/64417] [SH] FAIL: gcc.c-torture/compile/pr28865.c -O0 (test for excess errors)
- Auto-submitted: auto-generated
- References: <bug-64417-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64417
--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
I have a patch for rejecting such code, but the question is if it is desirable
to not accept that code, since e.g. glibc used to (?) misuse this feature.