Skip to content

Commit 2c6301e

Browse files
author
sudi
committed
[ARM] Fix pr84826.c failure for thumb1
*** gcc/testsuite/ChangeLog *** 2018-03-23 Sudakshina Das <[email protected]> PR target/84826 * gcc.target/arm/pr84826.c: Add dg directive. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258805 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent 317cd23 commit 2c6301e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

gcc/testsuite/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2018-03-23 Sudakshina Das <[email protected]>
2+
3+
PR target/84826
4+
* gcc.target/arm/pr84826.c: Add dg directive.
5+
16
2018-03-23 Marek Polacek <[email protected]>
27

38
PR c++/85033

gcc/testsuite/gcc.target/arm/pr84826.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* { dg-do compile } */
2+
/* { dg-require-effective-target arm_thumb2_ok } */
23
/* { dg-options "-Ofast -fstack-clash-protection" } */
34

45
void d (void *);

0 commit comments

Comments
 (0)