[Bug fortran/82055] segfault compiling F2003 functionality: 4.9.3, 5.3.0 and 6.3.0

kargl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Sep 20 00:55:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82055

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #3 from kargl at gcc dot gnu.org ---
(In reply to Will Sawyer from comment #2)
> Created attachment 42096 [details]
> src and build directories with code to isolate bug

This is not helpful, because you assume that we know
what the files in build/ mean.  With the simplest of
changes in build/Makefile.conf.gfortran-cscs of
ftn->gfcx, I get 

% gmake 
gfcx -cpp -ffree-line-length-none -g -fbounds-check -fimplicit-none
-ffpe-trap=zero -O -march=native -ffast-math -std=f2003 -pedantic -g
-fbounds-check -Wall -fcheck=all -Wextra -fbacktrace -finit-real=nan
-save-temps '-DP(EX)=print *,"-->EX:",EX'  -c
../src/host-model-interface/mo_rrtmgp_kind.F90
gfortran: error: *,"-->EX:",EX: No such file or directory
gmake: *** [Makefile.rules:8: mo_rrtmgp_kind.o] Error 1


More information about the Gcc-bugs mailing list