[Bug preprocessor/44317] New: ,##__VA_ARGS__ comma not eaten with -std=c++0x

2010-05-28 Thread eric dot estievenart at free dot fr
Product: gcc Version: 4.4.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: eric dot estievenart at free dot fr GCC build triplet: 4.4.4 (Debian

[Bug other/44210] Extended warning control: like -Wevery -show-warnings

2010-05-21 Thread eric dot estievenart at free dot fr
--- Comment #5 from eric dot estievenart at free dot fr 2010-05-21 18:00 --- 44209 The manual documents... We will accept patches fixing any missing/mistaken entries. That's not the point ! This manual section could (and should) be generated from the output of -show-warnings

[Bug driver/44209] New: Some warnings are not linked to diagnostics options

2010-05-20 Thread eric dot estievenart at free dot fr
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: eric dot estievenart at free dot fr GCC build triplet: ALL GCC host triplet: ALL GCC target triplet: ALL http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44209

[Bug driver/44210] New: Extended warning control: like -Wevery -show-warnings

2010-05-20 Thread eric dot estievenart at free dot fr
at gcc dot gnu dot org ReportedBy: eric dot estievenart at free dot fr GCC build triplet: does not apply GCC host triplet: does not apply GCC target triplet: does not apply http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44210

[Bug driver/44210] Extended warning control: like -Wevery -show-warnings

2010-05-20 Thread eric dot estievenart at free dot fr
--- Comment #2 from eric dot estievenart at free dot fr 2010-05-20 15:06 --- -W is a synonym for -Wextra, so it is pointless to use both This perfectly illustrates the problem; I have already spend hours digging into the manual, what I attempted was to have as much warnings

[Bug driver/44049] New: Empty dependencies left may cause invalid builds

2010-05-09 Thread eric dot estievenart at free dot fr
estievenart at free dot fr GCC build triplet: 4.4.4 (Debian 4.4.4-1) GCC host triplet: i686 debian GNU/Linux GCC target triplet: i486-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44049

[Bug driver/44049] Empty dependencies left may cause invalid builds

2010-05-09 Thread eric dot estievenart at free dot fr
--- Comment #1 from eric dot estievenart at free dot fr 2010-05-09 17:48 --- For those reading on, this can be worked-around by adding .DELETE_ON_ERROR: my dependencies in the makefile. I find it ugly, but it works... (but does not mean that gcc leaving corrupted files around