Re: [Committed] Fix lto.c compiling

2014-06-29 Thread Andi Kleen
Andrew Pinski pins...@gmail.com writes: I committed this as obvious. The changelog says it all. I think the problem is that LTO bootstraps frequently error out with -Werror. That incentives LTO users to bootstrap with --disable-werror. [e.g. currently the graphite libraries don't build this

[Committed] Fix lto.c compiling

2014-06-28 Thread Andrew Pinski
I committed this as obvious. The changelog says it all. Thanks, Andrew 2014-06-28 Andrew Pinski apin...@cavium.com * lto.c (lto_read_decls): Fix comment in comment. Index: lto.c === --- lto.c (revision 212118) +++ lto.c