diff options
author | Luis Machado <luis.machado@linaro.org> | 2017-12-04 17:04:18 +0000 |
---|---|---|
committer | Luis Machado <luisgpm@gcc.gnu.org> | 2017-12-04 17:04:18 +0000 |
commit | 75622c9e2f81c00feb50a347b8ad6063b2a5134f (patch) | |
tree | 6043d6b87a9bf1d329ce893f0e16d1f474a35002 /gcc/ada/terminals.c | |
parent | d49e06ce40a76c3f6e96bf2eccb59db19d4d2b1d (diff) | |
download | gcc-75622c9e2f81c00feb50a347b8ad6063b2a5134f.zip gcc-75622c9e2f81c00feb50a347b8ad6063b2a5134f.tar.gz gcc-75622c9e2f81c00feb50a347b8ad6063b2a5134f.tar.bz2 |
Fix missing newlines from local-pure-const pass dump
I noticed the debugging output from local-pure-const pass is missing a
newline in a couple places, leading to this:
local analysis of main
scanning: i ={v} 0;
Volatile stmt is not const/pure
Volatile operand is not const/pure scanning: j ={v} 20;
Volatile stmt is not const/pure
Volatile operand is not const/pure scanning: vol.0_10 ={v} i;
Volatile stmt is not const/pure
It should've been:
local analysis of main
scanning: i ={v} 0;
Volatile stmt is not const/pure
Volatile operand is not const/pure
scanning: j ={v} 20;
Volatile stmt is not const/pure
Volatile operand is not const/pure
scanning: vol.0_10 ={v} i;
Volatile stmt is not const/pure
gcc/ChangeLog:
2017-12-04 Luis Machado <luis.machado@linaro.org>
* ipa-pure-const.c (check_decl): Add missing newline.
(state_from_flags): Likewise.
From-SVN: r255388
Diffstat (limited to 'gcc/ada/terminals.c')
0 files changed, 0 insertions, 0 deletions