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
3489e061
Commit
3489e061
authored
May 01, 2003
by
Nathan Sidwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missed from my previous checkin
From-SVN: r66337
parent
02ca7595
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
0 deletions
+48
-0
gcc/cp/ChangeLog
+24
-0
gcc/java/ChangeLog
+24
-0
No files found.
gcc/cp/ChangeLog
View file @
3489e061
2003
-
05
-
01
Nathan
Sidwell
<
nathan
@
codesourcery.com
>
*
class.c
(
finish_struct
):
Rename
lineno
to
input_line.
*
decl.c
(
push_binding_level
,
pop_binding_level
,
suspend_binding_level
,
resume_binding_level
,
make_label_decl
,
use_label
,
start_function
):
Likewise.
*
decl2.c
(
warn_if_unknown_interface
,
start_static_initialization_or_destruction
,
generate_ctor_or_dtor_function
,
finish_file
):
Likewise.
*
error.c
(
cp_line_of
,
print_instantiation_full_context
,
print_instantiation_context
):
Likewise.
*
except.c
(
check_handlers_1
,
check_handlers
):
Likewise.
*
init.c
(
create_temporary_var
):
Likewise.
*
method.c
(
use_thunk
,
synthesize_method
):
Likewise.
*
parser.c
(
cp_lexer_set_source_position_from_token
,
cp_lexer_get_preprocessor_token
):
Likewise.
*
pt.c
(
push_tinst_level
,
pop_tinst_level
,
tsubst_friend_function
,
instantiate_class_template
,
tsubst_decl
,
tsubst
,
tsubst_expr
,
instantiate_decl
):
Likewise.
*
semantics.c
(
genrtl_try_block
,
finish_label_stmt
,
begin_class_definition
,
expand_body
,
genrtl_finish_function
):
Likewise.
*
tree.c
(
build_min_nt
,
build_min
):
Likewise.
2003
-
05
-
01
Mark
Mitchell
<
mark
@
codesourcery.com
>
*
decl2.c
(
comdat_linkage
):
Don
't externalize explicit
...
...
gcc/java/ChangeLog
View file @
3489e061
2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
* lex.h (lineno): Rename to ...
(input_line): ... here
* parse-scan.y (lineno): Rename to ...
(input_line): ... here.
(reset_report): Rename lineno to input_line.
* check-init.c (check_init): Likewise.
* class.c (push_class): Likewise.
* decl.c (complete_start_java_method, end_java_method): Likewise.
* expr.c (expand_byte_code): Likewise.
* jcf-parse.c (give_name_to_class, parse_class_file): Likewise.
* jcf-write.c (generate_bytecode_insns): Likewise.
* lex.c (java_init_lex, java_allocate_new_line,
do_java_lex): Likewise.
* parse.h (YYNOT_TWICE): Likewise.
* parse.y (empty_statement, expression_statement,
java_pop_parser_context, java_parser_context_save_global,
yyerror, register_fields, method_header, safe_layout_class,
find_in_imports_on_demand, create_artificial_method,
source_end_java_method, start_complete_expand_method,
build_thisn_assign, java_complete_lhs,
maybe_absorb_scoping_block): Likewise.
2003-04-20 Mohan Embar <gnustuff@thisiscool.com>
* jcf-io.c (find_class): use DIR_SEPARATOR instead of
...
...
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