Skip to content
Snippets Groups Projects
Commit 5f679db9 authored by Volker Reichelt's avatar Volker Reichelt Committed by Eric Botcazou
Browse files

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

From-SVN: r91804
parent 66237a39
No related branches found
No related tags found
No related merge requests found
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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment