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/15627] New: Sun CC cannot bootstrap GCC


I get with Sun CC 5.0, 5.3 and 5.5:

cc -erroff -DHAVE_CONFIG_H -I. -I/home/eric/cvs/gcc/libbanshee/engine -I..   
-I/home/eric/cvs/gcc/libbanshee/engine/../libcompat
-I/home/eric/cvs/gcc/libbanshee/../include
-I/home/eric/cvs/gcc/libbanshee/engine/../include -I. -Ddeletes= -Dtraditional=
-Dsameregion= -Dparentptr=  -g  -c `test -f
'/home/eric/cvs/gcc/libbanshee/engine/util.c' || echo
'/home/eric/cvs/gcc/libbanshee/engine/'`/home/eric/cvs/gcc/libbanshee/engine/util.c
"/home/eric/cvs/gcc/libbanshee/engine/util.c", line 199: identifier redefined: min
        current : function(int, int) returning int
        previous: function(int, int) returning int :
"/home/eric/cvs/gcc/libbanshee/engine/util.h", line 104
"/home/eric/cvs/gcc/libbanshee/engine/util.c", line 200: identifier redefined: max
        current : function(int, int) returning int
        previous: function(int, int) returning int :
"/home/eric/cvs/gcc/libbanshee/engine/util.h", line 105
cc: acomp failed for /home/eric/cvs/gcc/libbanshee/engine/util.c
gmake[3]: *** [util.o] Error 2

-- 
           Summary: Sun CC cannot bootstrap GCC
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ebotcazou at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: *-*-solaris2.*
  GCC host triplet: *-*-solaris2.*
GCC target triplet: *-*-solaris2.*


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


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