re PR middle-end/90478 (ICE in emit_case_dispatch_table at gcc/stmt.c:796)

PR middle-end/90478
	* gcc.dg/tree-ssa/pr90478.c: Add empty dg-options.  Use long long type
	instead of long.

From-SVN: r271271
This commit is contained in:
Jakub Jelinek 2019-05-16 00:43:47 +02:00 committed by Jakub Jelinek
parent fed2a43c01
commit 80c1c40acb
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,8 @@
2019-05-15 Jakub Jelinek <jakub@redhat.com>
2019-05-16 Jakub Jelinek <jakub@redhat.com>
PR middle-end/90478
* gcc.dg/tree-ssa/pr90478.c: Add empty dg-options. Use long long type
instead of long.
* c-c++-common/gomp/simd8.c: New test.

View File

@ -1,7 +1,8 @@
/* { dg-do compile } */
/* { dg-options "" } */
typedef struct {
long a;
long long a;
} c;
void e();