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
f9018d75
Commit
f9018d75
authored
Oct 05, 2016
by
Andreas Schwab
Committed by
Andreas Schwab
Oct 05, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/pr49847-2.C: Remove.
From-SVN: r240773
parent
7e8000b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
47 deletions
+4
-47
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/pr49847-2.C
+0
-47
No files found.
gcc/testsuite/ChangeLog
View file @
f9018d75
2016-10-05 Andreas Schwab <schwab@suse.de>
* g++.dg/pr49847-2.C: Remove.
2016-10-05 Pierre-Marie de Rodat <derodat@adacore.com>
2016-10-05 Pierre-Marie de Rodat <derodat@adacore.com>
* gnat.dg/debug7.adb, gnat.dg/debug7.ads: New testcase.
* gnat.dg/debug7.adb, gnat.dg/debug7.ads: New testcase.
...
...
gcc/testsuite/g++.dg/pr49847-2.C
deleted
100644 → 0
View file @
7e8000b3
/* { dg-do compile { target m68k-*-* } } */
/* { dg-options "-O2 -mcpu=68060 -fnon-call-exceptions -fPIC -O2 -fpermissive" } */
extern
"C"
{
typedef
__java_int
jint
;
typedef
__java_float
jfloat
;
namespace
java
{
namespace
lang
{
class
Class
;
class
Object
;
class
Throwable
;
}
}
}
typedef
class
java
::
lang
::
Class
*
jclass
;
typedef
class
java
::
lang
::
Throwable
*
jthrowable
;
typedef
unsigned
short
_Jv_ushort
__attribute__
((
__mode__
(
__HI__
)));
extern
"Java"
{
struct
_JvObjectPrefix
{
};
}
class
java
::
lang
::
Object
:
public
_JvObjectPrefix
{
};
union
_Jv_word
{
jint
i
;
jfloat
f
;
};
class
_Jv_MethodBase
{
};
class
_Jv_InterpMethod
:
public
_Jv_MethodBase
{
private
:
_Jv_ushort
max_stack
;
static
void
run
(
_Jv_InterpMethod
*
);
};
class
java
::
lang
::
Throwable
:
public
::
java
::
lang
::
Object
{
public
:
static
::
java
::
lang
::
Class
class
$
;
};
void
_Jv_InterpMethod
::
run
(
_Jv_InterpMethod
*
meth
)
{
_Jv_word
stack
[
meth
->
max_stack
];
_Jv_word
*
sp
=
stack
;
try
{
jfloat
value2
=
((
jfloat
)
(
--
sp
)
->
f
);
jfloat
value1
=
((
jfloat
)
(
--
sp
)
->
f
);
if
(
value1
>
value2
)
(
sp
++
)
->
i
=
(
1
);
}
catch
(
java
::
lang
::
Throwable
*
ex
)
{
}
}
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