This is the mail archive of the gcc-prs@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]

Re: c++/8543: bus error with 2 word alignments


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


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