Commit bcf0905a by Jakub Jelinek Committed by Jakub Jelinek

re PR middle-end/77475 (unnecessary or misleading context in reporting command line problems)

	PR middle-end/77475
	* gcc.target/i386/pr65990.c: Adjust dg-error regexp.

From-SVN: r240175
parent e43163ae
2016-09-16 Jakub Jelinek <jakub@redhat.com> 2016-09-16 Jakub Jelinek <jakub@redhat.com>
PR middle-end/77475
* gcc.target/i386/pr65990.c: Adjust dg-error regexp.
PR target/77526 PR target/77526
* gcc.target/i386/pr77526.c: New test. * gcc.target/i386/pr77526.c: New test.
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-mtune=btver2 -mmemcpy-strategy=rep_8byte:-1:noalign" } /* { dg-options "-mtune=btver2 -mmemcpy-strategy=rep_8byte:-1:noalign" }
/* { dg-error "stringop strategy name 'rep_8byte' specified for option '-mmemcpy_strategy=' not supported for 32-bit code" "" { target ia32 } 0 } */ /* { dg-error "strategy name 'rep_8byte' specified for option '-mmemcpy_strategy=' not supported for 32-bit code" "" { target ia32 } 0 } */
struct U9 struct U9
{ {
......
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