1. 12 Sep, 2017 12 commits
    • re PR middle-end/82149 (match.pd: 2919: bad if test ?) · c651dca2
      2017-09-12  Richard Biener  <rguenther@suse.de>
      
      	PR middle-end/82149
      	* match.pd ((FTYPE) N CMP CST): Fix typo.
      
      From-SVN: r252007
      Richard Biener committed
    • Add short_call function attribute for MIPS · 8101ec85
      gcc/
      	* config/mips/mips.c (mips_attribute_table): Add 'short_call'
      	attribute.
      	(mips_near_type_p): Add 'short_call' attribute as a synonym
      	for 'near'.
      	* doc/extend.texi (short_call): Document new function attribute.
      
      gcc/testsuite
      
      	* gcc.target/mips/near-far-1.c: Add check for 'short_call'
      	attribute.
      	* gcc.target/mips/near-far-2.c: Likewise.
      	* gcc.target/mips/near-far-3.c: Likewise.
      	* gcc.target/mips/near-far-4.c: Likewise.
      
      From-SVN: r252006
      Simon Atanasyan committed
    • Kill CLASSTYPE_SORTED_FIELDS. · 45e3a33d
      	* cp-tree.h (struct lang_type): Lose sorted_fields member.
      	(CLASSTYPE_SORTED_FIELDS): Delete.
      	* name-lookup.h (set_class_bindings): Add EXTRA arg.
      	* name-lookup.c (fields_linear_search): New, broken out of ...
      	(lookup_field_1): ... here.  Delete remainder of function.
      	(get_class_binding_direct): Reimplement without sorted_fields.
      	(get_class_binding): Rename TYPE arg to KLASS, for consistency.
      	(get_method_slot): Call set_class_binding when creating method_vec
      	on complete type.
      	(method_name_cmp): Order identically named slots.
      	(sorted_fields_type_new): Delete.
      	(field_vc_append_class_fields): Rename to ...
      	(method_vec_append_class_fields): ... here.  Adjust.
      	(field_vec_append_enum_values): Renme to ...
      	(method_vec_append_enum_values): ... here. Adjust.
      	(method_vec_dedup): New.
      	(set_class_bindings): Reimplement.
      	(insert_late_enum_def_bindings): Reimplement.
      
      From-SVN: r252005
      Nathan Sidwell committed
    • name-lookup.c (get_class_binding): Rename TYPE arg to KLASS for consistency. · 20614c86
      	* name-lookup.c (get_class_binding): Rename TYPE arg to KLASS for
      	consistency.
      	(restort_data): Move later.
      	(method_name_cmp, resort_method_name_cmp): Simplify.
      	(resort_type_method_vec): Reformat.
      
      From-SVN: r252004
      Nathan Sidwell committed
    • re PR target/82112 (internal compiler error: in fold_convert_loc, at fold-const.c:2262) · ec33aebb
      	PR target/82112
      	* c-common.c (sync_resolve_size): Instead of c_dialect_cxx ()
      	assertion check that in the condition.
      	(get_atomic_generic_size): Likewise.  Before testing if parameter
      	has pointer type, if it has array type, call for C++
      	default_conversion to perform array-to-pointer conversion.
      
      	* c-c++-common/pr82112.c: New test.
      	* gcc.dg/pr82112.c: New test.
      
      From-SVN: r252003
      Jakub Jelinek committed
    • tree-vect-generic.c (expand_vector_operations_1): Do nothing for operations we cannot scalarize. · dee6fc2b
      2017-09-12  Richard Biener  <rguenther@suse.de>
      
      	* tree-vect-generic.c (expand_vector_operations_1): Do nothing
      	for operations we cannot scalarize.
      
      From-SVN: r252002
      Richard Biener committed
    • [multiple changes] · b7051481
      2017-09-12  Bob Duff  <duff@adacore.com>
      
      	* sem_warn.adb: Minor comment.
      
      2017-09-12  Bob Duff  <duff@adacore.com>
      
      	* libgnat/a-cbdlli.adb, libgnat/a-cbhama.adb,
      	libgnat/a-cbmutr.adb, libgnat/a-cborma.adb: Rename New_Item to
      	be Default_Initialized_Item, and apply pragma Unmodified to it,
      	to suppress the warning.
      
      2017-09-12  Eric Botcazou  <ebotcazou@adacore.com>
      
      	* exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Add early return
      	for access types.
      
      2017-09-12  Yannick Moy  <moy@adacore.com>
      
      	* gnat1drv.adb (Adjust_Global_Switches): Consider Refined_Global
      	together with Global when ignoring one in CodePeer mode.
      
      2017-09-12  Javier Miranda  <miranda@adacore.com>
      
      	* sem_ch3.adb (Analyze_Declarations): In nested
      	package declarations that have a private part enable missing check
      	of the RM rule 13.1.1(11/3): usage names in aspect definitions are
      	resolved at the end of the immediately enclosing declaration list.
      
      From-SVN: r252001
      Arnaud Charlet committed
    • [multiple changes] · fb69239a
      2017-09-12  Bob Duff  <duff@adacore.com>
      
      	* sem_ch6.adb (Analyze_Expression_Function): Initialize Def_Id to
      	Empty.
      
      2017-09-12  Georges-Axel Jaloyan  <jaloyan@adacore.com>
      
      	* debug.adb: Reserving flag -gnatdF for safe pointer checking.
      	* gnat1drv.adb (gnat1drv): Adding the call to the analysis on
      	dF flag.
      	* sem_spark.adb, sem_spark.ads: Implementation of the analysis,
      	in preparation for the evolution of the SPARK language that
      	includes a pointer analysis for checking non-aliasing of access
      	types. The Check_Safe_Pointers function is the entry point, and
      	will traverse the AST and raise compile-time errors everytime
      	it detects non-begign aliasing.  Detailed comments are present
      	in the sem_spark.ads file.
      	* sem_util.adb, sem_util.ads (First_Global, Next_Global): New
      	functions to iterate over the list of globals of a subprogram.
      	* libgnat/system.ads: Add restriction No_Finalization.
      	* gcc-interface/Make-lang.in: Add new file sem_spark.adb and
      	dependency on g-dynhta.adb.
      
      From-SVN: r252000
      Arnaud Charlet committed
    • sem_ch6.adb (Analyze_Expression_Function): Call Check_Dynamically_Tagged_Expression. · 7f9fcce8
      2017-09-12  Bob Duff  <duff@adacore.com>
      
      	* sem_ch6.adb (Analyze_Expression_Function): Call
      	Check_Dynamically_Tagged_Expression.
      	* sem_util.adb (Check_Dynamically_Tagged_Expression): Remove
      	"and then Is_Tagged_Type (Typ)" because there is an earlier
      	"Assert (Is_Tagged_Type (Typ))".
      
      From-SVN: r251999
      Bob Duff committed
    • tree-ssa-threadbackward.c (fsm_find_thread_path): Make GC vectors heap vectors. · cff44c10
      	* tree-ssa-threadbackward.c (fsm_find_thread_path): Make GC
      	vectors heap vectors.  Clean up comments.
      	Make visited_bbs a reference.
      	(profitable_jump_thread_path): Make GC
      	vectors heap vectors.  Clean up comments.
      	Misc cleanups.
      	(convert_and_register_jump_thread_path): Make GC vectors heap
      	vectors.
      	(check_subpath_and_update_thread_path): Same.  Clean up comments.
      	Make visited_bbs a reference.
      	(handle_phi): Abstract common code to to
      	register_jump_thread_path_if_profitable.
      	Rename VAR_BB to DEF_BB.
      	Update comments.
      	Make GC vectors heap vectors.
      	Make visited_bbs a reference.
      	(handle_assignment): Same.
      	(register_jump_thread_path_if_profitable): New.
      	(fsm_find_control_statement_thread_paths): Rename VAR_BB to
      	DEF_BB.
      	Make GC	vectors heap vectors.  Clean up comments.
      	Make visited_bbs a reference.
      	(find_jump_threads_backwards): Make visited_bbs live in the stack.
      	* tree-ssa-threadupdate.c (delete_jump_thread_path): Fix typo in
      	comment.
      
      From-SVN: r251998
      Aldy Hernandez committed
    • Daily bump. · ff3e3d99
      From-SVN: r251996
      GCC Administrator committed
  2. 11 Sep, 2017 28 commits