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/53866] [4.8 Regression] lto-bootstrap: c/c-parser.c:6891:16: error: origtypes may be used uninitialized in this function


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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-07-05 14:10:28 UTC ---
Also

/export/gnu/import/git/gcc/gcc/bitmap.c:576:8: error: \u2018in_ready.indx\u2019
may be used uninitialized in this function [-Werror=maybe-uninitialized]
   else if (head->indx / 2 < indx)
        ^
In file included from /export/gnu/import/git/gcc/gcc/emit-rtl.c:6649:0,
                 from /export/gnu/import/git/gcc/gcc/config/i386/i386.md:3788,
                 from :6102:
/export/gnu/import/git/gcc/gcc/haifa-sched.c:7586:15: note:
\u2018in_ready.indx\u2019 was declared here
   bitmap_head in_ready;
               ^
lto1: all warnings being treated as errors
make[5]: *** [/tmp/ccS5gs1T.ltrans9.ltrans.o] Error 1


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