Bug path

test_2
‘test_2’: events 1-5
21 if (4 < co)
^
|
(1) following ‘true’ branch (when ‘co > 4’)...
22 if (co < y)
~
|
(2) ...to here
(3) following ‘true’ branch (when ‘co < y’)...
23 if (y == 0)
~
|
(4) ...to here
(5) following ‘true’ branch (when ‘y == 0’)...
‘test_2’: event 6
(6): ...to here
‘test_2’: event 7
28 __analyzer_dump_path (); /* { dg-bogus "path" } */
^~~~~~~~~~~~~~~~~~~~~~~
|
(7) here