[Bug c++/60894] New: Use of redundant struct keyword in virtual function prototype combined with using statement causes compilation error

2014-04-19 Thread loose at astron dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60894 Bug ID: 60894 Summary: Use of redundant struct keyword in virtual function prototype combined with using statement causes compilation error Product: gcc Version: 4

[Bug tree-optimization/60895] New: error: address taken, but ADDRESSABLE bit not set

2014-04-19 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60895 Bug ID: 60895 Summary: error: address taken, but ADDRESSABLE bit not set Product: gcc Version: 4.10.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug tree-optimization/60896] New: [4.10 Regression] ICE: in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1449

2014-04-19 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60896 Bug ID: 60896 Summary: [4.10 Regression] ICE: in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1449 Product: gcc Version: 4.10.0 Status: UNCONFIRM

[Bug gcov-profile/60897] New: Mangled function name in warning during -fprofile-use phase of Firefox build

2014-04-19 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60897 Bug ID: 60897 Summary: Mangled function name in warning during -fprofile-use phase of Firefox build Product: gcc Version: unknown Status: UNCONFIRMED Severity: n

[Bug gcov-profile/60897] Mangled function name in warning during -fprofile-use phase of Firefox build

2014-04-19 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60897 Markus Trippelsdorf changed: What|Removed |Added Target Milestone|--- |4.9.1

[Bug fortran/60898] New: model compile error with gfortran 4.7 and gcc 4.9 on Mac OS 10.9

2014-04-19 Thread shaojuncycle at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60898 Bug ID: 60898 Summary: model compile error with gfortran 4.7 and gcc 4.9 on Mac OS 10.9 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/60899] New: undef reference generated with -fdevirtualize-speculatively

2014-04-19 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60899 Bug ID: 60899 Summary: undef reference generated with -fdevirtualize-speculatively Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Pr

[Bug tree-optimization/60899] undef reference generated with -fdevirtualize-speculatively

2014-04-19 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60899 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org Assign

[Bug tree-optimization/60899] undef reference generated with -fdevirtualize-speculatively

2014-04-19 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60899 --- Comment #2 from Jan Hubicka --- David, it seems a_m.C should be different form a.C. From chain of events you describe I think we need to figure out why the last folding happens. Does the function pass can_refer_decl_in_current_unit_p and if

[Bug tree-optimization/60899] undef reference generated with -fdevirtualize-speculatively

2014-04-19 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60899 --- Comment #3 from davidxl --- (In reply to Jan Hubicka from comment #2) > David, > it seems a_m.C should be different form a.C. From chain of events you > describe I think > we need to figure out why the last folding happens. Does the function