1. 02 Apr, 2013 16 commits
  2. 01 Apr, 2013 14 commits
  3. 31 Mar, 2013 8 commits
    • re PR libfortran/56786 (Namelist read fails with designators containing embedded spaces) · 5ae7dac5
      2013-03-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/56786
      	* gfortran.dg/namelist_81.f90:  New test.
      
      From-SVN: r197291
      Jerry DeLisle committed
    • re PR libfortran/56786 (Namelist read fails with designators containing embedded spaces) · 83437e67
      2013-03-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libfortran/56786
      	* io/list_read.c (nml_parse_qualifier): Remove spurious next_char call
      	when checking for EOF. Use error return mechanism when EOF detected.
      	Do not return false unless parse_err_msg and parse_err_msg_size have
      	been set. Use hit_eof.
      	(nml_get_obj_data): Likewise use the correct error mechanism.
      	* io/transfer.c (hit_eof): Do not set AFTER_ENDFILE if in namelist
      	mode.
      
      From-SVN: r197290
      Jerry DeLisle committed
    • * de.po: Update. · ce1731f4
      From-SVN: r197287
      Joseph Myers committed
    • sh.md (casesi_worker_1): Use next_active_insn instead of next_real_insn. · f7a4d826
      	* config/sh/sh.md (casesi_worker_1): Use next_active_insn instead
      	of next_real_insn.
      	(casesi_worker_2, casesi_shift_media, casesi_load_media): Likewise.
      
      From-SVN: r197285
      Kaz Kojima committed
    • allocator.xml: Adjust link to Dr.Dobb's article.q · 8bebe0af
      	* doc/xml/manual/allocator.xml: Adjust link to Dr.Dobb's article.q
      
      	* doc/xml/manual/appendix_contributing.xml: Adjust link to GNU
      	Coding Standards.
      
      	* doc/xml/manual/debug.xml: Adjust link for ThreadSanitizer.
      
      	* doc/xml/manual/debug_mode.xml: Adjust link for SafeSTL.
      
      	* doc/xml/manual/documentation_hacking.xml: Adjust Doxygen link.
      
      	* doc/xml/manual/messages.xml: Adjust link to Java API specs.
      
      	* doc/xml/manual/policy_data_structures: Remove direct link to
      	IBM Haifa Research Labs.
      
      	* doc/xml/manual/policy_data_structures_biblio.xml: Adjust links
      	for biblio.maverik_lowerbounds and biblio.nelson96stlpq.
      	Remove direct link to IBM Haifa Research Labs.
      
      	* doc/xml/manual/profile_mode.xml: Adjust two links to acm.org
      	papers.
      
      	* doc/xml/manual/shared_ptr.xml: Use canonical address for
      	www.boost.org.
      
      From-SVN: r197284
      Gerald Pfeifer committed
    • decl2.c (collect_candidates_for_java_method_aliases): Use DECL_CLASS_SCOPE_P. · 9ededfc5
      2013-03-31  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* decl2.c (collect_candidates_for_java_method_aliases): Use
      	DECL_CLASS_SCOPE_P.
      	* name-lookup.c (pushtag_1) Use TYPE_FUNCTION_SCOPE_P.
      	(pushdecl_maybe_friend_1): Use DECL_DECLARES_FUNCTION_P.
      	* decl.c (duplicate_decls): Likewise.
      	* parser.c (cp_parser_template_declaration_after_export): Likewise,
      	also DECL_DECLARES_TYPE_P.
      	* pt.c (instantiate_class_template_1): Likewise.
      	* search.c (lookup_field_1): Use DECL_DECLARES_TYPE_P.
      	(lookup_field_r): Likewise.
      	(friend_accessible_p): Use DECL_DECLARES_FUNCTION_P.
      	(lookup_fnfields_slot_nolazy): Likewise.
      	* semantics.c (finish_member_declaration): Likewise.
      	* typeck.c (convert_for_initialization): Use TYPE_REFFN_P.
      
      From-SVN: r197283
      Paolo Carlini committed
    • 2013-03-31 Tobias Burnus <burnus@net-b.de> · cbde6c0f
              * class.c (finalization_scalarizer,
              * finalizer_insert_packed_call,
              generate_finalization_wrapper): Avoid segfault with absent SIZE=
              argment to TRANSFER and use correct result kind for SIZE.
              * intrinsic.c (gfc_isym_id_by_intmod): Also handle ids of
              nonmodules.
              * trans.c (gfc_build_final_call): Handle coarrays.
      
      From-SVN: r197281
      Tobias Burnus committed
    • Daily bump. · a38b34f1
      From-SVN: r197276
      GCC Administrator committed
  4. 30 Mar, 2013 2 commits
    • In dse.c, remove alias hash tables that are never set. · 4b943a49
      Remove conditions that are then never true.
      Remove functions that are then never called.
      Remove variables that are then never read.
      
      
      Index: gcc/ChangeLog
      
      2013-03-29  Lawrence Crowl  <crowl@google.com>
      
      	* dse.c (clear_alias_sets): Remove never set.
      	(disqualified_clear_alias_sets): Remove never set.
      	(clear_alias_mode_pool): Remove never set.
      	(dse_step0): Remove condition that is never true.
      	(canon_address): Remove condition that is never true.
      	(dse_step7): Remove condition that is never true.
      	(rest_of_handle_dse): Remove condition that is never true.
      	(rest_of_handle_dse::did_global): Remove never read from above.
      	(dse_step2_spill): Remove never called from above.
      	(dse_step5_spill): Remove never called from above.
      
      From-SVN: r197272
      Lawrence Crowl committed
    • * vi.po: Update. · 624e9b1f
      From-SVN: r197270
      Joseph Myers committed