aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/plugin/crash-test-ice-stderr.c
blob: 0064d3bc4479590f6b88edd03e925220fd4a4d85 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-additional-options "-fno-report-bug" } */

extern void inject_ice (void);

void test_1 (void)
{
  inject_ice (); /* { dg-ice "I'm sorry Dave, I'm afraid I can't do that" } */
  /* { dg-regexp "during GIMPLE pass: crash_test" } */
}