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
444e96af
Commit
444e96af
authored
May 01, 2006
by
Diego Novillo
Committed by
Diego Novillo
May 01, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
omp-low.c (dump_omp_region): Add newlines.
* omp-low.c (dump_omp_region): Add newlines. From-SVN: r113412
parent
9386bd20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/omp-low.c
+2
-2
No files found.
gcc/ChangeLog
View file @
444e96af
2006
-
05
-
01
Diego
Novillo
<
dnovillo
@redhat
.
com
>
*
omp
-
low
.
c
(
dump_omp_region
)
:
Add
newlines
.
2006
-
04
-
30
Roger
Sayle
<
roger
@eyesopen
.
com
>
2006
-
04
-
30
Roger
Sayle
<
roger
@eyesopen
.
com
>
*
common
.
opt
(
Woverflow
)
:
New
command
line
option
.
*
common
.
opt
(
Woverflow
)
:
New
command
line
option
.
...
...
gcc/omp-low.c
View file @
444e96af
...
@@ -719,12 +719,12 @@ dump_omp_region (FILE *file, struct omp_region *region, int indent)
...
@@ -719,12 +719,12 @@ dump_omp_region (FILE *file, struct omp_region *region, int indent)
if
(
region
->
cont
)
if
(
region
->
cont
)
{
{
fprintf
(
file
,
"%*sbb %d: OMP_CONTINUE"
,
indent
,
""
,
fprintf
(
file
,
"%*sbb %d: OMP_CONTINUE
\n
"
,
indent
,
""
,
region
->
cont
->
index
);
region
->
cont
->
index
);
}
}
if
(
region
->
exit
)
if
(
region
->
exit
)
fprintf
(
file
,
"%*sbb: %d: OMP_RETURN"
,
indent
,
""
,
fprintf
(
file
,
"%*sbb: %d: OMP_RETURN
\n
"
,
indent
,
""
,
region
->
exit
->
index
);
region
->
exit
->
index
);
else
else
fprintf
(
file
,
"%*s[no exit marker]
\n
"
,
indent
,
""
);
fprintf
(
file
,
"%*s[no exit marker]
\n
"
,
indent
,
""
);
...
...
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