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
c00b8d4a
Commit
c00b8d4a
authored
Feb 22, 2007
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test to be compatible with Ada 2005.
From-SVN: r122222
parent
b3832a9f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/testsuite/ada/acats/tests/c9/c96004a.ada
+1
-1
gcc/testsuite/ada/acats/tests/c9/c96007a.ada
+1
-1
No files found.
gcc/testsuite/ada/acats/tests/c9/c96004a.ada
View file @
c00b8d4a
...
...
@@ -92,7 +92,7 @@ BEGIN
END;
BEGIN
YR := IDENT_INT(
2100
);
YR := IDENT_INT(
YEAR_NUMBER'LAST + 1
);
FAILED ("EXCEPTION NOT RAISED - (A)3");
IF NOT EQUAL (YR, YR) THEN
COMMENT ("NO EXCEPTION RAISED");
...
...
gcc/testsuite/ada/acats/tests/c9/c96007a.ada
View file @
c00b8d4a
...
...
@@ -136,7 +136,7 @@ BEGIN
END;
BEGIN
BAD_TIME := TIME_OF (
2100
, 8, 13);
BAD_TIME := TIME_OF (
YEAR_NUMBER'LAST + 1
, 8, 13);
FAILED ("EXCEPTION NOT RAISED - 2100 (B)");
EXCEPTION
WHEN CONSTRAINT_ERROR =>
...
...
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