https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109511
--- Comment #5 from Sébastien Villemot ---
Thanks for your work on this issue!
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: sebastien at debian dot org
Target Milestone: ---
gfortran compiles the following source without error:
subroutine foo(bar)
implicit none (external)
call
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: sebastien at debian dot org
Target Milestone: ---
The following program fails to compile:
program exponent
print *, set_exponent(1., -1)
end program exponent
With the
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: sebastien at debian dot org
Created attachment 30969
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30969&action=edit
Preprocessed source to replic