Replace absolute line numbers in gcc.target/aarch64
2017-05-06 Tom de Vries <tom@codesourcery.com> PR testsuite/80557 * gcc.target/aarch64/spellcheck_1.c: Replace absolute line numbers. * gcc.target/aarch64/spellcheck_2.c: Same. * gcc.target/aarch64/spellcheck_3.c: Same. From-SVN: r247713
This commit is contained in:
parent
e01261fef5
commit
6df1349133
4 changed files with 16 additions and 9 deletions
|
@ -1,3 +1,10 @@
|
|||
2017-05-06 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
PR testsuite/80557
|
||||
* gcc.target/aarch64/spellcheck_1.c: Replace absolute line numbers.
|
||||
* gcc.target/aarch64/spellcheck_2.c: Same.
|
||||
* gcc.target/aarch64/spellcheck_3.c: Same.
|
||||
|
||||
2017-05-06 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
PR testsuite/80557
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
__attribute__((target ("arch=armv8-a-typo"))) void
|
||||
foo ()
|
||||
{
|
||||
/* { dg-message "valid arguments are: \[^\n\r]*; did you mean 'armv8-a'?" "" { target *-*-* } .-1 } */
|
||||
/* { dg-error "unknown value 'armv8-a-typo' for 'arch' target attribute" "" { target *-*-* } .-2 } */
|
||||
/* { dg-error "target attribute 'arch=armv8-a-typo' is invalid" "" { target *-*-* } .-3 } */
|
||||
}
|
||||
/* { dg-message "valid arguments are: \[^\n\r]*; did you mean 'armv8-a'?" "" { target *-*-* } 5 } */
|
||||
/* { dg-error "unknown value 'armv8-a-typo' for 'arch' target attribute" "" { target *-*-* } 5 } */
|
||||
/* { dg-error "target attribute 'arch=armv8-a-typo' is invalid" "" { target *-*-* } 5 } */
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
__attribute__((target ("cpu=cortex-a57-typo"))) void
|
||||
foo ()
|
||||
{
|
||||
/* { dg-message "valid arguments are: \[^\n\r]*; did you mean 'cortex-a57?" "" { target *-*-* } .-1 } */
|
||||
/* { dg-error "unknown value 'cortex-a57-typo' for 'cpu' target attribute" "" { target *-*-* } .-2 } */
|
||||
/* { dg-error "target attribute 'cpu=cortex-a57-typo' is invalid" "" { target *-*-* } .-3 } */
|
||||
}
|
||||
/* { dg-message "valid arguments are: \[^\n\r]*; did you mean 'cortex-a57?" "" { target *-*-* } 5 } */
|
||||
/* { dg-error "unknown value 'cortex-a57-typo' for 'cpu' target attribute" "" { target *-*-* } 5 } */
|
||||
/* { dg-error "target attribute 'cpu=cortex-a57-typo' is invalid" "" { target *-*-* } 5 } */
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
__attribute__((target ("tune=cortex-a57-typo"))) void
|
||||
foo ()
|
||||
{
|
||||
/* { dg-message "valid arguments are: \[^\n\r]*; did you mean 'cortex-a57?" "" { target *-*-* } .-1 } */
|
||||
/* { dg-error "unknown value 'cortex-a57-typo' for 'tune' target attribute" "" { target *-*-* } .-2 } */
|
||||
/* { dg-error "target attribute 'tune=cortex-a57-typo' is invalid" "" { target *-*-* } .-3 } */
|
||||
}
|
||||
/* { dg-message "valid arguments are: \[^\n\r]*; did you mean 'cortex-a57?" "" { target *-*-* } 5 } */
|
||||
/* { dg-error "unknown value 'cortex-a57-typo' for 'tune' target attribute" "" { target *-*-* } 5 } */
|
||||
/* { dg-error "target attribute 'tune=cortex-a57-typo' is invalid" "" { target *-*-* } 5 } */
|
||||
|
|
Loading…
Add table
Reference in a new issue