This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/45351] many unaligned accesses in libgomp tests
- From: "ro at CeBiTec dot Uni-Bielefeld.DE" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 22 Jul 2011 17:05:33 +0000
- Subject: [Bug libgomp/45351] many unaligned accesses in libgomp tests
- Auto-submitted: auto-generated
- References: <bug-45351-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45351
--- Comment #12 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-07-22 17:04:33 UTC ---
To make completely sure that this isn't a gcc problem of some sort, I've
derived a testcase from libgomp. If built with cc -c99 or gcc, it shows
the same unaligned access, so this is really just a silly librt bug,
nothing else.
Rainer