1. 21 Jul, 2014 5 commits
  2. 20 Jul, 2014 15 commits
  3. 19 Jul, 2014 9 commits
  4. 18 Jul, 2014 11 commits
    • re PR rtl-optimization/61461 (-fdump-rtl-all-slim causes ICE with fold-const.c) · 6742052a
      2014-07-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              PR rtl-optimization/61461
              * sched-vis.c (print_pattern) <ADDR_VEC, ADDR_DIFF_VEC>: Fixed.
      
      From-SVN: r212829
      Bernd Edlinger committed
    • re PR target/61794 (internal error: unrecognizable insn, from avx512 extract instruction) · 622cd23a
      	PR target/61794
      	* config/i386/sse.md (avx512f_vextract<shuffletype>32x4_1_maskm):
      	Fix instruction constraint.
      	(<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>): Ditto.
      
      testsuite/ChangeLog:
      
      	PR target/61794
      	* gcc.target/i386/pr61794.c: New test.
      
      From-SVN: r212824
      Uros Bizjak committed
    • re PR libstdc++/61835 (Invalid comment on pretty printers breaks gdb) · faf7f829
      	PR libstdc++/61835
      	* python/libstdcxx/v6/printers.py (TemplateTypePrinter): Use
      	raw string.
      	(SingleObjContainerPrinter): Check if type printers are in use.
      
      From-SVN: r212822
      Jonathan Wakely committed
    • Update comments · efd3c368
      From-SVN: r212819
      Arnaud Charlet committed
    • [multiple changes] · 4b03d946
      2014-07-18  Robert Dewar  <dewar@adacore.com>
      
      	* exp_ch7.adb: Minor reformatting.
      
      2014-07-18  Claire Dross  <dross@adacore.com>
      
      	* sem_aux.ads (Get_Binary_Nkind): New function that returns
      	the Node_Kind value of an entity defining a binary operator.
      	(Get_Unary_Nkind): New function that returns the Node_Kind value
      	of an entity defining a unary operator.
      
      2014-07-18  Pascal Obry  <obry@adacore.com>
      
      	* sysdep.c: comment update.
      	* adaint.c (__gnat_fputwc): Use wchar_t on a limited set of
      	platforms where it is known to be supported.
      
      2014-07-18  Thomas Quinot  <quinot@adacore.com>
      
      	* sem_dist.adb (Process_Remote_AST_Declaration): Need
      	to set Fat_Type's Ekind in order to be able to use its
      	Corresponding_Remote_Type attribute.
      
      From-SVN: r212815
      Arnaud Charlet committed
    • [multiple changes] · 4ac2bbbd
      2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* einfo.adb Last_Aggregate_Assignment is now Node 30.
      	(Last_Aggregate_Assignment): Include
      	constants in the assertion. Update the underlying node.
      	(Set_Last_Aggregate_Assignment): Include constants in the
      	assertion. Update the underlying node.	(Write_Field11_Name):
      	Remove the entry for Last_Aggregate_Assignment.
      	(Write_Field30_Name): Add an entry for Last_Aggregate_Assignment.
      	* einfo.ads Update the node designation and usage of attribute
      	Last_Aggregate_Assignment.
      	* exp_aggr.adb (Expand_Array_Aggregate): Store the last
      	assignment statement used to initialize a controlled object.
      	(Late_Expansion): Store the last assignment statement used to
      	initialize a controlled record or an array of controlled objects.
      	* exp_ch3.adb (Expand_N_Object_Declaration): Default
      	initialization of objects is now performed in a separate routine.
      	(Default_Initialize_Object): New routine.
      	* exp_ch7.adb (Build_BIP_Cleanup_Stmts): Add formal parameter
      	Obj_Id. Update the comment on usage.
      	(Find_Last_Init): Remove formal parameter Typ. Update comment on usage.
      	Reimplement the logic.	(Find_Last_Init_In_Block): New routine.
      	(Is_Init_Call): Add formal parameter Init_Typ. Update the
      	comment on usage.  Account for the type init proc when trying
      	to determine whether a statement is an initialization call.
      	(Make_Adjust_Call): Rename formal parameter For_Parent to
      	Skip_Self. Update all occurrences of For_Parent. Account for
      	non-tagged types. Update the call to Make_Call.
      	(Make_Call): Rename formal parameter For_Parent to Skip_Self. Update
      	comment on usage. Update all occurrences of For_Parent.
      	(Make_Final_Call): Rename formal parameter For_Parent to
      	Skip_Self. Update all occurrences of For_Parent. Account
      	for non-tagged types. Update the call to Make_Call.
      	(Process_Object_Declaration): Most variables and constants are
      	now local to the routine.
      	* exp_ch7.ads (Make_Adjust_Call): Rename formal parameter
      	For_Parent to Skip_Self. Update the comment on usage.
      	(Make_Final_Call): Rename formal parameter For_Parent to
      	Skip_Self. Update the comment on usage.
      
      2014-07-18  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch9.adb (Analyze_Requeue): The entry being referenced
      	can be a procedure that is implemented by entry, and have a
      	formal that is a synchronized interface.  It does not have to
      	be declared as a protected operation.
      
      From-SVN: r212814
      Arnaud Charlet committed
    • [multiple changes] · 2941bf7d
      2014-07-18  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_rm.texi: Remove mention of obsolete attributes
      	Max[_Interrupt]_Priority, which have never been implemented
      	(or at the very least were removed long ago if they ever were
      	implemented.  Add documentation of Max[_Interrupt]_Priority
      	constants in package System.
      	* ttypes.ads: Document actual handling of package System,
      	rather than a historical fantasy version.  Remove mention of
      	non-existent attributes Max[_Interrupt]_Priority.
      
      2014-07-18  Pascal Obry  <obry@adacore.com>
      
      	* a-witeio.adb (Put): No 16-bit character output when text
      	translation is disabled.
      	* i-cstrea.ads: Code clean up.
      
      From-SVN: r212813
      Arnaud Charlet committed
    • [multiple changes] · 676fa397
      2014-07-18  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_rm.texi: Document that Wchar_T_Size and Word_Size are
      	static attributes.
      
      2014-07-18  Arnaud Charlet  <charlet@adacore.com>
      
      	* a-witeio.adb, initialize.c: Update comments. Minor clean ups.
      
      2014-07-18  Pascal Obry  <obry@adacore.com>
      
      	* adaint.c: Do not include wchar.h on VxWorks.
      	* mingw32.h: Remove obsolete definition.
      
      From-SVN: r212812
      Arnaud Charlet committed
    • a-textio.adb, [...]: Use C_Streams Default_Text. · cd077efd
      2014-07-18  Pascal Obry  <obry@adacore.com>
      
      	* a-textio.adb, a-witeio.adb, a-ztexio.adb: Use C_Streams Default_Text.
      	* i-cstrea.ads (Content_Encoding): Moved here, add convention C.
      	* s-ficobl.ads (Content_Encoding): Moved to C_Streams.
      	* s-fileio.adb (Open): Adjust to use Content_Encoding from C_Streams.
      
      From-SVN: r212811
      Pascal Obry committed