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] PR43591 - Fix ICE with type-bound procedures and procedure-pointer components in specification expressions


Tobias Burnus wrote:
Hello.

the patch fixes two ICEs with TPB/PPC - and a pureness check. The test
case covers at least gfc_traverse_expr and the pureness check; I am not
sure whether it also covers the gfc_is_constant_expr part as no reduced
test case exists. (It was found in the large 6000+ program after the
first patch and the fix was obvious.)

Build and regtested on x86-64-linux.
OK for the trunk and the 4.5 branch?

Ok. Note that


+ || !comp-> attr.pure))

seems to have a space too much after the ->

Thanks for the patch!
Daniel

--
Done:  Arc-Bar-Cav-Ran-Rog-Sam-Tou-Val-Wiz
To go: Hea-Kni-Mon-Pri


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