re PR target/82767 (gcc.target/i386/pr71321.c scan-assembler-times fail)

PR testsuite/82767
	 * gcc.target/i386/pr71321.c: Test with -mtune=generic

From-SVN: r255749
This commit is contained in:
Sebastian Peryt 2017-12-16 17:21:23 +01:00 committed by Jeff Law
parent a900786575
commit c16c06daa1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-12-16 Sebastian Peryt <sebastian.peryt@intel.com>
PR testsuite/82767
* gcc.target/i386/pr71321.c: Test with -mtune=generic
2017-12-15 Markus Trippelsdorf <markus@trippelsdorf.de>
PR target/83358

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-mtune=generic -O2" } */
typedef unsigned char uint8_t;
typedef unsigned int uint32_t;