2018-10-31 Martin Liska <mliska@suse.cz>
* c-c++-common/ubsan/pr63839.c: Update to new sanitizer message.
* c-c++-common/ubsan/unreachable-1.c (main): Likewise.
* c-c++-common/ubsan/unreachable-2.c: Likewise.
* c-c++-common/ubsan/unreachable-4.c (main): Likewise.
From-SVN: r265670
+2018-10-31 Martin Liska <mliska@suse.cz>
+
+ * c-c++-common/ubsan/pr63839.c: Update to new sanitizer message.
+ * c-c++-common/ubsan/unreachable-1.c (main): Likewise.
+ * c-c++-common/ubsan/unreachable-2.c: Likewise.
+ * c-c++-common/ubsan/unreachable-4.c (main): Likewise.
+
2018-10-31 Thomas Preud'homme <thomas.preudhomme@linaro.org>
PR target/87374
foo ();
}
-/* { dg-output "execution reached a __builtin_unreachable\\(\\) call" } */
+/* { dg-output "execution reached an unreachable program point" } */
{
__builtin_unreachable ();
}
- /* { dg-output "execution reached a __builtin_unreachable\\(\\) call" } */
+/* { dg-output "execution reached an unreachable program point" } */
return e ? 0 : (__builtin_unreachable (), 1);
}
-/* { dg-output "execution reached a __builtin_unreachable\\(\\) call" } */
+/* { dg-output "execution reached an unreachable program point" } */
{
__builtin_unreachable ();
}
- /* { dg-output "execution reached a __builtin_unreachable\\(\\) call" } */
+/* { dg-output "execution reached an unreachable program point" } */