OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [warn/] [nonnull1.C] - Blame information for rev 301

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// Test that "nonnull" attribute works for C++.
2
// Origin: Joseph Myers 
3
// { dg-do compile }
4
// { dg-options "-Wall" }
5
 
6
// The "nonnull" attribute is thoroughly tested for C, so here we
7
// simply test that it works at all, as at one point the relevant
8
// checking code was only called for C.
9
 
10
extern void f (char *) __attribute__((nonnull));
11
 
12
void
13
g ()
14
{
15
  f (0); // { dg-warning "null" "null argument" }
16
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.