Commit e387d491 by Jakub Jelinek Committed by Jakub Jelinek

re PR tree-optimization/69801 (gcc ICE on valid code on x86_64-linux-gnu in "operand_equal_p")

	PR middle-end/69801
	* gcc.dg/pr69801.c: Add empty dg-options.

From-SVN: r233459
parent ba539195
2016-02-16 Jakub Jelinek <jakub@redhat.com>
PR middle-end/69801
* gcc.dg/pr69801.c: Add empty dg-options.
2016-02-16 James Norris <jnorris@codesourcery.com> 2016-02-16 James Norris <jnorris@codesourcery.com>
* c-c++-common/goacc/deviceptr-1.c: Add tests. * c-c++-common/goacc/deviceptr-1.c: Add tests.
......
/* PR middle-end/69801 */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "" } */
struct { struct {
char c[1]; char c[1];
......
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