1. 03 Dec, 2012 11 commits
  2. 02 Dec, 2012 11 commits
  3. 01 Dec, 2012 12 commits
  4. 30 Nov, 2012 6 commits
    • re PR c++/55542 (g++ segmentation fault) · 55ad8d77
      	PR c++/55542
      	* pt.c (make_ith_pack_parameter_name): Return NULL if
      	name is NULL.
      	(tsubst_decl): Call make_ith_pack_parameter_name even if
      	DECL_NAME is NULL.
      
      	* g++.dg/cpp0x/vt-55542.C: New test.
      
      From-SVN: r194010
      Jakub Jelinek committed
    • stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Deal with… · a37d67b6
      stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Deal with degenerate cases where the bitsize isn't positive.
      
      	* stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Deal
      	with degenerate cases where the bitsize isn't positive.  Rework comment.
      
      From-SVN: r194009
      Eric Botcazou committed
    • validate_failures.py: Add support for @include, @remove directives in manifest files. · d5651dcf
      	* testsuite-management/validate_failures.py: Add support for @include,
      	@remove directives in manifest files.
      
      From-SVN: r194008
      Doug Evans committed
    • validate_failures.py: Add function GetManifestPath. · f6fce951
      	* testsuite-management/validate_failures.py: Add function
      	GetManifestPath.  New global _MANIFEST_SUBDIR.
      
      From-SVN: r194007
      Doug Evans committed
    • * config/rs6000/xcoff.h (ASM_OUTPUT_TLS_COMMON): Define. · 3cdc1f85
      From-SVN: r194004
      David Edelsohn committed
    • xcoffout.c (xcoff_tls_data_section_name): Define. · b09cba37
              * xcoffout.c (xcoff_tls_data_section_name): Define.
              * xcoffout.h (xcoff_tls_data_section_name): Declare.
              * config/rs6000/rs6000.c (tls_data_section): Define.
              (TARGET_USE_BLOCKS_FOR_DECL_P): Define.
              (rs6000_legitimize_tls_address_aix): New function.
              (rs6000_legitimize_tls_address): Use new function for AIX.
              (rs6000_cannot_force_const_mem): No sum in TLS TOC symbols.
              Allow TLS symbol in constant pool other than ELF.
              (rs6000_legitimate_address_p): Allow TLS symbol other than ELF.
              (rs6000_assemble_visibility): Do not emit anything on AIX.
              (output_toc): Handle alias of TLS general-dynamic symbols.
              Emit TLS decorations on symbols.
              (rs6000_use_blocks_for_decl_p): New function.
              (rs6000_xcoff_output_tls_section_asm_op): New function.
              (rs6000_xcoff_asm_init_sections): Initialize tls_data_section.
              (rs6000_xcoff_select_section): Choose tls_data_section for
              thread-local storage.
              (rs6000_xcoff_file_start): Generate xcoff_tls_data_section_name.
              (rs6000_legitimate_constant_p): Allow TLS symbol other than ELF.
              * config/rs6000/rs6000.md (tls_tls_): Restrict to ELF.
              (tls_get_tpointer): New.
              (tle_get_tpointer_internal): New.
              (tls_get_addr<mode>): New.
              (tls_get_addr_internal<mode>): New.
      
      From-SVN: r194003
      David Edelsohn committed