[Bug fortran/45318] Do more parenthesis simplification with -fno-protect-parens

2013-07-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45318 Tobias Burnus changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/45318] Do more parenthesis simplification with -fno-protect-parens

2013-07-20 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45318 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #5

[Bug fortran/45318] Do more parenthesis simplification with -fno-protect-parens

2013-06-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45318 --- Comment #4 from Dominique d'Humieres --- > Given Richard's comments and no testcase, I'm in doubt if this PR > is meaningful?! Any new opinion about this PR? or should we close it as WONTFIX. NOTE: I'ld like very much that the -no-protect-p

[Bug fortran/45318] Do more parenthesis simplification with -fno-protect-parens

2010-12-28 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45318 Daniel Franke changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/45318] Do more parenthesis simplification with -fno-protect-parens

2010-08-18 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2010-08-18 17:44 --- (In reply to comment #1) > (In reply to comment #0) > > In some cases, one might need to check for the unsave_math_optimization flag > > before changing, e.g., "2+(a-2)" to "a" - or rather "(a)". > > The whole point

[Bug fortran/45318] Do more parenthesis simplification with -fno-protect-parens

2010-08-18 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-08-18 14:23 --- (In reply to comment #0) > In some cases, one might need to check for the unsave_math_optimization flag > before changing, e.g., "2+(a-2)" to "a" - or rather "(a)". The whole point of PAREN_EXPR in the middle-end is