This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/17627] M68060 fails with libstdc++-v3/config/cpu/m68k/atomicity.h
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Nov 2004 22:25:14 -0000
- Subject: [Bug libstdc++/17627] M68060 fails with libstdc++-v3/config/cpu/m68k/atomicity.h
- References: <20040923035910.17627.cjohns@cybertec.com.au>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From schwab at suse dot de 2004-11-03 22:25 -------
On the m68k the biggest alignment has traditionally only been 2 bytes
(inherited from the Sun compiler, AFAIK), and it's only overridden on NetBSD
(and previously on some configurations that are removed now) or when using
-malign-int. So unless you change that (which of course changes the ABI)
you'll continue to get unaligned long words somewhere.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17627