c++: Remove dg-ice in constexpr-52830.C [PR52830]
authorMarek Polacek <polacek@redhat.com>
Tue, 15 Dec 2020 22:54:45 +0000 (17:54 -0500)
committerMarek Polacek <polacek@redhat.com>
Tue, 15 Dec 2020 23:18:23 +0000 (18:18 -0500)
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.

gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C

index 2c9d2f9b329eafb5c2f8f0ca51a2f3d903c6a05c..04f039fac4313c54a0a0e8027d16faa5aa2a2fb0 100644 (file)
@@ -1,6 +1,5 @@
 // PR c++/52830
 // { dg-do compile { target c++11 } }
-// { dg-ice "comptypes" }
 
 template<bool b> struct eif { typedef void type; };
 template<>       struct eif<false> {};