Opened 9 years ago
Closed 9 years ago
#760 closed defect (fixed)
trunk doesn't compile with recent gfortran 6.0.0
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P0 | Milestone: | v2.2.8 |
Component: | core | Version: | 2.2.7 |
Severity: | blocker | Keywords: | |
Cc: |
Description
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I../basics -I../utilities -I../testing -I../system -I../combinatorics -fcheck=all -c -o lexers.lo lexers.f90 libtool: compile: gfortran -I../basics -I../utilities -I../testing -I../system -I../combinatorics -fcheck=all -c lexers.f90 -fno-common -o .libs/lexers.o lexers.f90:452:14: character(tt%len1) :: ch1 1 Error: Scalar INTEGER expression expected at (1) lexers.f90:453:14: character(tt%len2) :: ch2 1 Error: Scalar INTEGER expression expected at (1) lexers.f90:455:7: ch1 = tt%charset1 1 Error: Symbol 'ch1' at (1) has no IMPLICIT type lexers.f90:457:10: ch2 = tt%charset2 1 Error: Symbol 'ch2' at (1) has no IMPLICIT type make[3]: *** [lexers.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This has been fixed in gcc's r229293, thanks to Steve Kargl.
Note: See
TracTickets for help on using
tickets.
Steve Kargl made me file a new bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68108