cgraph: A COMDAT decl always has non-zero address.
[gcc.git] / gcc / testsuite / c-c++-common / diagnostic-format-json-2.c
1 /* { dg-do compile } */
2 /* { dg-options "-fdiagnostics-format=json" } */
3
4 #warning message
5
6 /* Use dg-regexp to consume the JSON output starting with
7 the innermost values, and working outwards.
8 We can't rely on any ordering of the keys. */
9
10 /* { dg-regexp "\"kind\": \"warning\"" } */
11 /* { dg-regexp "\"message\": \"#warning message\"" } */
12 /* { dg-regexp "\"option\": \"-Wcpp\"" } */
13 /* { dg-regexp "\"option_url\": \"https:\[^\n\r\"\]*#index-Wcpp\"" } */
14
15 /* { dg-regexp "\"caret\": \{" } */
16 /* { dg-regexp "\"file\": \"\[^\n\r\"\]*diagnostic-format-json-2.c\"" } */
17 /* { dg-regexp "\"line\": 4" } */
18 /* { dg-regexp "\"column\": 2" } */
19
20 /* { dg-regexp "\"finish\": \{" } */
21 /* { dg-regexp "\"file\": \"\[^\n\r\"\]*diagnostic-format-json-2.c\"" } */
22 /* { dg-regexp "\"line\": 4" } */
23 /* { dg-regexp "\"column\": 8" } */
24
25 /* { dg-regexp "\"locations\": \[\[\{\}, \]*\]" } */
26 /* { dg-regexp "\"children\": \[\[\]\[\]\]" } */
27 /* { dg-regexp "\[\[\{\}, \]*\]" } */