--- 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
--- 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