This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/19615] New: Strange syntax in generated file insn-attrab.c
- From: "christophe dot jaillet at wanadoo dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jan 2005 21:34:17 -0000
- Subject: [Bug other/19615] New: Strange syntax in generated file insn-attrab.c
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
More a question than a bug.
In i386.md, around line 243, we can find :
(symbol_ref "/* Update immediate_length and other attributes! */
abort(),1")))
These lines generate the following code in insn-attrab.c
return /* Update immediate_length and other attributes! */
abort(),1;
I have really no idea if it is correct or not, but the syntax seems strange. So
I point it out to your attention, just in case of...
CJ
--
Summary: Strange syntax in generated file insn-attrab.c
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: christophe dot jaillet at wanadoo dot fr
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19615