This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11051] -Wno-deprecated needed also for C
- From: "manu at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jan 2007 00:01:13 -0000
- Subject: [Bug c/11051] -Wno-deprecated needed also for C
- References: <bug-11051-102@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from manu at gcc dot gnu dot org 2007-01-23 00:01 -------
The testcase given is not valid any more. Could you think in any other
testcase?
In stmt.c (expand_asm_operands) there is:
warning (0, "use of memory input without lvalue in "
"asm operand %d is deprecated", i + noutputs);
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11051