[Bug libstdc++/8670] Alignment problem in std::basic_string

giovannibajo at libero dot it gcc-bugzilla@gcc.gnu.org
Sat Oct 16 11:10:00 GMT 2004


------- Additional Comments From giovannibajo at libero dot it  2004-10-16 11:10 -------
I see this report is marked as a v3 report. I do not understand exactly what 
you still need to fix in C++. I have a patch in my (long) queue which fixes 
this:

template <int>
struct S {
   enum { K = 8 };
   char foo __attribute__((aligned(K)));
};

Can I assume that this bug is about this issue, and thus assigning this to me 
(if Gaby does not mind) or is it better if I open a new report?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |giovannibajo at libero dot
                   |                            |it


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8670



More information about the Gcc-bugs mailing list