This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
flag_traditional patch mistakenly applied to GCC 3.1 branch?
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 28 Feb 2002 10:17:30 -0500
- Subject: flag_traditional patch mistakenly applied to GCC 3.1 branch?
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