[Bug c/27153] function result is dereferenced error

2006-04-17 Thread alexey at cs dot sunysb dot edu
--- Comment #7 from alexey at cs dot sunysb dot edu 2006-04-18 00:06 --- (In reply to comment #6) > In C, there is no ordering left to right, please go read the C FAQ at: > http://www.eskimo.com/~scs/c-faq.com/expr/index.html > subpage: > http://www.eskimo.com/~scs/c-

[Bug c/27153] function result is dereferenced error

2006-04-13 Thread alexey at cs dot sunysb dot edu
--- Comment #5 from alexey at cs dot sunysb dot edu 2006-04-14 03:06 --- > > > It is undefined on which function call is done in what order > > It does not matter in this example. > Why do you think that? Because the result is "x x x" for all orders instead

[Bug c/27153] function result is dereferenced error

2006-04-13 Thread alexey at cs dot sunysb dot edu
--- Comment #2 from alexey at cs dot sunysb dot edu 2006-04-14 02:46 --- > It is undefined on which function call is done in what order It does not matter in this example. > and also were the > dereferencing is done, before or after the next function call. It does not matt

[Bug c/27153] New: function result is dereferenced error

2006-04-13 Thread alexey at cs dot sunysb dot edu
rity: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: alexey at cs dot sunysb dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27153