1. 21 Sep, 2011 5 commits
  2. 20 Sep, 2011 17 commits
  3. 19 Sep, 2011 18 commits
    • Fix handling of mutually recursive named types. · a6bede1b
      From-SVN: r178989
      Ian Lance Taylor committed
    • haifa-sched.c (has_edge_p, [...]): Remove maintenance overhead. · 4ec5affa
      	* haifa-sched.c (has_edge_p, prev_non_location_insn, check_cfg):
      	Remove maintenance overhead.
      	(haifa_sched_init, sched_finish): Update.
      
      From-SVN: r178987
      Maxim Kuvyrkov committed
    • mmx.md (*mov<mode>_internal_rex64): Use if_then_else RTX to calculate unit,… · b5344bf4
      mmx.md (*mov<mode>_internal_rex64): Use if_then_else RTX to calculate unit, prefix_rep and prefix_data16 attributes.
      
      	* config/i386/mmx.md (*mov<mode>_internal_rex64): Use if_then_else RTX
      	to calculate unit, prefix_rep and prefix_data16 attributes.
      	(*mov<mode>_internal): Ditto for unit attribute.
      	(*movv2sf_internal_rex64): Ditto for unit and prefix_rep attributes.
      	(*movv2sf_internal): Ditto.
      	* config/i386/sse.md (VI1248_256): Remove mode iterator.
      	(avx2_eq<mode>3): Use VI_256 instead of VI1248_256.
      	(*avx2_eq<mode>3): Ditto.
      	(avx2_gt<mode>3): Ditto.
      
      From-SVN: r178982
      Uros Bizjak committed
    • i386.md (maxmin): New code iterator. · 52325f2c
      	* config/i386/i386.md (maxmin): New code iterator.
      	* config/i386/sse.md (<maxmin:code><mode>3): Macroize expander
      	from <umaxmin:code><mode>3 and <smaxmin:code><mode>3 using maxmin
      	code iterator.
      	(*avx2_<maxmin:code><mode>3): Macroize isn from
      	*avx2_<umaxmin:code><mode>3 and *avx2_<smaxmin:code><mode>3 using
      	maxmin code iterator.
      	(<smaxmin:code><VI124_128:mode>3): Merge with <smaxmin:code>v8hi3.
      	(<umaxmin:code><VI124_128:mode>3): Merge with umaxv4si3 and
      	<umaxmin:code>v16qi3.
      
      From-SVN: r178981
      Uros Bizjak committed
    • Patch for 50341 · 0b5f3ce7
      Co-Authored-By: Michael Meissner <meissner@linux.vnet.ibm.com>
      
      From-SVN: r178977
      Alan Modra committed
    • sse.md (*sse4_1_extractps): Change into define_insn_and_split... · 5a1357fb
      	* config/i386/sse.md (*sse4_1_extractps): Change into
      	define_insn_and_split, add =x 0 n and =x x n alternatives
      	and split them after reload.
      
      From-SVN: r178976
      Jakub Jelinek committed
    • 20100906-1.c: Use -fno-short-enums option for "target arm_eabi". · dac8a1db
      2011-09-19  Ian Bolton  <ian.bolton@arm.com>
      
      	* gcc.dg/20100906-1.c: Use -fno-short-enums option for
      	"target arm_eabi".
      
      From-SVN: r178975
      Ian Bolton committed
    • * emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs. · a52a87c3
      From-SVN: r178971
      Alexandre Oliva committed
    • decl.c (annotate_value): Look up expression for insertion in the cache at the end. · 0e871c15
      * gcc-interface/decl.c (annotate_value): Look up expression for
      insertion in the cache at the end.
      
      From-SVN: r178970
      Alexandre Oliva committed
    • re PR libstdc++/40856 (numeric_limits not specialized for __int128_t or __uint128_t) · 12bfa8bd
      2011-09-19  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR libstdc++/40856
      	* include/std/limits (numeric_limits<__int128_t>,
      	numeric_limits<__uint128_t>): Add.
      	* src/limits.cc:Define.
      	* config/abi/pre/gnu.ver: Export.
      	* include/ext/typelist.h (_GLIBCXX_TYPELIST_CHAIN16, 20): Add.
      	* testsuite/util/testsuite_common_types.h (integral_types_gnu): Add
      	(limits_tl): Use it.
      	* testsuite/18_support/numeric_limits/requirements/
      	constexpr_functions.cc: Likewise.
      	* testsuite/18_support/numeric_limits/40856.cc: New.
      	* testsuite/18_support/numeric_limits/dr559.cc: Extend.
      	* testsuite/18_support/numeric_limits/lowest.cc: Likewise.
      	* testsuite/18_support/numeric_limits/max_digits10.cc: Likewise.
      	* testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust dg-error
      	line numbers.
      	* testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise.
      	* testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Likewise.
      	* testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Likewise.
      	* testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc:
      	Likewise.
      	* testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc:
      	Likewise.
      	* testsuite/29_atomics/atomic_integral/operators/increment_neg.cc:
      	Likewise.
      
      From-SVN: r178969
      Paolo Carlini committed
    • re PR tree-optimization/50413 (Incorrect instruction is used to shift value of… · 7deb61cd
      re PR tree-optimization/50413 (Incorrect instruction is used to shift value of 128 bit xmm0 registrer)
      
      
              PR tree-optimization/50413
              * tree-vect-data-refs.c (vect_analyze_data_refs): Fail to
              vectorize a basic block if one of its data-refs can't be
              analyzed.
      
      From-SVN: r178968
      Ira Rosen committed
    • predicates.md (shift_amount_operand): Check constant shift count is in range. · a3627303
      2011-09-19  Paul Brook  <paul@codesourcery.com>
      
      	gcc/
      	* config/arm/predicates.md (shift_amount_operand): Check constant
      	shift count is in range.
      	(const_shift_operand): Remove.
      
      From-SVN: r178966
      Paul Brook committed
    • Update dependencies. · 1e6a52b4
      From-SVN: r178964
      Arnaud Charlet committed
    • [multiple changes] · a3068ca6
      2011-09-19  Steve Baird  <baird@adacore.com>
      
      	* snames.ads-tmpl: Move declaration of Name_Annotate into range of
      	configuration pragma names so that Is_Configuration_Pragma_Name
      	will return True for Name_Annotate.  Make corresponding change in
      	Pragma_Id enumeration type.  This is needed to allow an Annotate
      	pragma to occur in a configuration pragma file (typically,
      	a gnat.adc file).
      	* gnat_ugn.texi: Add Annotate to the list of configuration pragmas.
      	* gnat_rm.texi: Note that pragma Annotate may be used as a
      	configuration pragma.
      
      2011-09-19  Ed Schonberg  <schonberg@adacore.com>
      
      	* a-cbmutr.adb, a-cbmutr.ads, a-cimutr.adb, a-cimutr.ads,
      	a-comutr.adb, a-comutr.ads: Add iterator machinery for multiway trees.
      
      2011-09-19  Yannick Moy  <moy@adacore.com>
      
      	* exp_alfa.adb, exp_alfa.ads (Expand_Alfa_N_In): New function
      	for expansion of set membership.
      	(Expand_Alfa): Call expansion for N_In and N_Not_In nodes.
      	* exp_ch4.adb, exp_ch4.ads (Expand_Set_Membership): Make procedure
      	visible for use in Alfa expansion.
      	* sem_ch5.adb (Analyze_Iterator_Specification): Introduce loop
      	variable in Alfa mode.
      
      2011-09-19  Thomas Quinot  <quinot@adacore.com>
      
      	* s-osinte-darwin.ads: Change SIGADAABRT on Darwin to SIGABRT.
      
      2011-09-19  Thomas Quinot  <quinot@adacore.com>
      
      	* exp_ch9.adb: Minor reformatting.
      
      2011-09-19  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* freeze.adb (Build_Renamed_Body): Generic subprograms
      	instantiations cannot be poperly inlined by the compiler, do
      	not set the Body_To_Inline attribute in such cases.
      	* sem_ch12.adb (Analyze_Subprogram_Instantiation): Inherit all
      	inlining-related flags from the generic subprogram declaration.
      
      2011-09-19  Thomas Quinot  <quinot@adacore.com>
      
      	* exp_dist.adb, rtsfind.ads, sem_util.adb, sem_util.ads
      	(Build_Stub_Type): Remove, instead copy components from
      	System.Partition_Interface.RACW_Stub_Type.
      	(RPC_Receiver_Decl): Remainder of code from old Build_Stub_Type routine.
      	(Copy_Component_List): New subprogram.
      
      2011-09-19  Yannick Moy  <moy@adacore.com>
      
      	* lib-xref.adb (Generate_Reference): Ignore references to
      	constants in Standard.
      
      From-SVN: r178962
      Arnaud Charlet committed
    • [multiple changes] · e7fceebc
      2011-09-19  Robert Dewar  <dewar@adacore.com>
      
      	* err_vars.ads, errout.ads: Minor reformatting.
      
      2011-09-19  Robert Dewar  <dewar@adacore.com>
      
      	* aspects.ads (Impl_Defined_Aspects): New array
      	* lib-writ.adb (No_Dependences): New name for No_Dependence
      	* restrict.adb (No_Dependences): New name for No_Dependence
      	(Check_Restriction_No_Specification_Of_Aspect): New
      	procedure.
      	(Set_Restriction_No_Specification_Of_Aspect): New procedure
      	(Restricted_Profile_Result): New variable
      	(No_Specification_Of_Aspects): New variable
      	(No_Specification_Of_Aspect_Warning): New variable
      	* restrict.ads (No_Dependences): New name for No_Dependence
      	(Check_Restriction_No_Specification_Of_Aspect): New procedure
      	(Set_Restriction_No_Specification_Of_Aspect): New procedure
      	* s-rident.ads: Add restriction
      	No_Implementation_Aspect_Specifications, this is also added to
      	the No_Implementation_Extensions profile.
      	* sem_ch13.adb (Analyze_Aspect_Specifications): Check
      	No_Implementation_Defined_Aspects
      	(Analyze_Aspect_Specifications): Check No_Specification_Of_Aspect
      	* sem_prag.adb (Analyze_Aspect_Specifications): Check
      	No_Implementation_Aspects
      	(Analyze_Aspect_Specifications): Check No_Specification_Of_Aspect
      	* snames.ads-tmpl (Name_No_Specification_Of_Aspect): New name
      
      2011-09-19  Yannick Moy  <moy@adacore.com>
      
      	* lib-xref.adb (Generate_Reference): Take into account multiple
      	renamings for Alfa refs.
      
      2011-09-19  Thomas Quinot  <quinot@adacore.com>
      
      	* g-socthi-mingw.adb: Minor reformatting.
      
      2011-09-19  Yannick Moy  <moy@adacore.com>
      
      	* gnat1drv.adb (Adjust_Global_Switches): Set tagged type
      	expansion to False in mode Alfa
      
      2011-09-19  Pascal Obry  <obry@adacore.com>
      
      	* mingw32.h: Remove obsolete code needed for old versions
      	of MingW.
      
      From-SVN: r178959
      Arnaud Charlet committed
    • errout.ads: Minor reformatting. · e5a163fc
      2011-09-19  Robert Dewar  <dewar@adacore.com>
      
      	* errout.ads: Minor reformatting.
      
      From-SVN: r178958
      Robert Dewar committed
    • [multiple changes] · 6d7e5c54
      2011-09-19  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch6.adb (Analyze_Expression_Function): When the expression
      	function is transformed into a declaration and a body, insert
      	body at the end of the declarative part, to prevent premature
      	freeze actions, and preserve original specification in the
      	subprogram declaration.
      
      2011-09-19  Vincent Celier  <celier@adacore.com>
      
      	* projects.texi: Minor editing.
      
      From-SVN: r178957
      Arnaud Charlet committed