view gcc/testsuite/g++.dg/lookup/using61.C @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 1830386684a0
children
line wrap: on
line source

// { dg-options "-gdwarf-2" }
/* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* } && { ! hppa*64*-*-* } } } */

extern "C" long double nanl(const char *);
using ::nanl;

// We should elide the using for this extern C builtin
// { dg-final { scan-assembler-not ".debug_info" } }