flag_traditional patch mistakenly applied to GCC 3.1 branch?

David Edelsohn dje@watson.ibm.com
Thu Feb 28 07:34:00 GMT 2002


Jason,

	Did your commit on the branch accidentally pull in the
flag_traditional patch from the mainline?  I have a clean check-out of the
GCC 3.1 branch which is failing with link errors for

Undefined symbol: flag_traditional
Undefined symbol: flag_allow_single_precision
Undefined symbol: .copy_lang_decl

c-decl.c has been updated on the branch with your flag changes.

revision 1.300.2.1
date: 2002/02/28 13:57:15;  author: jason;  state: Exp;  lines: +22 -150
        * c-decl.c (finish_function): Only warn about missing return
        statement with -Wreturn-type.
        * cp/decl.c (finish_function): Only warn about missing return
        statement with -Wreturn-type.

Sure seems like a lot of lines changed for the warning patch.

Thanks, David



More information about the Gcc mailing list