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]

Re: middle-end/9725: Invalid dependency determination


>>>>> "Jan" == Jan Beulich <JBeulich at novell dot com> writes:

    Jan> Which doesn't work (and possibly doesn't have to as outlined in the
    Jan> other mail, depending on how you interpret the wording of the standard)
    Jan> when used as

    Jan>   (&u.s)->f1 = x;
    Jan>   (&u.s)->f2 = y;

Then it's a bug. Try the same with shorts instead of bitfields.

~velco


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