view gcc/testsuite/g++.dg/cpp2a/srcloc8.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 {
    typedef int __impl;
  };
}

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