Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-24 | re PR tree-optimization/29964 (function with volatile operators still found ↵ | Andrew Pinski | 1 | -0/+16 | |
to be pure) 2006-11-24 Andrew Pinski <andrew_pinski@playstation.sony.com> PR tree-opt/29964 * ipa-pure-const.c (check_tree): If the original tree is volatile return early and say the function is not pure nor const. Remove the volatile check for writes. (analyze_function): Print out the result of the local analysis pass. 2006-11-24 Andrew Pinski <andrew_pinski@playstation.sony.com> PR tree-opt/29964 * gcc.dg/pure-1.c: New test. From-SVN: r119162 |