Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
9cc37f69
Commit
9cc37f69
authored
22 years ago
by
Tom Tromey
Committed by
Tom Tromey
22 years ago
Browse files
Options
Downloads
Patches
Plain Diff
* libjava.compile/zeroexp.java: New file.
From-SVN: r55663
parent
f922660b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libjava/testsuite/ChangeLog
+4
-0
4 additions, 0 deletions
libjava/testsuite/ChangeLog
libjava/testsuite/libjava.compile/zeroexp.java
+10
-0
10 additions, 0 deletions
libjava/testsuite/libjava.compile/zeroexp.java
with
14 additions
and
0 deletions
libjava/testsuite/ChangeLog
+
4
−
0
View file @
9cc37f69
2002-07-22 Tom Tromey <tromey@redhat.com>
* libjava.compile/zeroexp.java: New file.
2002-07-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2002-07-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* libjava.compile/compile.exp: Sort sources.
* libjava.compile/compile.exp: Sort sources.
...
...
This diff is collapsed.
Click to expand it.
libjava/testsuite/libjava.compile/zeroexp.java
0 → 100644
+
10
−
0
View file @
9cc37f69
public
class
zeroexp
{
public
static
void
main
(
String
[]
argv
)
{
// gcj used to give an error about this literal.
float
f
=
0
E
-
6
F
;
double
d
=
0
E
-
9
;
System
.
out
.
println
(
""
+
f
+
" "
+
d
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment