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
5eeac833
Commit
5eeac833
authored
Dec 22, 2010
by
Steven Bosscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gfortran.dg/pr46755.f: Fix test case.
From-SVN: r168167
parent
57809813
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gfortran.dg/pr46755.f
+6
-5
No files found.
gcc/testsuite/ChangeLog
View file @
5eeac833
2010
-
12
-
22
Steven
Bosscher
<
steven
@gcc
.
gnu
.
org
>
*
gfortran
.
dg
/
pr46755
.
f
:
Fix
test
case
.
2010
-
12
-
22
Andrey
Belevantsev
<
abel
@ispras
.
ru
>
PR
rtl
-
optimization
/
45352
...
...
gcc/testsuite/gfortran.dg/pr46755.f
View file @
5eeac833
...
...
@@ -4,17 +4,18 @@ C { dg-options "-O" }
INTEGER I640,I760,I800
INTEGER I,ITER,ITMX,LENCM
LOGICAL QDISK,QDW
ASSIGN 801 TO I800
GOTO I800
ASSIGN 801 TO I800 ! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
GOTO I800 ! { dg-warning "Deleted feature: Assigned" "Assigned GO TO" }
801 CONTINUE
ASSIGN 761 TO I760
ASSIGN 761 TO I760
! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
761 CONTINUE
DO I=1,LENCM
ENDDO
DO WHILE(ITER.LT.ITMX)
IF(QDW) THEN
ASSIGN 641 to I640
GOTO I760
ASSIGN 641 to I640
! { dg-warning "Deleted feature: ASSIGN" "Deleted feature: ASSIGN" }
GOTO I760
! { dg-warning "Deleted feature: Assigned" "Assigned GO TO" }
641 CONTINUE
ENDIF
ENDDO
...
...
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