OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [nullptr19.C] - Blame information for rev 693

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// { dg-do compile }
2
// { dg-options "-std=c++0x" }
3
 
4
// Test overload of pointer versus nullptr_t when applied on a literal 0/__null
5
 
6
typedef decltype(nullptr) nullptr_t;
7
 
8
char* k( char* );       /* { dg-message "note" } { dg-message "note" } */
9
nullptr_t k( nullptr_t ); /* { dg-message "note" } { dg-message "note" } */
10
 
11
void test_k()
12
{
13
  k(0); /* { dg-error "is ambiguous" } */
14
  // { dg-message "candidate" "candidate note" { target *-*-* } 13 }
15
  k(__null); /* { dg-error "is ambiguous" } */
16
  // { dg-message "candidate" "candidate note" { target *-*-* } 15 }
17
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.