This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32158] uninitialized_fill compile failure if no default assignment operator
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 May 2007 08:58:57 -0000
- Subject: [Bug c++/32158] uninitialized_fill compile failure if no default assignment operator
- References: <bug-32158-11211@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from paolo at gcc dot gnu dot org 2007-05-31 08:58 -------
Subject: Bug 32158
Author: paolo
Date: Thu May 31 08:58:47 2007
New Revision: 125217
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125217
Log:
gcc/cp
2007-05-31 Paolo Carlini <pcarlini@suse.de>
PR c++/32158
* semantics.c (finish_trait_expr): Complete the types.
gcc/testsuite
2007-05-31 Paolo Carlini <pcarlini@suse.de>
PR c++/32158
* g++.dg/ext/is_pod_incomplete.C: New.
Added:
trunk/gcc/testsuite/g++.dg/ext/is_pod_incomplete.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/semantics.c
trunk/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32158