[Bug c/61689] Assignment and Operator not working as intended.

2014-07-03 Thread wmichaelv at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61689 --- Comment #4 from wmichaelv at hotmail dot com --- Ah, thank you. That clears it up. And my apology for my ignorant.

[Bug c/61689] Assignment and Operator not working as intended.

2014-07-03 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61689 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug c/61689] Assignment and Operator not working as intended.

2014-07-03 Thread wmichaelv at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61689 --- Comment #2 from wmichaelv at hotmail dot com --- (In reply to Marek Polacek from comment #1) > The program has undefined behaviour; an assignment is not a sequence point. > See what -Wsequence-point says. According to the order operation, gr

[Bug c/61689] Assignment and Operator not working as intended.

2014-07-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61689 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|