[Bug middle-end/106548] [OpenMP] ICE in #pragma openmp parallel for simd linear with long long variables

2022-08-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106548 --- Comment #5 from CVS Commits --- The releases/gcc-12 branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:2413eed009878c347c65950c649c0da59e759238 commit r12-8703-g2413eed009878c347c65950c649c0da59e759238 Author: Tobias Burnus

[Bug middle-end/106548] [OpenMP] ICE in #pragma openmp parallel for simd linear with long long variables

2022-08-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106548 --- Comment #4 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:d9c9424d2c4f7b25acfc00db0076a65882c8a99f commit r13-2091-gd9c9424d2c4f7b25acfc00db0076a65882c8a99f Author: Tobias Burnus Date:

[Bug middle-end/106548] [OpenMP] ICE in #pragma openmp parallel for simd linear with long long variables

2022-08-16 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106548 --- Comment #3 from Tobias Burnus --- Submitted patch: https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599832.html

[Bug middle-end/106548] [OpenMP] ICE in #pragma openmp parallel for simd linear with long long variables

2022-08-16 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106548 --- Comment #2 from Tobias Burnus --- The problem is the following code in omp-low.c: do_firstprivate: lower_private_allocate (var, new_var, allocator, allocate_ptr, ilist, ctx,

[Bug middle-end/106548] [OpenMP] ICE in #pragma openmp parallel for simd linear with long long variables

2022-08-16 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106548 --- Comment #1 from Tobias Burnus --- The ICE is for: expand_expr_real_1's 10721 gcc_assert (SCOPE_FILE_SCOPE_P (context) 10722 || context == current_function_decl 10723 ||