[Bug c++/15795] No way to teach operator new anything about alignment requirements

nathan at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jun 8 16:43:00 GMT 2004


------- Additional Comments From nathan at gcc dot gnu dot org  2004-06-08 16:43 -------
if the glibc folks are unwilling to support a feature of the cpu, so be it. The
compiler can only work around that by pessimizing all allocations.

I understand glibc's reluctance to support arbitrary alignments, but alignments
imposed by the CPU are different.  Those are system requirements, and glibc is
a system library, which should support them.  BTW, there are many things in glibc
that are outside the C standard.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


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



More information about the Gcc-bugs mailing list