https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110626

--- Comment #19 from Paul Thomas <pault at gcc dot gnu.org> ---
(In reply to Christopher Albert from comment #18)

First with your patch plus my patchlet, then your patch alone.

pault@fedora:~/prs/pdt$ ~/gfc/bin/gfortran -fdump-tree-original
~/prs/junk.f90;./a.out
 non-allocatable
 finalize          42
 finalize          -1
 assign           0           7
 x           7 y           8
 allocatable
 finalize          42
 finalize           7
 assign           0           7
 x           7 y           8
pault@fedora:~/prs/pdt$ ~/gfc/bin/gfortran -fdump-tree-original
~/prs/junk.f90;./a.out
 non-allocatable
 finalize          42
 finalize          -1
 assign           0           7
 x           7 y           8
 allocatable
 finalize          42
 x           7 y           7

As you are aware, Christopher, until the gcc steering committee has done its
thing, we cannot use LLM generated patches.

I am going to write to Jason Merrill to see if, as an interim, we can use the
fix but not use testcases generated by Claude. I will argue that, if we do
that, the chance that there will be copyright breaches is negligible.

Cheers

Paul

Reply via email to