public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/112795] New: [C++>=14] ICE pragma GCC unroll (n) cxx_eval_constant_expression
@ 2023-11-30 23:20 magnus.hegdahl at gmail dot com
  2023-11-30 23:34 ` [Bug c++/112795] " magnus.hegdahl at gmail dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: magnus.hegdahl at gmail dot com @ 2023-11-30 23:20 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112795
           Summary: [C++>=14] ICE pragma GCC unroll (n)
                    cxx_eval_constant_expression
           Product: gcc
           Version: 8.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: magnus.hegdahl at gmail dot com
  Target Milestone: ---

Compiling the following code with GCC >= 8.1 (when #pragma GCC unroll was
added), and -std=c++14 or higher results in an internal compiler error:
```
constexpr int n = 1;
template <class = void>
void f() {
#pragma GCC unroll(n)
    for (int i = 0; i != n; ++i) {
    }
}
```

It does not fail if f is not a template, if n is not parenthesized, or if using
-std=c++11.

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

end of thread, other threads:[~2023-12-17 13:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-30 23:20 [Bug c++/112795] New: [C++>=14] ICE pragma GCC unroll (n) cxx_eval_constant_expression magnus.hegdahl at gmail dot com
2023-11-30 23:34 ` [Bug c++/112795] " magnus.hegdahl at gmail dot com
2023-12-01 14:10 ` mpolacek at gcc dot gnu.org
2023-12-01 15:22 ` jakub at gcc dot gnu.org
2023-12-01 15:55 ` jakub at gcc dot gnu.org
2023-12-01 17:13 ` ebotcazou at gcc dot gnu.org
2023-12-04  8:01 ` cvs-commit at gcc dot gnu.org
2023-12-04  8:02 ` jakub at gcc dot gnu.org
2023-12-05 16:32 ` cvs-commit at gcc dot gnu.org
2023-12-05 21:55 ` cvs-commit at gcc dot gnu.org
2023-12-05 22:38 ` jakub at gcc dot gnu.org
2023-12-16  0:37 ` cvs-commit at gcc dot gnu.org
2023-12-17 13:55 ` cvs-commit 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).