This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/10719] invalid code generated (x86, "int $5") with __builtin_va_arg(va, char);
- From: "appfault at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Sep 2005 00:16:26 -0000
- Subject: [Bug c/10719] invalid code generated (x86, "int $5") with __builtin_va_arg(va, char);
- References: <20030509203601.10719.sb@biallas.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From appfault at hotmail dot com 2005-09-14 00:16 -------
Ok, disregard comment 16, the issue I saw was the same as comment 0.
Unfortunately, there was a '-w' sneakily in a 3rd-party makefile which hid the
warning. Maybe I should open another zilla for warning you that '-w -Werror'
is nonsensical.
I still say generating code that is not executable is a ridiculous way to
handle this ambiguity in the standard...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10719