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
6a0d3671
Commit
6a0d3671
authored
Nov 28, 1997
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
From-SVN: r16817
parent
2d2e7054
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/testsuite/g++.old-deja/g++.mike/eh33.C
+2
-0
gcc/testsuite/g++.old-deja/g++.mike/eh34.C
+2
-0
gcc/testsuite/g++.old-deja/g++.mike/eh47.C
+1
-0
gcc/testsuite/g++.old-deja/g++.mike/eh50.C
+2
-0
gcc/testsuite/g++.old-deja/g++.mike/eh51.C
+2
-0
gcc/testsuite/g++.old-deja/g++.mike/eh55.C
+2
-0
No files found.
gcc/testsuite/g++.old-deja/g++.mike/eh33.C
View file @
6a0d3671
// Special g++ Options: -fexceptions
// excess errors test - XFAIL hppa*-*-* a29k-*-* sparc64-*-elf sh-*-* z8k-*-* arm-*-pe**-*
#include <exception>
void
my_unexpected
()
{
throw
42
;
}
...
...
gcc/testsuite/g++.old-deja/g++.mike/eh34.C
View file @
6a0d3671
// Special g++ Options: -fexceptions
// excess errors test - XFAIL a29k-*-* sparc64-*-elf sh-*-* arm-*-pe**-*
#include <exception>
void
my_unexpected
()
{
exit
(
0
);
}
...
...
gcc/testsuite/g++.old-deja/g++.mike/eh47.C
View file @
6a0d3671
...
...
@@ -2,6 +2,7 @@
// excess errors test - XFAIL a29k-*-* sparc64-*-elf sh-*-* arm-*-pe**-*
#include <cstdlib>
#include <exception>
void
myterm
()
{
exit
(
0
);
...
...
gcc/testsuite/g++.old-deja/g++.mike/eh50.C
View file @
6a0d3671
// Special g++ Options: -fexceptions
// excess errors test - XFAIL hppa*-*-* a29k-*-* sparc64-*-elf sh-*-* z8k-*-* arm-*-pe**-*
#include <exception>
void
my_unexpected
()
{
throw
42
;
}
...
...
gcc/testsuite/g++.old-deja/g++.mike/eh51.C
View file @
6a0d3671
// Special g++ Options: -fexceptions
// excess errors test - XFAIL a29k-*-* sparc64-*-elf sh-*-* z8k-*-* arm-*-pe**-*
#include <exception>
void
my_unexpected
()
{
throw
42
;
}
...
...
gcc/testsuite/g++.old-deja/g++.mike/eh55.C
View file @
6a0d3671
// Special g++ Options: -fexceptions
// excess errors test - XFAIL a29k-*-* sparc64-*-elf sh-*-* arm-*-pe**-*
#include <exception>
void
my_terminate_handler
()
{
exit
(
0
);
}
...
...
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