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/46365] New: [4.6 Regression] Failed to bootstrap


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

           Summary: [4.6 Regression] Failed to bootstrap
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/ia32, revision 166427 gave

../../src-trunk/gcc/config/i386/i386.c: In function
'ix86_expand_split_stack_prologue':
../../src-trunk/gcc/config/i386/i386.c:11174:4: error: comparison between
signed and unsigned integer expressions [-Werror=sign-compare]
../../src-trunk/gcc/config/i386/i386.c:11175:4: error: comparison between
signed and unsigned integer expressions [-Werror=sign-compare]
../../src-trunk/gcc/config/i386/i386.c:11205:4: error: left shift count >=
width of type [-Werror]
cc1: all warnings being treated as errors

make[6]: *** [i386.o] Error 1

Revision 166420 is OK.


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