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
35ea5ad3
Commit
35ea5ad3
authored
Nov 17, 1998
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
From-SVN: r23693
parent
7a78c20b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
+2
-6
gcc/testsuite/g++.old-deja/g++.jason/ctor1.C
+1
-1
gcc/testsuite/g++.old-deja/g++.jason/member1.C
+0
-4
gcc/testsuite/g++.old-deja/g++.mike/misc5.C
+1
-1
No files found.
gcc/testsuite/g++.old-deja/g++.jason/ctor1.C
View file @
35ea5ad3
...
...
@@ -3,7 +3,7 @@
extern
"C"
{
struct
xx
{
void
(
*
xx
)(
void
);
void
(
*
xx
)(
void
);
// ERROR - field with name of class
int
x
,
y
;
};
}
...
...
gcc/testsuite/g++.old-deja/g++.jason/member1.C
deleted
100644 → 0
View file @
7a78c20b
// Build don't link:
struct
S
{
int
S
;
}
object
;
struct
S
function
()
{
return
object
;
}
gcc/testsuite/g++.old-deja/g++.mike/misc5.C
View file @
35ea5ad3
...
...
@@ -7,5 +7,5 @@ struct S1 {
static
int
S1
;
// ERROR - uses same name 9.3
};
struct
S2
{
union
{
int
ii
;
float
S2
;
};
// ERROR - uses same name 9.3
, XFAIL *-*-*
union
{
int
ii
;
float
S2
;
};
// ERROR - uses same name 9.3
};
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