[Bug c++/17743] New: __alignof__ vs. typedefs

bkoz at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Sep 30 04:26:00 GMT 2004


Typedefs are stripping __alignof__ information. This is prohibiting work on
TR1's aligned_storage. Which libstdc++ would like to use, both within the
library and to implement a fixed-size, zero-allocation allocator for STL and
string containers.

Details here:
http://gcc.gnu.org/ml/libstdc++/2004-09/msg00255.html

-benjamin

-- 
           Summary: __alignof__ vs. typedefs
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bkoz at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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



More information about the Gcc-bugs mailing list