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 c++/23799] [4.1 regression] ICE: no-op convert from 8 to 4 bytes in initializer


------- Additional Comments From dj at redhat dot com  2005-09-23 17:22 -------
Subject: Re:  [4.1 regression] ICE: no-op convert from 8 to 4 bytes in initializer


I recall that the opposite case is problematic; initializing a large
int from a smaller one, because gcc always zero pads at the end.
Perhaps a lt/gt comparison would be more appropriate?


-- 


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


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