From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21241 invoked by alias); 25 Apr 2005 11:59:44 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 21072 invoked by uid 48); 25 Apr 2005 11:59:36 -0000 Date: Mon, 25 Apr 2005 11:59:00 -0000 Message-ID: <20050425115936.21071.qmail@sourceware.org> From: "pcarlini at suse dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050425095627.21210.loose@astron.nl> References: <20050425095627.21210.loose@astron.nl> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/21210] Trouble with __complex__ types default construction X-Bugzilla-Reason: CC X-SW-Source: 2005-04/txt/msg03550.txt.bz2 List-Id: ------- Additional Comments From pcarlini at suse dot de 2005-04-25 11:59 ------- Actually, this has nothing to do with std::vector per se. This tiny snippet suffices to trigger the C++ front-end problem: typedef float __complex__ fcomplex; fcomplex cplx = fcomplex(); -- What |Removed |Added ---------------------------------------------------------------------------- Summary|STL containers do not accept|Trouble with __complex__ |GNU builtin __complex__ type|types default construction |anymore | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21210