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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [obj-c++.dg/] [warn7.mm] - Rev 703

Compare with Previous | Blame | View Log

// PR c++/50757
// { dg-options "-Wformat -Wno-nonnull" }

extern void *f (void *__s) __attribute__ ((__nonnull__ (1)));

int main()
{
  void* const s = 0;
  f(s);
}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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