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++/20184] assignment error in inline function


------- Additional Comments From falk at debian dot org  2005-02-24 10:57 -------
(In reply to comment #2)
> The cast is, perhaps, illegal.

No, the cast is fine. The access is bad.

> But after the cast there is an assignment from
> uint32 to uin64. And that assignment does not work.

Since this has undefined behaviour, it cannot possibly "not work".


-- 


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


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