This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: middle-end/9725: Invalid dependency determination
- From: Momchil Velikov <velco at fadata dot bg>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 20 Feb 2003 09:06:01 -0000
- Subject: Re: middle-end/9725: Invalid dependency determination
- Reply-to: Momchil Velikov <velco at fadata dot bg>
The following reply was made to PR middle-end/9725; it has been noted by GNATS.
From: Momchil Velikov <velco at fadata dot bg>
To: "Jan Beulich" <JBeulich at novell dot com>
Cc: <gcc-bugs at gcc dot gnu dot org>, <gcc-gnats at gcc dot gnu dot org>
Subject: Re: middle-end/9725: Invalid dependency determination
Date: 20 Feb 2003 10:57:02 +0200
>>>>> "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