1. 23 Feb, 2005 14 commits
    • SimpleDateFormat.java: Removed unused import. · 16b31d8f
      2005-02-23  Michael Koch  <konqueror@gmx.de>
      
      	* java/text/SimpleDateFormat.java:
      	Removed unused import.
      
      From-SVN: r95443
      Michael Koch committed
    • re PR c++/20073 (ICE initializing const array) · af477510
      	PR c++/20073
      	* decl.c (start_decl_1): Don't clear TREE_READONLY.
      	(cp_finish_decl): Likewise.
      	(complete_vars): Call cp_apply_type_quals_to_decl.
      	* typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
      	cases where that's not valid.
      
      From-SVN: r95442
      Mark Mitchell committed
    • re PR c++/20073 (ICE initializing const array) · 67935995
      	PR c++/20073
      	* decl.c (start_decl_1): Don't clear TREE_READONLY.
      	(cp_finish_decl): Likewise.
      	(complete_vars): Call cp_apply_type_quals_to_decl.
      	* typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
      	cases where that's not valid.
      
      	PR c++/20073
      	* g++.dg/init/const1.C: New test.
      
      From-SVN: r95441
      Mark Mitchell committed
    • check_performance: Tweaks. · bba6afa6
      
      2005-02-22  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* scripts/check_performance: Tweaks.
      
      	* testsuite/27_io/basic_ostream/inserters_other/wchar_t/2.cc: Name
      	output file with extension that clean rules can find.
      
      From-SVN: r95440
      Benjamin Kosnik committed
    • re PR c++/19991 (Enum not accepted in array-size) · 744b12b6
      	PR c++/19991
      	* init.c (integral_constant_value): Iterate if the value of a decl
      	is itself a constant.
      
      	PR c++/20152
      	* parser.c (cp_parser_class_head): Check for redefintions here.
      	* semantics.c (begin_class_definition): Not here.
      
      	PR c++/20153
      	* decl2.c (build_anon_union_vars): Add type parameter.
      	(finish_anon_union): Pass it.
      
      	PR c++/20148
      	* error.c (dump_expr): Do not print the body of a BIND_EXPR.
      	Handle STATEMENT_LIST.
      
      	PR c++/19991
      	* g++.dg/parse/constant7.C: New test.
      
      	PR c++/20152
      	* g++.dg/parse/error27.C: New test.
      	* g++.dg/template/qualttp15.C: Adjust error markers.
      	* g++.old-deja/g++.other/struct1.C: Likewise.
      
      	PR c++/20153
      	* g++.dg/template/error17.C: New test.
      
      	PR c++/20148
      	* g++.dg/parser/error26.C: New test.
      
      From-SVN: r95438
      Mark Mitchell committed
    • re PR tree-optimization/20100 (LIM is pulling out a pure function even though… · 90c1d75a
      re PR tree-optimization/20100 (LIM is pulling out a pure function even though there is something which can modify global memory)
      
      
      	PR tree-optimization/20100
      	PR tree-optimization/20115
      	* tree-optimize.c (init_tree_optimization_passes): Remove
      	pass_maybe_create_global_var.
      	* tree-pass.h (pass_maybe_create_global_var): Remove.
      	* tree-ssa-alias.c (aliases_computed_p): Declare.
      	(struct alias_info): Add field NUM_PURE_CONST_CALLS_FOUND.
      	(count_calls_and_maybe_create_global_var): Remove.
      	(pass_maybe_create_global_var): Remove.
      	(init_alias_info): Do not declare aliases_computed_p.
      	(maybe_create_global_var): If the function contains no
      	call-clobbered variables and a mix of pure/const and regular
      	function calls, create .GLOBAL_VAR.
      	Mark all call-clobbered variables for renaming.
      	(merge_pointed_to_info): Update comment.
      	(add_pointed_to_var): Likewise.
      	(is_escape_site): Likewise.
      	Accept struct alias_info * instead of size_t *.
      	Update all users.
      	Update AI->NUM_CALLS_FOUND and AI->NUM_PURE_CONST_CALLS_FOUND
      	as necessary.
      	* tree-ssa-operands.c (get_call_expr_operands): If
      	ALIASES_COMPUTED_P is false, do not add call-clobbering
      	operands.
      	* tree-ssa.c (init_tree_ssa): Set ALIASES_COMPUTED_P to false.
      	(delete_tree_ssa): Likewise.
      
      testsuite/ChangeLog
      
      	PR tree-optimization/20100
      	PR tree-optimization/20115
      	* gcc.dg/pr20115.c: New test.
      	* gcc.dg/pr20115-1.c: New test.
      	* gcc.dg/pr20100.c: New test.
      	* gcc.dg/tree-ssa/20040517-1.c: Expect virtual operands for
      	call-clobbered variables after alias1.
      
      From-SVN: r95437
      Diego Novillo committed
    • [multiple changes] · 397763d2
      2004-02-22  Paul Thomas <paulthomas2@wannado.fr>
                  Bud Davis  <bdavis@gfortran.org>
      
              * io/list_read.c (read_real): Handle separators properly
              in list directed read.
      
      2005-02-22  Bud Davis  <bdavis@gfortran.org>
      
              * gfortran.dg/list_read_4.f90: new test.
      
      From-SVN: r95436
      Bud Davis committed
    • Fix FreeBSD __LDBL_MAX__ -pedantic -save-temps bug. · e59ba1bc
      * toplev.c (backend_init): Don't call init_adjust_machine_modes here.
      (do_compile): Do call it here.
      
      From-SVN: r95432
      James E Wilson committed
    • re PR rtl-optimization/20017 (internal compiler error: in rtl_verify_flow_info, at cfgrtl.c:2212) · 78d5a34b
      gcc/
      	PR rtl-optimization/20017.
      	* passes.c (rest_of_handle_combine, rest_of_handle_cse,
      	rest_of_handle_cse2, rest_of_handle_gcse): Call
      	delete_dead_jumptables immediately before calling cleanup_cfg.
      
      testsuite/
      	PR rtl-optimization/20017.
      	* gcc.dg/pr20017.c: New.
      
      From-SVN: r95431
      Kazu Hirata committed
    • re PR tree-optimization/19952 (ICE: tree check: expected class 'declaration',… · 263fb23d
      re PR tree-optimization/19952 (ICE: tree check: expected class 'declaration', have 'statement' (label_expr) in tree_verify_flow_info, at tree-cfg.c:3709)
      
             PR 19952
             * tree-if-conv.c (process_phi_nodes): Use bsi_after_labels and skip
             all labels
             * g++.dg/tree-ssa/pr19952.C: New test.
      
      From-SVN: r95430
      Devang Patel committed
    • Add myself as write-after-approval · a47e0c22
      From-SVN: r95429
      Doug Gregor committed
    • re PR awt/20029 (Robot needs XTest) · 3f8dfdd4
      2005-02-22  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	PR libgcj/20029:
      	* Makefile.am (lib_gnu_java_awt_peer_gtk_la_CFLAGS): Add X_CFLAGS.
      	(lib_gnu_java_awt_peer_gtk_la_LDFLAGS): Add X_LIBS and -lXtst.
      	* Makefile.in: Regenerate.
      	* configure.ac: Check for libXtst.
      	* configure: Regenerate.
      
      From-SVN: r95428
      Thomas Fitzsimmons committed
    • Daily bump. · 732272ca
      From-SVN: r95426
      GCC Administrator committed
    • * config/rs6000/aix.h (WINT_TYPE): Define. · 466db3c1
      From-SVN: r95421
      David Edelsohn committed
  2. 22 Feb, 2005 26 commits