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
75a50bd1
Commit
75a50bd1
authored
May 28, 1998
by
Robert Lipe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Martin says: This makes a good namespace test case :-) we should leave it.
From-SVN: r20126
parent
7da56874
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
+1
-5
gcc/testsuite/g++.old-deja/g++.robertl/eb124.C
+1
-5
No files found.
gcc/testsuite/g++.old-deja/g++.robertl/eb124.C
View file @
75a50bd1
//Build don't link:
#include <stdexcept>
#include <stdexcept>
#if WORK_AROUND
typedef
std
::
runtime_error
std_runtime_error
;
class
X
:
public
std_runtime_error
{};
#else
class
X
:
public
std
::
runtime_error
{};
class
X
:
public
std
::
runtime_error
{};
#endif
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