Commit 4fcfb584 by Jakub Jelinek Committed by Jakub Jelinek

re PR middle-end/65048 (ICE in add_phi_args_after_copy_edge, at tree-cfg.c)

	PR tree-optimization/65048
	* gcc.dg/tree-ssa/ssa-dom-thread-9.c: Add -std=gnu89 to dg-options.
	(foo): Use K&R style definition.

From-SVN: r221063
parent 892927b7
2015-02-27 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/65048
* gcc.dg/tree-ssa/ssa-dom-thread-9.c: Add -std=gnu89 to dg-options.
(foo): Use K&R style definition.
2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
PR target/65032
......
/* PR 65048 */
/* { dg-do compile } */
/* { dg-options "-O3" } */
/* { dg-options "-O3 -std=gnu89" } */
int a, b, c, d;
void fn (void);
int
foo (int x)
foo (x)
int x;
{
switch (x)
{
......
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