c++/8543: bus error with 2 word alignments
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Thu Jan 23 15:12:00 GMT 2003
Synopsis: bus error with 2 word alignments
State-Changed-From-To: analyzed->closed
State-Changed-By: nathan
State-Changed-When: Thu Jan 23 15:05:50 2003
State-Changed-Why:
not a bug. Like Wolfgang says, it is ill formed. something like
typedef unsigned long alias;
alias *ptr = funny pointer
unsigned long long v = (unsigned long long)ptr[0] << 32 | ptr[1];
might do what you want.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8543
More information about the Gcc-bugs
mailing list