Commit 5f679db9 by Volker Reichelt Committed by Eric Botcazou

* g++.dg/other/unreachable-1.C: New test.

From-SVN: r91804
parent 66237a39
2004-12-07 Volker Reichelt <reichelt@gcc.gnu.org>
* g++.dg/other/unreachable-1.C: New test.
2004-12-06 Nick Clifton <nickc@redhat.com>
* gcc.dg/builtins-config.h: Use <sys/types.h> instead of
......
// PR middle-end/17827
// Origin: Andre Woebbeking <Woebbeking@web.de>
// Testcase by Volker Reichelt <reichelt@gcc.gnu.org>
// { dg-do compile }
void foo()
{
if (false)
if (int i=0)
int j=i;
}
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