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
136dc16a
Commit
136dc16a
authored
Jul 23, 1998
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
From-SVN: r21354
parent
25eb19ff
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
gcc/testsuite/g++.old-deja/g++.robertl/eb131.C
+1
-1
gcc/testsuite/g++.old-deja/g++.robertl/eb132.C
+5
-2
gcc/testsuite/g++.old-deja/g++.robertl/eb56.C
+5
-5
No files found.
gcc/testsuite/g++.old-deja/g++.robertl/eb131.C
View file @
136dc16a
...
@@ -16,6 +16,6 @@ struct a {
...
@@ -16,6 +16,6 @@ struct a {
a
::
a
()
a
::
a
()
{
{
foo
(
&
junk
);
// ERROR - junk is an unqualified-id.
foo
(
&
junk
);
// ERROR - junk is an unqualified-id.
foo
(
&
bar
);
// ERROR - bar is an unqualified-id.
foo
(
&
bar
);
// ERROR - bar is an unqualified-id.
XFAIL *-*-*
}
}
gcc/testsuite/g++.old-deja/g++.robertl/eb132.C
View file @
136dc16a
...
@@ -3,11 +3,14 @@
...
@@ -3,11 +3,14 @@
// Reported against EGCS snaps 98/06/28.
// Reported against EGCS snaps 98/06/28.
// Special g++ Options: -O -Wall -fgcse -frerun-loop-opt
// Special g++ Options: -O -Wall -fgcse -frerun-loop-opt
//
//
// Compilation of this program with the flags g++ -Wall -O -fgcse -frerun-loop-opt
// Compilation of this program with the flags g++ -Wall -O -fgcse
// or -O2 produces spurious warnings in the standard header <std/bastring.h>.
// -frerun-loop-opt or -O2 produces spurious warnings in the standard
// header <std/bastring.h>.
//
//
// They vanish if the declaration of a::b is taken out.
// They vanish if the declaration of a::b is taken out.
// excess errors test - XFAIL *-*-*
#include <string>
#include <string>
string
foo
();
string
foo
();
...
...
gcc/testsuite/g++.old-deja/g++.robertl/eb56.C
View file @
136dc16a
// Error: Internal compiler error on 1998/05/28 snapshot.
// Error: Internal compiler error on 1998/05/28 snapshot.
// Build don't link:
class
foo
{
class
foo
{
typedef
int
sometype
;
typedef
int
sometype
;
};
};
struct
die
:
public
foo
::
sometype
{
struct
die
:
public
foo
::
sometype
{
// ERROR - invalid base type
};
};
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