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]

Re: Mixed mode arithmetic - GCC 3.3.3-3 bug?


> Gives this result with GCC 3.3.3-3 on RH9 (and also with GCC gcc-3.2.2-5):
>
> Integer Subtraction
> DDN = -25536
> DDN = 30000
> Real Subtraction
> DDN = -25536
> DDN = -32768
>
> Whereas on Solaris9 with Forte 2 Update 6 compiler I get this (which is
> what I would expect):
>
> Integer Subtraction
> DDN = -25536
> DDN = 30000
> Real Subtraction
> DDN = -25536
> DDN = 30000
>
> Is this a bug in GCC or I am not understanding its behaviour properly ?

Yep, this is a bug in the compiler.  Please file a formal bug report with 
Bugzilla at http://gcc.gnu.org/bugzilla/ .

Thanks in advance.

-- 
Eric Botcazou


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