https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63794
Bug ID: 63794 Summary: -mcmodel=large in gfortran on x86_64 emits references junk `@GOTOFF' after expression on darwin Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: howarth at bromo dot med.uc.edu The src_flexwrf_v3.1 package from http://flexpart.eu/downloads/src_flexwrf_v3.1.tar.gz fails to compile on x86_64 darwin with the -mcmodel=large option at the error... gfortran -c -I/sw/include -mcmodel=large -fconvert=little-endian -finit-local-zero -fno-range-check cmapf_mod.f90 /var/tmp//ccy9jxUR.s:32:junk `@GOTOFF' after expression /var/tmp//ccy9jxUR.s:35:junk `@GOTOFF' after expression /var/tmp//ccy9jxUR.s:40:junk `@GOTOFF' after expression ... in the Xcode 6.1 as assembler.