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 c++/25959] New: [4.2 Regression] C++ does not build on powerpc-*


rs6000-c.c use default_conversion which was turned into a static function in
the C++ front-end by:
006-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>

        * cp-tree.h (get_primary_binfo): Remove prototype.
        (push_using_decl): Likewise.
        (current_template_args): Likewise.
        (more_specialized_class): Likewise.
        (mark_class_instantiated): Likewise.
        (default_conversion): Likewise.
        (pfn_from_ptrmemfunc): Likewise.
        * class.c (get_primary_binfo): Add prototype, make static, simplify.
        * name-lookup.c (push_using_decl): Make static.
        * pt.c (current_template_args): Likewise.
        (more_specialized_class): Likewise.
        (mark_class_instantiated): Likewise.
        * typeck.c (default_conversion): Make static.
        (pfn_from_ptrmemfunc): Add prototype, make static.


-- 
           Summary: [4.2 Regression] C++ does not build on powerpc-*
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
GCC target triplet: powerpc-*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25959


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