[Bug c++/104493] OpenMP offload map cannot handle const

2022-08-17 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104493 Tobias Burnus changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/104493] OpenMP offload map cannot handle const

2022-08-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104493 --- Comment #6 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:92a5de3df2dc958d6b3d18a0466189ad31f5ae79 commit r13-2089-g92a5de3df2dc958d6b3d18a0466189ad31f5ae79 Author: Tobias Burnus Date:

[Bug c++/104493] OpenMP offload map cannot handle const

2022-08-05 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104493 Tobias Burnus changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/104493] OpenMP offload map cannot handle const

2022-07-04 Thread xw111luoye at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104493 --- Comment #4 from Ye Luo --- When I tried master and devel/omp/gcc-12, the fix has not been applied. Just keep a note here. Probably this has been planned.

[Bug c++/104493] OpenMP offload map cannot handle const

2022-05-25 Thread xw111luoye at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104493 --- Comment #3 from Ye Luo --- Thank you for the answer with well explained development procedure of gcc. I was intended to keep this bug report active. I just adopted OpenMP offload options adjusted in gcc 12 but OG11 doesn't have them due to

[Bug c++/104493] OpenMP offload map cannot handle const

2022-05-25 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104493 --- Comment #2 from Tobias Burnus --- (In reply to Ye Luo from comment #1) > gcc 12 rejects the code but devel/omp/gcc-11 was happy. Note: the devel/omp/gcc-* branch contains both patches backported ("git cherry-picked") from the mainline

[Bug c++/104493] OpenMP offload map cannot handle const

2022-05-23 Thread xw111luoye at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104493 Ye Luo changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1 from