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
dfc46c1f
Commit
dfc46c1f
authored
Jun 04, 2004
by
Tobias Schlüter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One more comment update
From-SVN: r82605
parent
7c87eac6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/fortran/trans-array.c
+2
-2
No files found.
gcc/fortran/trans-array.c
View file @
dfc46c1f
...
...
@@ -955,7 +955,7 @@ gfc_trans_array_constructor (gfc_loopinfo * loop, gfc_ss * ss)
else
assert
(
INTEGER_CST_P
(
offset
));
#if 0
/* Disable bound checking for now cause it's probably broken. */
/* Disable bound checking for now
be
cause it's probably broken. */
if (flag_bounds_check)
{
abort ();
...
...
@@ -2307,7 +2307,7 @@ gfc_conv_loop_setup (gfc_loopinfo * loop)
{
case
GFC_SS_CONSTRUCTOR
:
assert
(
info
->
dimen
==
1
);
assert
(
loop
->
to
[
n
]);
assert
(
loop
->
to
[
n
]);
break
;
case
GFC_SS_SECTION
:
...
...
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