Commit 80c1c40a by Jakub Jelinek Committed by Jakub Jelinek

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
parent fed2a43c
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.
......
/* { dg-do compile } */
/* { dg-options "" } */
typedef struct {
long a;
long long a;
} c;
void e();
......
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