2 // { dg-options "-ansi -pedantic-errors -Wold-style-cast" }
4 // Copyright (C) 2001 Free Software Foundation, Inc.
5 // Contributed by Nathan Sidwell 26 Dec 2001 <nathan@codesourcery.com>
7 // PR 5089. old style cast to void should be permitted (think assert)
12 float f = (float)i; // { dg-warning "use of old-style cast" "" }