Skip to content
Snippets Groups Projects
  1. Aug 21, 2006
  2. Aug 20, 2006
    • mmitchel's avatar
      PR c++/28341 · bde9ebf7
      mmitchel authored
      	* tree.c (cast_valid_in_integral_constant_expression_p): New
      	function.
      	* cp-tree.h (tsubst_copy_and_build): Adjust prototype.
      	* pt.c (tsubst_expr): Add integral_constant_expression_p
      	parameter.
      	(fold_non_dependent_expr): Adjust callers of
      	tsubst_{expr,copy_and_build}.
      	(tsubst_friend_function): Likewise.
      	(tsubst_template_arg): Likewise.
      	(tsubst_default_argument): Likewise.
      	(tsubst_decl): Likewise.
      	(tsubst): Likewise.
      	(tsubst_omp_clasuses): Likewise.
      	(regenerate_decl_fromp_template): Likewise.
      	(instantiate_decl): Likewise.
      	(tsubst_initializer_list): Likewise.
      	(tsubst_enum): Likewise.
      	(tsubst_expr): Use RECUR throughout.
      	(tsubst_copy_and_build): Change definition of RECUR.  Do not allow
      	invalid casts in integral constant expressions.
      	* parser.c (cp_parser_postfix_expression): Use
      	cast_valid_in_integral_constant_expression_p.
      	(cp_parser_cast_expression): Likewise.
      	(cp_parser_functional_cast): Likewise.
      
      	PR c++/28346
      	* pt.c (tsubst_qualified_id): Do not strip references from
      	OFFSET_REFs. 
      
      2006-08-20  Mark Mitchell  <mark@codesourcery.com>
      
      	PR c++/28341
      	* g++.dg/template/ref3.C: New test.
      	* g++.dg/template/nontype13.C: New test.
      
      	PR c++/28346
      	* g++.dg/template/ptrmem17.C: New test.
      
      
      2006-08-20  Mark Mitchell  <mark@codesourcery.com>
      
      	* objcp-lang.c (objcp_tsubst_copy_and_build): Adjust call to
      	tsubst_copy_and_build.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116276 138bc75d-0d04-0410-961f-82ee72b054a4
      bde9ebf7
    • hubicka's avatar
      PR middle-end/28779 · 6f30959a
      hubicka authored
      	* ipa-inline.c (cgraph_decide_inlining, cgraph_early_inlining): Compute
      	function body sizes.
      	* cgraphunit.c (cgraph_analyze_function): Don't do so.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116274 138bc75d-0d04-0410-961f-82ee72b054a4
      6f30959a
    • paolo's avatar
      2006-08-20 Paolo Carlini <pcarlini@suse.de> · a2f03205
      paolo authored
      	* include/tr1/random (gamma_distribution<>::_M_initialize,
      	gamma_distribution<>::_M_l_d): Add.
      	(gamma_distribution<>::gamma_distribution(const result_type&),
      	operator>>(std::basic_istream<>&, gamma_distribution&)): Use it.
      	include/tr1/random.tcc (gamma_distribution<>::_M_initialize):
      	Define.
      	(gamma_distribution<>::operator()): Adjust.
      
      	* include/tr1/random (geometric_distribution<>::_M_initialize): Add.
      	(geometric_distribution<>::geometric_distribution(const _RealType&),
      	operator>>(std::basic_istream<>&, geometric_distribution&)): Use it.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116273 138bc75d-0d04-0410-961f-82ee72b054a4
      a2f03205
    • jb's avatar
      2006-08-20 Janne Blomqvist <jb@gcc.gnu.org> · 37a735f7
      jb authored
      	PR fortran/25828
      	* gfortran.texi: Mention STREAM I/O among supported F2003
      	features.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116271 138bc75d-0d04-0410-961f-82ee72b054a4
      37a735f7
    • dannysmith's avatar
      PR target/28648 c: · 27e0de67
      dannysmith authored
      	* tree.c (handle_dll_attribute): Return early if not a
         	var or function decl.
      
      testsuite
      	* gcc.dg/attr-invalid.c: Add tests for invalid dllimport.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116270 138bc75d-0d04-0410-961f-82ee72b054a4
      27e0de67
    • pault's avatar
      2006-08-20 Paul Thomas <pault@gcc.gnu.org> · d95efb59
      pault authored
      	PR fortran/28601
      	PR fortran/28630
      	* gfortran.h : Eliminate gfc_dt_list structure and reference
      	to it in gfc_namespace.
      	* resolve.c (resolve_fl_derived): Remove the building of the
      	list of derived types for the current namespace.
      	* symbol.c (find_renamed_type): New function to find renamed
      	derived types by symbol name rather than symtree name.
      	(gfc_use_derived): Search parent namespace for identical
      	derived type and use it, even if local version is complete,
      	except in interface bodies. Ensure that renamed derived types
      	are found by call to find_renamed_type. Recurse for derived
      	type components.
      	(gfc_free_dt_list): Remove.
      	(gfc_free_namespace): Remove call to previous.
      	* trans-types.c (copy_dt_decls_ifequal): Remove.
      	(gfc_get_derived_type): Remove all the paraphenalia for
      	association of derived types, including calls to previous.
      	* match.c (gfc_match_allocate): Call gfc_use_derived to
      	associate any derived types that are being allocated.
      
      	PR fortran/20886
      	* resolve.c (resolve_actual_arglist): The passing of
      	a generic procedure name as an actual argument is an
      	error.
      
      	PR fortran/28735
      	* resolve.c (resolve_variable): Check for a symtree before
      	resolving references.
      
      	PR fortran/28762
      	* primary.c (match_variable): Return MATCH_NO if the symbol
      	is that of the program.
      
      	PR fortran/28425
      	* trans-expr.c (gfc_trans_subcomponent_assign): Translate
      	derived type component expressions other than another derived
      	type constructor.
      
      	PR fortran/28496
      	* expr.c (find_array_section): Correct errors in
      	the handling of a missing start value for the
      	index triplet in an array reference.
      
      	PR fortran/18111
      	* trans-decl.c (gfc_build_dummy_array_decl): Before resetting
      	reference to backend_decl, set it DECL_ARTIFICIAL.
      	(gfc_get_symbol_decl): Likewise for original dummy decl, when
      	a copy is made of an array.
      	(create_function_arglist): Likewise for the _entry paramter
      	in entry_masters.
      	(build_entry_thunks): Likewise for dummies in entry thunks.
      
      	PR fortran/28600
      	* trans-decl.c (gfc_get_symbol_decl): Ensure that the
      	DECL_CONTEXT of the length of a character dummy is the
      	same as that of the symbol declaration.
      
      	PR fortran/28771
      	* decl.c (add_init_expr_to_sym): Remove setting of charlen for
      	an initializer of an assumed charlen variable.
      
      	PR fortran/28660
      	* trans-decl.c (generate_expr_decls): New function.
      	(generate_dependency_declarations): New function.
      	(generate_local_decl): Call previous if not either a dummy or
      	a declaration in an entry master.
      
      2006-08-20 Paul Thomas <pault@gcc.gnu.org>
      
      	PR fortran/28630
      	* gfortran.dg/used_types_2.f90: New test.
      
      	PR fortran/28601
      	* gfortran.dg/used_types_3.f90: New test.
      
      	PR fortran/20886
      	* gfortran.dg/generic_actual_arg.f90: New test.
      
      	PR fortran/28735
      	* gfortran.dg/module_private_array_refs_1.f90: New test.
      
      	PR fortran/28762
      	* gfortran.dg/program_name_1.f90: New test.
      
      	PR fortran/28425
      	* gfortran.dg/derived_constructor_comps_1.f90: New test.
      
      	PR fortran/28496
      	* gfortran.dg/array_initializer_2.f90: New test.
      
      	PR fortran/18111
      	* gfortran.dg/unused_artificial_dummies_1.f90: New test. 
      
      	PR fortran/28600
      	* gfortran.dg/assumed_charlen_function_4.f90: New test.
      
      	PR fortran/28771
      	* gfortran.dg/assumed_charlen_in_main.f90: New test.
      
      	PR fortran/28660
      	* gfortran.dg/dependent_decls_1.f90: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116268 138bc75d-0d04-0410-961f-82ee72b054a4
      d95efb59
    • gccadmin's avatar
      Daily bump. · 22df8919
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116266 138bc75d-0d04-0410-961f-82ee72b054a4
      22df8919
  3. Aug 19, 2006
  4. Aug 18, 2006
  5. Aug 17, 2006
Loading