Results for 12.0.0 20210818 (experimental) [master revision f0fca213bc52644ba896da622b35842a6157bd98] (GCC) testsuite on x86_64-pc-linux-gnu

LINARO TCWG tcwg@tcwg.validation.linaro.org
Thu Aug 19 01:55:13 GMT 2021


LAST_UPDATED: Thu Aug 19 00:26:07 UTC 2021 (revision f0fca213bc52644ba896da622b35842a6157bd98)

Native configuration is x86_64-pc-linux-gnu

		=== gcc tests ===


Running target tcwg-local
FAIL: gcc.dg/analyzer/analyzer-verbosity-0.c expected multiline pattern lines 24-60 not found: "\\s*NN \\|   free \\(ptr\\);.*\\n      \\|   \\^~~~~~~~~~\\n  'test_1': event 1.*\\n    \\|.*\\n    \\|   NN \\|     calls_free_1 \\(ptr\\);.*\\n    \\|      \\|     \\^~~~~~~~~~~~~~~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(1\\) calling 'calls_free_1' from 'test_1'.*\\n    \\|.*\\n    \\+--> 'calls_free_1': event 2.*\\n           \\|.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   \\^~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(2\\) first 'free' here.*\\n           \\|.*\\n    <------\\+.*\\n    \\|.*\\n  'test_1': events 3-4.*\\n    \\|.*\\n    \\|   NN \\|     calls_free_1 \\(ptr\\);.*\\n    \\|      \\|     \\^~~~~~~~~~~~~~~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(3\\) returning to 'test_1' from 'calls_free_1'.*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|     calls_free_1 \\(ptr\\);.*\\n  
   \\|      \\|     ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(4\\) passing freed pointer 'ptr' in call to 'calls_free_1' from 'test_1'.*\\n    \\|.*\\n    \\+--> 'calls_free_1': event 5.*\\n           \\|.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   \\^~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(5\\) second 'free' here; first 'free' was at \\(2\\).*\\n           \\|.*\\n"
FAIL: gcc.dg/analyzer/analyzer-verbosity-0.c expected multiline pattern lines 94-130 not found: "   NN \\|   free \\(ptr\\);.*\\n      \\|   \\^~~~~~~~~~\\n  'test_2': event 1.*\\n    \\|.*\\n    \\|   NN \\|       calls_free_2 \\(ptr\\);.*\\n    \\|      \\|       \\^~~~~~~~~~~~~~~~~~\\n    \\|      \\|       \\|.*\\n    \\|      \\|       \\(1\\) calling 'calls_free_2' from 'test_2'.*\\n    \\|.*\\n    \\+--> 'calls_free_2': event 2.*\\n           \\|.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   \\^~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(2\\) first 'free' here.*\\n           \\|.*\\n    <------\\+.*\\n    \\|.*\\n  'test_2': events 3-4.*\\n    \\|.*\\n    \\|   NN \\|       calls_free_2 \\(ptr\\);.*\\n    \\|      \\|       \\^~~~~~~~~~~~~~~~~~\\n    \\|      \\|       \\|.*\\n    \\|      \\|       \\(3\\) returning to 'test_2' from 'calls_free_2'.*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|       calls_free_2
  \\(ptr\\);.*\\n    \\|      \\|       ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|       \\|.*\\n    \\|      \\|       \\(4\\) passing freed pointer 'ptr' in call to 'calls_free_2' from 'test_2'.*\\n    \\|.*\\n    \\+--> 'calls_free_2': event 5.*\\n           \\|.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   \\^~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(5\\) second 'free' here; first 'free' was at \\(2\\).*\\n           \\|.*\\n"
FAIL: gcc.dg/analyzer/analyzer-verbosity-0.c (test for excess errors)
FAIL: gcc.dg/analyzer/analyzer-verbosity-1.c expected multiline pattern lines 24-75 not found: "\\s*NN \\|   free \\(ptr\\);.*\\n      \\|   \\^~~~~~~~~~\\n  'test_1': events 1-2.*\\n    \\|.*\\n    \\|   NN \\| void test_1 \\(void \\*ptr, int a, int b\\).*\\n    \\|      \\|      \\^~~~~~\\n    \\|      \\|      \\|.*\\n    \\|      \\|      \\(1\\) entry to 'test_1'.*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|     calls_free_1 \\(ptr\\);.*\\n    \\|      \\|     ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(2\\) calling 'calls_free_1' from 'test_1'.*\\n    \\|.*\\n    \\+--> 'calls_free_1': events 3-4.*\\n           \\|.*\\n           \\|   NN \\| void calls_free_1 \\(void \\*ptr\\).*\\n           \\|      \\|      \\^~~~~~~~~~~~\\n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(3\\) entry to 'calls_free_1'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   ~~~~~~~~~~\\n 
           \\|      \\|   \\|.*\\n           \\|      \\|   \\(4\\) first 'free' here.*\\n           \\|.*\\n    <------\\+.*\\n    \\|.*\\n  'test_1': events 5-6.*\\n    \\|.*\\n    \\|   NN \\|     calls_free_1 \\(ptr\\);.*\\n    \\|      \\|     \\^~~~~~~~~~~~~~~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(5\\) returning to 'test_1' from 'calls_free_1'.*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|     calls_free_1 \\(ptr\\);.*\\n    \\|      \\|     ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(6\\) passing freed pointer 'ptr' in call to 'calls_free_1' from 'test_1'.*\\n    \\|.*\\n    \\+--> 'calls_free_1': events 7-8.*\\n           \\|.*\\n           \\|   NN \\| void calls_free_1 \\(void \\*ptr\\).*\\n           \\|      \\|      \\^~~~~~~~~~~~\\n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(7\\) entry to 'calls_free_1'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n        
    \\|      \\|   ~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(8\\) second 'free' here; first 'free' was at \\(4\\).*\\n           \\|.*\\n"
FAIL: gcc.dg/analyzer/analyzer-verbosity-1.c expected multiline pattern lines 109-160 not found: "   NN \\|   free \\(ptr\\);.*\\n      \\|   \\^~~~~~~~~~\\n  'test_2': events 1-2.*\\n    \\|.*\\n    \\|   NN \\| void test_2 \\(void \\*ptr, int a, int b\\).*\\n    \\|      \\|      \\^~~~~~\\n    \\|      \\|      \\|.*\\n    \\|      \\|      \\(1\\) entry to 'test_2'.*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|       calls_free_2 \\(ptr\\);.*\\n    \\|      \\|       ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|       \\|.*\\n    \\|      \\|       \\(2\\) calling 'calls_free_2' from 'test_2'.*\\n    \\|.*\\n    \\+--> 'calls_free_2': events 3-4.*\\n           \\|.*\\n           \\|   NN \\| void calls_free_2 \\(void \\*ptr\\).*\\n           \\|      \\|      \\^~~~~~~~~~~~\\n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(3\\) entry to 'calls_free_2'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   ~~~~~
 ~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(4\\) first 'free' here.*\\n           \\|.*\\n    <------\\+.*\\n    \\|.*\\n  'test_2': events 5-6.*\\n    \\|.*\\n    \\|   NN \\|       calls_free_2 \\(ptr\\);.*\\n    \\|      \\|       \\^~~~~~~~~~~~~~~~~~\\n    \\|      \\|       \\|.*\\n    \\|      \\|       \\(5\\) returning to 'test_2' from 'calls_free_2'.*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|       calls_free_2 \\(ptr\\);.*\\n    \\|      \\|       ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|       \\|.*\\n    \\|      \\|       \\(6\\) passing freed pointer 'ptr' in call to 'calls_free_2' from 'test_2'.*\\n    \\|.*\\n    \\+--> 'calls_free_2': events 7-8.*\\n           \\|.*\\n           \\|   NN \\| void calls_free_2 \\(void \\*ptr\\).*\\n           \\|      \\|      \\^~~~~~~~~~~~\\n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(7\\) entry to 'calls_free_2'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   fre
 e \\(ptr\\);.*\\n           \\|      \\|   ~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(8\\) second 'free' here; first 'free' was at \\(4\\).*\\n           \\|.*\\n"
FAIL: gcc.dg/analyzer/analyzer-verbosity-1.c (test for excess errors)
FAIL: gcc.dg/analyzer/analyzer-verbosity-2.c expected multiline pattern lines 24-86 not found: "\\s*NN \\|   free \\(ptr\\);.*\\n      \\|   \\^~~~~~~~~~\\n  'test_1': events 1-4.*\\n    \\|.*\\n    \\|   NN \\| void test_1 \\(void \\*ptr, int a, int b\\).*\\n    \\|      \\|      \\^~~~~~\\n    \\|      \\|      \\|.*\\n    \\|      \\|      \\(1\\) entry to 'test_1'.*\\n    \\|   NN \\| \\{.*\\n    \\|   NN \\|   if \\(a\\).*\\n    \\|      \\|      ~\\n    \\|      \\|      \\|.*\\n    \\|      \\|      \\(2\\) following 'true' branch \\(when 'a != 0'\\)\\.\\.\\..*\\n    \\|   NN \\|     calls_free_1 \\(ptr\\);.*\\n    \\|      \\|     ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(3\\) \\.\\.\\.to here.*\\n    \\|      \\|     \\(4\\) calling 'calls_free_1' from 'test_1'.*\\n    \\|.*\\n    \\+--> 'calls_free_1': events 5-6.*\\n           \\|.*\\n           \\|   NN \\| void calls_free_1 \\(void \\*ptr\\).*\\n           \\|      \\|      \\^~~~~~~~~~~~\
 \n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(5\\) entry to 'calls_free_1'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   ~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(6\\) first 'free' here.*\\n           \\|.*\\n    <------\\+.*\\n    \\|.*\\n  'test_1': events 7-10.*\\n    \\|.*\\n    \\|   NN \\|     calls_free_1 \\(ptr\\);.*\\n    \\|      \\|     \\^~~~~~~~~~~~~~~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(7\\) returning to 'test_1' from 'calls_free_1'.*\\n    \\|   NN \\| .*\\n    \\|   NN \\|   if \\(b\\).*\\n    \\|      \\|      ~\\n    \\|      \\|      \\|.*\\n    \\|      \\|      \\(8\\) following 'false' branch \\(when 'b == 0'\\)\\.\\.\\..*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|     calls_free_1 \\(ptr\\);.*\\n    \\|      \\|     ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(9\\) \\.\\.\\.to here.*\\
 n    \\|      \\|     \\(10\\) passing freed pointer 'ptr' in call to 'calls_free_1' from 'test_1'.*\\n    \\|.*\\n    \\+--> 'calls_free_1': events 11-12.*\\n           \\|.*\\n           \\|   NN \\| void calls_free_1 \\(void \\*ptr\\).*\\n           \\|      \\|      \\^~~~~~~~~~~~\\n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(11\\) entry to 'calls_free_1'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   ~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(12\\) second 'free' here; first 'free' was at \\(6\\).*\\n           \\|.*\\n"
FAIL: gcc.dg/analyzer/analyzer-verbosity-2.c expected multiline pattern lines 120-189 not found: "   NN \\|   free \\(ptr\\);.*\\n      \\|   \\^~~~~~~~~~\\n  'test_2': events 1-4.*\\n    \\|.*\\n    \\|   NN \\| void test_2 \\(void \\*ptr, int a, int b\\).*\\n    \\|      \\|      \\^~~~~~\\n    \\|      \\|      \\|.*\\n    \\|      \\|      \\(1\\) entry to 'test_2'.*\\n    \\|   NN \\| \\{.*\\n    \\|   NN \\|   switch \\(a\\).*\\n    \\|      \\|   ~~~~~~\\n    \\|      \\|   \\|.*\\n    \\|      \\|   \\(2\\) following 'case 3:' branch\\.\\.\\..*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|     case 3:.*\\n    \\|      \\|     ~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(3\\) \\.\\.\\.to here.*\\n    \\|   NN \\|       calls_free_2 \\(ptr\\);.*\\n    \\|      \\|       ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|       \\|.*\\n    \\|      \\|       \\(4\\) calling 'calls_free_2' from 'test_2'.*\\n    \\|.*\\n    \\+--> 'calls_free_2': events 5-6.*\\n           \\|.
 *\\n           \\|   NN \\| void calls_free_2 \\(void \\*ptr\\).*\\n           \\|      \\|      \\^~~~~~~~~~~~\\n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(5\\) entry to 'calls_free_2'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   ~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(6\\) first 'free' here.*\\n           \\|.*\\n    <------\\+.*\\n    \\|.*\\n  'test_2': events 7-10.*\\n    \\|.*\\n    \\|   NN \\|       calls_free_2 \\(ptr\\);.*\\n    \\|      \\|       \\^~~~~~~~~~~~~~~~~~\\n    \\|      \\|       \\|.*\\n    \\|      \\|       \\(7\\) returning to 'test_2' from 'calls_free_2'.*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|   switch \\(b\\).*\\n    \\|      \\|   ~~~~~~\\n    \\|      \\|   \\|.*\\n    \\|      \\|   \\(8\\) following 'default:' branch\\.\\.\\..*\\n    \\|   NN \\|     \\{.*\\n    \\|   NN \\|     default:.*\\n    \\|      \\|     ~~~~
 ~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(9\\) \\.\\.\\.to here.*\\n    \\|   NN \\|       calls_free_2 \\(ptr\\);.*\\n    \\|      \\|       ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|       \\|.*\\n    \\|      \\|       \\(10\\) passing freed pointer 'ptr' in call to 'calls_free_2' from 'test_2'.*\\n    \\|.*\\n    \\+--> 'calls_free_2': events 11-12.*\\n           \\|.*\\n           \\|   NN \\| void calls_free_2 \\(void \\*ptr\\).*\\n           \\|      \\|      \\^~~~~~~~~~~~\\n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(11\\) entry to 'calls_free_2'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   ~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(12\\) second 'free' here; first 'free' was at \\(6\\).*\\n           \\|.*\\n"
FAIL: gcc.dg/analyzer/analyzer-verbosity-2.c (test for excess errors)
FAIL: gcc.dg/analyzer/analyzer-verbosity-3.c expected multiline pattern lines 24-86 not found: "\\s*NN \\|   free \\(ptr\\);.*\\n      \\|   \\^~~~~~~~~~\\n  'test_1': events 1-4.*\\n    \\|.*\\n    \\|   NN \\| void test_1 \\(void \\*ptr, int a, int b\\).*\\n    \\|      \\|      \\^~~~~~\\n    \\|      \\|      \\|.*\\n    \\|      \\|      \\(1\\) entry to 'test_1'.*\\n    \\|   NN \\| \\{.*\\n    \\|   NN \\|   if \\(a\\).*\\n    \\|      \\|      ~\\n    \\|      \\|      \\|.*\\n    \\|      \\|      \\(2\\) following 'true' branch \\(when 'a != 0'\\)\\.\\.\\..*\\n    \\|   NN \\|     calls_free_1 \\(ptr\\);.*\\n    \\|      \\|     ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(3\\) \\.\\.\\.to here.*\\n    \\|      \\|     \\(4\\) calling 'calls_free_1' from 'test_1'.*\\n    \\|.*\\n    \\+--> 'calls_free_1': events 5-6.*\\n           \\|.*\\n           \\|   NN \\| void calls_free_1 \\(void \\*ptr\\).*\\n           \\|      \\|      \\^~~~~~~~~~~~\
 \n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(5\\) entry to 'calls_free_1'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   ~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(6\\) first 'free' here.*\\n           \\|.*\\n    <------\\+.*\\n    \\|.*\\n  'test_1': events 7-10.*\\n    \\|.*\\n    \\|   NN \\|     calls_free_1 \\(ptr\\);.*\\n    \\|      \\|     \\^~~~~~~~~~~~~~~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(7\\) returning to 'test_1' from 'calls_free_1'.*\\n    \\|   NN \\| .*\\n    \\|   NN \\|   if \\(b\\).*\\n    \\|      \\|      ~\\n    \\|      \\|      \\|.*\\n    \\|      \\|      \\(8\\) following 'false' branch \\(when 'b == 0'\\)\\.\\.\\..*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|     calls_free_1 \\(ptr\\);.*\\n    \\|      \\|     ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(9\\) \\.\\.\\.to here.*\\
 n    \\|      \\|     \\(10\\) passing freed pointer 'ptr' in call to 'calls_free_1' from 'test_1'.*\\n    \\|.*\\n    \\+--> 'calls_free_1': events 11-12.*\\n           \\|.*\\n           \\|   NN \\| void calls_free_1 \\(void \\*ptr\\).*\\n           \\|      \\|      \\^~~~~~~~~~~~\\n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(11\\) entry to 'calls_free_1'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   ~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(12\\) second 'free' here; first 'free' was at \\(6\\).*\\n           \\|.*\\n"
FAIL: gcc.dg/analyzer/analyzer-verbosity-3.c expected multiline pattern lines 120-189 not found: "   NN \\|   free \\(ptr\\);.*\\n      \\|   \\^~~~~~~~~~\\n  'test_2': events 1-4.*\\n    \\|.*\\n    \\|   NN \\| void test_2 \\(void \\*ptr, int a, int b\\).*\\n    \\|      \\|      \\^~~~~~\\n    \\|      \\|      \\|.*\\n    \\|      \\|      \\(1\\) entry to 'test_2'.*\\n    \\|   NN \\| \\{.*\\n    \\|   NN \\|   switch \\(a\\).*\\n    \\|      \\|   ~~~~~~\\n    \\|      \\|   \\|.*\\n    \\|      \\|   \\(2\\) following 'case 3:' branch\\.\\.\\..*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|     case 3:.*\\n    \\|      \\|     ~~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(3\\) \\.\\.\\.to here.*\\n    \\|   NN \\|       calls_free_2 \\(ptr\\);.*\\n    \\|      \\|       ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|       \\|.*\\n    \\|      \\|       \\(4\\) calling 'calls_free_2' from 'test_2'.*\\n    \\|.*\\n    \\+--> 'calls_free_2': events 5-6.*\\n           \\|.
 *\\n           \\|   NN \\| void calls_free_2 \\(void \\*ptr\\).*\\n           \\|      \\|      \\^~~~~~~~~~~~\\n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(5\\) entry to 'calls_free_2'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   ~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(6\\) first 'free' here.*\\n           \\|.*\\n    <------\\+.*\\n    \\|.*\\n  'test_2': events 7-10.*\\n    \\|.*\\n    \\|   NN \\|       calls_free_2 \\(ptr\\);.*\\n    \\|      \\|       \\^~~~~~~~~~~~~~~~~~\\n    \\|      \\|       \\|.*\\n    \\|      \\|       \\(7\\) returning to 'test_2' from 'calls_free_2'.*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|   switch \\(b\\).*\\n    \\|      \\|   ~~~~~~\\n    \\|      \\|   \\|.*\\n    \\|      \\|   \\(8\\) following 'default:' branch\\.\\.\\..*\\n    \\|   NN \\|     \\{.*\\n    \\|   NN \\|     default:.*\\n    \\|      \\|     ~~~~
 ~~~\\n    \\|      \\|     \\|.*\\n    \\|      \\|     \\(9\\) \\.\\.\\.to here.*\\n    \\|   NN \\|       calls_free_2 \\(ptr\\);.*\\n    \\|      \\|       ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|       \\|.*\\n    \\|      \\|       \\(10\\) passing freed pointer 'ptr' in call to 'calls_free_2' from 'test_2'.*\\n    \\|.*\\n    \\+--> 'calls_free_2': events 11-12.*\\n           \\|.*\\n           \\|   NN \\| void calls_free_2 \\(void \\*ptr\\).*\\n           \\|      \\|      \\^~~~~~~~~~~~\\n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(11\\) entry to 'calls_free_2'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   free \\(ptr\\);.*\\n           \\|      \\|   ~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(12\\) second 'free' here; first 'free' was at \\(6\\).*\\n           \\|.*\\n"
FAIL: gcc.dg/analyzer/analyzer-verbosity-3.c (test for excess errors)
FAIL: gcc.dg/analyzer/data-model-path-1.c  (test for warnings, line 11)
FAIL: gcc.dg/analyzer/function-ptr-2.c (test for excess errors)
FAIL: gcc.dg/analyzer/malloc-callbacks.c  (test for warnings, line 29)
FAIL: gcc.dg/analyzer/malloc-callbacks.c  (test for warnings, line 30)
FAIL: gcc.dg/analyzer/malloc-callbacks.c  (test for warnings, line 36)
FAIL: gcc.dg/analyzer/malloc-callbacks.c  (test for warnings, line 37)
FAIL: gcc.dg/analyzer/malloc-callbacks.c  (test for warnings, line 43)
FAIL: gcc.dg/analyzer/malloc-callbacks.c  (test for warnings, line 55)
FAIL: gcc.dg/analyzer/malloc-callbacks.c  (test for warnings, line 56)
FAIL: gcc.dg/analyzer/malloc-callbacks.c  (test for warnings, line 64)
FAIL: gcc.dg/analyzer/malloc-callbacks.c  (test for warnings, line 66)
XPASS: gcc.dg/analyzer/malloc-callbacks.c  (test for warnings, line 72)
FAIL: gcc.dg/analyzer/malloc-ipa-10.c  (test for warnings, line 29)
FAIL: gcc.dg/analyzer/malloc-ipa-11.c expected multiline pattern lines 32-95 not found: "\\s*NN \\|   free \\(victim\\);.*\\n      \\|   \\^~~~~~~~~~~~~\\n  'test': events 1-2.*\\n    \\|.*\\n    \\|   NN \\| void test \\(void \\*ptr\\).*\\n    \\|      \\|      \\^~~~\\n    \\|      \\|      \\|.*\\n    \\|      \\|      \\(1\\) entry to 'test'.*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|   may_call_free \\(ptr\\);.*\\n    \\|      \\|   ~~~~~~~~~~~~~~~~~~~\\n    \\|      \\|   \\|.*\\n    \\|      \\|   \\(2\\) calling 'may_call_free' from 'test'.*\\n    \\|.*\\n    \\+--> 'may_call_free': events 3-6.*\\n           \\|.*\\n           \\|   NN \\| may_call_free \\(void \\*victim\\).*\\n           \\|      \\| \\^~~~~~~~~~~~~\\n           \\|      \\| \\|.*\\n           \\|      \\| \\(3\\) entry to 'may_call_free'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   if \\(some_condition \\(\\)\\).*\\n           \\|      \\|      ~\\n           \\|      \\|      \\|.*\
 \n           \\|      \\|      \\(4\\) following 'false' branch\\.\\.\\..*\\n           \\|\\.\\.\\.\\.\\.\\..*\\n           \\|   NN \\|   free \\(victim\\);.*\\n           \\|      \\|   ~~~~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(5\\) \\.\\.\\.to here.*\\n           \\|      \\|   \\(6\\) first 'free' here.*\\n           \\|.*\\n    <------\\+.*\\n    \\|.*\\n  'test': events 7-8.*\\n    \\|.*\\n    \\|   NN \\|   may_call_free \\(ptr\\);.*\\n    \\|      \\|   \\^~~~~~~~~~~~~~~~~~~\\n    \\|      \\|   \\|.*\\n    \\|      \\|   \\(7\\) returning to 'test' from 'may_call_free'.*\\n    \\|\\.\\.\\.\\.\\.\\..*\\n    \\|   NN \\|   may_call_free \\(ptr\\);.*\\n    \\|      \\|   ~~~~~~~~~~~~~~~~~~~\\n    \\|      \\|   \\|.*\\n    \\|      \\|   \\(8\\) passing freed pointer 'ptr' in call to 'may_call_free' from 'test'.*\\n    \\|.*\\n    \\+--> 'may_call_free': events 9-12.*\\n           \\|.*\\n           \\|   NN \\| may_call_free \\(void \\*vi
 ctim\\).*\\n           \\|      \\| \\^~~~~~~~~~~~~\\n           \\|      \\| \\|.*\\n           \\|      \\| \\(9\\) entry to 'may_call_free'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   if \\(some_condition \\(\\)\\).*\\n           \\|      \\|      ~\\n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(10\\) following 'false' branch\\.\\.\\..*\\n           \\|\\.\\.\\.\\.\\.\\..*\\n           \\|   NN \\|   free \\(victim\\);.*\\n           \\|      \\|   ~~~~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(11\\) \\.\\.\\.to here.*\\n           \\|      \\|   \\(12\\) second 'free' here; first 'free' was at \\(6\\).*\\n           \\|.*\\n"
FAIL: gcc.dg/analyzer/malloc-ipa-11.c (test for excess errors)
FAIL: gcc.dg/analyzer/malloc-ipa-13.c  (test for warnings, line 26)
FAIL: gcc.dg/analyzer/malloc-ipa-13a.c  (test for warnings, line 36)
FAIL: gcc.dg/analyzer/malloc-ipa-2.c  (test for warnings, line 28)
FAIL: gcc.dg/analyzer/malloc-ipa-5.c  (test for warnings, line 10)
FAIL: gcc.dg/analyzer/malloc-ipa-8-double-free.c expected multiline pattern lines 50-191 not found: "\\s*NN \\|   free \\(ptr\\);.*\\n      \\|   \\^~~~~~~~~~\\n  'test': events 1-2.*\\n    \\|.*\\n    \\|   NN \\| void test \\(int i\\).*\\n    \\|      \\|      \\^~~~\\n    \\|      \\|      \\|.*\\n    \\|      \\|      \\(1\\) entry to 'test'.*\\n    \\|   NN \\| \\{.*\\n    \\|   NN \\|   boxed_int \\*obj = make_boxed_int \\(i\\);.*\\n    \\|      \\|                    ~~~~~~~~~~~~~~~~~~\\n    \\|      \\|                    \\|.*\\n    \\|      \\|                    \\(2\\) calling 'make_boxed_int' from 'test'.*\\n    \\|.*\\n    \\+--> 'make_boxed_int': events 3-4.*\\n           \\|.*\\n           \\|   NN \\| make_boxed_int \\(int i\\).*\\n           \\|      \\| \\^~~~~~~~~~~~~~\\n           \\|      \\| \\|.*\\n           \\|      \\| \\(3\\) entry to 'make_boxed_int'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   boxed_int \\*result = \\(boxed_int \\*\\)wra
 pped_malloc \\(sizeof \\(boxed_int\\)\\);.*\\n           \\|      \\|                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n           \\|      \\|                                    \\|.*\\n           \\|      \\|                                    \\(4\\) calling 'wrapped_malloc' from 'make_boxed_int'.*\\n           \\|.*\\n           \\+--> 'wrapped_malloc': events 5-6.*\\n                  \\|.*\\n                  \\|   NN \\| void \\*wrapped_malloc \\(size_t size\\).*\\n                  \\|      \\|       \\^~~~~~~~~~~~~~\\n                  \\|      \\|       \\|.*\\n                  \\|      \\|       \\(5\\) entry to 'wrapped_malloc'.*\\n                  \\|   NN \\| \\{.*\\n                  \\|   NN \\|   return malloc \\(size\\);.*\\n                  \\|      \\|          ~~~~~~~~~~~~~\\n                  \\|      \\|          \\|.*\\n                  \\|      \\|          \\(6\\) allocated here.*\\n                  \\|.*\\n           <------\\+.
 *\\n           \\|.*\\n         'make_boxed_int': events 7-10.*\\n           \\|.*\\n           \\|   NN \\|   boxed_int \\*result = \\(boxed_int \\*\\)wrapped_malloc \\(sizeof \\(boxed_int\\)\\);.*\\n           \\|      \\|                                    \\^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n           \\|      \\|                                    \\|.*\\n           \\|      \\|                                    \\(7\\) returning to 'make_boxed_int' from 'wrapped_malloc'.*\\n           \\|   NN \\|   if \\(!result\\).*\\n           \\|      \\|      ~                              .*\\n           \\|      \\|      \\|.*\\n           \\|      \\|      \\(8\\) assuming 'result' is non-NULL.*\\n           \\|      \\|      \\(9\\) following 'false' branch \\(when 'result' is non-NULL\\)\\.\\.\\..*\\n           \\|   NN \\|     abort \\(\\);.*\\n           \\|   NN \\|   result->i = i;.*\\n           \\|      \\|   ~~~~~~~~~~~~~                     .*\\n           \\|      \\| 
             \\|.*\\n           \\|      \\|             \\(10\\) \\.\\.\\.to here.*\\n           \\|.*\\n    <------\\+.*\\n    \\|.*\\n  'test': events 11-12.*\\n    \\|.*\\n    \\|   NN \\|   boxed_int \\*obj = make_boxed_int \\(i\\);.*\\n    \\|      \\|                    \\^~~~~~~~~~~~~~~~~~\\n    \\|      \\|                    \\|.*\\n    \\|      \\|                    \\(11\\) returning to 'test' from 'make_boxed_int'.*\\n    \\|   NN \\| .*\\n    \\|   NN \\|   free_boxed_int \\(obj\\);.*\\n    \\|      \\|   ~~~~~~~~~~~~~~~~~~~~\\n    \\|      \\|   \\|.*\\n    \\|      \\|   \\(12\\) calling 'free_boxed_int' from 'test'.*\\n    \\|.*\\n    \\+--> 'free_boxed_int': events 13-14.*\\n           \\|.*\\n           \\|   NN \\| free_boxed_int \\(boxed_int \\*bi\\).*\\n           \\|      \\| \\^~~~~~~~~~~~~~\\n           \\|      \\| \\|.*\\n           \\|      \\| \\(13\\) entry to 'free_boxed_int'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   wrapped_free \\
 (bi\\);.*\\n           \\|      \\|   ~~~~~~~~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(14\\) calling 'wrapped_free' from 'free_boxed_int'.*\\n           \\|.*\\n           \\+--> 'wrapped_free': events 15-16.*\\n                  \\|.*\\n                  \\|   NN \\| void wrapped_free \\(void \\*ptr\\).*\\n                  \\|      \\|      \\^~~~~~~~~~~~\\n                  \\|      \\|      \\|.*\\n                  \\|      \\|      \\(15\\) entry to 'wrapped_free'.*\\n                  \\|   NN \\| \\{.*\\n                  \\|   NN \\|   free \\(ptr\\);.*\\n                  \\|      \\|   ~~~~~~~~~~\\n                  \\|      \\|   \\|.*\\n                  \\|      \\|   \\(16\\) first 'free' here.*\\n                  \\|.*\\n           <------\\+.*\\n           \\|.*\\n         'free_boxed_int': event 17.*\\n           \\|.*\\n           \\|   NN \\|   wrapped_free \\(bi\\);.*\\n           \\|      \\|   \\^~~~~~~~~~~~~~~~~\\n          
  \\|      \\|   \\|.*\\n           \\|      \\|   \\(17\\) returning to 'free_boxed_int' from 'wrapped_free'.*\\n           \\|.*\\n    <------\\+.*\\n    \\|.*\\n  'test': events 18-19.*\\n    \\|.*\\n    \\|   NN \\|   free_boxed_int \\(obj\\);.*\\n    \\|      \\|   \\^~~~~~~~~~~~~~~~~~~~\\n    \\|      \\|   \\|.*\\n    \\|      \\|   \\(18\\) returning to 'test' from 'free_boxed_int'.*\\n    \\|   NN \\| .*\\n    \\|   NN \\|   free_boxed_int \\(obj\\);.*\\n    \\|      \\|   ~~~~~~~~~~~~~~~~~~~~\\n    \\|      \\|   \\|.*\\n    \\|      \\|   \\(19\\) passing freed pointer 'obj' in call to 'free_boxed_int' from 'test'.*\\n    \\|.*\\n    \\+--> 'free_boxed_int': events 20-21.*\\n           \\|.*\\n           \\|   NN \\| free_boxed_int \\(boxed_int \\*bi\\).*\\n           \\|      \\| \\^~~~~~~~~~~~~~\\n           \\|      \\| \\|.*\\n           \\|      \\| \\(20\\) entry to 'free_boxed_int'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   wrapped_free \\(bi\\);.
 *\\n           \\|      \\|   ~~~~~~~~~~~~~~~~~\\n           \\|      \\|   \\|.*\\n           \\|      \\|   \\(21\\) passing freed pointer 'bi' in call to 'wrapped_free' from 'free_boxed_int'.*\\n           \\|.*\\n           \\+--> 'wrapped_free': events 22-23.*\\n                  \\|.*\\n                  \\|   NN \\| void wrapped_free \\(void \\*ptr\\).*\\n                  \\|      \\|      \\^~~~~~~~~~~~\\n                  \\|      \\|      \\|.*\\n                  \\|      \\|      \\(22\\) entry to 'wrapped_free'.*\\n                  \\|   NN \\| \\{.*\\n                  \\|   NN \\|   free \\(ptr\\);.*\\n                  \\|      \\|   ~~~~~~~~~~\\n                  \\|      \\|   \\|.*\\n                  \\|      \\|   \\(23\\) second 'free' here; first 'free' was at \\(16\\).*\\n                  \\|.*\\n"
FAIL: gcc.dg/analyzer/malloc-ipa-8-double-free.c (test for excess errors)
FAIL: gcc.dg/analyzer/malloc-ipa-8-unchecked.c expected multiline pattern lines 28-66 not found: "\\s*NN \\|   result->i = i;.*\\n      \\|   ~~~~~~~~~~\\^~~\\n  'make_boxed_int': events 1-2.*\\n    \\|.*\\n    \\|   NN \\| make_boxed_int \\(int i\\).*\\n    \\|      \\| \\^~~~~~~~~~~~~~\\n    \\|      \\| \\|.*\\n    \\|      \\| \\(1\\) entry to 'make_boxed_int'.*\\n    \\|   NN \\| \\{.*\\n    \\|   NN \\|   boxed_int \\*result = \\(boxed_int \\*\\)wrapped_malloc \\(sizeof \\(boxed_int\\)\\);.*\\n    \\|      \\|                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n    \\|      \\|                                    \\|.*\\n    \\|      \\|                                    \\(2\\) calling 'wrapped_malloc' from 'make_boxed_int'.*\\n    \\|.*\\n    \\+--> 'wrapped_malloc': events 3-4.*\\n           \\|.*\\n           \\|   NN \\| void \\*wrapped_malloc \\(size_t size\\).*\\n           \\|      \\|       \\^~~~~~~~~~~~~~\\n           \\|      \\|       \\|.*\\n 
           \\|      \\|       \\(3\\) entry to 'wrapped_malloc'.*\\n           \\|   NN \\| \\{.*\\n           \\|   NN \\|   return malloc \\(size\\);.*\\n           \\|      \\|          ~~~~~~~~~~~~~\\n           \\|      \\|          \\|.*\\n           \\|      \\|          \\(4\\) this call could return NULL.*\\n           \\|.*\\n    <------\\+.*\\n    \\|.*\\n  'make_boxed_int': events 5-6.*\\n    \\|.*\\n    \\|   NN \\|   boxed_int \\*result = \\(boxed_int \\*\\)wrapped_malloc \\(sizeof \\(boxed_int\\)\\);.*\\n    \\|      \\|                                    \\^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n    \\|      \\|                                    \\|.*\\n    \\|      \\|                                    \\(5\\) possible return of NULL to 'make_boxed_int' from 'wrapped_malloc'.*\\n    \\|   NN \\|   result->i = i;.*\\n    \\|      \\|   ~~~~~~~~~~~~~                     .*\\n    \\|      \\|             \\|.*\\n    \\|      \\|             \\(6\\) 'result' could be NUL
 L: unchecked value from \\(4\\).*\\n    \\|.*\\n"
FAIL: gcc.dg/analyzer/malloc-ipa-8-unchecked.c (test for excess errors)
FAIL: gcc.dg/analyzer/pr101503.c (internal compiler error)
FAIL: gcc.dg/analyzer/pr101503.c (test for excess errors)
FAIL: gcc.dg/analyzer/sensitive-1.c  (test for warnings, line 50)
FAIL: gcc.dg/analyzer/sensitive-1.c  (test for warnings, line 60)
XPASS: gcc.dg/guality/example.c   -O0  execution test
XPASS: gcc.dg/guality/example.c   -O1  -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/example.c  -Og -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/guality.c   -O0  execution test
XPASS: gcc.dg/guality/guality.c   -O1  -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/guality.c   -O2  -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/guality.c   -O3 -g  -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/guality.c   -Os  -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/guality.c  -Og -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION execution test
XPASS: gcc.dg/guality/inline-params.c   -O2  -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/inline-params.c   -O3 -g  -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/inline-params.c   -Os  -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION execution test
XPASS: gcc.dg/guality/inline-params.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION execution test
FAIL: gcc.dg/guality/loop-1.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  -DPREVENT_OPTIMIZATION  line 20 i == 1
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 16 arg1 == 1
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 16 arg2 == 2
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 16 arg3 == 3
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 16 arg4 == 4
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 16 arg5 == 5
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 16 arg6 == 6
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 16 arg7 == 30
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 18 arg1 == 1
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 18 arg2 == 2
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 18 arg3 == 3
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 18 arg4 == 4
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 18 arg5 == 5
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 18 arg6 == 6
FAIL: gcc.dg/guality/pr36728-2.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 18 arg7 == 30
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 16 arg1 == 1
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 16 arg2 == 2
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 16 arg3 == 3
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 16 arg4 == 4
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 16 arg5 == 5
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 16 arg6 == 6
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 16 arg7 == 30
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 18 arg1 == 1
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 18 arg2 == 2
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 18 arg3 == 3
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 18 arg4 == 4
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 18 arg5 == 5
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 18 arg6 == 6
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 18 arg7 == 30
FAIL: gcc.dg/guality/pr36728-4.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 14 y == 2
FAIL: gcc.dg/guality/pr36728-4.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 16 y == 2
FAIL: gcc.dg/guality/pr36728-4.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 14 y == 2
FAIL: gcc.dg/guality/pr36728-4.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 16 y == 2
XPASS: gcc.dg/guality/pr41353-1.c  -Og -DPREVENT_OPTIMIZATION  line 28 j == 28 + 37
FAIL: gcc.dg/guality/pr41616-1.c   -O2  -DPREVENT_OPTIMIZATION  execution test
FAIL: gcc.dg/guality/pr41616-1.c   -O3 -g  -DPREVENT_OPTIMIZATION  execution test
FAIL: gcc.dg/guality/pr41616-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION execution test
FAIL: gcc.dg/guality/pr54519-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 20 y == 25
FAIL: gcc.dg/guality/pr54519-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 20 z == 6
FAIL: gcc.dg/guality/pr54519-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 23 y == 117
FAIL: gcc.dg/guality/pr54519-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 23 z == 8
FAIL: gcc.dg/guality/pr54519-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 20 y == 25
FAIL: gcc.dg/guality/pr54519-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 20 z == 6
FAIL: gcc.dg/guality/pr54519-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 23 y == 117
FAIL: gcc.dg/guality/pr54519-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 23 z == 8
FAIL: gcc.dg/guality/pr54519-2.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 17 y == 25
FAIL: gcc.dg/guality/pr54519-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 17 y == 25
FAIL: gcc.dg/guality/pr54519-3.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 20 y == 25
FAIL: gcc.dg/guality/pr54519-3.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 20 z == 6
FAIL: gcc.dg/guality/pr54519-3.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 23 y == 117
FAIL: gcc.dg/guality/pr54519-3.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 23 z == 8
FAIL: gcc.dg/guality/pr54519-3.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 20 y == 25
FAIL: gcc.dg/guality/pr54519-3.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 20 z == 6
FAIL: gcc.dg/guality/pr54519-3.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 23 y == 117
FAIL: gcc.dg/guality/pr54519-3.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 23 z == 8
FAIL: gcc.dg/guality/pr54519-4.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 17 y == 25
FAIL: gcc.dg/guality/pr54519-4.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 17 y == 25
FAIL: gcc.dg/guality/pr54519-5.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 17 y == 25
FAIL: gcc.dg/guality/pr54519-5.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 17 y == 25
FAIL: gcc.dg/guality/pr54519-6.c   -Os  -DPREVENT_OPTIMIZATION  line 11 x == 2
FAIL: gcc.dg/guality/pr56154-1.c  -Og -DPREVENT_OPTIMIZATION  line pr56154-1.c:20 x.a == 6
FAIL: gcc.dg/guality/pr59776.c  -Og -DPREVENT_OPTIMIZATION  line pr59776.c:17 s1.f == 5.0
FAIL: gcc.dg/guality/pr59776.c  -Og -DPREVENT_OPTIMIZATION  line pr59776.c:17 s1.g == 6.0
FAIL: gcc.dg/guality/pr59776.c  -Og -DPREVENT_OPTIMIZATION  line pr59776.c:17 s2.f == 0.0
FAIL: gcc.dg/guality/pr59776.c  -Og -DPREVENT_OPTIMIZATION  line pr59776.c:20 s1.f == 5.0
FAIL: gcc.dg/guality/pr59776.c  -Og -DPREVENT_OPTIMIZATION  line pr59776.c:20 s1.g == 6.0
FAIL: gcc.dg/guality/pr59776.c  -Og -DPREVENT_OPTIMIZATION  line pr59776.c:20 s2.f == 5.0
FAIL: gcc.dg/guality/pr90074.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 28 i + 1 == 8
FAIL: gcc.dg/guality/pr90074.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 28 c + 1 == 2
FAIL: gcc.dg/guality/pr90716.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 23 j + 1 == 9
FAIL: gcc.dg/guality/sra-1.c   -O2  -DPREVENT_OPTIMIZATION  line 43 a.j == 14
FAIL: gcc.dg/guality/sra-1.c   -O3 -g  -DPREVENT_OPTIMIZATION  line 43 a.j == 14
FAIL: gcc.dg/guality/sra-1.c   -Os  -DPREVENT_OPTIMIZATION  line 43 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -Og -DPREVENT_OPTIMIZATION  line 21 a.i == 4
FAIL: gcc.dg/guality/sra-1.c  -Og -DPREVENT_OPTIMIZATION  line 21 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -Og -DPREVENT_OPTIMIZATION  line 32 a[0] == 4
FAIL: gcc.dg/guality/sra-1.c  -Og -DPREVENT_OPTIMIZATION  line 32 a[1] == 14
FAIL: gcc.dg/guality/sra-1.c  -Og -DPREVENT_OPTIMIZATION  line 43 a.i == 4
FAIL: gcc.dg/guality/sra-1.c  -Og -DPREVENT_OPTIMIZATION  line 43 a.j == 14
FAIL: gcc.dg/guality/sra-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 43 a.j == 14
FAIL: gcc.dg/guality/sra-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 a.i == 4
FAIL: gcc.dg/guality/sra-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 a.j == 14
FAIL: gcc.dg/guality/sra-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 32 a[0] == 4
FAIL: gcc.dg/guality/sra-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 32 a[1] == 14
FAIL: gcc.dg/guality/sra-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 43 a.i == 4
FAIL: gcc.dg/guality/sra-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 43 a.j == 14
FAIL: gcc.dg/guality/vla-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 24 i == 5
FAIL: gcc.dg/guality/vla-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 24 sizeof (a) == 17 * sizeof (short)
FAIL: gcc.dg/tree-prof/20050826-2.c scan-tree-dump-not dom2 "Invalid sum"

		=== gcc Summary ===

# of expected passes		169686
# of unexpected failures	126
# of unexpected successes	18
# of expected failures		990
# of unsupported tests		2588
/home/tcwg-buildslave/workspace/tcwg-buildfarm__1/_build/builds/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/gcc-gcc.git~master_rev_f0fca213bc52644ba896da622b35842a6157bd98-stage2/gcc/xgcc  version 12.0.0 20210818 (experimental) [master revision f0fca213bc52644ba896da622b35842a6157bd98] (GCC) 

		=== gfortran tests ===


Running target tcwg-local
FAIL: gfortran.dg/analyzer/pr96949.f90   -O  (internal compiler error)
FAIL: gfortran.dg/analyzer/pr96949.f90   -O  (test for excess errors)

		=== gfortran Summary ===

# of expected passes		58954
# of unexpected failures	2
# of expected failures		244
# of unsupported tests		77
/home/tcwg-buildslave/workspace/tcwg-buildfarm__1/_build/builds/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/gcc-gcc.git~master_rev_f0fca213bc52644ba896da622b35842a6157bd98-stage2/gcc/gfortran  version 12.0.0 20210818 (experimental) [master revision f0fca213bc52644ba896da622b35842a6157bd98] (GCC) 

		=== g++ tests ===


Running target tcwg-local
FAIL: g++.dg/analyzer/malloc.C  -std=c++98  (test for warnings, line 24)
FAIL: g++.dg/analyzer/malloc.C  -std=c++14  (test for warnings, line 24)
FAIL: g++.dg/analyzer/malloc.C  -std=c++17  (test for warnings, line 24)
FAIL: g++.dg/analyzer/malloc.C  -std=c++2a  (test for warnings, line 24)
FAIL: g++.dg/analyzer/pr96641.C  -std=c++98 (test for excess errors)
FAIL: g++.dg/analyzer/pr96641.C  -std=c++14 (test for excess errors)
FAIL: g++.dg/analyzer/pr96641.C  -std=c++17 (test for excess errors)
FAIL: g++.dg/analyzer/pr96641.C  -std=c++2a (test for excess errors)
FAIL: g++.dg/guality/pr55665.C   -O2 -flto -fno-use-linker-plugin -flto-partition=none  line 23 p == 40
FAIL: g++.dg/tsan/pthread_cond_clockwait.C   -O0  (test for excess errors)
UNRESOLVED: g++.dg/tsan/pthread_cond_clockwait.C   -O0  compilation failed to produce executable
FAIL: g++.dg/tsan/pthread_cond_clockwait.C   -O2  (test for excess errors)
UNRESOLVED: g++.dg/tsan/pthread_cond_clockwait.C   -O2  compilation failed to produce executable

		=== g++ Summary ===

# of expected passes		216744
# of unexpected failures	11
# of expected failures		1323
# of unresolved testcases	2
# of unsupported tests		9389
/home/tcwg-buildslave/workspace/tcwg-buildfarm__1/_build/builds/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/gcc-gcc.git~master_rev_f0fca213bc52644ba896da622b35842a6157bd98-stage2/gcc/xg++  version 12.0.0 20210818 (experimental) [master revision f0fca213bc52644ba896da622b35842a6157bd98] (GCC) 

		=== obj-c++ tests ===


Running target tcwg-local

		=== obj-c++ Summary ===

# of expected passes		1482
# of expected failures		10
# of unsupported tests		79
/home/tcwg-buildslave/workspace/tcwg-buildfarm__1/_build/builds/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/gcc-gcc.git~master_rev_f0fca213bc52644ba896da622b35842a6157bd98-stage2/gcc/xg++  version 12.0.0 20210818 (experimental) [master revision f0fca213bc52644ba896da622b35842a6157bd98] (GCC) 

		=== objc tests ===


Running target tcwg-local

		=== objc Summary ===

# of expected passes		2820
# of expected failures		6
# of unsupported tests		70
/home/tcwg-buildslave/workspace/tcwg-buildfarm__1/_build/builds/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/gcc-gcc.git~master_rev_f0fca213bc52644ba896da622b35842a6157bd98-stage2/gcc/xgcc  version 12.0.0 20210818 (experimental) [master revision f0fca213bc52644ba896da622b35842a6157bd98] (GCC) 

		=== libatomic tests ===


Running target tcwg-local

		=== libatomic Summary ===

# of expected passes		54
		=== libgomp tests ===


Running target tcwg-local

		=== libgomp Summary ===

# of expected passes		11616
# of expected failures		102
# of unsupported tests		532
		=== libitm tests ===


Running target tcwg-local

		=== libitm Summary ===

# of expected passes		44
# of expected failures		3
# of unsupported tests		1
		=== libstdc++ tests ===


Running target tcwg-local
FAIL: 30_threads/jthread/95989.cc execution test

		=== libstdc++ Summary ===

# of expected passes		15129
# of unexpected failures	1
# of expected failures		95
# of unsupported tests		663

Compiler version: 12.0.0 20210818 (experimental) [master revision f0fca213bc52644ba896da622b35842a6157bd98] (GCC) 
Platform: x86_64-pc-linux-gnu
configure flags: SHELL=/bin/bash --with-mpc=/home/tcwg-buildslave/workspace/tcwg-buildfarm__1/_build/builds/destdir/x86_64-pc-linux-gnu --with-mpfr=/home/tcwg-buildslave/workspace/tcwg-buildfarm__1/_build/builds/destdir/x86_64-pc-linux-gnu --with-gmp=/home/tcwg-buildslave/workspace/tcwg-buildfarm__1/_build/builds/destdir/x86_64-pc-linux-gnu --with-gnu-as --with-gnu-ld --disable-libmudflap --enable-lto --enable-shared --without-included-gettext --enable-nls --with-system-zlib --disable-sjlj-exceptions --enable-gnu-unique-object --enable-linker-build-id --disable-libstdcxx-pch --enable-c99 --enable-clocale=gnu --enable-libstdcxx-debug --enable-long-long --with-cloog=no --with-ppl=no --with-isl=no --disable-multilib --enable-threads=posix --enable-multiarch --enable-libstdcxx-time=yes --enable-gnu-indirect-function --enable-checking=yes --enable-bootstrap --enable-languages=c,c++,fortran,lto,objc,obj-c++ --prefix=/home/tcwg-buildslave/workspace/tcwg-buildfarm__1/_build/builds/destdir/x8
 6_64-pc-linux-gnu


More information about the Gcc-testresults mailing list