This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/44681] usage of macro in loop boundary leads to crash



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]