1. 25 Jun, 2006 7 commits
    • re PR fortran/25056 (non-PURE function should not be a valid argument) · d68bd5a8
      2006-06-25  Paul Thomas  <pault@gcc.gnu.org>
       
      	PR fortran/25056
      	* interface.c (compare_actual_formal): Signal an error if the formal
      	argument is a pure procedure and the actual is not pure.
      
      	PR fortran/27554
      	* resolve.c (resolve_actual_arglist): If the type of procedure
      	passed as an actual argument is not already declared, see if it is
      	an intrinsic.
      
      	PR fortran/25073
      	* resolve.c (resolve_select): Use bits 1 and 2 of a new int to
      	keep track of  the appearance of constant logical case expressions.
      	Signal an error is either value appears more than once.
      
      	PR fortran/20874
      	* resolve.c (resolve_fl_procedure): Signal an error if an elemental
      	function is not scalar valued.
      
      	PR fortran/20867
      	* match.c (recursive_stmt_fcn): Perform implicit typing of variables.
      
      	PR fortran/22038
      	* match.c (match_forall_iterator): Mark new variables as
      	FL_UNKNOWN if the match fails.
      
      	PR fortran/28119
      	* match.c (gfc_match_forall): Remove extraneous call to
      	gfc_match_eos.
      
      	PR fortran/25072
      	* resolve.c (resolve_code, resolve_function): Rework
      	forall_flag scheme so that it is set and has a value of
      	2, when the code->expr (ie. the forall mask) is resolved.
      	This is used to change "block" to "mask" in the non-PURE
      	error message.
      
      
      2006-06-25  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/20867
      	* gfortran.dg/stfunc_3.f90: New test.
      
      	PR fortran/25056
      	* gfortran.dg/impure_actual_1.f90: New test.
      
      	PR fortran/20874
      	* gfortran.dg/elemental_result_1.f90: New test.
      
      	PR fortran/25073
      	* gfortran.dg/select_7.f90: New test.
      
      	PR fortran/27554
      	* intrinsic_actual_1.f: New test.
      
      	PR fortran/22038
      	PR fortran/28119
      	* gfortran.dg/forall_4.f90: New test.
      
      	PR fortran/25072
      	* gfortran.dg/forall_5.f90: New test.
      
      From-SVN: r114987
      Paul Thomas committed
    • re PR c++/28054 (ICE with friend declaration of invalid bitfield) · 344f237b
      	PR c++/28054
      	* decl2.c (grokbitfield): Remove check for grokdeclarator
      	returning NULL_TREE, instead check for error_mark_node
      	to indicate failure.
      	* decl.c (grokdeclarator): Adjust block comment.
      
      	* g++.dg/other/incomplete3.C: New test.
      
      
      Co-Authored-By: Mark Mitchell <mark@codesourcery.com>
      
      From-SVN: r114986
      Lee Millward committed
    • re PR c++/28051 (ICE on invalid conversion operator) · 0fdc23b9
      	PR c++/28051
      	* mangle.c (mangle_conv_op_name_for_type): Check for
      	invalid types.
      	*name-lookup.c (push_class_level_binding): Robustify.
      	(do_class_using_decl): Return early if name is error_mark_node.
      
      From-SVN: r114985
      Lee Millward committed
    • Move entry to proper file. · 8df7d439
      From-SVN: r114984
      Eric Botcazou committed
    • io.h: Move proto for unit_to_fd... · ee4ac5b0
      	* io/io.h: Move proto for unit_to_fd...
      	* libgfortran.h: ...here.
      
      From-SVN: r114983
      Francois-Xavier Coudert committed
    • random (class normal_distribution<>): Add. · 7f09067f
      2006-06-24  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/tr1/random (class normal_distribution<>): Add.
      	* include/tr1/random.tcc (normal_distribution<>::operator()): Define.
      	
      	* include/tr1/random.tcc (struct _Max): Remove, "inline" in the
      	only user, mersenne_twister<>::max().
      
      	* include/tr1/random.tcc (struct _Shift): Move...
      	* include/tr1/random: ... here.
      
      	* include/tr1/random.tcc (linear_congruential<>::
      	linear_congruential(unsigned long), linear_congruential<>::
      	linear_congruential(_Gen&), mersenne_twister<>::max())): Move inline...
      	* include/tr1/random: ... here.
      
      	* include/tr1/random (exponential_distribution<>::
      	exponential_distribution(const result_type&)): Add missing
      	_GLIBCXX_DEBUG_ASSERT.
      
      	* testsuite/tr1/5_numerical_facilities/random/
      	exponential_distribution/requirements/typedefs.cc: New.
      	* testsuite/tr1/5_numerical_facilities/random/
      	normal_distribution/requirements/typedefs.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilities/random/
      	bernoulli_distribution/requirements/typedefs.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilities/random/
      	geometric_distribution/requirements/typedefs.cc: Likewise.
      
      From-SVN: r114982
      Paolo Carlini committed
    • Daily bump. · 762bd048
      From-SVN: r114980
      GCC Administrator committed
  2. 24 Jun, 2006 11 commits
  3. 23 Jun, 2006 17 commits
  4. 22 Jun, 2006 5 commits