From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6812 invoked by alias); 7 Sep 2009 07:12:09 -0000 Received: (qmail 6711 invoked by uid 48); 7 Sep 2009 07:11:49 -0000 Date: Mon, 07 Sep 2009 07:12:00 -0000 Subject: [Bug fortran/41293] New: FGSL: Wrong code generated X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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: 2009-09/txt/msg00713.txt.bz2 This is with the Fortran bindings to the GNU Scientific Library, http://www.lrz-muenchen.de/services/software/mathematik/gsl/fortran/ Compiling works OK, but the test suite shows a couple of failures with gfortran: Running montecarlo.exe: FAIL: fgsl_monte_monte_vegas_getparams FAIL: 1 of 21 tests failed fgsl_monte_monte_vegas_getparams: aborting Execution Running multimin.exe: FAIL: fgsl_multimin_fdfminimizer_iterate FAIL: 1 of 12 tests failed Running error test: OK: All 6 tests passed FAIL: fgsl_interp_alloc:nofail FAIL: 1 of 1 tests failed The "multimin.exe" test might be a bug in the test suite as g95, ifort and gfortran show the same error. (For g95 it is the only error, the ifort has additionally for array.exe/poly.exe a segfault.) -- Summary: FGSL: Wrong code generated Product: gcc Version: 4.5.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: burnus at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41293