Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a39652f9
Commit
a39652f9
authored
Aug 12, 2001
by
Gabriel Dos Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dg-bogus
From-SVN: r44828
parent
644a7320
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/testsuite/g++.dg/lookup/using.C
+1
-1
gcc/testsuite/g++.dg/template/explicit-instantiation.C
+2
-1
gcc/testsuite/g++.dg/template/friend.C
+1
-1
No files found.
gcc/testsuite/g++.dg/lookup/using.C
View file @
a39652f9
...
@@ -17,7 +17,7 @@ struct Derived : Base {
...
@@ -17,7 +17,7 @@ struct Derived : Base {
int
main
()
int
main
()
{
{
Derived
d
;
Derived
d
;
X
x
=
d
.
f
();
X
x
=
d
.
f
();
// { dg-bogus "Y" "" }
}
}
gcc/testsuite/g++.dg/template/explicit-instantiation.C
View file @
a39652f9
...
@@ -8,6 +8,7 @@ namespace N
...
@@ -8,6 +8,7 @@ namespace N
class
A
{
};
class
A
{
};
}
}
template
class
::
N
::
A
<
int
>
;
template
class
::
N
::
A
<
int
>
;
// { dg-bogus ".*" "" }
gcc/testsuite/g++.dg/template/friend.C
View file @
a39652f9
...
@@ -18,7 +18,7 @@ struct s {
...
@@ -18,7 +18,7 @@ struct s {
struct
t
struct
t
{
{
friend
ostream
&
friend
ostream
&
operator
<<<
T
>
(
ostream
&
,
const
typename
s
<
T
>::
t
&
);
operator
<<<
T
>
(
ostream
&
,
const
typename
s
<
T
>::
t
&
);
// { dg-bogus ".*" "" }
};
};
t
x
;
t
x
;
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment