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
f21ee879
Commit
f21ee879
authored
Jan 10, 2002
by
Jakub Jelinek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl2.c (max_tinst_depth): Increase default limit to 500.
From-SVN: r48727
parent
5a4dd0b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/cp/ChangeLog
+5
-1
gcc/cp/decl2.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
f21ee879
2002-01-20 Graham Stott <grahams@redhat.com>
2002-01-10 Jakub Jelinek <jakub@redhat.com>
* decl2.c (max_tinst_depth): Increase default limit to 500.
2002-01-10 Graham Stott <grahams@redhat.com>
* spew.c (YYCHAR): Uppercase macro parameter and add
* spew.c (YYCHAR): Uppercase macro parameter and add
parenthesis.
parenthesis.
...
...
gcc/cp/decl2.c
View file @
f21ee879
...
@@ -382,7 +382,7 @@ int flag_use_cxa_atexit;
...
@@ -382,7 +382,7 @@ int flag_use_cxa_atexit;
arbitrary, but it exists to limit the time it takes to notice
arbitrary, but it exists to limit the time it takes to notice
infinite template instantiations. */
infinite template instantiations. */
int
max_tinst_depth
=
50
;
int
max_tinst_depth
=
50
0
;
/* Nonzero means output .vtable_{entry,inherit} for use in doing vtable gc. */
/* Nonzero means output .vtable_{entry,inherit} for use in doing vtable gc. */
...
...
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