From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7350 invoked by alias); 7 Jul 2005 21:12:54 -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 7319 invoked by uid 48); 7 Jul 2005 21:12:49 -0000 Date: Thu, 07 Jul 2005 21:12:00 -0000 Message-ID: <20050707211249.7316.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050707205557.22356.pinskia@gcc.gnu.org> References: <20050707205557.22356.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/22356] mis-match types in cplxlower X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg00816.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 21:12 ------- I found where the problem was. in expand_complex_libcall when in_ssa_p we create REALPART_EXPR/IMAGPART_EXPR with the wrong type. I am testing the fix. -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot |dot org |org Status|UNCONFIRMED |ASSIGNED Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2005-07-07 21:12:48 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22356