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 ada/19539] missing operand: B * -A


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


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