1. 10 Mar, 2003 9 commits
  2. 09 Mar, 2003 24 commits
  3. 08 Mar, 2003 7 commits
    • c-opts.c (c_common_post_options): On fopen failure, return false, not NULL. · c366ade5
      	* c-opts.c (c_common_post_options): On fopen failure, return
      	false, not NULL.
      
      From-SVN: r64004
      Hans-Peter Nilsson committed
    • cris_abi_symbol.c: #include tconfig.h and tm.h, not config.h. · 32b0bbaa
      	* config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
      	config.h.
      	* config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
      	* config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
      
      From-SVN: r64003
      Hans-Peter Nilsson committed
    • rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of CPP_PREDEFINES. · ad220576
      	* config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
      	CPP_PREDEFINES.
      	* config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
      	CPP_PREDEFINES.
      
      From-SVN: r64002
      Neil Booth committed
    • c-common.h (c_common_init, [...]): Update. · 4bfec483
      	* c-common.h (c_common_init, c_common_post_options): Update.
      	* c-objc-common.c (c_objc_common_init): Update for new prototype.
      	* c-opts.c (saved_lineno): New.
      	(c_common_post_options, c_common_init): Update prototypes,
      	move call to cpp_read_main_file from latter to former.
      	* c-tree.h (c_ojbc_common_init): Update.
      	* langhooks-def.h (lhd_post_options): New.
      	(LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
      	* langhooks.c (lhd_post_options): New.
      	* langhooks.h (struct lang_hooks): Update post_options and init hooks.
      	* toplev.c (no_backend): New.
      	(process_options): Call post_options hook and set main_input_filename
      	and input_filename here.
      	(lang_dependent_init, do_compile): post_options hook moved to
      	process_options.
      	* objc/objc-act.c (objc_init): Update prototype.
      	* objc/objc-act.h (objc_init): Update prototype.
      ada:
      	* misc.c (gnat_init): Update for new prototype.
      cp:
      	* cp-tree.h (cxx_init): Update prototype.
      	* lex.c (cxx_init): Similarly.
      f:
      	* com.c (ffe_init): Update prototype; move code to ffe_post_options.
      	(ffe_post_options): New.
      java:
      	* lang.c (java_init): Update prototype, move code to java_post_options.
      	(java_post_options): Similarly.
      treelang:
      	* tree1.c (in_fname): Fix type.
      	(treelang_init): Update prototype and use of in_fname.
      	* treelang.h (in_fname): Fix type.
      	* treetree.c (tree_code_if_start, tree_code_if_else,
      	tree_code_if_end, tree_code_create_function_prototype,
      	tree_code_create_function_initial, tree_code_create_funciton_wrapup,
      	tree_code_create_variable, tree_code_output_expression_statement)
      	: Fix prototypes and use of filenames.
      	* treetree.h: Similarly.
      
      From-SVN: r64001
      Neil Booth committed
    • emit-rtl.c (gen_lowpart): Don't attempt to load a part of a complex or vector type... · 9dd04ab5
      	* emit-rtl.c (gen_lowpart): Don't attempt to load a part of
      	a complex or vector type, using a load in the original mode.
      
      From-SVN: r64000
      Roger Sayle committed
    • re PR c++/9823 (ICE in sort_mem_initializers) · 0e136342
      	PR c++/9823
      	* cp-tree.h (begin_mem_initializers): Remove.
      	* parser.c (cp_parser_mem_initializer_list): Inline it here.
      	Do not call finish_mem_initializers if not in a constructor.
      	(cp_parser_class_head): Fix typo in error message.
      	* semantics.c (begin_mem_initializers): Remove.
      	* testsuite/g++.dg/parser/constructor1.C: New test.
      
      	PR c++/9823
      	* g++.dg/parser/constructor1.C: New test.
      
      From-SVN: r63999
      Mark Mitchell committed
    • Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h. · 988d1653
      	* Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
      	* gt-cgraph.h: New GC file.
      	* cgraph.c (known_fns): New static variable.
      	(cgraph_node): Add the decl into varray.
      
      From-SVN: r63998
      Jan Hubicka committed