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/] [debug/] [dwarf2/] [inline1.C] - Rev 384

Compare with Previous | Blame | View Log

// This isn't really testing dwarf output, but rather that we can inline f
// even though the call precedes the definition.

// { dg-options "-gdwarf-2 -dA -O" }
// { dg-final { scan-assembler "DW_TAG_inlined_subroutine" } }

template <class T>
inline T f(T);

int main()
{
  f(1);
}

int i;

template <class T>
inline T f(T t) { ++i; return t; }

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.