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
8190f073
Commit
8190f073
authored
Nov 22, 1998
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
From-SVN: r23757
parent
668d9af5
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
6 deletions
+8
-6
gcc/testsuite/g++.old-deja/g++.benjamin/typedef01.C
+1
-6
gcc/testsuite/g++.old-deja/g++.jason/warning5.C
+1
-0
gcc/testsuite/g++.old-deja/g++.mike/eh20.C
+1
-0
gcc/testsuite/g++.old-deja/g++.mike/p4173.C
+2
-0
gcc/testsuite/g++.old-deja/g++.mike/warn2.C
+2
-0
gcc/testsuite/g++.old-deja/g++.robertl/eb78.C
+1
-0
No files found.
gcc/testsuite/g++.old-deja/g++.benjamin/typedef01.C
View file @
8190f073
...
@@ -40,12 +40,7 @@ struct S {
...
@@ -40,12 +40,7 @@ struct S {
typedef
struct
S
T
;
typedef
struct
S
T
;
S
a
=
T
();
// OK
S
a
=
T
();
// OK
struct
T
*
p
;
//
error
struct
T
*
p
;
//
ERROR - using typedef after struct
//case01
//case01
typedef
bool
short
;
// ERROR - .*
typedef
bool
short
;
// ERROR - .*
gcc/testsuite/g++.old-deja/g++.jason/warning5.C
View file @
8190f073
...
@@ -11,6 +11,7 @@ public:
...
@@ -11,6 +11,7 @@ public:
int
a
;
int
a
;
};
};
int
main
()
main
()
{
{
char
buffer
[
1024
];
char
buffer
[
1024
];
...
...
gcc/testsuite/g++.old-deja/g++.mike/eh20.C
View file @
8190f073
// Build don't link:
// Build don't link:
// Special g++ Options: -fexceptions -Wall
// Special g++ Options: -fexceptions -Wall
int
main
()
{
main
()
{
throw
1
;
throw
1
;
}
}
gcc/testsuite/g++.old-deja/g++.mike/p4173.C
View file @
8190f073
...
@@ -18,6 +18,8 @@ struct Type
...
@@ -18,6 +18,8 @@ struct Type
Type
a
;
Type
a
;
Type
b
;
Type
b
;
TypeKind
c
;
TypeKind
c
;
int
main
()
{
main
()
{
a
.
kind
=
b
.
kind
=
c
;
a
.
kind
=
b
.
kind
=
c
;
(
a
.
kind
=
c
)
=
b
.
kind
;
// gets bogus error
(
a
.
kind
=
c
)
=
b
.
kind
;
// gets bogus error
...
...
gcc/testsuite/g++.old-deja/g++.mike/warn2.C
View file @
8190f073
...
@@ -17,6 +17,8 @@ OpResult fn1() {
...
@@ -17,6 +17,8 @@ OpResult fn1() {
}
}
extern
void
foo
();
extern
void
foo
();
int
main
()
{
main
()
{
if
(
fn1
()
==
Ok
)
{
// WARNING -
if
(
fn1
()
==
Ok
)
{
// WARNING -
foo
();
foo
();
...
...
gcc/testsuite/g++.old-deja/g++.robertl/eb78.C
View file @
8190f073
...
@@ -119,6 +119,7 @@ tryIt(const String& filename)
...
@@ -119,6 +119,7 @@ tryIt(const String& filename)
}
}
}
}
int
main
()
main
()
{
{
tryIt
(
"goodFile.txt"
);
tryIt
(
"goodFile.txt"
);
...
...
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