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/g++.dg/opt/   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:     pr98834.C (1.3 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* { dg-do compile } */
/* { dg-require-effective-target c++17 } */
/* { dg-options "-O2 -fdump-tree-fre3" } */

struct _Base

  int _M_data = 0;
};

struct _Wrapper : _Base

  _Wrapper(int) {}

  bool _M_is_constprop() { return __builtin_constant_p(_M_data); }
};

struct _Impl

  _Wrapper _S_multiplies(_Wrapper __x, _Wrapper __y)
  { 
    if (__x._M_is_constprop() || __y._M_is_constprop())
      return __y;
    return 0;
  }
};

struct _TupleData

  _Wrapper first;
  int second;
};

struct _Tuple : _TupleData

  template <typename _Fp>
    _Tuple _M_apply_per_chunk(_Fp __fun, _Tuple __y)
    { 
      return {__fun(first, __y.first), second};
    }
};

struct _ImplFixed

  static _Tuple _S_multiplies(_Tuple __x, _Tuple __y)
  { 
    return __x._M_apply_per_chunk(
             []( auto __xx, auto __yy) {
               return _Impl()._S_multiplies(__xx, __yy);
             },
             __y);
  }
};

class simd
{
public:
  [[__gnu__::__always_inline__]] friend simd operator*(simd __x, simd __y)
  { return _ImplFixed::_S_multiplies(__x._M_data, __y._M_data); }

  simd(_Tuple __init) : _M_data(__init) {}

  _Tuple _M_data;
};

int main()

  simd({0, 0}) * simd({0, 0});
}

/* FRE3 should elide all conditionals in the remaining main.  */
/* { dg-final { scan-tree-dump-times "<bb" 1 "fre3" } } */

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