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 bootstrap/48167] [4.7 Regression] Bootstrapping broken whenever "obj-c++" is included in the list of languages


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


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