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
7f8925a1
Commit
7f8925a1
authored
Jul 20, 2011
by
Michael Eager
Committed by
Michael Eager
Jul 20, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
From-SVN: r176538
parent
510a442a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/params.def
+1
-1
No files found.
gcc/ChangeLog
View file @
7f8925a1
2011-07-20 Michael Eager <eager@eagercon.com>
* params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
2011-07-20 Richard Henderson <rth@redhat.com>
* cfg.c (dump_bb_info): Dump basic_block->flags.
...
...
gcc/params.def
View file @
7f8925a1
...
...
@@ -845,7 +845,7 @@ DEFPARAM (PARAM_MAX_VARTRACK_SIZE,
DEFPARAM (PARAM_MAX_VARTRACK_EXPR_DEPTH,
"max-vartrack-expr-depth",
"Max. recursion depth for expanding var tracking expressions",
20
, 0, 0)
12
, 0, 0)
/* Set minimum insn uid for non-debug insns. */
...
...
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