Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-12-15 Thread Tomas Kalibera
> *From:* Tomas Kalibera > *Sent:* Tuesday, 7 July 2020 15:43 > *To:* Pierre Lafaye de Micheaux > *Cc:* r-package-devel@r-project.org > *Subject:* Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match &g

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-12-14 Thread Pierre Lafaye de Micheaux
regards, Pierre L. From: Tomas Kalibera Sent: Tuesday, 7 July 2020 15:43 To: Pierre Lafaye de Micheaux Cc: r-package-devel@r-project.org Subject: Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch] My

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-07 Thread Ivan Krylov
On Tue, 7 Jul 2020 03:00:23 + Pierre Lafaye de Micheaux wrote: >Should I just write something like (adding the middle instruction >below to my existing code above)?: > >#ifdef FC_LEN_T >typedef long long int FC_LEN_T; No, I don't think that would help. What _might_ help is adapting the inca

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-06 Thread William Dunlap
and the last version of R-devel, just broke.) > > > > My problem is that the CRAN team won't accept to publish my package until > > this WARNING problem is solved. And because I am unable to observe the > > warning on my side (I could not with the desktop that just brok

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-06 Thread Tomas Kalibera
__ > From: William Dunlap > Sent: Tuesday, 7 July 2020 11:46 > To: Pierre Lafaye de Micheaux > Cc: Ivan Krylov ; r-package-devel@r-project.org > > Subject: Re: [R-pkg-devel] warning: type of �zhpevx_� does not match original > declaration [-Wlto-

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-06 Thread Pierre Lafaye de Micheaux
020 11:46 To: Pierre Lafaye de Micheaux Cc: Ivan Krylov ; r-package-devel@r-project.org Subject: Re: [R-pkg-devel] warning: type of �zhpevx_� does not match original declaration [-Wlto-type-mismatch] With gcc 8.3.0, gfortran 8.3.0, and ld 2.33.1 from the mingw64 part of rtools40 on Windows, if I misd

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-06 Thread William Dunlap
warning. > > Thank you in advance for any other advice. > > Best regards, > Pierre > > From: Ivan Krylov > Sent: Tuesday, 7 July 2020 06:11 > To: Pierre Lafaye de Micheaux > Cc: r-package-devel@r-project.org > Subject: Re: [R-

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-06 Thread Pierre Lafaye de Micheaux
m: Ivan Krylov > Sent: Tuesday, 7 July 2020 06:11 > To: Pierre Lafaye de Micheaux > Cc: r-package-devel@r-project.org > Subject: Re: [R-pkg-devel] warning: type of �zhpevx_� does not match original > declaration [-Wlto-type-mismatch] > > On Fri, 3 Jul 2020 00:15:27 + &

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-06 Thread Pierre Lafaye de Micheaux
Thank you in advance for any other advice. Best regards, Pierre From: Ivan Krylov Sent: Tuesday, 7 July 2020 06:11 To: Pierre Lafaye de Micheaux Cc: r-package-devel@r-project.org Subject: Re: [R-pkg-devel] warning: type of �zhpevx_� does not match original d

Re: [R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-06 Thread Ivan Krylov
On Fri, 3 Jul 2020 00:15:27 + Pierre Lafaye de Micheaux wrote: >Found the following significant warnings: >myzhpevx.cpp:13:23: warning: type of _zhpevx__ does not match > original declaration [-Wlto-type-mismatch] I managed to reproduce the warning on R-devel r78607 built with --enable-l

[R-pkg-devel] warning: type of ‘zhpevx_’ does not match original declaration [-Wlto-type-mismatch]

2020-07-04 Thread Pierre Lafaye de Micheaux
Dear all, The problem: I struggle to solve a WARNING that is shown on the CRAN system but not on my side when I use "R-devel check --as-cran IndependenceTests". This seems to be related to the declaration of a LAPACK Fortran subroutine (zhpevx) that I call from C. I could not find any hint on