Segmentation fault on exit from a custom constructor of an inherited type that has no new data members

2024-02-03 Thread John Haiducek
I've discovered an apparent bug in gfortran 13.2.1, which to me looks like it could be a duplicate of an existing bug. I'm wondering if I should add a comment to the existing bug with my MWE code, file a new bug and reference the existing one as possibly related, or not file a bug since it's probab

Re: GPU offloading question

2024-02-03 Thread Richard Biener
> Am 03.02.2024 um 01:22 schrieb Steve Kargl > : > > All, > > Suppose one is working in a funding-constrained environment > such as an academician with limited grant funding. If one > wanted to dabble in GPU offloading with gcc/gfortran, what > recommendations would one have for minimum req

Re: [patch, libgfortran] PR111022 ES0.0E0 format gave ES0.dE0 output with d too high.

2024-02-03 Thread Harald Anlauf
Jerry, Steve, Am 03.02.24 um 04:24 schrieb Steve Kargl: Jerry, The patch looks good to me, but please give Harald a chance to comment. I just tested it a little, and it looked good. We even get a runtime error on E0.0 now as required. :-) Thanks for the patch! Harald

Re: Segmentation fault on exit from a custom constructor of an inherited type that has no new data members

2024-02-03 Thread Steve Kargl
If you have a gcc bugzilla account, add a comment to the exist bug with your example. The execution paths through gfortran for CLASS and "derive type" have significant overlap, so likely a patch the CLASS issue may also fix your issue. Note, if you comment out the generic interface for "child", t

Re: GPU offloading question

2024-02-03 Thread Steve Kargl
On Sat, Feb 03, 2024 at 02:37:05PM +0100, Richard Biener wrote: > > > Am 03.02.2024 um 01:22 schrieb Steve Kargl > > : > > > > All, > > > > Suppose one is working in a funding-constrained environment > > such as an academician with limited grant funding. If one > > wanted to dabble in GPU offl

Re: GPU offloading question

2024-02-03 Thread Benson Muite
On 03/02/2024 19.13, Steve Kargl wrote: > On Sat, Feb 03, 2024 at 02:37:05PM +0100, Richard Biener wrote: >> >>> Am 03.02.2024 um 01:22 schrieb Steve Kargl >>> : >>> >>> All, >>> >>> Suppose one is working in a funding-constrained environment >>> such as an academician with limited grant funding.

Re: GPU offloading question

2024-02-03 Thread Steve Kargl
On Sat, Feb 03, 2024 at 09:15:21PM +0300, Benson Muite wrote: > >>> I wrote: > >>> Suppose one is working in a funding-constrained environment > >>> such as an academician with limited grant funding. If one > >>> wanted to dabble in GPU offloading with gcc/gfortran, what > >>> recommendations wo

Re: GPU offloading question

2024-02-03 Thread Richard Biener
> Am 03.02.2024 um 19:15 schrieb Benson Muite : > > On 03/02/2024 19.13, Steve Kargl wrote: >>> On Sat, Feb 03, 2024 at 02:37:05PM +0100, Richard Biener wrote: >>> Am 03.02.2024 um 01:22 schrieb Steve Kargl : All, Suppose one is working in a funding-constraine