repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
cond2.C
blob
a7c3691104e4f4f9fe741f3a2bcc39b8fe299726
1
// { dg-do assemble }
2
// Origin: Loring Holden <lsh@cs.brown.edu>
3
4
class Wpt {};
5
6
class RAYhit {
7
protected:
8
Wpt _nearpt;
9
public:
10
Wpt surf () const { return true ? Wpt(): _nearpt; }
11
};