From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6354 invoked by alias); 12 Dec 2005 05:53:20 -0000 Received: (qmail 6344 invoked by uid 48); 12 Dec 2005 05:53:19 -0000 Date: Mon, 12 Dec 2005 05:53:00 -0000 Subject: [Bug objc/25360] New: Complex types are not encoded X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" 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 X-SW-Source: 2005-12/txt/msg01130.txt.bz2 List-Id: The following testsuite fails because of this FAIL: objc.dg-struct-layout-encoding-1/t024_main.m execution test unknown type ]} struct { _Complex float a;} size is 8, but is calulated as 0 struct { _Complex float a;} align is 4, but is calulated as 1 struct { _Complex unsigned int a;} size is 8, but is calulated as 0 struct { _Complex unsigned int a;} align is 4, but is calulated as 1 FAIL: objc.dg-struct-layout-encoding-1/t024_main.m execution test -- Summary: Complex types are not encoded Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: objc AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25360