[Bug fortran/50406] ld undefined reference to __MOD_str

2017-03-20 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50406

--- Comment #5 from Vittorio Zecca  ---
With 7.0.1 20170318 compiles links and executes correctly.

[Bug fortran/50406] ld undefined reference to __MOD_str

2016-08-16 Thread LpSolit at netscape dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50406

Vittorio Zecca  changed:

   What|Removed |Added

Version|4.8.0   |7.0

--- Comment #4 from Vittorio Zecca  ---
Still there in gfortran 7.0 trunk 239276

[Bug fortran/50406] ld undefined reference to __MOD_str

2015-11-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50406

Dominique d'Humieres  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Dominique d'Humieres  ---
Duplicate of pr44265.

*** This bug has been marked as a duplicate of bug 44265 ***

[Bug fortran/50406] ld undefined reference to __MOD_str

2015-09-02 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50406

--- Comment #2 from Vittorio Zecca  ---
! gfortran produces weird ld message undefined reference to `___MOD_str'
  module m
  contains
   function fun(i)
character(2),  PARAMETER:: str(1) = (/'SD'/)  
character(len_trim(str(i))) :: fun 
fun = str(i)
   end function
  end
  use m
  print *,fun(1) ! should display "SD"
  end

gfortran gfbug48.f
/tmp/ccpTCSOy.o: In function `MAIN__':
gfbug48.f:(.text+0x132): undefined reference to `___MOD_str'
collect2: error: ld returned 1 exit status


[Bug fortran/50406] ld undefined reference to __MOD_str

2013-04-16 Thread zeccav at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50406



Vittorio Zecca zeccav at gmail dot com changed:



   What|Removed |Added



Version|4.7.0   |4.8.0



--- Comment #1 from Vittorio Zecca zeccav at gmail dot com 2013-04-16 
08:48:14 UTC ---

I still have the same bug on gfortran 4.8.0.


[Bug fortran/50406] ld undefined reference to __MOD_str

2011-09-15 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50406

Joost VandeVondele Joost.VandeVondele at pci dot uzh.ch changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2011-09-15
 Ever Confirmed|0   |1