[Bug c++/19763] surplus -Wuninitialized warnings

2005-02-03 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-03 15:14 --- Subject: Bug 19763 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-03 15:13:45 Modified files: gcc: ChangeLog tree-ssa.c gcc/tes

[Bug c++/19763] surplus -Wuninitialized warnings

2005-02-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-02 19:00 --- -O3 enables -finline-functions (as documented) which enables inlining of functions which are not even marked as inline so we inline test into main which causes these warnings. Note on the mainline we now