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
ca3c62ec
Commit
ca3c62ec
authored
Jul 25, 2003
by
Nathan Sidwell
Committed by
Nathan Sidwell
Jul 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/other/error2.C: Tweak expected errors.
From-SVN: r69796
parent
c7b62f14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/testsuite/ChangeLog
+1
-0
gcc/testsuite/g++.dg/other/error2.C
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
ca3c62ec
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
PR c++/11617
PR c++/11617
* g++.dg/template/lookup2.C: New test.
* g++.dg/template/lookup2.C: New test.
* g++.dg/template/memclass1.C: Remove instantiated from error.
* g++.dg/template/memclass1.C: Remove instantiated from error.
* g++.dg/other/error2.C: Tweak expected errors.
PR c++/11596
PR c++/11596
* g++.dg/template/defarg3.C: New test.
* g++.dg/template/defarg3.C: New test.
...
...
gcc/testsuite/g++.dg/other/error2.C
View file @
ca3c62ec
...
@@ -10,5 +10,5 @@ namespace N
...
@@ -10,5 +10,5 @@ namespace N
class
B
{
friend
void
operator
>>
(
int
,
class
B
);
};
class
B
{
friend
void
operator
>>
(
int
,
class
B
);
};
class
N
{
friend
void
operator
>>
(
int
,
class
N
);
};
class
N
{
friend
void
operator
>>
(
int
,
class
N
);
};
}
}
void
N
::
operator
>>
(
int
,
N
::
B
)
// { dg-error "`B' is not a member of
`class N::N'
|non-function|primary-expression" "" }
void
N
::
operator
>>
(
int
,
N
::
B
)
// { dg-error "`B' is not a member of|non-function|primary-expression" "" }
{
}
// { dg-error "" "" }
{
}
// { dg-error "" "" }
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