Skip to content
Snippets Groups Projects
  • Jakub Jelinek's avatar
    73bbfd59
    testsuite: Fix up memchr-3.c test [PR108991] · 73bbfd59
    Jakub Jelinek authored
    The newly added dg-warning directive was missing the comment argument,
    so the target selector was treated as comment and the warning was expected
    on all targets when it should be expected only on llp64 targets.
    
    2023-03-03  Jakub Jelinek  <jakub@redhat.com>
    
    	PR testsuite/108991
    	* gcc.dg/memchr-3.c: Add missing comment argument to dg-warning
    	before target selector.
    73bbfd59
    History
    testsuite: Fix up memchr-3.c test [PR108991]
    Jakub Jelinek authored
    The newly added dg-warning directive was missing the comment argument,
    so the target selector was treated as comment and the warning was expected
    on all targets when it should be expected only on llp64 targets.
    
    2023-03-03  Jakub Jelinek  <jakub@redhat.com>
    
    	PR testsuite/108991
    	* gcc.dg/memchr-3.c: Add missing comment argument to dg-warning
    	before target selector.