[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-22 Thread jjcogliati-r1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 Joshua Cogliati changed: What|Removed |Added Attachment #30870|0 |1 is obsolete|

[Bug target/54236] [SH] Improve addc and subc insn utilization

2013-09-22 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54236 --- Comment #3 from Oleg Endo --- Some more addc candidates I ran into: int test00 (int a, int b, int c, int d) { return (d & 1) + a + b; } -O2 -m4: mov r7,r0 and #1,r0 add r4,r0 rts add

[Bug driver/58505] New: jv-convert fails to compile with gcj-4.8.2

2013-09-22 Thread danglin at gcc dot gnu.org
--with-local-prefix=/home/dave/opt/gnu --enable-threads=posix --enable-__cxa_atexit --build=hppa-linux-gnu --enable-clocale=gnu --enable-java-gc=boehm --enable-languages=c,c++,objc,fortran,obj-c++,java,ada,lto Thread model: posix gcc version 4.8.2 20130922 (prerelease) [gcc-4_8-branch revision 202

[Bug c++/58504] [4.6/4.7/4.8/4.9 regression] ICE with type trait as default template parameter

2013-09-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58504 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/58500] [C++1y] Crash with auto in function parameter

2013-09-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58500 Jonathan Wakely changed: What|Removed |Added Summary|Crash with auto in function |[C++1y] Crash with auto in

[Bug c++/51219] [4.6/4.7/4.8/4.9 regression] ICE with empty bit-fields

2013-09-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51219 Volker Reichelt changed: What|Removed |Added Summary|ICE with designated |[4.6/4.7/4.8/4.9 |ini

[Bug c++/58504] New: ICE with type trait as default template parameter

2013-09-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58504 Bug ID: 58504 Summary: ICE with type trait as default template parameter Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/58503] New: ICE with invalid range in range-based for-loop

2013-09-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58503 Bug ID: 58503 Summary: ICE with invalid range in range-based for-loop Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug lto/58502] ICE with attribute(target) and -flto

2013-09-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58502 --- Comment #1 from Volker Reichelt --- Well, the above code snippet only fails on trunk (GCC 4.9.0), but the testcase below fails since GCC 4.8.0: int foo(); int foo() __attribute__((target("d

[Bug lto/58502] New: ICE with attribute(target) and -flto

2013-09-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58502 Bug ID: 58502 Summary: ICE with attribute(target) and -flto Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug c++/58501] [4.7/4.8/4.9 regression] [c++0x] Crash with brace-enclosed initializer as default parameter

2013-09-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58501 Volker Reichelt changed: What|Removed |Added Known to work|4.6.4 | --- Comment #1 from Volker Reichelt -

[Bug c++/58501] New: [4.7/4.8/4.9 regression] [c++0x] Crash with brace-enclosed initializer as default parameter

2013-09-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58501 Bug ID: 58501 Summary: [4.7/4.8/4.9 regression] [c++0x] Crash with brace-enclosed initializer as default parameter Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug c++/58500] New: Crash with auto as function parameter

2013-09-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58500 Bug ID: 58500 Summary: Crash with auto as function parameter Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/58499] New: Option -fleading-underscore not works

2013-09-22 Thread borucki.andrzej at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58499 Bug ID: 58499 Summary: Option -fleading-underscore not works Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c/58488] -Wuninitialized is useless for a variable whose address is later taken

2013-09-22 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58488 --- Comment #2 from Manuel López-Ibáñez --- Note that this has nothing to do with the fact that the uninitialized var is a pointer: void test(char); int main(void) { char oops; test(oops); char *other = &oops; return !other; }

[Bug c/58488] -Wuninitialized is useless for a variable whose address is later taken

2013-09-22 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58488 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org

[Bug other/55930] libatomic build failure if configured with --disable-dependency-tracking

2013-09-22 Thread rpurdie at rpsys dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55930 Richard Purdie changed: What|Removed |Added CC||rpurdie at rpsys dot net --- Comment #2

[Bug fortran/58498] Bogus "Invalid kind for INTEGER"

2013-09-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58498 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/58498] Bogus "Invalid kind for INTEGER"

2013-09-22 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58498 --- Comment #2 from janus at gcc dot gnu.org --- With this patch ... Index: gcc/fortran/check.c === --- gcc/fortran/check.c (revision 202812) +++ gcc/fortran/check.c (working copy) @@

[Bug fortran/58498] Bogus "Invalid kind for INTEGER"

2013-09-22 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58498 --- Comment #1 from janus at gcc dot gnu.org --- As reported by Richard Maine in the c.l.f. thread, NAG compiles the code and produces the following output: iKINDS = 1 2 3 4 iRANGES = 2 4 9 18 When commenting out the lines with 'iRANGES', g

[Bug fortran/58498] New: Bogus "Invalid kind for INTEGER"

2013-09-22 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58498 Bug ID: 58498 Summary: Bogus "Invalid kind for INTEGER" Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug tree-optimization/58497] New: SLP vectorizes identical operations

2013-09-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58497 Bug ID: 58497 Summary: SLP vectorizes identical operations Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimizat