http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50760
Bug #: 50760
Summary: [4.7 Regression] bootstrap failure
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: [email protected]
ReportedBy: [email protected]
On Linux/ia32, revision 180099 gave
../../src-trunk/gcc/input.c: In function 'void dump_line_table_statistics()':
../../src-trunk/gcc/input.c:103:33: error: format '%lu' expects argument of
type 'long unsigned int', but argument 3 has type 'size_t {aka unsigned int}'
[-Werror=format]
../../src-trunk/gcc/input.c:106:56: error: format '%lu' expects argument of
type 'long unsigned int', but argument 3 has type 'size_t {aka unsigned int}'
[-Werror=format]
cc1plus: all warnings being treated as errors
make[6]: *** [input.o] Error 1