1. 07 Jul, 2009 8 commits
    • sem_ch4.adb (Analyze_Conditional_Expression): handle properly overloaded… · e0ba1bfd
      sem_ch4.adb (Analyze_Conditional_Expression): handle properly overloaded expressions in a conditional expressions.
      
      2009-07-07  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch4.adb (Analyze_Conditional_Expression): handle properly
      	overloaded expressions in a conditional expressions.
      
      	* sem_res.adb (Resolve): Handle properly overloaded conditional
      	expressions.
      
      From-SVN: r149317
      Ed Schonberg committed
    • scng.adb: Minor reformattting · b46be8a2
      2009-07-07  Robert Dewar  <dewar@adacore.com>
      
      	* scng.adb: Minor reformattting
      
      	* par-ch2.adb (Scan_Pragma_Argument_Association): Pragma argument
      	association allows conditional expression without parens.
      
      	* par-ch4.adb (P_Name): Attribute arguments can be conditional
      	expressions without enclosing parentheses, and also as parameters,
      	indexing expressions etc.
      	(P_Conditional_Expression): New procedure
      	(P_Expression_If_OK): New procedure
      
      	* par.adb (P_Conditional_Expression): New procedure
      	(P_Expression_If_OK): New procedure
      
      	* sem_ch4.adb (Analyze_Conditional_Expression): Allow for two argument
      	form of conditional expression.
      
      	* sem_res.adb (Resolve_Conditional_Expression): Deal with supplying
      	missing True argument if ELSE argument missing.
      
      	* sinfo.adb (Is_Elsif): New flag
      
      	* sinfo.ads (N_Conditional_Expression): This node is now a syntactic
      	part of the language, and the documentation is modified accordingly.
      	(Is_Elsif): New flag
      
      From-SVN: r149316
      Robert Dewar committed
    • t-osf4 (SHLIB_LINK): Do not hide the dummy weak pthread symbols. · f062f8f2
      	* config/alpha/t-osf4 (SHLIB_LINK): Do not hide the dummy weak
      	pthread symbols.
      
      From-SVN: r149314
      Olivier Hainque committed
    • Makefile.in: added more lists of includes to PLUGIN_HEADERS. · cac1b0ee
      2009-07-07  Basile Starynkevitch  <basile@starynkevitch.net>
      
      	* gcc/Makefile.in: added more lists of includes to PLUGIN_HEADERS.
      
      From-SVN: r149313
      Basile Starynkevitch committed
    • cgraphunit.c: Replace %J by an explicit location. · c5d75364
      2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>
      
      	* cgraphunit.c: Replace %J by an explicit location. Update all
      	calls.
      	* c-decl.c: Likewise.
      	* function.c: Likewise.
      	* varasm.c: Likewise.
      	* tree-ssa.c: Likewise.
      	* c-common.c: Likewise.
      	* tree-cfg.c: Likewise.
      	* config/spu/spu.c: Likewise.
      	* config/ia64/ia64.c: Likewise.
      	* config/v850/v850.c: Likewise.
      java/	
      	* class.c: Replace %J by an explicit location. Update all calls.
      objc/	
      	* objc-act.c: Replace %J by an explicit location. Update all
      	calls.
      cp/
      	* init.c: Replace %J by an explicit location. Update all calls.
      	* decl.c: Likewise.
      	* typeck2.c: Likewise.
      	* pt.c: Likewise.
      	* name-lookup.c: Likewise.
      
      From-SVN: r149312
      Manuel López-Ibáñez committed
    • mep-core.cpu (fsft, ssarb): Mark as VOLATILE. · b932c20b
      * config/mep/mep-core.cpu (fsft, ssarb): Mark as VOLATILE.
      * config/mep/mep-ivc2.cpu (many): Add VOLATILE to more insns that make
      unspecified accesses to control registers.
      * config/mep/intrinsics.md: Regenerate.
      * config/mep/intrinsics.h: Regenerate.
      * config/mep/mep-intrin.h: Regenerate.
      
      From-SVN: r149311
      DJ Delorie committed
    • c-lex.c: Replace %H by an explicit location. · fab922b1
      2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>
      
      	* c-lex.c: Replace %H by an explicit location. Update all calls.
      	* c-common.c: Likewise.
      	* c-decl.c: Likewise.
      	* c-typeck.c: Likewise.
      	* fold-const.c: Likewise.
      	* gimplify.c: Likewise.
      	* stmt.c: Likewise.
      	* tree-cfg.c: Likewise.
      	* tree-ssa-loop-niter.c: Likewise.
      	* tree-vrp.c: Likewise.
      	* value-prof.c: Likewise.
      java/
      	* jcf-parse.c: Replace %H by an explicit location. Update all calls.
      objc/
      	* objc-act.c: Replace %H by an explicit location. Update all calls.
      testsuite/
      	* gcc.dg/plugin/selfassign.c: Replace %H by an explicit
      	location. Update all calls.
      	* g++.dg/plugin/selfassign.c: Likewise.
      
      From-SVN: r149310
      Manuel López-Ibáñez committed
    • Daily bump. · 56131eb5
      From-SVN: r149307
      GCC Administrator committed
  2. 06 Jul, 2009 14 commits
  3. 05 Jul, 2009 4 commits
    • re PR fortran/40646 ([F03] array-valued procedure pointer components) · 37a40b53
      2009-07-05  Paul Thomas  <pault@gcc.gnu.org>
      	and Tobias Burnus <burnus@gcc.gnu.org>
      
      	PR fortran/40646
      	* gfortran.h : Change the compcall member of the 'value' union
      	in the gfc_expr structure so that its fields overlap with the
      	'function' member.
      	* resolve.c (resolve_compcall): Set the function.esym.
      	* trans-expr.c (gfc_trans_arrayfunc_assign): Use
      	is_proc_ptr_comp in the condition.
      	* dependency.c (gfc_full_array_ref_p): Ensure that 'contiguous'
      	retunrs a value if non-NULL.
      
      2009-07-05  Paul Thomas  <pault@gcc.gnu.org>
      	and Tobias Burnus <burnus@gcc.gnu.org>
      
      	PR fortran/40646
      	* gfortran.dg/func_assign_3.f90 : New test.
      
      From-SVN: r149262
      Paul Thomas committed
    • * · aded0ed0
      	testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stod.cc,
      	testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stof.cc,
      	testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoi.cc,
      	testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stol.cc,
      	testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stold.cc,
      	testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoll.cc,
      	testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoul.cc,
      	testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoull.cc,
      	testsuite/21_strings/basic_string/numeric_conversions/wchar_t/to_wstring.cc,
      	testsuite/ext/vstring/element_access/char/front_back.cc,
      	testsuite/ext/vstring/element_access/wchar_t/front_back.cc,
      	testsuite/ext/vstring/init-list.cc,
      	testsuite/ext/vstring/moveable.cc,
      	testsuite/ext/vstring/requirements/citerators.cc,
      	testsuite/ext/vstring/requirements/explicit_instantiation/char16_t/1.cc,
      	testsuite/ext/vstring/requirements/explicit_instantiation/char32_t/1.cc:
      	Use dg-require-string-conversions.
      
      From-SVN: r149260
      Joseph Myers committed
    • pt.c (retrieve_specialization): Don't get confused by a using-declaration that… · eb5c3f05
      pt.c (retrieve_specialization): Don't get confused by a using-declaration that brings in another instance of...
      
      	* pt.c (retrieve_specialization): Don't get confused by a
      	using-declaration that brings in another instance of this template
      	from a base class.
      
      	* ptree.c (cxx_print_type): Fix logic.
      
      From-SVN: r149247
      Jason Merrill committed
    • Daily bump. · bf15d469
      From-SVN: r149246
      GCC Administrator committed
  4. 04 Jul, 2009 14 commits