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
79f5f47f
Commit
79f5f47f
authored
Oct 31, 1999
by
Brendan Kehoe
Committed by
Brendan Kehoe
Oct 31, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp-tree.h (flag_dump_translation_unit): Add decl.
From-SVN: r30293
parent
31ec4e5e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/cp/ChangeLog
+4
-0
gcc/cp/cp-tree.h
+5
-0
No files found.
gcc/cp/ChangeLog
View file @
79f5f47f
1999-10-31 Brendan Kehoe <brendan@cygnus.com>
* cp-tree.h (flag_dump_translation_unit): Add decl.
Sat Oct 30 22:42:50 1999 Stephen L Moshier <moshier@mediaone.net>
Sat Oct 30 22:42:50 1999 Stephen L Moshier <moshier@mediaone.net>
* lex.c (yylex): Accept 'f' in mantissa of hex float constant.
* lex.c (yylex): Accept 'f' in mantissa of hex float constant.
...
...
gcc/cp/cp-tree.h
View file @
79f5f47f
...
@@ -873,6 +873,11 @@ extern int warn_return_type;
...
@@ -873,6 +873,11 @@ extern int warn_return_type;
extern
int
flag_const_strings
;
extern
int
flag_const_strings
;
/* If non-NULL, dump the tree structure for the entire translation
unit to this file. */
extern
char
*
flag_dump_translation_unit
;
/* Nonzero means warn about deprecated conversion from string constant to
/* Nonzero means warn about deprecated conversion from string constant to
`char *'. */
`char *'. */
...
...
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