comparison gcc/testsuite/g++.dg/template/inline1.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 // { dg-do compile } 1 // { dg-do compile }
2 // { dg-options "-fno-default-inline -O0" } 2 // { dg-options "-O0" }
3 // { dg-final { scan-assembler-not "\n_?_ZN1X3FooIiEEvT_\[: \t\n\]" } } 3 // { dg-final { scan-assembler-not "\n_?_ZN1X3FooIiEEvT_\[: \t\n\]" } }
4 4
5 // Copyright (C) 2003 Free Software Foundation, Inc. 5 // Copyright (C) 2003 Free Software Foundation, Inc.
6 // Contributed by Nathan Sidwell 27 Mar 2003 <nathan@codesourcery.com> 6 // Contributed by Nathan Sidwell 27 Mar 2003 <nathan@codesourcery.com>
7 7