From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5647 invoked by alias); 23 May 2008 03:03:23 -0000 Received: (qmail 5531 invoked by uid 48); 23 May 2008 03:02:32 -0000 Date: Fri, 23 May 2008 03:03:00 -0000 Message-ID: <20080523030232.5530.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/36305] real and imaginary part of complex exponential In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kargl 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-05/txt/msg01751.txt.bz2 ------- Comment #1 from kargl at gcc dot gnu dot org 2008-05-23 03:02 ------- Upgrade your compiler. 4.1.2 is extremely old, and the 4.1.x branch is no longer maintained. With 4.2.3, the first four values are 0.99950656E+00 0.31410759E-01 0.99950656E+00 0.31410759E-01 0.99802673E+00 0.62790520E-01 0.99802673E+00 0.62790520E-01 0.99556196E+00 0.94108313E-01 0.99556196E+00 0.94108313E-01 0.99211470E+00 0.12533323E+00 0.99211470E+00 0.12533323E+00 With 4.4.0, the first four values are 0.99950656E+00 0.31410759E-01 0.99950656E+00 0.31410759E-01 0.99802673E+00 0.62790520E-01 0.99802673E+00 0.62790520E-01 0.99556196E+00 0.94108313E-01 0.99556196E+00 0.94108313E-01 0.99211470E+00 0.12533323E+00 0.99211470E+00 0.12533323E+00 This PR should be closed with a WONTFIX. -- kargl at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Known to work| |4.2.3 4.4.0 Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36305