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
2e15faa2
Commit
2e15faa2
authored
Oct 26, 1998
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
From-SVN: r23354
parent
1eb0072d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
10 deletions
+5
-10
gcc/testsuite/g++.old-deja/g++.law/friend4.C
+0
-1
gcc/testsuite/g++.old-deja/g++.other/decl2.C
+0
-2
gcc/testsuite/g++.old-deja/g++.other/friend5.C
+1
-5
gcc/testsuite/g++.old-deja/g++.robertl/eb125.C
+4
-2
No files found.
gcc/testsuite/g++.old-deja/g++.law/friend4.C
View file @
2e15faa2
// Build don't link:
// GROUPS passed friends
// excess errors test - XFAIL *-*-*
// friends file
// From: osinski@cs.nyu.edu (Ed Osinski)
// Date: Fri, 05 Jun 92 20:47:37 -0400
...
...
gcc/testsuite/g++.old-deja/g++.other/decl2.C
View file @
2e15faa2
// Build don't link:
// Based on a test-case by Maciej Radziejewski <maciejr@iws.uni-stuttgart.de>
// crash test - XFAIL *-*-*
int
i
(
0
)(
1
);
// ERROR - multiple initialization
int
j
(
2
)
=
3
;
// ERROR - multiple initialization
int
k
(
4
)(
5
)(
6
);
// ERROR - multiple initialization
...
...
gcc/testsuite/g++.old-deja/g++.other/friend5.C
View file @
2e15faa2
// Build don't link:
// submitted by David C Binderman <dcb@pncl.co.uk>
// crash test - XFAIL *-*-*
struct
A
{
friend
bool
();
friend
bool
();
// ERROR - invalid declaration
};
gcc/testsuite/g++.old-deja/g++.robertl/eb125.C
View file @
2e15faa2
// This is a crash test; we don't care how many normal errors we get.
// excess errors test - XFAIL *-*-*
struct
test_box
{
void
print
(
void
);
...
...
@@ -17,5 +20,4 @@ template <class BOX> void test(BOX *the_box) // ERROR - semicolon missing
the_box
->
print
();
};
template
void
test
<>
(
test_box
*
);
// gets bogus error - test is declared XFAIL *-*-*
template
void
test
<>
(
test_box
*
);
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