]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/45612 (Reference to undefined label building libada on Solari...
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 9 Oct 2010 12:15:31 +0000 (12:15 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 9 Oct 2010 12:15:31 +0000 (12:15 +0000)
commit1802378d26bfd8dcc519ed441549af48f6c756a6
tree54b0e306a9a4059e91a6c893c69b1893ec2efc72
parent64978ba3f2ba45b89732cc3f70c7efbded95da2a
re PR tree-optimization/45612 (Reference to undefined label building libada on Solaris 2/SPARC)

PR tree-optimization/45612
* ipa-split.c (test_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.
Test LABEL_DECLs as well.  Fix formatting issues.
(verify_non_ssa_vars): Return false for a GIMPLE_LABEL statement
whose label is present in NON_SSA_VARS.
(mark_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.  Handle LABEL_DECLs
as well.  Fix formatting issues.
(visit_bb): Fix typos and formatting issue.

From-SVN: r165221
gcc/ChangeLog
gcc/ipa-split.c