public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Announce: gcc bogus warning repository
@ 2006-10-01 13:44 Jeff Garzik
  2006-10-01 13:56 ` Al Viro
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Jeff Garzik @ 2006-10-01 13:44 UTC (permalink / raw)
  To: Linux Kernel; +Cc: Andrew Morton


The level of warnings in a kernel build has lately increased to the 
point where it is hiding bugs and otherwise making life difficult.

In particular, recent gcc versions throw warnings when it thinks a 
variable "MAY be used uninitialized", which is not terribly helpful due 
to the fact that most of these warnings are bogus.

For those that may find this valuable, I have started a git repo that 
silences these bogus warnings, after careful auditing of code paths to 
ensure that the warning truly is bogus.

The results may be found in the "gccbug" branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6.git

This repository will NEVER EVER be pushed upstream.  It exists solely 
for those who want to decrease their build noise, thereby exposing true 
bugs.

The audit has already uncovered several minor bugs, lending credence to 
my theory that too many warnings hides bugs.



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2006-10-04 16:22 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-01 13:44 Announce: gcc bogus warning repository Jeff Garzik
2006-10-01 13:56 ` Al Viro
2006-10-01 15:40 ` Daniel Walker
2006-10-01 18:12   ` Andrew Morton
2006-10-01 18:16     ` Jeff Garzik
2006-10-01 18:26       ` Daniel Walker
2006-10-01 18:45         ` Jeff Garzik
2006-10-01 18:58           ` Daniel Walker
2006-10-01 19:00             ` Al Viro
2006-10-01 19:03               ` Daniel Walker
2006-10-01 19:07                 ` Al Viro
2006-10-01 19:13                   ` Daniel Walker
2006-10-01 19:20                     ` Al Viro
2006-10-01 19:25                       ` Daniel Walker
2006-10-01 19:33                         ` Al Viro
2006-10-01 21:45                           ` Andrew Morton
2006-10-01 20:24     ` Roland Dreier
2006-10-02 11:39   ` linux-os (Dick Johnson)
2006-10-01 17:07 ` Randy Dunlap
2006-10-01 17:20   ` Jeff Garzik
2006-10-01 17:27     ` Alistair John Strachan
2006-10-01 17:45       ` Adrian Bunk
2006-10-01 18:16     ` Randy Dunlap
2006-10-04 16:19     ` Jörn Engel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox