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/58409] wrong reordering of volatile writes


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Does:
  g_3[0][0][0].f1 = (**g_4).f1;

Fix the issue if so it is a dup of bug 47409 really.


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