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 target/81333] Bad alignment of global variables on Alpha


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81333

--- Comment #2 from mikulas at artax dot karlin.mff.cuni.cz ---
Created attachment 41691
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41691&action=edit
another testcase

Another testcase - note that even if we have two static variables in two
separate functions, the variables end up being located in the same 8-byte area
and when they are accessed concurrently, data corruption happens.

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