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
4afe7ad7
Commit
4afe7ad7
authored
Jul 21, 2009
by
Jason Merrill
Committed by
Jason Merrill
Jul 21, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-common.c (max_tinst_depth): Increase default to 1024.
From-SVN: r149867
parent
4310f048
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/c-common.c
+4
-4
No files found.
gcc/ChangeLog
View file @
4afe7ad7
2009-07-21 Jason Merrill <jason@redhat.com>
* c-common.c (max_tinst_depth): Increase default to 1024.
2009-07-21 Uros Bizjak <ubizjak@gmail.com>
* config/i386/sse.md (vec_unpacku_float_hi_v4si): New expander.
...
...
gcc/c-common.c
View file @
4afe7ad7
...
...
@@ -428,11 +428,11 @@ int flag_pretty_templates = 1;
int
warn_implicit
=
1
;
/* Maximum template instantiation depth. This limit
is rather
arbitrary, but it exists to limit the time it takes to notice
infinite template instantiations
. */
/* Maximum template instantiation depth. This limit
exists to limit the
time it takes to notice infinite template instantiations; the default
value of 1024 is likely to be in the next C++ standard
. */
int
max_tinst_depth
=
500
;
int
max_tinst_depth
=
1024
;
...
...
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