view gcc/testsuite/gcc.dg/plugin/diagnostic-group-test-1.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents
children
line wrap: on
line source

/* { dg-do compile } */
/* { dg-options "-fdiagnostics-show-caret" } */

extern void __emit_warning (const char *message);

static void test_1 (void)
{
  __emit_warning ("warning 1");
}

/* { dg-begin-multiline-output "" }
================================= BEGIN GROUP ==============================
PREFIX
   __emit_warning ("warning 1");
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
PREFIX: message for note
PREFIX:  some more detail
PREFIX:   yet more detail
---------------------------------- END GROUP -------------------------------
   { dg-end-multiline-output "" } */

/* { dg-begin-multiline-output "" }
================================= BEGIN GROUP ==============================
PREFIX: an unrelated message
---------------------------------- END GROUP -------------------------------
   { dg-end-multiline-output "" } */