1. 21 May, 2014 32 commits
    • [multiple changes] · c8a3028c
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* sem_elab.adb: Minor reformatting.
      	* s-taprop.ads: Minor comment fix.
      	* sem_ch8.adb (Analyze_Subprogram_Renaming): Remove call to
      	Kill_Elaboration_Checks.
      	* errout.adb, erroutc.adb: Minor reformatting.
      
      2014-05-21  Thomas Quinot  <quinot@adacore.com>
      
      	* exp_pakd.adb (Byte_Swap): Handle the case of a sub-byte
      	component. No byte swapping occurs, but this procedure also takes
      	care of appropriately justifying the argument.
      
      2014-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* sem_ch6.adb: sem_ch6.adb (Analyze_Aspects_On_Body_Or_Stub):
      	New routine.
      	(Analyze_Subprogram_Body_Helper): Move the
      	analysis of aspect specifications and the processing of the
      	subprogram body contract after inlining has taken place.
      	(Diagnose_Misplaced_Aspect_Specifications): Removed.
      
      2014-05-21  Javier Miranda  <miranda@adacore.com>
      
      	* sem_ch3.adb (Build_Derived_Record_Type): Revert previous change.
      
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* sem_eval.ads, sem_eval.adb (Why_Not_Static): Messages are not
      	continuations any more.
      
      2014-05-21  Ed Schonberg  <schonberg@adacore.com>
      
      	* sinfo.ads, sinfo.adb: New flag Needs_Initialized_Actual,
      	present in formal_Private_Definitions and on private extension
      	declarations of a formal derived type. Set when the use of the
      	formal type in a generic suggests that the actual should be a
      	fully initialized type.
      	* sem_warn.adb (May_Need_Initialized_Actual): new subprogram
      	to indicate that an entity of a generic type has default
      	initialization, and that the corresponing actual type in any
      	subsequent instantiation should be fully initialized.
      	* sem_ch12.adb (Check_Initialized_Type): new subprogram,
      	to emit a warning if the actual for a generic type on which
      	Needs_Initialized_Actual is set is not a fully initialized type.
      
      From-SVN: r210705
      Arnaud Charlet committed
    • [multiple changes] · 23e28b42
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* sem_elab.adb, prj-dect.adb: Minor reformatting.
      
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* erroutc.ads: Minor comment addition.
      
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* errout.ads: Add documentation for use of >*> tag.
      	* restrict.adb: Make sure we use >*> tag for restriction warnings.
      
      2014-05-21  Gary Dismukes  <dismukes@adacore.com>
      
      	* debug.adb: Add case of illegal overriding_indicator for a
      	protected subprogram body to description of -gnatd.E switch.
      	* sem_ch6.adb (Verify_Overriding_Indicator): Issue error message
      	for cases of giving overriding_indicators on protected subprogram
      	bodies, but change this to a warning if -gnatd.E is enabled. No
      	longer give a style warning about missing indicators on protected
      	subprogram bodies.
      
      From-SVN: r210704
      Arnaud Charlet committed
    • [multiple changes] · b7b92f15
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* prj.ads, sem_ch12.adb, prj.adb, exp_pakd.adb,
      	sem_elab.ads: Minor reformatting.
      	* erroutc.adb, erroutc.ads (Warning_Specifically_Suppressed): Make Tag
      	parameter optional.
      
      2014-05-21  Pascal Obry  <obry@adacore.com>
      
      	* prj-dect.adb: Allow package Install in aggregate project.
      
      From-SVN: r210703
      Arnaud Charlet committed
    • [multiple changes] · 0df5ae93
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* sem_ch13.adb (Analyze_Aspect_Specifications):
      	Insert_Delayed_Pragma is now used for the case of Attach_Handler.
      	* sem_prag.adb: Minor comment improvements.
      
      2014-05-21  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch12.adb (Install_Body): When checking whether freezing of
      	instantiation must be delayed, verify that the common enclosing
      	subprogram to generic and instance is in fact an overloadable
      	entity.
      
      2014-05-21  Vincent Celier  <celier@adacore.com>
      
      	* makeutl.adb (Mains.Complete_Mains.Do_Complete): Look for all
      	mains with the same name and fail if there is more than one.
      	* prj.ads, prj.adb (Find_All_Sources): New function
      
      From-SVN: r210702
      Arnaud Charlet committed
    • sem_ch13.adb: Minor reformatting. · 9db78a42
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* sem_ch13.adb: Minor reformatting.
      	* lib-xref-spark_specific.adb, sem_util.adb: Minor reformatting.
      	* sem_prag.adb: Minor error message improvement.
      
      From-SVN: r210701
      Robert Dewar committed
    • 2014-05-21 Yannick Moy <moy@adacore.com> · 63b5225b
      	* lib-xref-spark_specific.adb, lib-xref.ads, lib-xref.adb
      	(Enclosing_Subprogram_Or_Package): Only return a library-level
      	package.
      
      From-SVN: r210700
      Yannick Moy committed
    • sem_ch3.adb (Build_Derived_Record_Type): Initialize Parent_Base to the full view… · a8a89b74
      sem_ch3.adb (Build_Derived_Record_Type): Initialize Parent_Base to the full view of the parent type when...
      
      2014-05-21  Javier Miranda  <miranda@adacore.com>
      
      	* sem_ch3.adb (Build_Derived_Record_Type): Initialize Parent_Base
      	to the full view of the parent type when processing a derived type
      	which is the full view of a private type not defined in a generic
      	unit which is derived from a private type with discriminants
      	whose full view is a non-tagged record type.
      
      From-SVN: r210699
      Javier Miranda committed
    • Previous change (rev 210697) should have mentioned PR ada/9535: · 95bc61b2
              
              PR ada/9535
              * g-socket.adb (Read and Write for Datagram_Socket_Stream_Type):
              Provide a behaviour more consistent with underlying datagram
              socket: do not attempt to loop over Send_Socket/Receive_Socket
              iterating along the buffer.
      
      From-SVN: r210698
      Arnaud Charlet committed
    • [multiple changes] · 601bb6b3
      2014-05-21  Javier Miranda  <miranda@adacore.com>
      
      	* exp_ch4.adb (Expand_Allocator_Expression.Apply_Accessibility_Check):
      	Complete previous patch.
      
      2014-05-21  Thomas Quinot  <quinot@adacore.com>
      
      	* g-socket.adb (Read and Write for Datagram_Socket_Stream_Type):
      	Provide a behaviour more consistent with underlying datagram
      	socket: do not attempt to loop over Send_Socket/Receive_Socket
      	iterating along the buffer.
      
      2014-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* freeze.adb (Freeze_Record_Type): Ensure that a discriminated
      	or a tagged type is not labelled as volatile. Ensure that a
      	non-volatile type has no volatile components.
      	* sem_ch3.adb (Analyze_Object_Contract): Add local constant
      	Obj_Typ. Code reformatting.  Ensure that a discriminated or
      	tagged object is not labelled as volatile.
      	* sem_prag.adb (Process_Atomic_Shared_Volatile): Ensure that
      	pragma Volatile applies to a full type declaration or an object
      	declaration when SPARK mode is on.
      
      2014-05-21  Sergey Rybin  <rybin@adacore.com frybin>
      
      	* gnat_ugn.texi: For ASIS tools, reword the paragraph about
      	providing options needed for compiling the argument source for
      	the situation when a project file can be used as a tool parameter.
      
      2014-05-21  Gary Dismukes  <dismukes@adacore.com>
      
      	* gnat_rm.texi: Minor typo fix.
      
      From-SVN: r210697
      Arnaud Charlet committed
    • [multiple changes] · da574a86
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* stand.adb (Tree_Read): Read missing entities.
      	(Tree_Write): Write missing entities.
      
      2014-05-21  Ben Brosgol  <brosgol@adacore.com>
      
      	* gnat_ugn.texi: Wordsmithing edits to Coupling Metrics Control
      	section in gnatmetric chapter.
      
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* exp_ch6.adb (Expand_Actuals): Spec moved here, since not used
      	outside Exp_Ch6 (Expand_Actuals): Deal with proper insertion of
      	post-call copy write back (see detailed comment in code).
      	* exp_ch6.ads (Expand_Actuals): Moved to body, not used outside
      	Exp_Ch6.
      	* tbuild.ads: Minor reformatting.
      
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* stand.ads: Add warning about adding new entities and
      	Tree_Read/Tree_Write.
      
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* sem_util.adb (Set_Entity_With_Checks): Don't complain about
      	references to restricted entities within the units in which they
      	are declared.
      
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* gnat1drv.adb (Check_Bad_Body): Use Source_File_Is_Body to
      	simplify the needed test, and also deal with failure to catch
      	situations with non-standard names.
      	* sinput-l.ads, sinput-l.adb (Source_File_Is_No_Body): New function
      	(Source_File_Is_Subunit): Removed, no longer used.
      
      2014-05-21  Javier Miranda  <miranda@adacore.com>
      
      	* exp_ch4.adb
      	(Expand_Allocator_Expression.Apply_Accessibility_Check): for a
      	renaming of an access to interface object there is no need to
      	generate extra code to reference the tag.
      
      From-SVN: r210696
      Arnaud Charlet committed
    • [multiple changes] · 77a40ec1
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* errout.adb, erroutc.adb, erroutc.ads: Allow warning tag in pragma
      	Warnings (Off, string).
      
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* osint.adb: Fix three error messages to say invalid instead
      	of erroneous.
      	* par-ch4.adb, exp_aggr.adb, sem_attr.adb, sem_aux.adb, sem_ch3.adb,
      	sem_ch5.adb, sem_ch6.adb, sem_ch7.adb, sem_dim.adb, sem_res.adb,
      	sem_util.adb, sem_util.ads: Fix incorrect use of erroneous in comments.
      
      2014-05-21  Ed Schonberg  <schonberg@adacore.com>
      
      	* freeze.adb, sem_ch13.adb, sem_ch13.ads, sem_ch9.adb,
      	sem_ch9.ads: Move discriminant manipulation routines for analysis of
      	aspect specifications from sem_ch9 to sem_ch13, where they belong.
      
      From-SVN: r210695
      Arnaud Charlet committed
    • config.gcc (*-*-dragonfly*): New target. · dbed5a9b
      2014-05-21  John Marino  <gnugcc@marino.st>
      
      gcc:
      
      	* config.gcc (*-*-dragonfly*): New target.
      	* configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
      	* configure: Regenerate.
      	* config/dragonfly-stdint.h: New.
      	* config/dragonfly.h: New.
      	* config/dragonfly.opt: New.
      	* config/i386/dragonfly.h: New.
      	* ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
      
      include:
      
      	* liberty.h: Use basename function on DragonFly.
      
      libcilkrts:
      
      	* runtime/os-unix.c (__DragonFly__): New target.
      
      libgcc:
      
      	* config.host (*-*-dragonfly*): New target.
      	* crtstuff.c: Make dl_iterate_support generic on *bsd.
      	* enable-execute-stack-mprotect.c: Always mprotect on FreeBSD.
      	* unwind-dw2-fde-dip.c: Add dl_iterate_phr support for DragonFly.
      	* config/i386/dragonfly-unwind.h: New.
      
      libitm:
      
      	* configure.tgt (*-*-dragonfly*): New target.
      
      libstdc++-v3:
      
      	* acinclude.m4 (*-*-dragonfly*): New target.
      	* configure: Regenerate.
      	* configure.host (*-*-dragonfly*): New target.
      	* config/locale/dragonfly/c_locale.cc: New.
      	* config/locale/dragonfly/ctype_members.cc: New.
      	* config/os/bsd/dragonfly/ctype_base.h: New.
      	* config/os/bsd/dragonfly/ctype_configure_char.cc: New.
      	* config/os/bsd/dragonfly/ctype_inline.h: New.
      	* config/os/bsd/dragonfly/os_defines.h: New.
      
      From-SVN: r210694
      John Marino committed
    • [multiple changes] · 17cf9038
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_ugn.texi: Clearly document -gnatw.g (GNAT warnings).
      	Clearly document -gnatyg (GNAT style switches).
      	* usage.adb: Add line line for -gnatw.g (GNAT warnings) More
      	detail for line for -gnatyg (GNAT style switches) -gnatw.d/D is
      	available for VMS after all.
      	* warnsw.adb: Reorganize to eliminate duplicated code
      	(Restore_Warnings): Add a couple of missing entries
      	(Save_Warnings): Add a couple of missing entries.
      	* warnsw.ads: Add missing entries to Warning_Record (not clear
      	what the impact is).
      
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* errout.adb (Set_Msg_Insertion_Warning): Handle ?*? (restriction
      	warning) case.
      	* errout.ads: Document ?*? (restriction warning) insertion.
      	* erroutc.adb (Get_Warning_Tag): Deal with ?*? (restriction
      	warning) case.
      	* erroutc.ads: Document use of * for restriction warning tag.
      	* restrict.adb (Restriction_Msg): Tag with ?*? instead of ??.
      
      2014-05-21  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch9.adb (Push_Scope_And_Install_Discriminants): Do not
      	make discriminants immediately visible when analyzing an aspect
      	of a subtype declaration.
      	(Uninstall_Discriminants): Do not apply to the entity in a
      	subtype declaration.
      
      From-SVN: r210693
      Arnaud Charlet committed
    • tree.def (VOID_CST): New. · 632f2871
      gcc/
      	* tree.def (VOID_CST): New.
      	* tree-core.h (TI_VOID): New.
      	* tree.h (void_node): New.
      	* tree.c (tree_node_structure_for_code, tree_code_size)
      	(iterative_hash_expr): Handle VOID_CST.
      	(build_common_tree_nodes): Initialize void_node.
      
      gcc/c-family/
      	* c-common.h (CTI_VOID_ZERO, void_zero_node): Delete.
      	* c-common.c (c_common_nodes_and_builtins): Don't initialize
      	void_zero_node.
      	* c-pretty-print.c (pp_c_void_constant): New function.
      	(c_pretty_printer::constant, c_pretty_printer::primary_expression)
      	(c_pretty_printer::expression): Handle VOID_CST.
      	* cilk.c (extract_free_variables): Likewise.
      	* c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift)
      	(ubsan_instrument_vla): Use void_node instead of void_zero_node.
      
      gcc/c/
      	* c-array-notation.c (expand_array_notations): Use void_node
      	instead of void_zero_node.
      
      gcc/cp/
      	* cvt.c (convert_to_void): Use void_node instead of void_zero_node.
      	* cp-array-notation.c (replace_invariant_exprs): Likewise.
      	(expand_array_notation): Handle VOID_CST.
      	* error.c (dump_expr): Likewise.
      	* cxx-pretty-print.c (cxx_pretty_printer::primary_expression)
      	(cxx_pretty_printer::expression): Likewise.
      	(pp_cxx_new_expression): Use void_node instead of void_zero_node.
      	* decl.c (register_dtor_fn): Likewise.
      	* init.c (build_raw_new_expr, build_new_1, build_vec_init)
      	(build_delete, push_base_cleanups): Likewise.
      	* mangle.c (write_expression): Likewise.
      	* semantics.c (finish_break_stmt, empty_expr_stmt_p): Likewise.
      	* pt.c (tsubst_decl, tsubst_copy_and_build): Likewise.
      	(tsubst, tsubst_copy, build_non_dependent_expr): Handle VOID_CST.
      	* tree.c (cp_tree_equal): Likewise.
      	(build_dummy_object, is_dummy_object, stabilize_expr): Use void_node
      	instead of void_zero_node.
      	* typeck.c (check_return_expr): Likewise.
      	* typeck2.c (build_functional_cast): Likewise.
      
      From-SVN: r210692
      Richard Sandiford committed
    • [multiple changes] · 31382249
      2014-05-21  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_util.adb: Code clean up.
      
      2014-05-21  Eric Botcazou  <ebotcazou@adacore.com>
      
      	* gnat_ugn.texi: Document -Werror.
      
      From-SVN: r210691
      Arnaud Charlet committed
    • [multiple changes] · 6413dd81
      2014-05-21  Bob Duff  <duff@adacore.com>
      
      	* sem_util.adb (Is_Dependent_Component_Of_Mutable_Object):
      	This was returning False if the Object is a constant view. Fix
      	it to return True in that case, because it might be a view of
      	a variable.
      	(Has_Discriminant_Dependent_Constraint): Fix latent
      	bug; this function was crashing when passed a discriminant.
      
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_ugn.texi: Remove misplaced section that is now obsolete.
      	* s-arit64.adb: Minor code reorganization.
      	* sem_prag.adb: Minor comment fix (remove erroneous use of the
      	term erroneous).
      
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* g-table.adb, g-dyntab.adb (Reallocate): Fix possible overflow in
      	computing new table size.
      
      From-SVN: r210690
      Arnaud Charlet committed
    • [multiple changes] · 2735b82d
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* einfo.ads: Minor reformatting.
      	* ceinfo.adb: Deal with slight format change of einfo.ads.
      
      2014-05-21  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_prag.adb (Analyze_Part_Of): Further work on the proper
      	implementation of the SPARK 2014 rule concerning private child
      	units (LRM 7.2.6).
      
      2014-05-21  Vincent Celier  <celier@adacore.com>
      
      	* makeusg.adb: Add switch -d to usage.
      
      2014-05-21  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_util.adb (Find_Actual): If an actual that is the prefix
      	of an enclosing prefixed call has been rewritten, use Nkind
      	and Sloc to identify the corresponding formal, when handling
      	deferred references.
      
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* debug.adb: Document -gnatd.z switch.
      	* sem_eval.adb (Why_Non_Static): Test -gnatd.z switch.
      
      From-SVN: r210689
      Arnaud Charlet committed
    • einfo.ads (Can_Never_Be_Null): Minor comment update. · 149604e4
      2014-05-21  Robert Dewar  <dewar@adacore.com>
      
      	* einfo.ads (Can_Never_Be_Null): Minor comment update.
      	* sem_prag.adb (Check_Arg_Is_Task_Dispatching_Policy): Minor
      	error message change.
      	* s-arit64.adb ("abs"): New function. Use expression functions
      	for the simple conversions and arithmetic.
      
      From-SVN: r210688
      Robert Dewar committed
    • Amend: yes · c1c84c5e
      * g++.dg/cpp0x/pr61038.C (operator "" _s): Use size_t.
      
      From-SVN: r210687
      Andreas Schwab committed
    • Fix misapplied ChangeLog patch. · bffe67e7
      From-SVN: r210686
      Bernd Schmidt committed
    • Improve reload code generation by ignoring init insns for reloads. · 41203287
          	* reload1.c (remove_init_insns, will_delete_init_insn_p): New static
          	functions.
          	(reload, calculate_needs_all_insns, reload_as_needed): Use them.
      
      From-SVN: r210685
      Bernd Schmidt committed
    • Make the Blackfin port build again. · 0836b77f
      	* config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few
      	more places.
      
      From-SVN: r210684
      Bernd Schmidt committed
    • Stop the cfglayout code from failing an assert when called from hw-doloop. · 8a9e6b45
      	* cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
      	flag_reorder_blocks_and_partition.
      	* hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
      
      From-SVN: r210683
      Bernd Schmidt committed
    • re PR target/54236 ([SH] Improve addc and subc insn utilization) · c4e5de1b
      gcc/
              PR target/54236
              * config/sh/sh.md (*addc_r_1): Rename to addc_t_r.  Remove empty
              constraints.
              (*addc_r_t): Add new insn_and_split.
      
      gcc/testsuite/
              PR target/54236
              * gcc.target/sh/pr54236-3.c: New.
      
      From-SVN: r210682
      Oleg Endo committed
    • re PR middle-end/61252 (Invalid code produced for omp simd reduction(min:var)… · decaaec8
      re PR middle-end/61252 (Invalid code produced for omp  simd reduction(min:var) where var is reference)
      
      	PR middle-end/61252
      	* omp-low.c (handle_simd_reference): New function.
      	(lower_rec_input_clauses): Use it.  Defer adding reference
      	initialization even for reduction without placeholder if in simd,
      	handle it properly later on.
      
      	* testsuite/libgomp.c++/simd-9.C: New test.
      
      From-SVN: r210679
      Jakub Jelinek committed
    • re PR c++/60189 (ICE with invalid use of _Cilk_sync) · c3d96270
      gcc/cp
      	PR c/60189
      	* parser.c (cp_parser_postfix_expression): Move handling of cilk_sync
      	from here to...
      	(cp_parser_statement): ...here. Make sure only semicolon can go after
      	Cilk_sync.
      
      gcc/testsuite
      	PR c++/60189
      	* c-c++-common/cilk-plus/CK/invalid_sync.cÑ: New test.
      
      From-SVN: r210678
      Igor Zamyatin committed
    • re PR tree-optimization/60899 (undef reference generated with -fdevirtualize-speculatively) · 3aaf0529
      
      	PR tree-optimization/60899
      	* gimple-fold.c (can_refer_decl_in_current_unit_p): Cleanup;
      	assume all static symbols will have definition wile parsing and
      	check the do have definition later in compilation; check that
      	variable referring symbol will be output before concluding that
      	reference is safe; be conservative for referring local statics;
      	be more precise about when comdat is output in other partition.
      
      	g++.dg/ipa/devirt-11.C: Update template.
      
      From-SVN: r210676
      Jan Hubicka committed
    • re PR bootstrap/60984 (AIX: gcc-4.9.0 bootstrap fails in stage-2) · 1bbb87c4
      
      	PR bootstrap/60984
      	* ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED parameter.
      	* ipa-inline.c (inline_to_all_callers): If callee was removed; return.
      	(ipa_inline): Loop inline_to_all_callers until no more aliases are removed.
      
      From-SVN: r210674
      Jan Hubicka committed
    • ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping; set writeonly… · d5ce4663
      ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping; set writeonly flag only for vars actually written to.
      
      
      	* ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping;
      	set writeonly flag only for vars actually written to.
      
      From-SVN: r210672
      Jan Hubicka committed
    • re PR libgcc/60166 (ARM default NAN encoding violates EABI) · 1ec380e5
      	PR libgcc/60166
      	* config/arm/sfp-machine.h (_FP_NANFRAC_H, _FP_NANFRAC_S)
      	(_FP_NANFRAC_D, _FP_NANSIGN_Q): Set the quiet bit.
      
      From-SVN: r210668
      Maciej W. Rozycki committed
    • re PR c++/61038 (g++ -E is unusable with UDL strings) · 49039169
      gcc/testsuite/
      
      2014-05-20  Edward Smith-Rowland  <3dw4rd@verizon.net>
      
      	PR C++/61038
      	* g++.dg/cpp0x/pr61038.C: New.
      
      libcpp/
      
      2014-05-20  Edward Smith-Rowland  <3dw4rd@verizon.net>
      
      	PR C++/61038
      	* macro.c (stringify_arg (cpp_reader *, macro_arg *)):
      	Check for user-defined literal strings and user-defined literal chars
      	to escape necessary characters.
      
      From-SVN: r210666
      Edward Smith-Rowland committed
    • Daily bump. · 956dd093
      From-SVN: r210665
      GCC Administrator committed
  2. 20 May, 2014 8 commits
    • ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count and callee… · 98339851
      ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count and callee count to get clone count.
      
      2014-05-20  Dehao Chen  <dehao@google.com>
      
      	* ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count
      	and callee count to get clone count.
      	* tree-inline.c (expand_call_inline): Use callee count instead of bb
      	count in copy_body.
      
      From-SVN: r210660
      Dehao Chen committed
    • testsuite_flags.in (cxxflags): Remove @CXXFLAGS@ since libstdc++.exp imports… · 6ed9c90a
      testsuite_flags.in (cxxflags): Remove @CXXFLAGS@ since libstdc++.exp imports those flags via getenv.
      
      2014-05-20  Cesar Philippidis  <cesar@codesourcery.com>
      
      	libstdc++-v3/
      	* scripts/testsuite_flags.in (cxxflags): Remove @CXXFLAGS@ since 
      	libstdc++.exp imports those flags via getenv.
      	* testsuite/lib/libstdc++.exp (libstdc++_init): Ensure that 
      	CXXFLAGS contains a '-O' flag.
      
      From-SVN: r210659
      Cesar Philippidis committed
    • re PR middle-end/61243 (verify_flow_info failed: No region crossing jump at… · ec27069c
      re PR middle-end/61243 (verify_flow_info failed: No region crossing jump at section boundary in bb 65)
      
      gcc/
      	PR rtl-optimization/61243
      	* emit-rtl.c (emit_copy_of_insn_after): Copy CROSSING_JUMP_P.
      
      From-SVN: r210658
      Richard Sandiford committed
    • add dbgcnt support for devirt · 2b5f0895
      From-SVN: r210657
      Xinliang David Li committed
    • msp430.md (split): Don't allow subregs when splitting SImode adds. · 9c5f6203
      * config/msp430/msp430.md (split): Don't allow subregs when
      splitting SImode adds.
      (andneghi): Fix subtraction logic.
      * config/msp430/predicates.md (msp430_nonsubreg_or_imm_operand): New.
      
      From-SVN: r210655
      DJ Delorie committed
    • tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols. · cf288ed3
      
      	* tree.h (DECL_ONE_ONLY): Return true only for externally visible
      	symbols.
      	* except.c (switch_to_exception_section, resolve_unique_section,
      	get_named_text_section, default_function_rodata_section, 
      	align_variable, get_block_for_decl, default_section_type_flags):
      	Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
      	* symtab.c (symtab_add_to_same_comdat_group,
      	symtab_make_decl_local, fixup_same_cpp_alias_visibility,
      	symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
      	Likewise.
      	* cgraphclones.c (cgraph_create_virtual_clone): Likewise.
      	* bb-reorder.c (pass_partition_blocks::gate): Likewise.
      	* config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
      	(c6x_function_in_section_p): Likewise.
      	* config/darwin.c (machopic_select_section): Likewise.
      	* config/arm/arm.c (arm_function_in_section_p): Likewise.
      	* config/mips/mips.c (mips_function_rodata_section): Likewise.
      	* config/mep/mep.c (mep_select_section): LIkewise.
      	* config/i386/i386.c (x86_64_elf_unique_section): Likewise.
      
      From-SVN: r210654
      Jan Hubicka committed
    • re PR c++/58753 (Brace-initializing a vector with a direct-initialization NSDMI… · f4cd9c51
      re PR c++/58753 (Brace-initializing a vector with a direct-initialization NSDMI doesn't work in a template)
      
      /cp
      2014-05-20  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/58753
      	PR c++/58930
      	PR c++/58704
      	* typeck2.c (digest_nsdmi_init): New.
      	* parser.c (cp_parser_late_parse_one_default_arg): Use it.
      	* init.c (get_nsdmi): Likewise.
      	* cp-tree.h (digest_nsdmi_init): Declare.
      
      /testsuite
      2014-05-20  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/58753
      	PR c++/58930
      	PR c++/58704
      	* g++.dg/cpp0x/nsdmi-template11.C: New.
      	* g++.dg/cpp0x/nsdmi-template12.C: Likewise.
      	* g++.dg/cpp0x/nsdmi-template13.C: Likewise.
      
      From-SVN: r210653
      Paolo Carlini committed
    • typeck.c (get_member_function_from_ptrfunc): Don't try to look up a virtual… · f9873232
      typeck.c (get_member_function_from_ptrfunc): Don't try to look up a virtual function in a dummy object.
      
      	* typeck.c (get_member_function_from_ptrfunc): Don't try to look
      	up a virtual function in a dummy object.
      
      From-SVN: r210651
      Jason Merrill committed