view gcc/testsuite/g++.dg/cpp2a/srcloc6.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-do compile { target c++2a } }

namespace std {
  struct source_location {
  };
}

auto x = __builtin_source_location ();	// { dg-error "'__impl' is not a member of 'std::source_location'" }
// { dg-message "evaluating '__builtin_source_location'" "" { target *-*-* } .-1 }