public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/112724] New: C++ "'excess_precision_expr' not supported by dump_expr<expression error>"
@ 2023-11-27  9:52 tschwinge at gcc dot gnu.org
  2023-11-27  9:53 ` [Bug c++/112724] " tschwinge at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2023-11-27  9:52 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112724
           Summary: C++ "'excess_precision_expr' not supported by
                    dump_expr<expression error>"
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: diagnostic, testsuite-fail
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tschwinge at gcc dot gnu.org
                CC: burnus at gcc dot gnu.org, jakub at gcc dot gnu.org
  Target Milestone: ---

(Only) in '-m32' testing of x86_64-pc-linux-gnu, I see (only) for C++ testing
of the test case added in commit
r14-5827-g1802f64e674eeef0c0d7e8f6ca2846145ec16315 "OpenMP: Accept argument to
depobj's destroy clause":

    +PASS: c-c++-common/gomp/depobj-3.c  -std=c++98  at line 17 (test for
warnings, line 15)
    +FAIL: c-c++-common/gomp/depobj-3.c  -std=c++98  at line 39 (test for
warnings, line 37)
    +PASS: c-c++-common/gomp/depobj-3.c  -std=c++98  at line 43 (test for
errors, line 41)
    +PASS: c-c++-common/gomp/depobj-3.c  -std=c++98  (test for warnings, line
45)
    +FAIL: c-c++-common/gomp/depobj-3.c  -std=c++98 (test for excess errors)

    [...]/c-c++-common/gomp/depobj-3.c: In function 'int main()':
    [...]/c-c++-common/gomp/depobj-3.c:37:38: warning: the 'destroy' expression
''excess_precision_expr' not supported by dump_expr<expression error>' should
be the same as the 'depobj' argument 'obj' [-Wopenmp]

This should be:

    [...]/c-c++-common/gomp/depobj-3.c:37:38: warning: the 'destroy' expression
'(a + (float)5)' should be the same as the 'depobj' argument 'obj' [-Wopenmp]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-03-26  9:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-27  9:52 [Bug c++/112724] New: C++ "'excess_precision_expr' not supported by dump_expr<expression error>" tschwinge at gcc dot gnu.org
2023-11-27  9:53 ` [Bug c++/112724] " tschwinge at gcc dot gnu.org
2023-11-27 10:01 ` rguenth at gcc dot gnu.org
2024-03-22  9:26 ` cvs-commit at gcc dot gnu.org
2024-03-26  9:04 ` cvs-commit at gcc dot gnu.org
2024-03-26  9:11 ` jakub at gcc dot gnu.org

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).