This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31148] optional argument of elemental function
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Mar 2007 17:49:17 -0000
- Subject: [Bug fortran/31148] optional argument of elemental function
- References: <bug-31148-9647@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-03-18 17:49 -------
Summary of what other compilers do:
- gfortran-compiled code runs OK without -fbounds-check, issue runtime error
with -fbounds-check
- intel-compiled code runs OK, but segfaults with -check all
- sun-compiled code segfaults whether you use -C or not
- g95 runs OK with and without checking
I think it's a gfortran -fbounds-check bug, and it seems to be a duplicate of
PR 31119. <FX looks to be sure. He realizes it's the exact same code. Stupid
me, should have looked earlier.>
*** This bug has been marked as a duplicate of 31119 ***
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31148