[Bug driver/54964] -MMD is silently ignored with -x assembler (or inferred language from .s extension)

2012-10-18 Thread ami at fischman dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54964 Ami Fischman changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug driver/54964] -MMD is silently ignored with -x assembler (or inferred language from .s extension)

2012-10-17 Thread ami at fischman dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54964 --- Comment #2 from Ami Fischman 2012-10-18 00:14:30 UTC --- It would still be nice to not act differently for .s files than for .{S,cc,cpp,c} files...

[Bug driver/54964] New: -MMD is silently ignored with -x assembler (or inferred language from .s extension)

2012-10-17 Thread ami at fischman dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54964 Bug #: 54964 Summary: -MMD is silently ignored with -x assembler (or inferred language from .s extension) Classification: Unclassified Product: gcc Version: 4.6.3 St

[Bug c++/20681] [4.3/4.4/4.5/4.6 Regression] wrong "control reaches" warning with switches

2011-02-23 Thread ami at fischman dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20681 --- Comment #29 from Ami Fischman 2011-02-23 23:35:45 UTC --- Further reduced test case from dup bug 47864: $ nl t.cc ; g++ -finstrument-functions -Wreturn-type -Werror -c t.cc 1 int foo(int type) { 2switch(type) { 3 case

[Bug c++/47864] New: incorrect control reaches end of non-void function (switch+break+default)

2011-02-23 Thread ami at fischman dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47864 Summary: incorrect control reaches end of non-void function (switch+break+default) Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3