This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/8246] Cast increases alignment in __default_alloc_template on Sparcs
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jun 2003 01:09:08 -0000
- Subject: [Bug libstdc++/8246] Cast increases alignment in __default_alloc_template on Sparcs
- References: <20021016151600.8246.john.carter@tait.co.nz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8246
------- Additional Comments From bkoz@gcc.gnu.org 2003-06-05 01:09 -------
Can you try after this patch on mainline or gcc-3_3-branch please?
2003-05-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* include/bits/stl_alloc.h (__default_alloc_template::_S_chunk_alloc):
Cast via void* to avoid -Wcast-align warnings.
(__default_alloc_template::_S_refill): Likewise.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.