]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/gcc.dg/Wlarger-than.c
re PR rtl-optimization/11864 (miscompiles zero extention and test)
[gcc.git] / gcc / testsuite / gcc.dg / Wlarger-than.c
CommitLineData
e9770d51
NB
1/* Copyright (C) 2000 Free Software Foundation, Inc. */
2
3/* { dg-do compile } */
4/* { dg-options "-Wlarger-than-32768" } */
5
6/* -Wlarger-than with functions returning void used to segfault.
7 Source: PR 602, testsuite-ized by Neil Booth 21 Jan 2000. */
8
9static void foo (void) {}
10
This page took 1.148947 seconds and 5 git commands to generate.