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
e02d868a
Commit
e02d868a
authored
Mar 30, 2017
by
Jakub Jelinek
Committed by
Jakub Jelinek
Mar 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* env.c (initialize_env): Initialize stacksize to 0.
From-SVN: r246598
parent
05dc406d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libgomp/ChangeLog
+4
-0
libgomp/env.c
+1
-1
No files found.
libgomp/ChangeLog
View file @
e02d868a
2017-03-30 Jakub Jelinek <jakub@redhat.com>
* env.c (initialize_env): Initialize stacksize to 0.
2017-03-22 Cesar Philippidis <cesar@codesourcery.com>
2017-03-22 Cesar Philippidis <cesar@codesourcery.com>
PR c++/80029
PR c++/80029
...
...
libgomp/env.c
View file @
e02d868a
...
@@ -1187,7 +1187,7 @@ handle_omp_display_env (unsigned long stacksize, int wait_policy)
...
@@ -1187,7 +1187,7 @@ handle_omp_display_env (unsigned long stacksize, int wait_policy)
static
void
__attribute__
((
constructor
))
static
void
__attribute__
((
constructor
))
initialize_env
(
void
)
initialize_env
(
void
)
{
{
unsigned
long
thread_limit_var
,
stacksize
;
unsigned
long
thread_limit_var
,
stacksize
=
0
;
int
wait_policy
;
int
wait_policy
;
/* Do a compile time check that mkomp_h.pl did good job. */
/* Do a compile time check that mkomp_h.pl did good job. */
...
...
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