PATCH: Add --size-check=[error|warning]
Ingo Molnar
mingo@elte.hu
Mon Mar 14 12:57:00 GMT 2011
More information about the Binutils mailing list
Mon Mar 14 12:57:00 GMT 2011
- Previous message (by thread): PATCH: Add --size-check=[error|warning]
- Next message (by thread): PATCH: Add --size-check=[error|warning]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
* Sedat Dilek <sedat.dilek@googlemail.com> wrote: > Nice to see there is an offer for a fix from binutils-side. Agreed. > That's why I am on linux-next to squash bugs, not to ignore "warnings" We x86 arch maintainers definitely do not ignore warnings from the assembler. Assembler warnings were pretty good historically and seldom produce false positives. > BTW "warnings", did someone tried gcc-4.6? I used a snapshot from mid February > (from Debian/experimental): My linux-next build-log and the amount of warnings > doubled or even more (unfortunately, I have thrown away that logs and binaries). > Are all of these warnings ignoreable? Which of them are really severe? Most of those are -Wunused-but-set-variable warnings, right? I'm definitely not ignoring the ones that affect the code i maintain - so they are very much useful. But if GCC broke the build unnecessarily, just to over-eagerly warn about something that worked fine before, that would be extremely counter-productive! In such a situation the Linux kernel project would likely be fed up enough to build its own sane compiler/assembler/linker combo and would aim to become entirely independent in terms of its build environment. Thanks, Ingo
- Previous message (by thread): PATCH: Add --size-check=[error|warning]
- Next message (by thread): PATCH: Add --size-check=[error|warning]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list