This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/19615] New: Strange syntax in generated file insn-attrab.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]