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
2c855398
Commit
2c855398
authored
Sep 25, 2004
by
Tobias Schlüter
Committed by
Tobias Schlüter
Sep 25, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gfortran.dg/pr15324.f90: Make array bounds consistent.
From-SVN: r88096
parent
f34fa464
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gfortran.dg/pr15324.f90
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
2c855398
2004
-
09
-
25
Tobias
Schlueter
<
tobias
.
schlueter
@physik
.
uni
-
muenchen
.
de
>
*
gfortran
.
dg
/
pr15324
.
f90
:
Make
array
bounds
consistent
.
2004
-
09
-
25
Jan
Hubicka
<
jh
@suse
.
cz
>
*
compile
/
30040909
-
1
.
c
:
New
test
.
...
...
gcc/testsuite/gfortran.dg/pr15324.f90
View file @
2c855398
...
...
@@ -4,7 +4,7 @@
program
strarray_6
character
(
5
),
dimension
(:),
allocatable
::
c
n
=
3
allocate
(
c
(
-1
:
n
-
1
))
allocate
(
c
(
-1
:
n
-
2
))
c
=
"BLUBB"
call
foo
(
c
)
call
bar
(
c
,
n
)
...
...
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