AW: [Patch, fortran] PRs 89843 and 90022 - C Fortran Interop fixes.

2019-04-15 Thread Bader, Reinhold
: Sonntag, 14. April 2019 20:16 > An: Thomas Koenig > Cc: Gilles Gouaillardet ; Bader, Reinhold > ; fort...@gcc.gnu.org; gcc-patches patc...@gcc.gnu.org> > Betreff: Re: [Patch, fortran] PRs 89843 and 90022 - C Fortran Interop fixes. > > Hi Thomas, > > Thanks a lot.

AW: AW: [Patch, fortran] PRs 89843 and 90022 - C Fortran Interop fixes.

2019-04-12 Thread Bader, Reinhold
Dear Gilles, > -Ursprüngliche Nachricht- > Von: Gilles Gouaillardet > Gesendet: Freitag, 12. April 2019 02:25 > An: Bader, Reinhold ; Paul Richard Thomas > ; fort...@gcc.gnu.org; gcc-patches patc...@gcc.gnu.org> > Betreff: Re: AW: [Patch, fortran] PRs 89843

AW: [Patch, fortran] PRs 89843 and 90022 - C Fortran Interop fixes.

2019-04-10 Thread Bader, Reinhold
Hi Gilles, > > I also found an other potential issue with copy-in. > > If in Fortran, we > > call foo(buf(0,0)) > > then the C subroutine can only access buf(0,0), and other elements such > as buf(1025,1025) cannot be accessed. > > Such elements are valid in buf, but out of bounds in the copy

Further bugs in extended C interop

2019-03-27 Thread Bader, Reinhold
Dear Paul, Here are further bug reports, mostly on the various functions for manipulating descriptors: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89841 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89842 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89843

AW: Bugs in extended C interop

2019-02-18 Thread Bader, Reinhold
these in the queue for now. Regards > -Ursprüngliche Nachricht- > Von: Bader, Reinhold > Gesendet: Freitag, 15. Februar 2019 16:24 > An: 'Paul Richard Thomas' > Cc: fort...@gcc.gnu.org; gcc-patches > Betreff: Bugs in extended C interop > > Dear Paul, > > I'

Bugs in extended C interop

2019-02-15 Thread Bader, Reinhold
Dear Paul, I've started putting together my observations on the current status of the F2018 C interop extensions in gfortran 9.0. See the PRs 89363, 89364, 89365, 89366: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89363 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89364

AW: [Bug fortran/52846] [F2008] Support submodules - part 3/3

2015-08-11 Thread Bader, Reinhold
given for F08/128, by Daniel Chen from IBM. And indeed this seems to have caused some grief to other implementors. Cheers Reinhold -Ursprüngliche Nachricht- Von: Paul Richard Thomas [mailto:paul.richard.tho...@gmail.com] Gesendet: Dienstag, 11. August 2015 12:28 An: Bader, Reinhold

AW: [Bug fortran/52846] [F2008] Support submodules - part 3/3

2015-08-10 Thread Bader, Reinhold
Hello Toon, all else, a bit unfortunate, in my opinion (I was present at the discussion). I've in the meantime taken some effort to implement what the design pattern experts might call an abstract factory with full dependency inversion as a bare-bones framework and have attached an archive

AW: [Bug fortran/52846] [F2008] Support submodules - part 2/3

2015-07-15 Thread Bader, Reinhold
to 11.2.3, para 2 of the Fortran 2008 standard. So I think the error message is spurious. Cheers Reinhold -Ursprüngliche Nachricht- Von: Paul Richard Thomas [mailto:paul.richard.tho...@gmail.com] Gesendet: Dienstag, 14. Juli 2015 13:10 An: Bader, Reinhold; fort...@gcc.gnu.org; gcc

AW: [Patch, fortran] PR52846 - [F2008] Support submodules

2015-06-25 Thread Bader, Reinhold
: Paul Richard Thomas [mailto:paul.richard.tho...@gmail.com] Gesendet: Donnerstag, 25. Juni 2015 17:16 An: fort...@gcc.gnu.org; gcc-patches Cc: Damian Rouson; Tobias Burnus; salvatore.filipp...@uniroma2.it; Bader, Reinhold Betreff: Re: [Patch, fortran] PR52846 - [F2008] Support submodules Dear