From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17737 invoked by alias); 1 Apr 2008 00:15:53 -0000 Received: (qmail 17287 invoked by uid 48); 1 Apr 2008 00:15:09 -0000 Date: Tue, 01 Apr 2008 00:15:00 -0000 Subject: [Bug c++/35782] New: support for standard layout types X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bkoz at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-04/txt/msg00003.txt.bz2 This is an enhancement request for a C++0x feature, standard layout type. This is a relaxation of POD, and allows things like member functions. This is necessary to correctly implement 29_atomics. See: "Modification to the definition of plain old data" http://en.wikipedia.org/wiki/C%2B%2B0x or POD's Revisited http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2342.htm -- Summary: support for standard layout types Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bkoz at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35782