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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [parse/] [defarg5.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// { dg-do compile }
2
 
3
// Copyright (C) 2003 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 5 Sep 2003 
5
// Origin:Wolfgang Bangerth bangerth@dealii.org
6
 
7
// PR c++/12167 - infinite recursion
8
 
9
class A {
10
  void report(int d
11
              // the default arg is what NAN etc can expand to, but
12
              // with the floatiness removed.
13
              = (__extension__ ((union { unsigned l; int d; })
14
                                { l: 0x7fc00000U }).d));
15
};

powered by: WebSVN 2.1.0

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