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
62e59133
Commit
62e59133
authored
May 10, 2010
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChangeLog: Fix whitespace.
* ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto. From-SVN: r159227
parent
8a9ecffd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
46 deletions
+35
-46
gcc/ChangeLog
+21
-37
gcc/testsuite/ChangeLog
+14
-9
No files found.
gcc/ChangeLog
View file @
62e59133
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
(can_reassociate_p): Use FLOAT_TYPE_P.
(can_reassociate_p): Use FLOAT_TYPE_P.
* tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
* tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
(vect_force_simple_reduction): ... this.
(vect_force_simple_reduction): ... this.
* tree-parloops.c (gather_scalar_reductions): Use
* tree-parloops.c (gather_scalar_reductions): Use
vect_force_simple_reduction.
vect_force_simple_reduction.
* tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
* tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
vect_is_simple_reduction, add modify argument, if true rewrite
vect_is_simple_reduction, add modify argument, if true rewrite
...
@@ -63,8 +63,7 @@
...
@@ -63,8 +63,7 @@
2010-05-10 Richard Guenther <rguenther@suse.de>
2010-05-10 Richard Guenther <rguenther@suse.de>
PR tree-optimization/44050
PR tree-optimization/44050
* tree-inline.c (tree_function_versioning): Clone the ipa-pta
* tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
flag.
2010-05-10 Wei Guozhi <carrot@google.com>
2010-05-10 Wei Guozhi <carrot@google.com>
...
@@ -224,8 +223,7 @@
...
@@ -224,8 +223,7 @@
* lto-wrapper.c (DUMPBASE_SUFFIX): Define.
* lto-wrapper.c (DUMPBASE_SUFFIX): Define.
(run_gcc): Handle LTRANS phase invocation.
(run_gcc): Handle LTRANS phase invocation.
* collect2.c (maybe_run_lto_and_relink): Do not set
* collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
WPA_SAVE_LTRANS.
2010-05-07 Jakub Jelinek <jakub@redhat.com>
2010-05-07 Jakub Jelinek <jakub@redhat.com>
...
@@ -397,18 +395,13 @@
...
@@ -397,18 +395,13 @@
* config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
* config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
(MULTILIB_DIRNAMES): Removed 32.
(MULTILIB_DIRNAMES): Removed 32.
(MULTILIB_OSDIRNAMES): Removed ../lib.
(MULTILIB_OSDIRNAMES): Removed ../lib.
* doc/install.texi (Prerequisites): Don't reference IRIX before
* doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
6.5.
(Specific, mips-sgi-irix5): Document removal.
(Specific, mips-sgi-irix5): Document removal.
(Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI
(Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
removal.
Remove references to older IRIX 6 releases and the O32 ABI.
Remove references to older IRIX 6 releases and the O32 ABI.
2010-05-06 Jakub Jelinek <jakub@redhat.com>
2010-05-06 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/Wunused-var-8.c: Move to...
* c-c++-common/Wunused-var-6.c: ... here. New test.
PR bootstrap/43994
PR bootstrap/43994
* df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
* df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
instead of DF_REF_REAL_REG.
instead of DF_REF_REAL_REG.
...
@@ -438,8 +431,7 @@
...
@@ -438,8 +431,7 @@
(insert_into_preds_of_block): Don't handle inserted_phi_names.
(insert_into_preds_of_block): Don't handle inserted_phi_names.
(eliminate): Don't look at inserted_phi_names, remove deleted
(eliminate): Don't look at inserted_phi_names, remove deleted
insns from inserted_exprs.
insns from inserted_exprs.
(remove_dead_inserted_code): Adjust to use bitmaps instead of
(remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
vectors.
(init_pre, fini_pre): Allocate and free bitmaps.
(init_pre, fini_pre): Allocate and free bitmaps.
(execute_pre): Insert insns on edges before elimination.
(execute_pre): Insert insns on edges before elimination.
...
@@ -461,8 +453,7 @@
...
@@ -461,8 +453,7 @@
(enable_warning_as_error): Call handle_option.
(enable_warning_as_error): Call handle_option.
* opts.h (set_option): Update declaration.
* opts.h (set_option): Update declaration.
(handle_option): Declare.
(handle_option): Declare.
* langhooks.h (struct lang_hooks): Add argument kind to
* langhooks.h (struct lang_hooks): Add argument kind to handle_option.
handle_option.
* c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
* c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
* c-opts.c (set_Wimplicit): Delete.
* c-opts.c (set_Wimplicit): Delete.
(c_family_lang_mask): New static constant.
(c_family_lang_mask): New static constant.
...
@@ -492,8 +483,7 @@
...
@@ -492,8 +483,7 @@
(determine_invariantness_stmt): Handle PHI nodes.
(determine_invariantness_stmt): Handle PHI nodes.
(move_computations_stmt): Likewise. Hoist PHI nodes in
(move_computations_stmt): Likewise. Hoist PHI nodes in
if-converted form using COND_EXPRs.
if-converted form using COND_EXPRs.
(move_computations): Return TODO_cleanup_cfg if we hoisted PHI
(move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
nodes.
(tree_ssa_lim): Likewise.
(tree_ssa_lim): Likewise.
* tree-flow.h (tree_ssa_lim): Adjust prototype.
* tree-flow.h (tree_ssa_lim): Adjust prototype.
* tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
* tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
...
@@ -532,8 +522,7 @@
...
@@ -532,8 +522,7 @@
(lto_output_ref): New.
(lto_output_ref): New.
(add_references): New.
(add_references): New.
(output_refs): New.
(output_refs): New.
(output_cgraph): Compute boundary based on references;
(output_cgraph): Compute boundary based on references; output refs.
output refs.
(output_varpool): Accept cgraph_node_set argument.
(output_varpool): Accept cgraph_node_set argument.
(input_ref): New.
(input_ref): New.
(input_refs): New.
(input_refs): New.
...
@@ -556,9 +545,8 @@
...
@@ -556,9 +545,8 @@
* tree-vect-stmts.c (vectorizable_call): Assert that vector
* tree-vect-stmts.c (vectorizable_call): Assert that vector
type is not NULL if it's transformation phase, and return
type is not NULL if it's transformation phase, and return
FALSE if it's analysis.
FALSE if it's analysis.
(vectorizable_conversion, vectorizable_operation,
(vectorizable_conversion, vectorizable_operation,
vectorizable_type_demotion, vectorizable_type_promotion):
vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
Likewise.
2010-05-05 Andrew Pinski <andrew.pinski@caviumnetworks.com>
2010-05-05 Andrew Pinski <andrew.pinski@caviumnetworks.com>
...
@@ -581,8 +569,7 @@
...
@@ -581,8 +569,7 @@
2010-05-05 Steven Bosscher <steven@gcc.gnu.org>
2010-05-05 Steven Bosscher <steven@gcc.gnu.org>
* stor-layout.c (pending_sizes): Change the type to
* stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
VEC(tree,gc) *.
(get_pending_sizes, put_pending_size, put_pending_sizes):
(get_pending_sizes, put_pending_size, put_pending_sizes):
Update the uses of pending_sizes.
Update the uses of pending_sizes.
* c-decl.c (store_parm_decls): Likewise.
* c-decl.c (store_parm_decls): Likewise.
...
@@ -648,8 +635,9 @@
...
@@ -648,8 +635,9 @@
2010-05-05 Jan Hubicka <jh@suse.cz>
2010-05-05 Jan Hubicka <jh@suse.cz>
* lto-cgraph.c (output_varpool): Forward declare; work on encoder.
* lto-cgraph.c (output_varpool): Forward declare; work on encoder.
(lto_varpool_encoder_new, lto_varpool_encoder_delete, lto_varpool_encoder_encode
(lto_varpool_encoder_new, lto_varpool_encoder_delete,
lto_varpool_encoder_lookup, lto_varpool_encoder_deref, lto_varpool_encoder_size,
lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
lto_varpool_encoder_deref, lto_varpool_encoder_size,
lto_varpool_encoder_encode_initializer_p,
lto_varpool_encoder_encode_initializer_p,
lto_set_varpool_encoder_encode_initializer): New functions.
lto_set_varpool_encoder_encode_initializer): New functions.
(lto_output_cgraph): Take vset parameter too; compute varpool encoder;
(lto_output_cgraph): Take vset parameter too; compute varpool encoder;
...
@@ -665,7 +653,7 @@
...
@@ -665,7 +653,7 @@
* lto-section-out.c (lto_new_out_decl_state): Initialize
* lto-section-out.c (lto_new_out_decl_state): Initialize
state->varpool_node_encoder.
state->varpool_node_encoder.
* lto-streamer.h (lto_varpool_encoder_d): New.
* lto-streamer.h (lto_varpool_encoder_d): New.
(lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
(lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
(lto_cgraph_encoder_delete, output_cgraph): Update prototype.
(lto_cgraph_encoder_delete, output_cgraph): Update prototype.
(lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
(lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
lto_varpool_encoder_encode, lto_varpool_encoder_delete,
lto_varpool_encoder_encode, lto_varpool_encoder_delete,
...
@@ -685,8 +673,7 @@
...
@@ -685,8 +673,7 @@
2010-05-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2010-05-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
* Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to
* Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
dependencies.
* gengtype.h (erro_at_line): Constify pos argument.
* gengtype.h (erro_at_line): Constify pos argument.
...
@@ -735,8 +722,7 @@
...
@@ -735,8 +722,7 @@
2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
PR target/43799
PR target/43799
* config/i386/i386.md (sse_prologue_save): Add clobber CC
* config/i386/i386.md (sse_prologue_save): Clobber CC register.
register.
(*sse_prologue_save_insn1): Likewise.
(*sse_prologue_save_insn1): Likewise.
(SSE prologue save splitter): Likewise.
(SSE prologue save splitter): Likewise.
...
@@ -819,8 +805,7 @@
...
@@ -819,8 +805,7 @@
2010-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
2010-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove
* config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
static.
2010-05-04 Mikael Pettersson <mikpe@it.uu.se>
2010-05-04 Mikael Pettersson <mikpe@it.uu.se>
...
@@ -1454,7 +1439,7 @@
...
@@ -1454,7 +1439,7 @@
(free_all_ipa_structures_after_ipa_cp): Renamed to
(free_all_ipa_structures_after_ipa_cp): Renamed to
ipa_free_all_structures_after_ipa_cp.
ipa_free_all_structures_after_ipa_cp.
(free_all_ipa_structures_after_iinln): Renamed to
(free_all_ipa_structures_after_iinln): Renamed to
ipa_free_all_structures_after_iinln.
g
ipa_free_all_structures_after_iinln.
(ipa_write_param_call_note): Removed.
(ipa_write_param_call_note): Removed.
(ipa_read_param_call_note): Removed.
(ipa_read_param_call_note): Removed.
(ipa_write_indirect_edge_info): New function.
(ipa_write_indirect_edge_info): New function.
...
@@ -1486,8 +1471,7 @@
...
@@ -1486,8 +1471,7 @@
* tree-ssa-structalias.c (struct variable_info): Add
* tree-ssa-structalias.c (struct variable_info): Add
only_restrict_pointers flag.
only_restrict_pointers flag.
(new_var_info): Initialize it. Increment stats.total_vars here.
(new_var_info): Initialize it. Increment stats.total_vars here.
(create_function_info_for): Do not increment stats.total_vars
(create_function_info_for): Do not increment stats.total_vars here.
here.
(get_function_part_constraint): Fix build with C++.
(get_function_part_constraint): Fix build with C++.
(insert_into_field_list): Remove.
(insert_into_field_list): Remove.
(push_fields_onto_fieldstack): Properly merge fields.
(push_fields_onto_fieldstack): Properly merge fields.
...
...
gcc/testsuite/ChangeLog
View file @
62e59133
...
@@ -111,11 +111,11 @@
...
@@ -111,11 +111,11 @@
2010-05-07 Daniel Franke <franke.daniel@gmail.com>
2010-05-07 Daniel Franke <franke.daniel@gmail.com>
PR fortran/40728
PR fortran/40728
* gfortran.dg/coarray_1.f90: Fixed error message.
* gfortran.dg/coarray_1.f90: Fixed error message.
* gfortran.dg/selected_char_kind_3.f90: Fixed error message.
* gfortran.dg/selected_char_kind_3.f90: Fixed error message.
* gfortran.dg/intrinsic_std_1.f90: Fixed bogus message.
* gfortran.dg/intrinsic_std_1.f90: Fixed bogus message.
* gfortran.dg/intrinsic_std_5.f90: New.
* gfortran.dg/intrinsic_std_5.f90: New.
2010-05-07 Jason Merrill <jason@redhat.com>
2010-05-07 Jason Merrill <jason@redhat.com>
...
@@ -167,6 +167,11 @@
...
@@ -167,6 +167,11 @@
* g++.dg/debug/nullptr01.C: New.
* g++.dg/debug/nullptr01.C: New.
* gcc.dg/Wcxx-compat-2.c: Test nullptr and constexpr.
* gcc.dg/Wcxx-compat-2.c: Test nullptr and constexpr.
2010-05-06 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/Wunused-var-8.c: Move to...
* c-c++-common/Wunused-var-6.c: ... here. New test.
2010-05-06 Paolo Carlini <paolo.carlini@oracle.com>
2010-05-06 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/40406
PR c++/40406
...
@@ -571,10 +576,10 @@
...
@@ -571,10 +576,10 @@
2010-04-28 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-04-28 Manuel López-Ibáñez <manu@gcc.gnu.org>
PR c++/9335
PR c++/9335
* g++.dg/template/recurse2.C: Update
* g++.dg/template/recurse2.C: Update
* g++.dg/template/recurse.C: Update.
* g++.dg/template/recurse.C: Update.
* g++.dg/template/pr23510.C: Update.
* g++.dg/template/pr23510.C: Update.
* lib/prune.exp: Filter out 'recursively instantiated'.
* lib/prune.exp: Filter out 'recursively instantiated'.
2010-04-27 Fabien Chêne <fabien.chene@gmail.com>
2010-04-27 Fabien Chêne <fabien.chene@gmail.com>
...
...
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