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
f0cbb7ac
Commit
f0cbb7ac
authored
Nov 08, 2000
by
Loren J. Rittle
Committed by
Gerald Pfeifer
Nov 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
From-SVN: r37314
parent
5344f47f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.old-deja/g++.mike/p6610a.C
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
f0cbb7ac
2000-11-06 Loren J. Rittle <ljrittle@acm.org>
* g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
* gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
...
...
gcc/testsuite/g++.old-deja/g++.mike/p6610a.C
View file @
f0cbb7ac
// prms-id: 6610
// There is a bug in vtable thunks with multiple/virtual inheritance.
// execution test - XFAIL *-*-linux-gnu *-*-linux *-*-freebsd
elf
*
// execution test - XFAIL *-*-linux-gnu *-*-linux *-*-freebsd*
int
fail
=
1
;
struct
B
;
struct
A
{
virtual
int
f
(
const
B
*
)
=
0
;
int
g
(
const
B
*
);
};
...
...
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