From: Marek Polacek Date: Tue, 15 Dec 2020 22:54:45 +0000 (-0500) Subject: c++: Remove dg-ice in constexpr-52830.C [PR52830] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42181708da1908bf7ea792d1a2bc6d12ff82148f;p=gcc.git c++: Remove dg-ice in constexpr-52830.C [PR52830] It turned out that r11-5942 fixed this old PR, and it was detected by one of the few dg-ice tests -- exactly the point of them! Now the PR won't be opened until someone notices that it'd been fixed. The patch failed to remove the dg-ice though, so now it XPASSes. Fixing this now. gcc/testsuite/ChangeLog: * g++.dg/cpp0x/constexpr-52830.C: Remove dg-ice. --- diff --git a/gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C b/gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C index 2c9d2f9b329..04f039fac43 100644 --- a/gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C +++ b/gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C @@ -1,6 +1,5 @@ // PR c++/52830 // { dg-do compile { target c++11 } } -// { dg-ice "comptypes" } template struct eif { typedef void type; }; template<> struct eif {};