[Bug objc++/37335] New: Boostrap failed on obj-c++ "too many arguments to function 'build_array_ref'"

3dw4rd at verizon dot net gcc-bugzilla@gcc.gnu.org
Tue Sep 2 16:02:00 GMT 2008


A bootstrap of the trunk failed at stage 2 with the following:

gcc/gcc/../include -I../../gcc/gcc/../libcpp/include -I/usr/local/include
-I/usr/local/include -I../../gcc/gcc/../libdecnumber
-I../../gcc/gcc/../libdecnumber/bid -I../libdecnumber
../../gcc/gcc/objc/objc-act.c -o objcp/objcp-act.o
../../gcc/gcc/objc/objc-act.c: In function ‘build_typed_selector_reference’:
../../gcc/gcc/objc/objc-act.c:2634: error: too many arguments to function
‘build_array_ref’
../../gcc/gcc/objc/objc-act.c: In function ‘build_selector_reference’:
../../gcc/gcc/objc/objc-act.c:2653: error: too many arguments to function
‘build_array_ref’
../../gcc/gcc/objc/objc-act.c:2667: error: too many arguments to function
‘build_array_ref’
../../gcc/gcc/objc/objc-act.c: In function ‘objc_substitute_decl’:
../../gcc/gcc/objc/objc-act.c:3053: error: too many arguments to function
‘build_array_ref’
make[3]: *** [objcp/objcp-act.o] Error 1
make[3]: Leaving directory `/home/ed/obj/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/home/ed/obj'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/ed/obj'
make: *** [bootstrap] Error 2


Revision 139866 introduced a new argument in objc_substitute_decl in objc-act.c


-- 
           Summary: Boostrap failed on obj-c++ "too many arguments to
                    function 'build_array_ref'"
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: objc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: 3dw4rd at verizon dot net
 GCC build triplet: x86_64-redhat-linux
  GCC host triplet: x86_64-redhat-linux
GCC target triplet: x86_64-redhat-linux


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



More information about the Gcc-bugs mailing list