aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr98786.c
blob: ea364717af230483f3262a3030b6031ffbbc5cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* { dg-do compile } */
/* { dg-additional-options "-fno-tree-dce" } */

void
func_30 (void);

int __attribute__ ((pure, returns_twice))
func_38 (int g_15, int p_39)
{
  return !!g_15 ? p_39 : 0;
}

void
func_26 (int func_26___trans_tmp_1)
{
  long int l_37 = 0;
  int __trans_tmp_1;

  func_26___trans_tmp_1 = func_38 (func_26___trans_tmp_1, 1);
  __trans_tmp_1 = func_38 (func_26___trans_tmp_1, l_37);
  l_37 = 1;
  func_30 ();
}