1. 11 Aug, 2002 7 commits
  2. 10 Aug, 2002 8 commits
    • c-opts.c (set_std_cxx98, [...]): New. · f749a36b
      	* c-opts.c (set_std_cxx98, set_std_c89): New.
      	(COMMAND_LINE_OPTIONS): Move more from cppinit.c.
      	(c_common_decode_option): Handle new switches from cppinit.c.
      	Add -std=gnu++98.
      	* cppinit.c (set_lang): Rename cpp_set_lang.  Export.
      	(no_arg, no_num): Remove.
      	(COMMAND_LINE_OPTIONS): Move more to c-opts.c.  Drop all lang-
      	switches apart from -lang-objc and lang-asm.
      	(cpp_handle_option): Similarly.
      	* cpplib.h (cpp_set_lang): New.
      	* doc/cppopts.texi, doc/invoke.texi: Document -std=c++98,
      	-std=gnu++98.
      	* objc/lang-specs.h: Remove -ansi.
      cp:
      	* lang-specs.h: Remove -ansi.
      
      From-SVN: r56185
      Neil Booth committed
    • cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff errors. · 77abb5d8
      
      	* cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff
      	errors.
      
      From-SVN: r56184
      Jan Hubicka committed
    • tree.c (maybe_dummy_object): Replace // with /* */e · 3ebf5204
      cp:
      	* tree.c (maybe_dummy_object): Replace // with /* */e
      testsuite:
      	* gcc.dg/bitfld-4.c: Add blank options.
      
      From-SVN: r56183
      Nathan Sidwell committed
    • emit-rtl.c (emit_jump_insn_before, [...]): Fix uninitialized variable. · d950dee3
      	* emit-rtl.c (emit_jump_insn_before, emit_call_insn_before,
      	emit_jump_insn): Fix uninitialized variable.
      	* gcov.c (init_line_info): Likewise.
      	* genautomata.c (transform_3): Add braces around ambiguous
      	else.
      	* ifcvt.c (cond_exec_process_insns): Mark parameter with
      	ATTRIBUTE_UNUSED.
      	* ra-build.c (parts_to_webs_1): Fix uninitialized variable.
      	* regrename.c (copyprop_hardreg_forward): Fix uninitialized
      	variable.
      
      From-SVN: r56182
      Kaveh R. Ghazi committed
    • gengtype.c (write_gc_structure_fields): Avoid signed/unsigned warnings in output files. · fac37dc4
      	* gengtype.c (write_gc_structure_fields): Avoid signed/unsigned
      	warnings in output files.
      
      From-SVN: r56181
      Kaveh R. Ghazi committed
    • Daily bump. · c2c967fd
      From-SVN: r56180
      GCC Administrator committed
    • - fix formatting of previous patch. · c15b529f
      From-SVN: r56174
      David Edelsohn committed
    • c-common.c (flag_objc): New. · 0f7866e7
      2002-08-09  Ziemowit Laski  <zlaski@apple.com>
      
              * c-common.c (flag_objc): New.
              * c-common.h (c_language_kind): Get rid of clk_objective_c
              enum value.
              (flag_objc): New extern declaration.
              * c-decl.c (implicitly_declare): Call objc_check_decl
              instead of maybe_objc_check_decl.
              (finish_decl): Likewise.
              (grokfield): Likewise.
              (finish_struct): Likewise.
              * c-lang.c (maybe_objc_check_decl): Rename to objc_check_decl.
              (maybe_objc_comptypes): Rename to objc_comptypes.
              (maybe_building_objc_message_expr): Rename to
              objc_message_selector.
              * c-lex.c (lex_charconst): Remove uses of clk_objective_c,
              replace with flag_objc as needed.
              * c-opts.c (c_common_init_options): Likewise.
              (c_common_decode_option): Likewise.
              * c-parse.in (init_reswords): Likewise.
              * c-tree.h (maybe_objc_check_decl): Rename to objc_check_decl.
              (maybe_objc_comptypes): Rename to objc_comptypes.
              (maybe_building_objc_message_expr): Rename to
              objc_message_selector.
              * c-typeck.c (comptypes): Call objc_comptypes instead of
              maybe_objc_comptypes, and/or objc_message_selector instead of
              (comp_target_types): Likewise.
              (convert_for_assignment): Likewise.
              (warn_for_assignment): Likewise.
              * cppinit.c (init_builtins): Set __OBJC__ manifest constant
              independently of those for other languages.
              * objc/objc-act.c (maybe_objc_comptypes): Delete.
              (maybe_objc_check_decl): Delete.
              (maybe_building_objc_message_expr): Rename to
              objc_message_selector.
              * objc/objc-lang.c (objc_init_options): Use clk_c instead of
              clk_objective_c; set flag_objc flag.
      
      From-SVN: r56173
      Ziemowit Laski committed
  3. 09 Aug, 2002 20 commits
  4. 08 Aug, 2002 5 commits