Commit 75a65ed9 by Eric Botcazou Committed by Eric Botcazou

re PR c/14465 (insn-output.c:790: error: `asm_out_file' undeclared)

	PR c/14465
	* gcc.dg/decl-6.c: New test.

From-SVN: r79038
parent 679d3167
2004-03-06 Eric Botcazou <ebotcazou@libertysurf.fr>
PR c/14465
* gcc.dg/decl-6.c: New test.
2004-03-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
......
/* { dg-do compile } */
extern int var;
int foo1(void)
{
extern int var;
var += 1;
}
int foo2(void)
{
var += 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