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

Re: [Patch, Fortran] PR51578 Fix symbol import with renaming and only


Hi Tobias,

Your patch passed my tests and in top of that fixes the ICE for pr51522.f90.
However I don't understand the errors:

[macbook] f90/bug% gfc -w pr51522.f90
pr51522.f90:268.10:

  integer(c_int) function vect_Utils_vuTriIneqHolds_c(u, v, tol, exception)    &
          1
Error: Parameter 'c_int' at (1) has not been declared or is a variable, which does not reduce to a constant expression
pr51522.f90:270.7:

  real(c_double) function vect_Utils_vuNorm_c(u, tol, badLevel, exception) bind
       1
Error: Parameter 'c_double' at (1) has not been declared or is a variable, which does not reduce to a constant expression

Is it related to the FIXME?

Thanks for the patch,

Dominique


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