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/13779] powerpc64: incorrect initialization of 'long long' with constant


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-21 14:46 -------
I forgot to mention in this bug since PR 13784 was fixed by this, it also can cause an ICE 
on valid code:
long long
sreal_to_int (void)
{
    return (long long) 1 << (8*5);
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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