This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/8670: Alignment problem in std::basic_string
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: paolo at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org, jkanze at caicheuvreux dot com, gcc-gnats at gcc dot gnu dot org
- Date: 18 Feb 2003 13:21:00 +0100
- Subject: Re: libstdc++/8670: Alignment problem in std::basic_string
- Organization: Integrable Solutions
- References: <20030218111702.24942.qmail@sources.redhat.com>
paolo@gcc.gnu.org writes:
| Synopsis: Alignment problem in std::basic_string
|
| Responsible-Changed-From-To: unassigned->gdr
| Responsible-Changed-By: paolo
| Responsible-Changed-When: Tue Feb 18 11:17:01 2003
| Responsible-Changed-Why:
| Knows well the issue.
| State-Changed-From-To: open->analyzed
| State-Changed-By: paolo
| State-Changed-When: Tue Feb 18 11:17:01 2003
| State-Changed-Why:
| Hi Gaby. What's the status on this one? Shall we go with
| the 'quick and dirty' solution proposed by Martin? I seem
| to recall, however, that you had in mind something cleaner,
| using __attribute__((__aligned__(__alignof__ ...
Thanks for the reminder. I'll resurect the corresponding patch I had
in mind. Sorry, I was caught in front-end specific issues and it is
no joy at all :-]
-- Gaby