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 objc++/28206] New: Objc++ bootstrap broken on mainline


Objc++ bootstrap broken due to recent changes in cp/semantics.c:

r115086 | jason | 2006-06-30 05:15:56 +0400 (Fri, 30 Jun 2006) | 58 lines
        * cp/semantics.c (begin_class_definition): Add attributes parameter,
        apply them to the type.

Error message is:

/home/sergei/build.gcc/./prev-gcc/xgcc -B/home/sergei/build.gcc/./prev-gcc/
-B/usr/local/gcc-4.2/i686-pc-linux-gnu/bin/ -c   -O2 -g -fomit-frame-pointer
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wmissing-format-attribute -Werror -DOBJCPLUS
-I../../src/gcc/gcc/objc -I../../src/gcc/gcc/cp -fno-common   -DHAVE_CONFIG_H
-I. -Iobjcp -I../../src/gcc/gcc -I../../src/gcc/gcc/objcp
-I../../src/gcc/gcc/../include -I../../src/gcc/gcc/../libcpp/include 
-I../../src/gcc/gcc/../libdecnumber -I../libdecnumber   
../../src/gcc/gcc/objcp/objcp-decl.c -o objcp/objcp-decl.o
../../src/gcc/gcc/objcp/objcp-decl.c: In function ?objcp_start_struct?:
../../src/gcc/gcc/objcp/objcp-decl.c:62: error: too few arguments to function
?begin_class_definition?
cc1: warnings being treated as errors
../../src/gcc/gcc/objcp/objcp-decl.c:63: warning: control reaches end of
non-void function
make[3]: *** [objcp/objcp-decl.o] Error 1


-- 
           Summary: Objc++ bootstrap broken on mainline
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: objc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sergei dot utinski at tochka dot ru
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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