summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cdtest/cdtest-nrv.dat
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-08-01 14:37:47 +0000
committerNick Clifton <nickc@redhat.com>2001-08-01 14:37:47 +0000
commit39c183c149bdfa422b5ae634deee800bb3524897 (patch)
tree0ecd22d3afdc3879d0b617f65a6c000cf0dbc278 /ld/testsuite/ld-cdtest/cdtest-nrv.dat
parent22a517d05e4ed2e29fb56b70599c7d9c3ac86c4e (diff)
downloadbinutils-gdb-39c183c149bdfa422b5ae634deee800bb3524897.tar.gz
Do not require any exception support library. Check results against NRV.
Diffstat (limited to 'ld/testsuite/ld-cdtest/cdtest-nrv.dat')
-rw-r--r--ld/testsuite/ld-cdtest/cdtest-nrv.dat13
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cdtest/cdtest-nrv.dat b/ld/testsuite/ld-cdtest/cdtest-nrv.dat
new file mode 100644
index 00000000000..d3f871ff108
--- /dev/null
+++ b/ld/testsuite/ld-cdtest/cdtest-nrv.dat
@@ -0,0 +1,13 @@
+Constructing Foo(1) "static_foo"
+Constructing Foo(2) "static_foo"
+Constructing Foo(3) "automatic_foo"
+Constructing Foo(4) "default-foo"
+Constructing Foo(5) "other_foo1"
+Constructing Foo(6) "other_foo2"
+Copying Foo(5) "other_foo1" to Foo(6)
+Destructing Foo(6) "other_foo1" (remaining foos: 5)
+Destructing Foo(5) "other_foo1" (remaining foos: 4)
+Destructing Foo(4) "default-foo" (remaining foos: 3)
+Destructing Foo(3) "automatic_foo" (remaining foos: 2)
+Destructing Foo(2) "static_foo" (remaining foos: 1)
+Destructing Foo(1) "static_foo" (remaining foos: 0)