public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "burnus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/106981] [OpenACC][OpenMP] ICE in decompose, at wide-int.h:984 with '#pragma omp/acc atomic capture'
Date: Tue, 20 Sep 2022 16:46:33 +0000	[thread overview]
Message-ID: <bug-106981-4-M48iiJakEt@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-106981-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106981

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org
            Summary|[OpenACC] ICE in decompose, |[OpenACC][OpenMP] ICE in
                   |at wide-int.h:984 with      |decompose, at
                   |'#pragma acc atomic         |wide-int.h:984 with
                   |capture'                    |'#pragma omp/acc atomic
                   |                            |capture'
           Keywords|                            |openmp

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
It actually fails in the same way with "-fopenmp" and 'acc' replaced by 'omp':

long long n = 100;
void test1(int x, double *a, double *b, double *c, double *totals)
{
#pragma omp atomic capture
      c[x] = totals[x%((int)(n/10 + 1))] = (a[x] + b[x]) + totals[x%((int) n/10
+ 1)];
}


I also missed to include the invoking part of the of stacktrace:

...
0x9848a2 c_tree_equal(tree_node*, tree_node*)
        ../../repos/gcc/gcc/c/c-typeck.cc:16197
0x9b3fd9 c_parser_binary_expression
        ../../repos/gcc/gcc/c/c-parser.cc:8085
0x9b40de c_parser_conditional_expression
        ../../repos/gcc/gcc/c/c-parser.cc:7653
0x9b49f6 c_parser_expr_no_commas
        ../../repos/gcc/gcc/c/c-parser.cc:7567
0x9c4189 c_parser_omp_atomic
        ../../repos/gcc/gcc/c/c-parser.cc:18992
0x9d7bcf c_parser_omp_construct
        ../../repos/gcc/gcc/c/c-parser.cc:23309
0x9acb3c c_parser_pragma
        ../../repos/gcc/gcc/c/c-parser.cc:12700
0x9cddff c_parser_compound_statement_nostart
        ../../repos/gcc/gcc/c/c-parser.cc:5800

  reply	other threads:[~2022-09-20 16:46 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-20 16:40 [Bug c/106981] New: [OpenMP] ICE in decompose, at wide-int.h:984 with '#pragma acc " burnus at gcc dot gnu.org
2022-09-20 16:46 ` burnus at gcc dot gnu.org [this message]
2022-09-21  7:49 ` [Bug c/106981] [10/11/12/13 Regression][OpenACC][OpenMP] ICE in decompose, at wide-int.h:984 with '#pragma omp/acc " rguenth at gcc dot gnu.org
2022-09-21 13:20 ` burnus at gcc dot gnu.org
2022-09-21 13:36 ` jakub at gcc dot gnu.org
2022-09-21 14:10 ` burnus at gcc dot gnu.org
2022-09-23  8:59 ` jakub at gcc dot gnu.org
2022-09-23  9:08 ` burnus at gcc dot gnu.org
2022-09-23  9:15 ` jakub at gcc dot gnu.org
2022-09-23  9:44 ` jakub at gcc dot gnu.org
2022-09-24  7:31 ` cvs-commit at gcc dot gnu.org
2022-10-18  8:43 ` [Bug c/106981] [10/11/12 " rguenth at gcc dot gnu.org
2022-11-03  0:23 ` cvs-commit at gcc dot gnu.org
2022-11-04  8:31 ` cvs-commit at gcc dot gnu.org
2022-11-04 11:01 ` [Bug c/106981] [10 " jakub at gcc dot gnu.org
2023-05-03 15:19 ` cvs-commit at gcc dot gnu.org
2023-05-04  7:19 ` jakub at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-106981-4-M48iiJakEt@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).