This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34387] FAIL: gfortran.dg/optional_dim_2.f90: FE vs library argument missmatch
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2008 09:34:06 -0000
- Subject: [Bug fortran/34387] FAIL: gfortran.dg/optional_dim_2.f90: FE vs library argument missmatch
- References: <bug-34387-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from burnus at gcc dot gnu dot org 2008-01-04 09:34 -------
(In reply to comment #10)
I like the patch, which creates (on x86-64/-m32|-m64) the dump:
_gfortran_cshift0_8 (&parm.0, &parm.2, &C.877, dimmy);
Can we do something about bound? It works but the conditional
expression is not needed:
_gfortran_eoshift0_8 (&parm.7, &parm.9, &C.889, bound != 0B ? bound : 0B,
dimmy);
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34387