From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10006 invoked by alias); 21 Jan 2005 15:41:29 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 9587 invoked by uid 48); 21 Jan 2005 15:41:12 -0000 Date: Fri, 21 Jan 2005 15:41:00 -0000 Message-ID: <20050121154112.9586.qmail@sourceware.org> From: "pcarlini at suse dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050118051448.19495.bje@gcc.gnu.org> References: <20050118051448.19495.bje@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/19495] basic_string::_M_rep() can produce an unnaturally aligned pointer to _Rep X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg03045.txt.bz2 List-Id: ------- Additional Comments From pcarlini at suse dot de 2005-01-21 15:41 ------- Thanks Nathan, I will implement what you are suggesting. The last issue, actually is filed as libstdc++/8670 and in the audit trail we agreed to fix it using a suited __attribute__(aligned), which however, doesn't work correctly at the moment (we have already a few open PRs about this). Indeed, I'd rather prefer fixing the two problems separately. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19495