OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [g++.dg/] [other/] [canon-33194.C] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// PR c++/33194
2
void c_translate_location (
3
           void (*fail) (
4
           const char *fmt, ...)
5
           __attribute__ ((noreturn,
6
             format (printf, 1, 2)))
7
           );
8
 
9
 
10
struct dwflpp
11
{
12
  static void loc2c_error (const char *fmt, ...)
13
  {
14
  }
15
 
16
  void
17
  translate_location()
18
  {
19
    return c_translate_location (&loc2c_error);
20
  }
21
};

powered by: WebSVN 2.1.0

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