[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2025-04-25 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 Jakub Jelinek changed: What|Removed |Added Target Milestone|15.0|15.2 --- Comment #14 from Jakub Jelinek

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-12-09 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 --- Comment #13 from Tobias Burnus --- I think the example was something like: #include void bogus_fn(); void f() { if (!acc_on_device (acc_device_host)) bogus_fn(); } And I do recall that the re

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-12-06 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 --- Comment #12 from Thomas Schwinge --- (In reply to Tobias Burnus from comment #11) > > Not the whole commit, but only one small hunk of it was reverted > > Which is enough to prevent the folding when the compiler has not been > configured for

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-12-06 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 --- Comment #11 from Tobias Burnus --- > Not the whole commit, but only one small hunk of it was reverted Which is enough to prevent the folding when the compiler has not been configured for offloading. If I recall correctly: before your commit,

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-12-06 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 --- Comment #10 from Thomas Schwinge --- (In reply to Tobias Burnus from comment #9) > Reopen as the patch has been reverted Not the whole commit, but only one small hunk of it was reverted -- where it's unclear why that was assumed to be necess

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-12-06 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 Tobias Burnus changed: What|Removed |Added Status|RESOLVED|NEW Resolution|FIXED

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-12-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 --- Comment #8 from GCC Commits --- The trunk branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:ab5bd6ac68c6d9f870fcaf0de4a73f3dec920db9 commit r15-5960-gab5bd6ac68c6d9f870fcaf0de4a73f3dec920db9 Author: Thomas Schwinge Date:

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-10-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 --- Comment #7 from GCC Commits --- The trunk branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:fa90febea9801d4255bf6a1e9f0fd998629c3c7c commit r15-4348-gfa90febea9801d4255bf6a1e9f0fd998629c3c7c Author: Thomas Schwinge Date:

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-10-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-10-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 --- Comment #6 from GCC Commits --- The trunk branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:9f549d216c9716e787aaa38593bc9f83195b60ae commit r15-4315-g9f549d216c9716e787aaa38593bc9f83195b60ae Author: Thomas Schwinge Date:

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-10-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 --- Comment #5 from GCC Commits --- The trunk branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:c3774b2e2d7d00ad9f9f6fce10aa6bc872bd951f commit r15-4314-gc3774b2e2d7d00ad9f9f6fce10aa6bc872bd951f Author: Thomas Schwinge Date:

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-10-14 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 Thomas Schwinge changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |burnus at gcc dot gnu.org

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2024-10-14 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 Thomas Schwinge changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2017-11-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/82250] Fortran OpenACC acc_on_device early folding

2017-10-02 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82250 Tom de Vries changed: What|Removed |Added CC||vries at gcc dot gnu.org --- Comment #1 f