OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [init/] [dso_handle1.C] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
// PR c++/17042
// PR c++/17042
// { dg-do assemble }
// { dg-do assemble }
/* { dg-require-weak "" } */
/* { dg-require-weak "" } */
// { dg-options "-fuse-cxa-atexit" }
// { dg-options "-fuse-cxa-atexit" }
struct A
struct A
{  A();  ~A(); };
{  A();  ~A(); };
A a;
A a;
extern "C" { void* __dso_handle __attribute__ ((__weak__)); }
extern "C" { void* __dso_handle __attribute__ ((__weak__)); }
void f()
void f()
{  __dso_handle = 0; }
{  __dso_handle = 0; }
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.