public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/87772] Crash with variadic template, constexpr constructor for templated non-literal type, using declaration
       [not found] <bug-87772-4@http.gcc.gnu.org/bugzilla/>
@ 2021-12-12  6:49 ` pinskia at gcc dot gnu.org
  2022-02-01 12:58 ` marxin at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-12  6:49 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|9.0                         |8.5.0
           Keywords|                            |needs-bisection
      Known to work|                            |9.1.0

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Seems like the test in comment #0 is fixed in GCC 9.1.0. 
I get the following error message:
In file included from /usr/include/c++/8/bits/move.h:55,
                 from /usr/include/c++/8/bits/stl_pair.h:59,
                 from /usr/include/c++/8/utility:70,
                 from /usr/include/c++/8/array:38,
                 from main.cpp:1:
/usr/include/c++/8/type_traits: In substitution of 'template<bool _Cond, class
_Tp> using enable_if_t = typename std::enable_if::type [with bool _Cond =
std::integral_constant<bool, false>::value; _Tp = void]':
main.cpp:17:8:   required from 'struct
Parser<std::array<std::array<SentenceBase<void>, 1>, 1> >'
main.cpp:24:53:   required from here
/usr/include/c++/8/type_traits:2331:11: error: no type named 'type' in 'struct
std::enable_if<false, void>'

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

* [Bug debug/87772] Crash with variadic template, constexpr constructor for templated non-literal type, using declaration
       [not found] <bug-87772-4@http.gcc.gnu.org/bugzilla/>
  2021-12-12  6:49 ` [Bug debug/87772] Crash with variadic template, constexpr constructor for templated non-literal type, using declaration pinskia at gcc dot gnu.org
@ 2022-02-01 12:58 ` marxin at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-02-01 12:58 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Cannot reproduce the original ICE.

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

end of thread, other threads:[~2022-02-01 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-87772-4@http.gcc.gnu.org/bugzilla/>
2021-12-12  6:49 ` [Bug debug/87772] Crash with variadic template, constexpr constructor for templated non-literal type, using declaration pinskia at gcc dot gnu.org
2022-02-01 12:58 ` marxin 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).