Commit 87af78d4 by Nick Clifton

20091002-1_0.C: Replace -shared with -r -nostlib.

        * g++.dg/lto/20091002-1_0.C: Replace -shared with -r -nostlib.
        * g++.dg/lto/20081120-1_0.C: Likewise.
        * g++.dg/lto/20091002-2_0.C: Likewise.
        * g++.dg/lto/20081120-2_0.C: Likewise.
        * g++.dg/lto/20091002-3_0.C: Likewise.
        * g++.dg/lto/20081123_0.C: Likewise.
        * g++.dg/lto/20090313_0.C: Likewise.
        * g++.dg/lto/20081109-1_0.C: Likewise.
        * g++.dg/lto/20081219_0.C: Likewise.
        * g++.dg/lto/20081204-1_0.C: Likewise.
        * g++.dg/lto/20090302_0.C: Likewise.
        * g++.dg/lto/20081119-1_0.C: Likewise.
        * g++.dg/lto/20081118_0.C: Likewise.

From-SVN: r154325
parent 9cfb4eba
// { dg-lto-do link }
// { dg-lto-options {{-fPIC -fwhopr}} }
// { dg-extra-ld-options "-fPIC -fwhopr -shared -fno-exceptions" }
// { dg-extra-ld-options "-fPIC -fwhopr -r -nostdlib -fno-exceptions" }
void func(); class Foo { };
void bar() { try { func(); } catch (Foo) { } };
/* { dg-lto-do link } */
/* { dg-lto-options {{-fPIC -fwhopr -shared}} } */
/* { dg-lto-options {{-fPIC -fwhopr -r -nostdlib}} } */
/* We used to ICE because of dangling pointers. */
......
/* { dg-lto-do link } */
/* { dg-lto-options {{-fPIC -fwhopr -shared}} } */
/* { dg-lto-options {{-fPIC -fwhopr -r -nostdlib}} } */
#include "20081119-1.h"
......
// { dg-lto-do link }
// { dg-lto-options {{-flto -shared}} }
// { dg-lto-options {{-flto -r -nostdlib}} }
extern "C"
{
extern __inline __attribute__((__gnu_inline__)) int pthread_equal(int, int)
......
// { dg-lto-do link }
// { dg-lto-options {{-flto -shared}} }
// { dg-lto-options {{-flto -r -nostdlib}} }
template < typename > struct Foo
{
inline void rdstate() {
......
// { dg-lto-do link }
// { dg-lto-options {{-fwhopr -shared -fPIC}} }
// { dg-lto-options {{-fwhopr -r -nostdlib -fPIC}} }
int
f(void)
......
/* { dg-lto-do link } */
/* { dg-lto-options {{-fwhopr -fPIC -shared}} } */
/* { dg-lto-options {{-fwhopr -fPIC -r -nostdlib}} } */
/* Tests for the absence during linking of:
lto1: error: type of '_ZTVN10__cxxabiv120__si_class_type_infoE' does
......
// { dg-lto-do link }
// { dg-lto-options {{-fPIC -fwhopr -O2}} }
// { dg-extra-ld-options "-O2 -fPIC -fwhopr -shared" }
// { dg-extra-ld-options "-O2 -fPIC -fwhopr -r -nostdlib" }
typedef long int ptrdiff_t;
extern "C"
......
/* { dg-lto-do link } */
/* { dg-lto-options {{-fPIC -fwhopr -shared}} } */
/* { dg-lto-options {{-fPIC -fwhopr -r -nostdlib}} } */
struct Foo {
bool Mumble();
static void Bar() { if (foo_->Mumble()) foo_ = 0; }
......
// { dg-lto-do link }
// { dg-lto-options {{-fwhopr -fPIC}} }
// { dg-extra-ld-options "-fwhopr -shared" }
// { dg-extra-ld-options "-fwhopr -r -nostdlib" }
int X;
// { dg-lto-do link }
// { dg-lto-options {{-fPIC -flto}} }
// { dg-extra-ld-options "-fPIC -shared" }
// { dg-extra-ld-options "-fPIC -r -nostdlib" }
namespace std __attribute__ ((__visibility__ ("default")))
{
......
// { dg-lto-do link }
// { dg-lto-options {{-fPIC}} }
// { dg-extra-ld-options "-fPIC -shared" }
// { dg-extra-ld-options "-fPIC -r -nostdlib" }
class DataArray {
int max() const { }
......
// { dg-lto-do link }
// { dg-lto-options {{-fPIC}} }
// { dg-extra-ld-options "-fPIC -shared" }
// { dg-extra-ld-options "-fPIC -r -nostdlib" }
template < class T >
class DataArray {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment