This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I missed this one in resubmittiing the patch a few minutes ago - ignore the resubmission, I'll fix this.elemental function specific__char_1_i16 (parm) integer (kind=16) , intent (in) :: parm character (kind=1,len=1) :: specific__char_1_i16 specific__char_1_i16 = char (parm, kind=1) end function
gfortran -c -Wall test.f90 # no error without -Wall
test.F90:0: internal compiler error: Segmentation fault
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |