This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Anyone seen this one?


Hi all,

Ran into this while testing some other stuff. This is cute! Compiles fine with the -std=f95 removed.

$ gfc -std=f95 read_comma.f
/tmp/ccyPZzSq.o(.text+0x1a8): In function `MAIN__':
read_comma.f: undefined reference to `abort_'
/tmp/ccyPZzSq.o(.text+0x1b5):read_comma.f: undefined reference to `abort_'
/tmp/ccyPZzSq.o(.text+0x1c2):read_comma.f: undefined reference to `abort_'
/tmp/ccyPZzSq.o(.text+0x35c):read_comma.f: undefined reference to `abort_'
/tmp/ccyPZzSq.o(.text+0x377):read_comma.f: undefined reference to `abort_'
/tmp/ccyPZzSq.o(.text+0x392):read_comma.f: more undefined references to `abort_' follow
collect2: ld returned 1 exit status



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]