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 optimization/9325] wrong conversion of constants: (int)(float)(int) (INT_MAX)


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9325


mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sayle at gcc dot gnu dot
                   |                            |org, zack at codesourcery
                   |                            |dot com


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-10-13 04:19 -------
Roger --

Your patch for PR 9325 contains a new testcase which fails on ia64-hp-hpux11.22.

In particular, in 20031003-1.c, f3 and f4 return -214783648, rather than
214783647.  It's easy to see this by looking at the .s file from a cross compiler.

Would you please diagnose this problem?

Thanks,

-- Mark


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