1. 19 Jul, 2003 10 commits
    • verify.exp (gcj_verify_list_tests): Only change directory if new directory exists. · 01482e6d
      	* libjava.verify/verify.exp (gcj_verify_list_tests): Only change
      	directory if new directory exists.
      
      From-SVN: r69590
      Tom Tromey committed
    • alias.c [...]: Remove unnecessary casts. · 703ad42b
      	* alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c
      	c-common.c c-decl.c c-incpath.c c-lex.c c-opts.c c-parse.in
      	c-pragma.c c-typeck.c calls.c cfg.c cfganal.c cfgloop.c cfgrtl.c
      	collect2.c combine.c conflict.c coverage.c cppexp.c cppfiles.c
      	cpphash.c cppinit.c cpplex.c cpplib.c cppmacro.c cppspec.c
      	cpptrad.c cse.c cselib.c dbxout.c defaults.h df.c dominance.c
      	dwarf2out.c dwarfout.c emit-rtl.c except.c expmed.c expr.c final.c
      	fix-header.c flow.c fold-const.c function.c gcc.c gccspec.c gcov.c
      	gcse.c genattr.c genattrtab.c genautomata.c genconditions.c
      	genemit.c genextract.c genoutput.c genrecog.c gensupport.c
      	ggc-page.c ggc-simple.c global.c graph.c haifa-sched.c hashtable.c
      	integrate.c jump.c langhooks.c lcm.c line-map.c local-alloc.c
      	loop.c mips-tdump.c mips-tfile.c mkdeps.c optabs.c params.c
      	postreload.c prefix.c print-tree.c protoize.c ra-build.c
      	ra-colorize.c ra-rewrite.c ra.c recog.c reg-stack.c regclass.c
      	regmove.c regrename.c reload.c reload1.c reorg.c resource.c
      	sbitmap.c sched-deps.c sched-rgn.c sched-vis.c sdbout.c
      	simplify-rtx.c ssa-ccp.c ssa.c stmt.c stor-layout.c timevar.c
      	tlink.c toplev.c tree-dump.c tree.c unroll.c unwind-dw2-fde.c
      	varasm.c varray.c vmsdbgout.c xcoffout.c: Remove unnecessary
      	casts.
      
      From-SVN: r69587
      Kaveh R. Ghazi committed
    • c-pragma.c (apply_pragma_weak): Don't use warning_with_decl. · 308ca868
      	* c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.
      	* toplev.h (warning): Remove attribute.
      
      From-SVN: r69585
      Gabriel Dos Reis committed
    • gcc_release (announce_snapshot): Use ${RELEASE} instead of ${BRANCH}-${DATE} to… · b99f39de
      gcc_release (announce_snapshot): Use ${RELEASE} instead of ${BRANCH}-${DATE} to refer to the snapshot directory.
      
      	* gcc_release (announce_snapshot): Use ${RELEASE} instead
      	of ${BRANCH}-${DATE} to refer to the snapshot directory.
      	Put README file into the snapshot directory.
      
      	(RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
      	(FTP_PATH): Use ${RELEASE} in case of snapshots.
      	(TAG): Ditto.
      	(OLD_TARS): Adjust to new directory scheme for snapshots.
      
      From-SVN: r69584
      Gerald Pfeifer committed
    • Correct entries information · 94b32725
      From-SVN: r69583
      Kriang Lerdsuwanakij committed
    • c-decl.c (c_finish_incomplete_decl): Don't use xxx_with_decl. · 435ab236
      	* c-decl.c (c_finish_incomplete_decl): Don't use xxx_with_decl.
      	(pop_label_level): Likewise.
      	(duplicate_decls): Likewise.
      	(implicitly_declare): Likewise.
      	(shadow_label): Likewise.
      	(start_decl): Likewise.
      	(finish_decl): Likewise.
      	(grokdeclarator): Likewise.
      	(get_parm_info): Likewise.
      	(detect_field_duplicates): Likewise.
      	(finish_struct): Likewise.
      	(start_function): Likewise.
      	(store_parm_decls): Likewise.
      	(finish_function): Likewise.
      	(c_expand_body_1): Likewise.
      	(check_for_loop_decls): Likewise.
      	(merge_translation_unit_decls): Likewise.
      
      From-SVN: r69582
      Gabriel Dos Reis committed
    • common.opt: Document --param. · 2cc98056
      	* common.opt:  Document --param.
      	* opts.c (columns, undocumented_msg): New.
      	(print_help): Get number of columns from environment.  Print
      	--param help.  Tweak newline handling.
      	(print_param_help): New.
      	(print_filtered_help): Better handling of duplicates.  Complain
      	about undocumented switches.
      	(print_switch): New.
      	(wrap_help): Improve wrapping, use COLUMNS.
      	* opts.sh: Ignore comments in records.
      	* params.def: Fix typos and remove trailing periods.
      	* toplev.c (display_help): Don't dump --param help.
      	* doc/sourcebuild.texi: Update.
      java:
      	* lang.opt: Don't show -MD_ and -MDD_.
      
      From-SVN: r69581
      Neil Booth committed
    • Add missing PR number. · 0e38b30b
      From-SVN: r69580
      David S. Miller committed
    • optabs.c (prepare_operand): Fail gracefully instead of abort if the predicate doesn't satisfy. · d893ccde
      2003-07-18  Richard Henderson  <rth@redhat.com>
      
      	* optabs.c (prepare_operand): Fail gracefully instead of abort
      	if the predicate doesn't satisfy.
      	(gen_cond_trap): Allow prepare_operand to fail.
      
      From-SVN: r69578
      Richard Henderson committed
    • Daily bump. · 3b1eae7b
      From-SVN: r69575
      GCC Administrator committed
  2. 18 Jul, 2003 26 commits
  3. 17 Jul, 2003 4 commits
    • Andrew Pinski <pinskia@physics.uc.edu> · bf88d870
              PR c++/10476
              * g++.dg/expr/crash-1.C: New test.
      
              PR c++/11027
              * g++.dg/template/init3.C: New test.
      
              PR c++/8222
              * g++.dg/template/non-dependent1.C: New test.
      
              PR c++/11070
              * g++.dg/template/non-dependent2.C: New test.
      
              PR c++/11071
              * g++.dg/template/non-dependent3.C: New test.
      
              PR c++/9907
              * g++.dg/template/sizeof5.C: New test.
      
      From-SVN: r69529
      Andrew Pinski committed
    • re PR middle-end/11498 (asm can't be used to give a variable its own name) · 26e0dcb3
      	PR 11498
      	* Makefile.in (c-opts.o): Add $(LANGHOOKS_DEF_H).
      	(langhooks.o): Add $(GGC_H), gt-langhooks.h.
      	(GTFILES): Add langhooks.c.
      	(gt-langhooks.h): New.
      	* c-common.h (c_static_assembler_name): Prototype.
      	* c-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
      	* objc/objc-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
      	* c-opts.c: Include langhooks-def.h.
      	(c_static_assembler_name): New.
      	* langhooks.c: Include ggc.h.  Include gt-langhooks.h.
      	(var_labelno): New.
      	(lhd_set_decl_assembler_name): Give static objects with context
      	unique names.
      	* varasm.c (var_labelno): Delete.
      	(make_decl_rtl): Don't change the assembler name once it's set.
      
      From-SVN: r69527
      Geoffrey Keating committed
    • c-opts.c (this_input_filename): New. · 89e9faee
      	* c-opts.c (this_input_filename): New.
      	(finish_options): Take new parameter, name of file being compiled.
      	Update callers.  Set this_input_filename.
      	(push_command_line_include): Use this_input_filename not
      	main_input_filename.
      
      From-SVN: r69526
      Geoffrey Keating committed
    • objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to c_write_global_declarations. · 36c6d174
      	* objc/objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to
      	c_write_global_declarations.
      
      From-SVN: r69525
      Zack Weinberg committed