This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/48167] [4.7 Regression] Bootstrapping broken whenever "obj-c++" is included in the list of languages
- From: "nicola at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 21 Mar 2011 10:25:45 +0000
- Subject: [Bug bootstrap/48167] [4.7 Regression] Bootstrapping broken whenever "obj-c++" is included in the list of languages
- Auto-submitted: auto-generated
- References: <bug-48167-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48167
--- Comment #3 from Nicola Pero <nicola at gcc dot gnu.org> 2011-03-21 10:25:40 UTC ---
Author: nicola
Date: Mon Mar 21 10:25:38 2011
New Revision: 171214
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171214
Log:
In gcc/:
2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>
PR bootstrap/48167
* gengtype.c (files_rules): Added rule for cp/parser.h.
In gcc/objcp/:
2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>
PR bootstrap/48167
* Make-lang.in (START_HDRS): Added CXX_PARSER_H and
CXX_PRETTY_PRINT_H.
* config-lang.in (gtfiles): Added cp/parser.h and reorganized list
so that it is more obvious that it is identical to the C++ one
with the addition of some files at the end.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/gengtype.c
trunk/gcc/objcp/ChangeLog
trunk/gcc/objcp/Make-lang.in
trunk/gcc/objcp/config-lang.in