1 Jan 2012 02:57
Re: a fatal runtime error with complex sqrt and v4.7.0 under windows.
Steve Kargl <sgk <at> troutmask.apl.washington.edu>
2012-01-01 01:57:00 GMT
2012-01-01 01:57:00 GMT
On Sat, Dec 31, 2011 at 07:03:42PM -0300, Jorge D'ELIA wrote: > > On Sat, Dec 31, 2011 at 06:35:29PM -0300, Jorge D'ELIA wrote: > > > > D:\TMP>make > > gfortran-beta -std=f2008 -Wall -Wno-maybe-uninitialized > > -O3 -fargument-alias -fopenmp -fno-second-underscore > > -fomit-frame-pointer -fbounds-check -funroll-loops > > -ftree-vectorize -foptimize-sibling-calls -mmmx > > -march=native -o test2.exe *.o > > > > > > What happens if you use a same set of options? > > > > Steve > > > 1) The same output with a simple set of flags, e.g. with: > > gfortran-beta -std=f2008 -Wall -o test2.exe *.o > > 2) Without the use of a module and with or without the > several flags, it runs ok, e.g. see below. > > 3) Sorry I did not understand what you mean with "s/same/sane/". > I was correcting the spelling error. I meant 'sane' instead of 'same'. s/same/sane is a common unix idiom used with regular expression substitution.(Continue reading)
Cheers
Paul
On Fri, Dec 30, 2011 at 10:15 PM, Tobias Burnus <burnus <at> net-b.de> wrote:
> Paul Richard Thomas wrote:
>>
>> Should the attached, modified version of typebound_procedure_7.f03 work?
>
>
> No idea - but Crayftn compiles it - and no failure occurs when running it
> (no output either).
>
> $ ftn poly_long2.f90
>
> function i_plus_i(lhs,rhs)
> ^
> ftn-287 crayftn: WARNING I_PLUS_I, File = poly_long2.f90, Line = 52, Column
> = 12
> The result of function name "I_PLUS_I" in the function subprogram is not
> defined.
>
> function i_multiply_real(lhs,rhs)
> ^
> ftn-287 crayftn: WARNING I_MULTIPLY_REAL, File = poly_long2.f90, Line = 65,
> Column = 12
RSS Feed