repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
other
/
conversion1.C
blob
6573ef15ba87bf4f1202081453e51fcd00518948
1
// PR C++/2213
2
// Origin: philippeb@corel.com
3
// Copyright (C), 2002 Free Software Foundation
4
// Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
5
6
// { dg-do compile }
7
8
class QObject
9
{
10
};
11
12
int main()
13
{
14
long long m;
15
16
(void (QObject::*)()) m; // { dg-error "invalid cast" "" }
17
}