[Bug fortran/115271] [OpenMP] Declare variant not stored in Fortran module file

2025-03-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115271 --- Comment #8 from GCC Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:2d5c1e5149809f978ea2c07517de13fdbb925de6 commit r15-8085-g2d5c1e5149809f978ea2c07517de13fdbb925de6 Author: Tobias Burnus Date: M

[Bug fortran/115271] [OpenMP] Declare variant not stored in Fortran module file

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

[Bug fortran/115271] [OpenMP] Declare variant not stored in Fortran module file

2025-03-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115271 --- Comment #6 from GCC Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:6f3bca0db8645c2556e5a01669af4384bb230d87 commit r15-8067-g6f3bca0db8645c2556e5a01669af4384bb230d87 Author: Tobias Burnus Date: S

[Bug fortran/115271] [OpenMP] Declare variant not stored in Fortran module file

2025-02-17 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115271 --- Comment #5 from Tobias Burnus --- Note the commit of comment 4 only fixes the INTERFACE issue of comment 2. The actual saving into/reading from .mod files has still to be implemented (comment 0, comment 1).

[Bug fortran/115271] [OpenMP] Declare variant not stored in Fortran module file

2025-02-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115271 --- Comment #4 from GCC Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:8268c8256dd430174e89142be9ee77b036d6310d commit r15-7595-g8268c8256dd430174e89142be9ee77b036d6310d Author: Tobias Burnus Date: M

[Bug fortran/115271] [OpenMP] Declare variant not stored in Fortran module file

2025-01-24 Thread sandra at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115271 --- Comment #3 from sandra at gcc dot gnu.org --- Is this related to PR115076, the issue about attaching "declare variant" info to the declaration that is in local scope instead of globally?

[Bug fortran/115271] [OpenMP] Declare variant not stored in Fortran module file

2025-01-07 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115271 --- Comment #2 from Tobias Burnus --- The same issue occurs in the same file when an INTERFACE is involved: module m interface integer function f () end integer function g () !$omp declare variant(f) match(construct={dispatch}) end

[Bug fortran/115271] [OpenMP] Declare variant not stored in Fortran module file

2025-01-03 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115271 --- Comment #1 from Tobias Burnus --- Testcase (already in the tree): libgomp/testsuite/libgomp.fortran/declare-variant-2.f90 libgomp/testsuite/libgomp.fortran/declare-variant-2-aux.f90 ... +! Test XFAILed due to https://gcc.gnu.org/PR115271