[Bug c/61815] precedence of operators is not being followed

2014-07-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61815 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug c/61815] precedence of operators is not being followed

2014-07-15 Thread saisusheelsunkara at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61815 --- Comment #3 from saisusheelsunkara at hotmail dot com --- if it is following the precedence then output must have been 216?

[Bug c/61815] precedence of operators is not being followed

2014-07-15 Thread saisusheelsunkara at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61815 --- Comment #2 from saisusheelsunkara at hotmail dot com --- its from left to right order? (In reply to Andrew Pinski from comment #1) > The precedence of operators is being followed but what the C standard does > not say which side of the * is ev

[Bug c/61815] precedence of operators is not being followed

2014-07-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61815 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---