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/] [parse/] [defarg5.C] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 5 Sep 2003 <nathan@codesourcery.com>
// Origin:Wolfgang Bangerth bangerth@dealii.org
// PR c++/12167 - infinite recursion
class A {
void report(int d
// the default arg is what NAN etc can expand to, but
// with the floatiness removed.
= (__extension__ ((union { unsigned l; int d; })
{ l: 0x7fc00000U }).d));
};
Go to most recent revision | Compare with Previous | Blame | View Log