[Bug fortran/99651] Cannot change attributes of USE-associated intrinsic

2021-05-03 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99651 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/99651] Cannot change attributes of USE-associated intrinsic

2021-03-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99651 --- Comment #6 from CVS Commits --- The releases/gcc-10 branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:f340327d9b3d9f815b45683b739f2321545157cf commit r10-9552-gf340327d9b3d9f815b45683b739f2321545157cf Author: Tobias Burnus D

[Bug fortran/99651] Cannot change attributes of USE-associated intrinsic

2021-03-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99651 --- Comment #5 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:9d45e848d02e71c11420ec49630281e9a29c89b8 commit r11-7843-g9d45e848d02e71c11420ec49630281e9a29c89b8 Author: Tobias Burnus Date: Fr

[Bug fortran/99651] Cannot change attributes of USE-associated intrinsic

2021-03-19 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99651 --- Comment #4 from Tobias Burnus --- Patch: https://gcc.gnu.org/pipermail/gcc-patches/2021-March/566956.html

[Bug fortran/99651] Cannot change attributes of USE-associated intrinsic

2021-03-18 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99651 --- Comment #3 from Tobias Burnus --- The obvious idea to do: if (sym->attr.flavor == FL_UNKNOWN || sym->attr.flavor == FL_PROCEDURE) in gfc_intrinsic_func_interface works, but has the side effect that for print *, allocated(f) ('f' is a

[Bug fortran/99651] Cannot change attributes of USE-associated intrinsic

2021-03-18 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99651 Tobias Burnus changed: What|Removed |Added Last reconfirmed||2021-03-18 Status|UNCONFIRME

[Bug fortran/99651] Cannot change attributes of USE-associated intrinsic

2021-03-18 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99651 Tobias Burnus changed: What|Removed |Added Keywords||rejects-valid CC|