1. 02 May, 2017 12 commits
    • [multiple changes] · c5b4738f
      2017-05-02  Tristan Gingold  <gingold@adacore.com>
      
      	* s-trasym.ads: Add comment.
      
      2017-05-02  Bob Duff  <duff@adacore.com>
      
      	* sem_elab.adb, sem_elab.ads: Minor comment fixes.
      	* sem_ch4.adb: Minor reformatting.
      	* s-taprop-linux.adb, s-taspri-posix.ads: Code refactoring.
      	* s-taspri-posix-noaltstack.ads: Minor refactoring.
      	* sinput.ads: Minor typo fix.
      
      2017-05-02  Ed Schonberg  <schonberg@adacore.com>
      
      	* exp_ch9.adb (Discriminated_Size): Moved to sem_util.
      	* sem_util.ads, sem_util.adb (Discriminated_Size): Predicate moved
      	here from exp_ch9, to recognize objects whose creation requires
      	dynamic allocation, so that the proper warning can be emitted
      	when restriction No_Implicit_Heap_Allocation is in effect.
      	* sem_ch3.adb (Analyze_Object_Declaration): Use Discriminated_Size
      	to emit proper warning when an object that requires dynamic
      	allocation is declared.
      
      From-SVN: r247472
      Arnaud Charlet committed
    • * s-trasym.ads, s-trasym.adb (Enable_Cache): New. · 05b95f63
      From-SVN: r247471
      Tristan Gingold committed
    • [multiple changes] · 6fdc25c4
      2017-05-02  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch4.adb (Find_Equality_Types, Try_One_Interp): The same relaxed
      	visibility rules for equality operators that apply within an
      	instantiation apply within an inlined body.
      	* sem_type.adb (Add_One_Interp): ditto.
      
      2017-05-02  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* sem_prag.adb (Analyze_Pragma): Forbid pragma Contract_Cases on null
      	procedures.
      
      2017-05-02  Eric Botcazou  <ebotcazou@adacore.com>
      
      	* snames.ads-tmpl
      	(Name_Assume, Name_Attribute_Definition, Name_Loop_Optimize,
      	Name_No_Tagged_Streams): Move to regular pragmas.  Add
      	placeholders for Default_Scalar_Storage_Order, Dispatching_Domain,
      	and Secondary_Stack_Size.
      	(Pragma_Id): Move Pragma_Assume,
      	Pragma_Attribute_Definition, Pragma_Loop_Optimize and
      	Pragma_No_Tagged_Streams to second part.
      
      From-SVN: r247470
      Arnaud Charlet committed
    • [multiple changes] · c0e938d0
      2017-05-02  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* exp_attr.adb: Minor reformatting.
      
      2017-05-02  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch4.adb (Analyze_Selected_Component): Improve error
      	detection for illegal references to private components or
      	operations of a protected type in the body of the type.
      
      From-SVN: r247469
      Arnaud Charlet committed
    • [multiple changes] · 99bba92c
      2017-05-02  Eric Botcazou  <ebotcazou@adacore.com>
      
      	* opt.ads: Add missing GNAT markers in comments.
      	* opt.adb (Set_Opt_Config_Switches): Do not override earlier
      	settings of Optimize_Alignment at the end.
      
      2017-05-02  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* checks.adb (Apply_Constraint_Check): Do not apply
      	a discriminant check when the associated type is a constrained
      	subtype created for an unconstrained nominal type.
      	* exp_attr.adb: Minor reformatting.
      
      2017-05-02  Bob Duff  <duff@adacore.com>
      
      	* sem_ch3.adb (OK_For_Limited_Init_In_05): Handle correctly
      	the N_Raise_Expression case.
      	* sem_ch6.adb (Check_Limited_Return): Minor: clarify comment,
      	and add assertions.
      
      2017-05-02  Yannick Moy  <moy@adacore.com>
      
      	* exp_ch4.adb (Expand_N_Op_Ne): Do not bump parenthese level and
      	optimize length comparison in GNATprove mode.
      	* exp_spark.adb (Expand_SPARK_Op_Ne): New function to rewrite
      	operator /= into negation of operator = when needed.
      	(Expand_SPARK): Call new
      	function to expand operator /=.
      
      2017-05-02  Ed Schonberg  <schonberg@adacore.com>
      
      	* exp_fixd.adb (Expand_Divide_Fixed_By_Fixed_Giving_Fixed):
      	Simplify the expression for a fixed-fixed division to remove
      	divisions by constants whenever possible, as an optimization
      	for restricted targets.
      
      From-SVN: r247468
      Arnaud Charlet committed
    • Minor reformatting. · bae8f156
      From-SVN: r247467
      Arnaud Charlet committed
    • [multiple changes] · 31e358e1
      2017-05-02  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* checks.adb, sem_ch3.adb, sem_ch6.adb: Minor reformatting.
      
      2017-05-02  Bob Duff  <duff@adacore.com>
      
      	* exp_attr.adb (Callable, Identity, Terminated): Use Find_Prim_Op
      	to find primitive ops, instead of using an Identifier that will
      	later be looked up. This is necessary because these ops are not
      	necessarily visible at all places where we need to call them.
      	* exp_util.ads: Minor comment fix.
      
      From-SVN: r247466
      Arnaud Charlet committed
    • [multiple changes] · d59179b1
      2017-05-02  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch6.adb (Fully_Conformant_Expressions): Two entity
      	references are fully conformant if they are both expansions
      	of the discriminant of a protected type, within one of the
      	protected operations. One occurrence may be expanded into a
      	constant declaration while the other is an input parameter to
      	the corresponding generated subprogram.
      
      2017-05-02  Justin Squirek  <squirek@adacore.com>
      
      	* sem_ch3.adb (Check_For_Null_Excluding_Components): Created for
      	recursivly searching composite-types for null-excluding access
      	types and verifying them.
      	(Analyze_Object_Declaration): Add a
      	call to Check_Null_Excluding_Components for static verification
      	of non-initialized objects.
      	* checks.adb, checks.ads (Null_Exclusion_Static_Checks): Added
      	a parameter for a composite-type's component and an extra case
      	for printing component information.
      
      2017-05-02  Yannick Moy  <moy@adacore.com>
      
      	* sem_ch10.adb (Analyze_Subunit): Take
      	configuration pragma into account when restoring appropriate
      	pragma for analysis of subunit.
      
      2017-05-02  Justin Squirek  <squirek@adacore.com>
      
      	* s-tasren.adb, s-tasini.adb, s-taprop-linux.adb,
      	s-mudido-affinity.adb,, a-exetim-posix.adb, a-direio.adb,
      	g-socket.adb, s-taenca.adb, s-fileio.adb: Remove unused use-type
      	clauses from the runtime.
      
      From-SVN: r247465
      Arnaud Charlet committed
    • x86: vpermil2p{s,d} have no commutative operands · 26de50b0
      While either of the last two operands can be in memory, they can't be
      swapped.
      
      gcc/
      2017-05-01  Jan Beulich  <jbeulich@suse.com>
      
      	* config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
      	swapping, add (x,x,m,x,n) alternative.
      
      From-SVN: r247464
      Jan Beulich committed
    • Minor reformatting. · 2132d92e
      From-SVN: r247463
      Arnaud Charlet committed
    • [multiple changes] · 42fe76e0
      2017-05-02  Eric Botcazou  <ebotcazou@adacore.com>
      
      	* freeze.adb (Check_Component_Storage_Order): Do not treat bit-packed
      	array components specially.
      
      2017-05-02  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch8.adb (Premature_Usage): If the premature usage of
      	an entity is as the expression in its own object decaration,
      	rewrite the reference as Any_Id to prevent cascaded errors or
      	compiler loops when such an entity is used in an address clause.
      
      From-SVN: r247462
      Arnaud Charlet committed
    • Daily bump. · 676be6a3
      From-SVN: r247459
      GCC Administrator committed
  2. 01 May, 2017 23 commits
    • d-demangle.c (dlang_hexdigit): New function. · 5398cab9
      libiberty/ChangeLog:
      
      	* d-demangle.c (dlang_hexdigit): New function.
      	(ascii2hex): Remove function.
      	(dlang_parse_string): Update to call dlang_hexdigit.
      	* testsuite/d-demangle-expected: Add tests.
      
      From-SVN: r247455
      Iain Buclaw committed
    • d-demangle.c (strtol): Remove declaration. · dbe65f77
      libiberty/ChangeLog:
      
      	* d-demangle.c (strtol): Remove declaration.
      	Updated all callers to use dlang_number.
      	(dlang_number): New function.
      	(dlang_value): Moved check for ISDIGIT into dlang_parse_integer.
      	* testsuite/d-demangle-expected: Add tests.
      
      From-SVN: r247453
      Iain Buclaw committed
    • calls.c (combine_pending_stack_adjustment_and_call): Remove unnecessary unadjusted_alignment check. · 0aae1572
      	* calls.c (combine_pending_stack_adjustment_and_call): Remove
      	unnecessary unadjusted_alignment check.
      
      From-SVN: r247452
      Nathan Sidwell committed
    • d-demangle.c (dlang_parse_symbol): Remove function. · 5a4dbf7d
      libiberty/ChangeLog:
      
      	* d-demangle.c (dlang_parse_symbol): Remove function.
      	(dlang_parse_qualified): New function.
      	(dlang_parse_mangle): New function.
      	(dlang_type): Update to call dlang_parse_qualified.
      	(dlang_identifier): Update to call either dlang_parse_qualified or
      	dlang_parse_mangle.
      	(dlang_type_modifier_p): Remove function.
      	(dlang_call_convention_p): Don't allow type modifiers in mangle.
      	(dlang_template_args): Update to call dlang_identifier.
      	(dlang_demangle): Update to call dlang_parse_mangle.
      	* testsuite/d-demangle-expected: Add tests.
      
      From-SVN: r247450
      Iain Buclaw committed
    • Regenerate .pot files. · 5166bee4
      gcc/po:
      	* gcc.pot: Regenerate.
      
      libcpp/po:
      	* cpplib.pot: Regenerate.
      
      From-SVN: r247447
      Joseph Myers committed
    • re PR c++/80038 (Random segfault using local vectors in Cilk function) · 815d9cc6
      2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
      
              PR c++/80038
      	* cilk_common.c (expand_builtin_cilk_detach): Move pedigree
      	operations here.
      	* gimplify.c (gimplify_cilk_detach): New function.
      	(gimplify_call_expr, gimplify_modify_expr): Call it as needed.
      	* tree-core.h: Document EXPR_CILK_SPAWN.
      	* tree.h (EXPR_CILK_SPAWN): Define.
      
              PR c++/80038
      	* c-common.h (cilk_gimplify_call_params_in_spawned_fn): Remove
      	prototype.
      	(cilk_install_body_pedigree_operations): Likewise.
      	* cilk.c (cilk_set_spawn_marker): Mark functions that should be
      	detatched.
      	(cilk_gimplify_call_params_in_spawned_fn): Remove.
      	(cilk_install_body_pedigree_operations): Likewise.
      	(gimplify_cilk_spawn): Add EXPR_STMT and CLEANUP_POINT_EXPR
      	unwrapping.
      
              PR c++/80038
      	* c-gimplify.c (c_gimplify_expr): Remove calls to
      	cilk_gimplifY_call_params_in_spawned_fn.
      
              PR c++/80038
      	* cp-cilkplus.c (cilk_install_body_with_frame_cleanup): Don't
      	add pedigree operation and detach call here.
      	* cp-gimplify.c (cp_gimplify_expr): Remove the calls to
      	cilk_cp_gimplify_call_params_in_spawned_fn.
      	(cilk_cp_gimplify_call_params_in_spawned_fn): Remove function.
      	* semantics.c (simplify_aggr_init_expr): Copy EXPR_CILK_SPAWN.
      
              PR c++/80038
      	* lto-lang.c (lto_init): Set in_lto_p earlier.
      
      	PR c++/80038
      	* g++.dg/cilk-plus/CK/pr80038.cc: New test.
      
      From-SVN: r247446
      Xi Ruoyao committed
    • Eliminate fixit_hint class hierarchy · 338035aa
      The original implementation of fix-it hints (r230674) had an abstract
      base class "fixit_hint" and three subclasses, representing
      each of insertions, replacements, and deletions.
      
      Having multiple classes for fix-it hints was a nuisance, as it required
      per-class logic everywhere that the hints were handled.
      
      In r239632 I eliminated the deletion subclass in favor of replacement
      with the empty string (two subclasses are easier than three).
      
      This patch eliminates the class hierarchy altogether by implementing
      insertion in terms of replacement, by representing replacements via
      a half-open interval (so that for an insertion, start == next location,
      and we're effectively replacing an empty range at the insertion point
      with the new string).
      
      This greatly simplifies the code for handling fix-it hints; for example
      it allows removal of a parallel class hierarchy of line_event within
      edit-context.c.
      
      It also improves consolidation of hints: we can now consolidate
      insertions at the same location, affecting a couple of tests
      (selftest::test_one_liner_many_fixits and
      gcc.dg/Wmissing-braces-fixits.c).
      
      gcc/ChangeLog:
      	* diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
      	to use new fixit_hint representation, using the "replace" logic.
      	(get_line_span_for_fixit_hint): Likewise.
      	(layout::print_any_fixits): Likewise.
      	(selftest::test_one_liner_many_fixits): Rename to...
      	(selftest::test_one_liner_many_fixits_1): ...this, and update
      	comment and expected output to reflect that the multiple fix-it
      	hints are now consolidated into one insertion.
      	(selftest::test_one_liner_many_fixits_2): New test.
      	(selftest::test_diagnostic_show_locus_one_liner): Update for
      	above.
      	(selftest::test_fixit_consolidation): Update for fix-it API
      	change.
      	* diagnostic.c (print_parseable_fixits): Likewise.
      	* edit-context.c (edited_line::m_line_events): Convert from
      	auto_vec <line_event *> to auto_vec <line_event>.
      	(class line_event): Convert from abstract base class to a concrete
      	class, taking over the role of replace_event.
      	(class insert_event): Delete.
      	(class replace_event): Rename to class line_event.  Convert to
      	half-open range.
      	(edit_context::add_fixits): Reimplement.
      	(edit_context::apply_insert): Delete.
      	(edit_context::apply_replace): Rename to...
      	(edit_context::apply_fixit): ...this.  Convert to half-open range.
      	(edited_file::apply_insert): Delete.
      	(edited_file::apply_replace): Rename to...
      	(edited_file::apply_fixit): ...this.
      	(edited_line::~edited_line): Drop deletion of events.
      	(edited_line::apply_insert): Delete.
      	(edited_line::apply_replace): Rename to...
      	(edited_line::apply_fixit): ...this.  Convert to half-open range.
      	Update for change to type of m_line_events.
      	* edit-context.h (edit_context::apply_insert): Delete.
      	(edit_context::apply_replace): Rename to...
      	(edit_context::apply_fixit): ...this.
      
      gcc/testsuite/ChangeLog:
      	* gcc.dg/Wmissing-braces-fixits.c: Update expected output to
      	reflect insertion fix-it hints at the same location now being
      	consolidated.
      
      libcpp/ChangeLog:
      	* include/line-map.h (source_range::intersects_line_p): Delete.
      	(rich_location::add_fixit): Delete.
      	(rich_location::maybe_add_fixit): New method.
      	(class fixit_hint): Reimplement in terms of...
      	(class fixit_replace): ...this.
      	(class fixit_insert): Delete.
      	* line-map.c (linemap_position_for_loc_and_offset): Drop overzealous
      	linemap_assert_fails.
      	(source_range::intersects_line_p): Rename to...
      	(fixit_hint::affects_line_p): New function.
      	(rich_location::add_fixit_insert_before): Reimplement in terms of
      	maybe_add_fixit, moving validation there.
      	(rich_location::add_fixit_insert_after): Likewise.
      	(column_before_p): Delete.
      	(rich_location::add_fixit_replace): Reimplement in terms of
      	maybe_add_fixit, moving validation there.  Convert closed input range
      	to half-open range.
      	(rich_location::add_fixit): Delete.
      	(rich_location::maybe_add_fixit): New function.
      	(fixit_insert::fixit_insert): Delete.
      	(fixit_insert::~fixit_insert): Delete.
      	(fixit_insert::affects_line_p): Delete.
      	(fixit_insert::maybe_append_replace): Delete.
      	(fixit_replace::fixit_replace): Rename to...
      	(fixit_hint::fixit_hint): ...this, rewriting as necessary.
      	(fixit_replace::~fixit_replace): Delete.
      	(fixit_replace::affects_line_p): Delete.
      	(fixit_replace::maybe_append_replace): Rename to...
      	(fixit_hint::maybe_append): ...this, rewriting as necessary.
      
      From-SVN: r247445
      David Malcolm committed
    • gimple-ssa-sprintf.c (format_integer): Set knownrange when it's known. · 4d82d0bc
      gcc/ChangeLog:
      	* gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
      	known.
      
      gcc/testsuite/ChangeLog:
      	* tree-ssa/builtin-sprintf-warn-18.c: Adjust to avoid failures
      	on ILP32 targets.
      
      From-SVN: r247444
      Martin Sebor committed
    • Require linker plugin for pr78768.c · d539a57b
      The test-case has an xfail-ed line.  For linkers without plugin support, that
      line happens to xpass.  Require linker with plugin support, such that the line
      is no longer xpass-ing, but unsupported.
      
      2017-05-01  Tom de Vries  <tom@codesourcery.com>
      
      	* gcc.dg/pr78768.c: Require linker plugin.
      
      From-SVN: r247443
      Tom de Vries committed
    • re PR fortran/37131 (inline matmul for small matrix sizes) · c6b9e849
      2017-05-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR fortran/37131
      	* frontend-passes.c (inline_matmul_assign): Also check bounds
      	for allocatable lhs and matrix-vector-multiplication.
      
      2017-05-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR fortran/37131
      	* gfortran.dg/matmul_bounds_11.f90:  New test.
      
      From-SVN: r247441
      Thomas Koenig committed
    • re PR tree-optimization/79715 (hand-rolled strdup with unused result not eliminated) · 706eb1a7
      gcc/testsuite/ChangeLog:
      	PR tree-optimization/79715
      	* gcc.dg/pr79715.c: New test.
      
      From-SVN: r247440
      Martin Sebor committed
    • re PR target/68491 (libgcc calls __get_cpuid with 0 level breaks on early 486) · a6c78ea3
      	PR target/68491
      	* config/i386/cpuid.h (__get_cpuid): Always return 0 when
      	__get_cpuid_max returns 0.
      	(__get_cpuid_count): Ditto.
      
      From-SVN: r247439
      Uros Bizjak committed
    • Add and use effective target rdrand · 723f4140
      2017-05-01  Tom de Vries  <tom@codesourcery.com>
      
      	PR testsuite/65941
      	* lib/target-supports.exp (check_effective_target_rdrand): New proc.
      	* g++.dg/other/pr59492.C: Require effective target rdrand.
      
      From-SVN: r247438
      Tom de Vries committed
    • d-demangle.c (dlang_value): Add comment explaining why cases for digits are required. · dd03444b
      libiberty/ChangeLog:
      
      	* d-demangle.c (dlang_value): Add comment explaining why cases for
      	digits are required.
      	* testsuite/d-demangle-expected: Update integer value tests.
      
      From-SVN: r247436
      Iain Buclaw committed
    • d-demangle.c (dlang_parse_symbol): Skip over anonymous symbols. · 98bb7ee2
      libiberty/ChangeLog:
      
      	* d-demangle.c (dlang_parse_symbol): Skip over anonymous symbols.
      	* testsuite/d-demangle-expected: Add tests.
      
      From-SVN: r247434
      Iain Buclaw committed
    • d-demangle.c (dlang_identifier): Handle template constraint symbols. · c6f44bae
      libiberty/ChangeLog:
      
      	* d-demangle.c (dlang_identifier): Handle template constraint symbols.
      	(dlang_parse_template): Only advance if template symbol prefix is
      	followed by a digit.
      	* testsuite/d-demangle-expected: Add tests.
      
      From-SVN: r247433
      Iain Buclaw committed
    • d-demangle.c (dlang_attributes): Handle scope attributes. · ec89d258
      libiberty/ChangeLog:
      
      	* d-demangle.c (dlang_attributes): Handle scope attributes.
      	* testsuite/d-demangle-expected: Add tests.
      
      From-SVN: r247432
      Iain Buclaw committed
    • tree.c (substitute_in_expr): Also inline a call if the replacement expression is… · 3a324b98
      tree.c (substitute_in_expr): Also inline a call if the replacement expression is another instance of one of...
      
      	* tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
      	replacement expression is another instance of one of its arguments.
      
      From-SVN: r247431
      Eric Botcazou committed
    • re PR target/79430 (action of statement incorrectly optimised away) · 30776a14
      	PR target/79430
      	* rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
      	check for stack push/pop autoinc.
      	* config/i386/i386.c (ix86_agi_dependent): Return false
      	if the only reason why modified_in_p returned true is that
      	addr is SP based and set_insn is a push or pop.
      
      From-SVN: r247429
      Jakub Jelinek committed
    • Add missing entry · f16b9dc2
      From-SVN: r247428
      Eric Botcazou committed
    • decl.c (components_to_record): Add more comments. · 0a69d9bd
      	* gcc-interface/decl.c (components_to_record): Add more comments.
      	Put back pending fields onto the regular list if the misalignment
      	happens to cancel itself.
      
      From-SVN: r247426
      Eric Botcazou committed
    • Daily bump. · 8d700636
      From-SVN: r247425
      GCC Administrator committed
  3. 30 Apr, 2017 4 commits
    • * fr.po: Update. · 5bda45cd
      From-SVN: r247420
      Joseph Myers committed
    • * fr.po: Update. · ade61912
      From-SVN: r247418
      Joseph Myers committed
    • re PR tree-optimization/79224 (Large C-Ray slowdown) · 4adaad64
      
      	PR ipa/79224
      	* ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
      	(account_size_time): Use two predicates - exec_pred and
      	nonconst_pred_ptr.
      	(evaluate_conditions_for_known_args): Compute both clause and
      	nonspec_clause.
      	(evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
      	(inline_summary_t::duplicate): Update.
      	(estimate_function_body_sizes): Caluculate exec and nonconst predicates
      	separately.
      	(compute_inline_parameters): Likewise.
      	(estimate_edge_size_and_time): Update caluclation of time.
      	(estimate_node_size_and_time): Compute both time and nonspecialized
      	time.
      	(estimate_ipcp_clone_size_and_time): Update.
      	(inline_merge_summary): Update.
      	(do_estimate_edge_time): Update.
      	(do_estimate_edge_size): Update.
      	(do_estimate_edge_hints): Update.
      	(inline_read_section, inline_write_summary): Stream both new predicates.
      	* ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
      	as argument.
      	(compute_inlined_call_time): Cleanup.
      	(big_speedup_p): Update.
      	(edge_badness): Update.
      	* ipa-inline.h (INLINE_TIME_SCALE): Remove.
      	(size_time_entry): Replace predicate by exec_predicate and
      	nonconst_predicate.
      	(edge_growth_cache_entry): Cache both time nad nonspecialized time.
      	(estimate_edge_time): Return also nonspec_time.
      	(reset_edge_growth_cache): Update.
      
      From-SVN: r247417
      Jan Hubicka committed
    • Daily bump. · 8cbe7981
      From-SVN: r247416
      GCC Administrator committed
  4. 29 Apr, 2017 1 commit