------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 02:10 ------- (In reply to comment #2) > (In reply to comment #1) > > Hmm, is *- special operand in Ada or is this just a parse error in the > front-end (I don't know Ada that at > > You are actually fairly close. *- is not a special operator, but the multiply > operator has a higher precedence than the unary minus. This causes the > multiply > to bind to the minus sign (not the result of the unary minus).
Oh, thanks (I learned more about Ada than I knew before, I will remember about in the future). -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19539