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
bfc22107
Commit
bfc22107
authored
May 25, 2000
by
Nathan Sidwell
Committed by
Nathan Sidwell
May 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
From-SVN: r34172
parent
742dff15
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.old-deja/g++.abi/ptrflags.C
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
bfc22107
2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.eh/catch11.C: New test.
* g++.old-deja/g++.eh/catch12.C: New test.
...
...
gcc/testsuite/g++.old-deja/g++.abi/ptrflags.C
View file @
bfc22107
...
...
@@ -14,8 +14,8 @@ using namespace abi;
int
expect
(
int
flags
,
type_info
const
&
info
)
{
__p
ointer
_type_info
const
*
ptr
=
dynamic_cast
<
__p
ointer
_type_info
const
*>
(
&
info
);
__p
base
_type_info
const
*
ptr
=
dynamic_cast
<
__p
base
_type_info
const
*>
(
&
info
);
if
(
!
ptr
)
return
0
;
if
(
ptr
->
quals
!=
flags
)
...
...
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