1. 06 Jul, 2013 4 commits
    • re PR target/57807 (Compile failure with __builtin_ia32_unpcklpd with -masm=intel) · eabb5f48
      2013-07-06  Uros Bizjak  <ubizjak@gmail.com>
      
      	* config/i386/sse.md (sse_movlhps): Change alternative 3
      	of operand 2 to "m".
      
      2013-07-06  Uros Bizjak  <ubizjak@gmail.com>
      
      	PR target/57807
      	* config/i386/sse.md (iptr): New mode attribute.
      	(sse2_movq128): Add pointer size overrides for Intel asm dialect.
      	(<sse>_vm<plusminus_insn><mode>3): Ditto.
      	(<sse>_vmmul<mode>3): Ditto.
      	(<sse>_vmdiv<mode>3): Ditto.
      	(sse_vmrcpv4sf2): Ditto.
      	(<sse>_vmsqrt<mode>2): Ditto.
      	(sse_vmrsqrtv4sf2): Ditto.
      	(<sse>_vm<code><mode>3): Ditto.
      	(avx_vmcmp<mode>3): Ditto.
      	(<sse>_vmmaskcmp<mode>3): Ditto.
      	(<sse>_comi): Ditto.
      	(<sse>_ucomi): Ditto.
      	(*xop_vmfrcz_<mode>): Ditto.
      	(*fmai_fmadd_<mode>): Ditto.
      	(*fmai_fmsub_<mode>): Ditto.
      	(*fmai_fnmadd_<mode>): Ditto.
      	(*fmai_fnmsub_<mode>): Ditto.
      	(*fma4i_vmfmadd_<mode>): Ditto.
      	(*fma4i_vmfmsub_<mode>): Ditto.
      	(*fma4i_vmfnmadd_<mode>): Ditto.
      	(*fma4i_vmfnmsub_<mode>): Ditto.
      	(*xop_vmfrcz_<mode>): Ditto.
      	(sse_cvtps2pi): Ditto.
      	(sse_cvttps2pi): Ditto.
      	(sse_cvtss2si): Ditto.
      	(sse_cvtss2si_2): Ditto.
      	(sse_cvtss2siq_2): Ditto.
      	(sse_cvttss2si): Ditto.
      	(sse_cvttss2siq): Ditto.
      	(sse_cvtsd2si): Ditto.
      	(sse_cvtsd2si_2): Ditto.
      	(sse_cvtsd2siq_2): Ditto.
      	(sse_cvttsd2si): Ditto.
      	(sse_cvttsd2siq): Ditto.
      	(sse_cvtsd2ss): Ditto.
      	(sse_cvtss2sd): Ditto.
      	(avx2_pbroadcast<mode>): Ditto.
      	(avx2_pbroadcast<mode>_1): Ditto.
      	(*avx_vperm_broadcast_v4sf): Ditto.
      
      	(sse_movhlps): Ditto for movlp[sd]/movhp[sd] alternatives.
      	(sse_movlhps): Ditto.
      	(sse_storehps): Ditto.
      	(sse_loadhps): Ditto.
      	(sse_storelps): Ditto.
      	(sse_loadlps): Ditto.
      	(*vec_concatv4sf): Ditto.
      	(*vec_interleave_highv2df): Ditto.
      	(*vec_interleave_lowv2df): Ditto.
      	(*vec_extractv2df_1_sse): Ditto.
      	(*vec_extractv2df_0_sse): Ditto.
      	(sse2_storelpd): Ditto.
      	(sse2_loadlpd): Ditto.
      	(sse2_movsd): Ditto.
      	(*vec_concatv4si): Ditto.
      	(vec_concatv2di): Ditto.
      
      	* config/i386/mmx.md (mmx_punpcklbw): Add pointer size overrides
      	for Intel asm dialect.
      	(mmx_punpcklwd): Ditto.
      	(mmx_punpckldq): Ditto.
      
      	* config/i386/i386.c (ix86_print_operand) ['H']: Output 'qword ptr'
      	for intel assembler dialect.
      
      testsuite/ChangeLog:
      
      2013-07-06  Uros Bizjak  <ubizjak@gmail.com>
      
      	PR target/57807
      	* gcc.target/i386/pr57807.c: New test.
      
      From-SVN: r200737
      Uros Bizjak committed
    • re PR target/29776 (result of ffs/clz/ctz/popcount/parity are already sign-extended) · 1f6eac90
      	PR target/29776
      	* fold-const.c (tree_call_nonnegative_warnv_p): Return true
      	for BUILT_IN_C{LZ,LRSB}*.
      	* tree.h (CASE_INT_FN): Add FN##IMAX case.
      	* tree-vrp.c (extract_range_basic): Handle
      	BUILT_IN_{FFS,PARITY,POPCOUNT,C{LZ,TZ,LRSB}}*.  For
      	BUILT_IN_CONSTANT_P if argument isn't (D) of PARM_DECL,
      	fall thru to code calling set_value*.
      	* builtins.c (expand_builtin): Remove *IMAX cases.
      	(fold_builtin_bitop): For BUILT_IN_CLRSB* return NULL_TREE
      	if width is bigger than 2*HWI.
      
      	* libgcc2.c (__floattisf): Avoid undefined signed overflow.
      
      	* gcc.dg/tree-ssa/vrp89.c: New test.
      
      From-SVN: r200731
      Jakub Jelinek committed
    • re PR c++/28262 (Inconsistent "default arguments are only permitted for function parameters".) · 5504e5d8
      /cp
      2013-07-06  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/28262
      	* parser.c (cp_parser_init_declarator): If we are parsing a typedef
      	set parser->default_arg_ok_p to false before cp_parser_declarator.
      
      /testsuite
      2013-07-06  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/28262
      	* g++.dg/parse/defarg16.C: New.
      
      From-SVN: r200730
      Paolo Carlini committed
    • Daily bump. · 90b0f444
      From-SVN: r200728
      GCC Administrator committed
  2. 05 Jul, 2013 27 commits
    • const_iterator.cc: Tweak, avoid potential undefined behavior. · 110374e4
      2013-07-05  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/23_containers/deque/modifiers/insert/const_iterator.cc:
      	Tweak, avoid potential undefined behavior.
      	* testsuite/23_containers/list/modifiers/insert/const_iterator.cc:
      	Likewise.
      	* testsuite/23_containers/vector/bool/modifiers/insert/
      	const_iterator.cc: Likewise.
      	* testsuite/23_containers/vector/modifiers/insert/const_iterator.cc:
      	Likewise.
      
      From-SVN: r200725
      Paolo Carlini committed
    • hashtable_policy.h (_ReuseOrAllocNode): Use forward pattern. · b3abc9d8
      2013-07-05  François Dumont  <fdumont@gcc.gnu.org>
      
      	* include/bits/hashtable_policy.h (_ReuseOrAllocNode): Use forward
      	pattern.
      	(_MoveReuseOrAllocNode): Remove.
      	(_Insert_base): Take a functor defining how the node is generated.
      	* include/bits/hashtable.h: Adapt.
      	(operator=(initializer_list<value_type>)): Reuse node if any.
      	* testsuite/23_containers/unordered_set/instantiation_neg.cc:
      	Adjust dg-error line number.
      	* testsuite/23_containers/unordered_set/
      	not_default_constructible_hash_neg.cc: Likewise.
      
      From-SVN: r200724
      François Dumont committed
    • re PR rtl-optimization/55342 ([LRA,x86] Non-optimal code for simple loop with LRA) · 2b778c9d
      2013-07-05  Vladimir Makarov  <vmakarov@redhat.com>
      
      	PR rtl-optimization/55342
      	* lra-int.h (lra_subreg_reload_pseudos): New.
      	* lra.c: Add undoing optional reloads to the block diagram.
      	(lra_subreg_reload_pseudos): New.
      	(lra_optional_reload_pseudos): Change comments.
      	(lra): Init and clear lra_subreg_reload_pseudos.  Clear
      	lra_optional_reload_pseudos after undo transformations.
      	* lra-assigns.c (pseudo_prefix_title): New.
      	(lra_setup_reg_renumber): Use it.
      	(spill_for): Ditto.  Check subreg reload pseudos too.
      	(assign_by_spills): Consider subreg reload pseudos too.
      	* lra-constraints.c (simplify_operand_subreg): Use
      	lra_subreg_reload_pseudos instead of lra_optional_reload_pseudos.
      	(curr_insn_transform): Recognize and do optional reloads.
      	(undo_optional_reloads): New.
      	(lra_undo_inheritance): Call undo_optional_reloads.
      
      2013-07-05  Vladimir Makarov  <vmakarov@redhat.com>
      
      	PR rtl-optimization/55342
      	* gcc.target/i386/pr55342.c: New.
      
      From-SVN: r200723
      Vladimir Makarov committed
    • ChangeLog: Fix whitespace. · 0ba6aff3
      	* ChangeLog: Fix whitespace.
      	* testsuite/ChangeLog: Ditto.
      
      From-SVN: r200721
      Uros Bizjak committed
    • Fix pr57518.c test case. · fb506173
      From-SVN: r200720
      Marcus Shawcroft committed
    • re PR c++/14263 (Cryptic diagnostic for cast from virtual base class not using dynamic_cast) · 128be7f9
      /cp
      2013-07-05  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/14263
      	* class.c (build_base_path): Improve diagnostic.
      
      /testsuite
      2013-07-05  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/14263
      	* g++.dg/inherit/virtual10.C: New.
      
      From-SVN: r200718
      Paolo Carlini committed
    • aspects.adb: Add an entry for SPARK_Mode in table Canonical_Aspect. · 1c6269d3
      2013-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* aspects.adb: Add an entry for SPARK_Mode in table Canonical_Aspect.
      	* aspects.ads: Add an entry for SPARK_Mode in tables Aspect_Id,
      	Aspect_Argument, Aspect_Names.
      	* atree.adb (Node32): New routine.
      	(Set_Node32): New routine.
      	* atree.ads (Node32): New routine.
      	(Set_Node32): New routine.
      	* einfo.adb: Node32 is now used as SPARK_Mode_Pragmas.
      	(Set_SPARK_Mode_Pragmas): New routine.
      	(SPARK_Mode_Pragmas): New routine.
      	(Write_Field32_Name): Add and entry for SPARK_Modes.
      	* einfo.ads: Add attribute SPARK_Mode_Pragmas along with usage
      	in various entities.
      	(Set_SPARK_Mode_Pragmas): New routine and
      	pragma Inline.
      	(SPARK_Mode_Pragmas): New routine and pragma Inline.
      	* gnat_rm.texi: Add sections explaining the syntax and semantics
      	of aspect/pragma SPARK_Mode.
      	* gnat_ugn.texi: Add pragma SPARK_Mode to the list of
      	configuration pragmas.
      	* lib.adb (Set_SPARK_Mode_Pragma): New routine.
      	(SPARK_Mode_Pragma): New routine.
      	* lib.ads: Alphabetize the comments on fields of record
      	Unit_Record. Add new field SPARK_Mode_Pragma along with
      	comment on its usage. Update the layout of record Unit_Record.
      	(Set_SPARK_Mode_Pragma): New routine and pragma Inline.
      	(SPARK_Mode_Pragma): New routine and pragma Inline.
      	* lib-load.adb (Create_Dummy_Package_Unit): Initialize
      	field SPARK_Mode_Pragma.
      	(Load_Main_Source): Initialize field SPARK_Mode_Pragma.
      	(Load_Unit): Initialize field SPARK_Mode_Pragma.
      	* lib-writ.adb (Add_Preprocessing_Dependency): Initialize field
      	SPARK_Mode_Pragma.
      	(Ensure_System_Dependency): Initialize field SPARK_Mode_Pragma.
      	* opt.ads: Alphabetize verification flags. Store the
      	compilation-wide SPARK mode in variable Global_SPARK_Mode.
      	* par-prag.adb: Pragma SPARK_Mode does not need special processing
      	by the parser.
      	* sem_ch13.adb (Analyze_Aspect_Specifications): Convert aspect
      	SPARK_Mode into a pragma.
      	(Check_Aspect_At_Freeze_Point): Aspect SPARK_Mode does not need
      	delayed processing.
      	* sem_prag.adb: Add an entry for SPARK_Mode in table Sig_Flags.
      	(Analyze_Pragma): Add processing for pragma SPARK_Mode.
      	(Get_SPARK_Mode_Id): New routine.
      	(Is_Elaboration_SPARK_Mode): New routine.
      	(Is_Private_SPARK_Mode): New routine.
      	* sem_prag.ads (Get_SPARK_Mode_Id): New routine.
      	(Is_Elaboration_SPARK_Mode): New routine.
      	(Is_Private_SPARK_Mode): New routine.
      	* sinfo.ads: Update the comment on the usage of field Next_Pragma.
      	* snames.ads-tmpl: Add new predefined name for SPARK_Mode and
      	Auto. Add new pragma Id for SPARK_Mode.
      	* types.ads: Add new type SPARK_Mode_Id.
      
      From-SVN: r200711
      Hristian Kirtchev committed
    • sem_ch13.adb (Analyze_Aspect_Specifications): For pre/postconditions copy the… · 9fc154c8
      sem_ch13.adb (Analyze_Aspect_Specifications): For pre/postconditions copy the expression to the generated pragma...
      
      2013-07-05  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch13.adb (Analyze_Aspect_Specifications): For
      	pre/postconditions copy the expression to the generated pragma,
      	to avoid sharing between the original aspect and the pragma node,
      	because in ASIS_Mode both will be independently analyzed.
      
      From-SVN: r200710
      Ed Schonberg committed
    • exp_ch3.adb (Build_Variant_Record_Equality): Add pairs of formals for each… · fa1608c2
      exp_ch3.adb (Build_Variant_Record_Equality): Add pairs of formals for each discriminant of an unchecked union.
      
      2013-07-05  Ed Schonberg  <schonberg@adacore.com>
      
      	* exp_ch3.adb (Build_Variant_Record_Equality): Add pairs of
      	formals for each discriminant of an unchecked union.
      	(Make_Eq_Case): Suprogram accepts a list of discriminants. Nested
      	variants are supported. New helper function Corresponding_Formal.
      	* exp_ch4.adb (Build_Equality_Call): For unchecked unions,
      	loop through discriminants to create list of inferred values,
      	and modify call to equality routine accordingly.
      
      From-SVN: r200709
      Ed Schonberg committed
    • [multiple changes] · a33f291d
      2013-07-05  Claire Dross  <dross@adacore.com>
      
      	* a-cfdlli.ads, a-cfhama.ads, a-cfhase.ads, a-cforma.ads,
      	a-cforse.ads, a-cofove.ads: Add preconditions when needed +
      	container types are not tagged any more.
      
      2013-07-05  Thomas Quinot  <quinot@adacore.com>
      
      	* freeze.adb (Freeze_Entity): For an object with captured
      	initialization statements, do not remove Init_Stmts from the
      	enclosing list, as Freeze_All might rely on it to know where to
      	stop freezing.
      
      From-SVN: r200708
      Arnaud Charlet committed
    • exp_ch4.adb, [...]: Minor reformatting. · 16788d44
      2013-07-05  Robert Dewar  <dewar@adacore.com>
      
      	* exp_ch4.adb, a-cfdlli.ads, a-ngelfu.ads, s-bignum.adb: Minor
      	reformatting.
      
      From-SVN: r200707
      Robert Dewar committed
    • exp_ch4.adb (Expand_Composite_Equality): Use the full view when the base type is private. · da1b76c1
      2013-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* exp_ch4.adb (Expand_Composite_Equality): Use the full view
      	when the base type is private.
      
      From-SVN: r200706
      Hristian Kirtchev committed
    • [multiple changes] · 67a90476
      2013-07-05  Claire Dross  <dross@adacore.com>
      
      	* a-cfdlli.ads: Add preconditions when needed.
      
      2013-07-05  Robert Dewar  <dewar@adacore.com>
      
      	* sem_ch8.adb: Minor reformatting.
      
      2013-07-05  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch3.adb (Access_Subprogram_Declaration): Use
      	Generate_Reference_To_Formals.
      	* lib-xref.adb (Generate_Reference_To_Formals): In the case of
      	access to subprograms, the formals are found in the designated
      	subprogram type.
      
      2013-07-05  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_ugn.texi: Document that comments can be lined up with
      	previous non-blank line.
      	* styleg.adb (Check_Comment): Allow indentation to match previous
      	non-blank line (Same_Column_As_Previous_Line): New function
      
      From-SVN: r200705
      Arnaud Charlet committed
    • [multiple changes] · 6ee07c61
      2013-07-05  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_rm.texi: Update doc on missing pragmas.
      	* sem_ch12.adb: Minor comment additions.
      
      2013-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* sem_prag.adb (Analyze_Pragma): Ensure that
      	Contract_Cases, Depends and Global are analyzed when they apply
      	to a subprogram compilation unit. The pragmas are all added
      	unconditionally to the construct's contract. This ensures that
      	proof tools can locate the pragmas.
      
      2013-07-05  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch8.adb (Freeze_Actual_Profile): An instance within
      	a generic unit does not freeze a generic private type of the
      	enclosing generic. This rule must also apply to a type derived
      	from a generic private type.
      
      From-SVN: r200704
      Arnaud Charlet committed
    • const_iterator.cc: Tweak, avoid potential undefined behavior. · 8b30e166
      2013-07-05  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/23_containers/deque/modifiers/insert/const_iterator.cc:
      	Tweak, avoid potential undefined behavior.
      	* testsuite/23_containers/list/modifiers/insert/const_iterator.cc:
      	Likewise.
      	* testsuite/23_containers/vector/bool/modifiers/insert/
      	const_iterator.cc: Likewise.
      	* testsuite/23_containers/vector/modifiers/insert/const_iterator.cc:
      	Likewise.
      
      From-SVN: r200703
      Paolo Carlini committed
    • [multiple changes] · af6258ba
      2013-07-05  Arnaud Charlet  <charlet@adacore.com>
      
      	* gnat_rm.texi: Add missing documentation for pragmas.
      
      2013-07-05  Yannick Moy  <moy@adacore.com>
      
      	* sem_ch12.adb: Minor comment.
      
      From-SVN: r200702
      Arnaud Charlet committed
    • gnat_rm.texi: Document that -gnatR and -gnatD cannot be used together. · 4d20c959
      2013-07-05  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_rm.texi: Document that -gnatR and -gnatD cannot be used
      	together.
      	* switch-c.adb: Do not allow -gnatD and -gnatR to both be
      	specified.
      
      From-SVN: r200701
      Robert Dewar committed
    • [multiple changes] · a1390a6e
      2013-07-05  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_rm.texi: Add missing documentation for pragmas.
      	* sem_ch8.adb: Minor reformatting.
      	* gnat_ugn.texi: Document that -gnatR and -gnatD cannot be used
      	together.
      
      2013-07-05  Yannick Moy  <moy@adacore.com>
      
      	* sem_ch12.ads, sem_ch12.adb (Need_Subprogram_Instance_Body): Force
      	instance of subprogram body in SPARK mode, by testing Expander_Active
      	(set in SPARK mode) instead of Full_Expander_Active (not set in
      	SPARK mode).
      	* sem_ch8.adb: Minor reformatting.
      
      From-SVN: r200700
      Arnaud Charlet committed
    • freeze.adb (Freeze_Entity): Remove test of obsolete flag Propagate_Exceptions... · d9adb08c
      2013-07-05  Robert Dewar  <dewar@adacore.com>
      
      	* freeze.adb (Freeze_Entity): Remove test of obsolete flag
      	Propagate_Exceptions, and associated useless code that did
      	nothing.
      	* gnat_rm.texi: Add documentation for obsolete pragma
      	Propagate_Exceptions.
      	* opt.ads (Propagate_Exceptions): Obsolete flag removed.
      	* sem_prag.adb (Analyze_Pragma, case Propagate_Exceptions):
      	Remove useless and obsolete setting of Propagate_Exceptions flag.
      
      From-SVN: r200698
      Robert Dewar committed
    • gnat_rm.texi, [...]: Minor comment/text fixes. · 46729409
      2013-07-05  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_rm.texi, sem_prag.adb: Minor comment/text fixes.
      
      From-SVN: r200697
      Robert Dewar committed
    • gnat_rm.texi: Add missing doc for various pragmas. · e4e61dce
      2013-07-05  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_rm.texi: Add missing doc for various pragmas.
      
      From-SVN: r200696
      Robert Dewar committed
    • par_sco.adb, [...]: Minor reformatting. · bbf1aec2
      2013-07-05  Robert Dewar  <dewar@adacore.com>
      
      	* par_sco.adb, sem_ch12.adb, par-ch5.adb: Minor reformatting.
      	* gnat_rm.texi: Document pragma Profile_Warnings.
      	* restrict.ads, sem_prag.adb: Minor reformatting.
      
      From-SVN: r200695
      Robert Dewar committed
    • [multiple changes] · fd3fa68f
      2013-07-05  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch12.adb (Check_Formal_Package_Instance): Handle properly
      	a formal subprogram that was defaulted in the formal package.
      
      2013-07-05  Thomas Quinot  <quinot@adacore.com>
      
      	* par_sco.adb (Traverse_Declarations_Or_Statements): Ignore
      	N_Implicit_Label_Declaration nodes.
      
      From-SVN: r200694
      Arnaud Charlet committed
    • * tree-complex.c (expand_complex_operations_1): Fix typo. · 207156e4
      From-SVN: r200693
      Thomas Quinot committed
    • [multiple changes] · baed70ac
      2013-07-05  Robert Dewar  <dewar@adacore.com>
      
      	* a-cfhase.adb, sem_prag.adb, a-cfhama.adb: Minor reformatting.
      
      2013-07-05  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch12.adb (Copy_Generic_Node): Check that name in function
      	call is a valid entity name before preserving entity in generic
      	copy.
      
      2013-07-05  Thomas Quinot  <quinot@adacore.com>
      
      	* par-ch5.adb: Minor reformatting.
      
      2013-07-05  Thomas Quinot  <quinot@adacore.com>
      
      	* sinfo.ads: Minor clarification to documentation for
      	N_Implicit_Label_Declaration.
      
      2013-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* a-except-2005.adb, a-except.adb: Add constant Rmsg_17. Correct the
      	values of all remaining constants.
      	(Rcheck_35): New routine along with pragmas Export and No_Return.
      	(Rcheck_PE_Aliased_Parameters): New routine along with pragmas
      	Export and No_Return.
      	(Rcheck_PE_All_Guards_Closed,
      	Rcheck_PE_Bad_Predicated_Generic_Type,
      	Rcheck_PE_Current_Task_In_Entry_Body,
      	Rcheck_PE_Duplicated_Entry_Address, Rcheck_PE_Explicit_Raise,
      	Rcheck_PE_Implicit_Return, Rcheck_PE_Misaligned_Address_Value,
      	Rcheck_PE_Missing_Return, Rcheck_PE_Overlaid_Controlled_Object,
      	Rcheck_PE_Potentially_Blocking_Operation
      	Rcheck_PE_Stubbed_Subprogram_Called,
      	Rcheck_PE_Unchecked_Union_Restriction,
      	Rcheck_PE_Non_Transportable_Actual, Rcheck_SE_Empty_Storage_Pool,
      	Rcheck_SE_Explicit_Raise, Rcheck_SE_Infinite_Recursion,
      	Rcheck_SE_Object_Too_Large, Rcheck_PE_Finalize_Raised_Exception):
      	Update the use of Rmsg_XX.
      	(Rcheck_17, Rcheck_18, Rcheck_19,
      	Rcheck_20, Rcheck_21, Rcheck_22, Rcheck_23, Rcheck_24, Rcheck_25,
      	Rcheck_26, Rcheck_27, Rcheck_28, Rcheck_29, Rcheck_30, Rcheck_31,
      	Rcheck_32, Rcheck_33, Rcheck_34, Rcheck_35): Update corresponding
      	renamed subprograms.
      	* checks.adb: Add with and use clause for Stringt.
      	(Apply_Parameter_Aliasing_Checks): Make constant Loc visible in
      	all subprograms of Apply_Parameter_Aliasing_Checks. Remove local
      	variable Cond. Initialize Check at the start of the routine. Use
      	routine Overlap_Check to construct a simple or a detailed run-time
      	check. Update the creation of the simple check.
      	(Overlap_Check): New routine.
      	* exp_ch11.adb (Get_RT_Exception_Name): Add a value for
      	PE_Aliased_Parameters.
      	* types.ads: Add new enumeration literal
      	PE_Aliased_Parameters. Update the corresponding integer values
      	of all RT_Exception_Code literals.
      	* types.h: Add new constant PE_Aliased_Parameters. Correct the
      	values of all remaining constants.
      
      2013-07-05  Yannick Moy  <moy@adacore.com>
      
      	* gnat_rm.texi: Minor renaming of SPARK into SPARK 2005 in
      	documentation.
      
      From-SVN: r200690
      Arnaud Charlet committed
    • sem_prag.adb (Analyze_PPC_In_Decl_Part): For a class-wide condition... · 45c9ce98
      2013-07-05  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_prag.adb (Analyze_PPC_In_Decl_Part): For a class-wide
      	condition, when replacing the name of a formal by a conversion
      	to the class-wide type, exempt selector names that appear in
      	parameter associations.
      
      From-SVN: r200689
      Ed Schonberg committed
    • Daily bump. · fdc4e9d4
      From-SVN: r200686
      GCC Administrator committed
  3. 04 Jul, 2013 9 commits