------- Comment #6 from redi at gcc dot gnu dot org 2010-06-30 14:15 ------- (In reply to comment #5) > Which is the standard C operator precedence?
You can find that for yourself on the web e.g. http://en.wikipedia.org/wiki/Operator_precedence_in_C GCC uses the standard precedence. > It should not depend on the dialect. I don't know what you mean. Delphi is based on Pascal, isn't it? Pascal and C are different languages. > Is there a pragma for it? Not in GCC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44681