Skip to content

Commit 5473b55

Browse files
author
uros
committed
* g++.dg/abi/mangle-regparm.C (dg-optiond): Add -save-temps.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224341 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent cb3912b commit 5473b55

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gcc/testsuite/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-06-10 Uros Bizjak <[email protected]>
2+
3+
* g++.dg/abi/mangle-regparm.C (dg-optiond): Add -save-temps.
4+
15
2015-06-10 Uros Bizjak <[email protected]>
26

37
PR target/66473

gcc/testsuite/g++.dg/abi/mangle-regparm.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// { dg-do run { target { { i?86-*-* x86_64-*-* } && ia32 } } }
2-
// { dg-options "-Wabi=8" }
2+
// { dg-options "-Wabi=8 -save-temps" }
33
// { dg-final { scan-assembler "_Z18IndirectExternCallIPU7stdcallU7regparmILi3EEFviiEiEvT_T0_S3_" } }
44

55
typedef __SIZE_TYPE__ size_t;

0 commit comments

Comments
 (0)