diff options
author | Mark Eggleston <mark.eggleston@codethink.com> | 2019-10-30 08:37:29 +0000 |
---|---|---|
committer | Mark Eggleston <markeggleston@gcc.gnu.org> | 2019-10-30 08:37:29 +0000 |
commit | 91c4891af8f7edd32689a9917db5ae81f4ab0c72 (patch) | |
tree | 65d34a3a9baa938337730e952c40e39c5b0b704c /gcc/tree-ssa-loop-ivopts.c | |
parent | 87f94429feeb72587549fdafd3106f1d799607ff (diff) | |
download | gcc-91c4891af8f7edd32689a9917db5ae81f4ab0c72.zip gcc-91c4891af8f7edd32689a9917db5ae81f4ab0c72.tar.gz gcc-91c4891af8f7edd32689a9917db5ae81f4ab0c72.tar.bz2 |
Suppress warning with -Wno-overwrite-recursive.
The use of -fno-automatic with -frecursive results in a warning implying
that recursion will not work. If all relevant local variable have the
automatic attribute explicitly declared recursion does work and the warning
is redundant.
From-SVN: r277602
Diffstat (limited to 'gcc/tree-ssa-loop-ivopts.c')
0 files changed, 0 insertions, 0 deletions