This is the mail archive of the gcc@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 in head, can't compile


Looks like file ./gcc/tree-cfg.c got double double quotes at the end of string 
literal, which can't compile:

             error ("Nonlocal label %s is not first "

                     "in a sequence of labels in bb %d"", <- here

                     IDENTIFIER_POINTER (DECL_NAME (LABEL_EXPR_LABEL (stmt))),
                     bb->index);
 
can someone fix that please ?

-- 
GJ


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