1. 05 Feb, 2004 11 commits
    • Partially revert/redo 2003-10-01 change; fix -fworking-directory. · 8e9ea4d7
      	* c-ppoutput.c (pp_dir_change):  New function.
      	* c-common.h (pp_dir_change):  New declaration.
      	* cpplib.h (struct cpp_options):  Remove working_directory field.
      	* cppinit.c (cpp_find_main_file, cpp_push_main_file):  Merge back to
      	(cpp_read_main_file):  as before 10-01.  Call _cpp_stack_file.
      	Don't handle -fworking_directory here, but in c_common_post_options.
      	(read_original_directory): Don't back up when done.
      	Don't clear no-longer used working_directory flag.
      	* cpplib.h:  Update declarations to match.
      	* c-lex.c (cb_dir_change):  Move to c-opts.c.
      	(init_c_lex):  Don't set dir_change callback here, since we want
      	to set it even if flag_preprocess_only.
      	* c-opts.c (cb_dir_change):  Function moved from c-lex.c.
      	(c_common_post_options):  Set dir_change callback.
      	Call pp_dir_change if approporiate.
      	(finish_options):  Don't call cpp_find_main_file here.	Hence remove
      	unneeded parameter and result. Do LC_RENAME for <built-in>.
      	(c_common_post_options):  Call cpp_read_main_file here instead.
      	(c_common_init):  Update accordingly.
      	(push_command_line_include):  Don't cpp_push_main_file.
      	Do LC_RENAME rather than LC_LEASE to get back to main file.
      	Compared to pre-10-01 version, inline cpp_rename_to_main_file.
      	(c_common_parse_file):  Call cpp_read_main_file for subsequent main
      	files, but call finish_options for all files.
      	* c-opts.c (sanitize_cpp_opts):  Don't set cpp_opts->working_directory.
      	* fix-header.c (read_scan_file):  Call cpp_read_main_file instead of
      	cpp_find_main_file + cpp_push_main_file.
      	* c-lex.c (fe_file_change):  Don't set main_input_filename here.
      	* opts.c (handle_options):  Only set main_input_filename first time.
      
      From-SVN: r77303
      Per Bothner committed
    • basic_file_stdio.cc (__gnu_internal::fopen_mode): New function. · 6a734d61
      2004-02-04  Benjamin Kosnik  <bkoz@redhat.com>
      	    Zack Weinberg  <zack@codesourcery.com>
      
      	* config/io/basic_file_stdio.cc (__gnu_internal::fopen_mode):
      	New function.
      	(__basic_file<char>::sys_open, __basic_file<char>::open): Use it.
      	(__basic_file<char>::_M_open_mode): Delete.
      	* config/io/basic_file_stdio.cc: Delete declaration of _M_open_mode.
      
      	* testsuite/27_io/basic_filebuf/close/char/9964.cc
      	* testsuite/27_io/basic_filebuf/open/char/9507.cc:
      	Correct flags to filebuf::open calls.
      
      	* config/abi/alpha-freebsd5/baseline_symbols.txt
      	* config/abi/alpha-linux-gnu/baseline_symbols.txt
      	* config/abi/hppa-linux-gnu/baseline_symbols.txt
      	* config/abi/i386-freebsd4/baseline_symbols.txt
      	* config/abi/i386-freebsd5/baseline_symbols.txt
      	* config/abi/i486-linux-gnu/baseline_symbols.txt
      	* config/abi/ia64-linux-gnu/baseline_symbols.txt
      	* config/abi/mips-linux-gnu/baseline_symbols.txt
      	* config/abi/sparc-freebsd5/baseline_symbols.txt
      	* config/abi/sparc-linux-gnu/baseline_symbols.txt
      	* config/abi/x86_64-linux-gnu/baseline_symbols.txt:
      	Remove entry for __basic_file<char>::_M_open_mode.
      
      From-SVN: r77298
      Benjamin Kosnik committed
    • re PR c++/13932 (duplicate warning message for conversion) · f583e452
      	PR c++/13932
      	* call.c (convert_like_real): Use "converting" rather than
      	"argument" as the descriptive keyword to
      	dubious_conversion_warnings.
      	* typeck.c (convert_for_assignment): Do not call
      	dubious_conversion_warnings.
      
      	PR c++/13932
      	* g++.dg/warn/conv2.C: New test.
      
      From-SVN: r77297
      Mark Mitchell committed
    • file-format.exp (gcc_target_object_format): Use ${tool}_target_compile, not gcc_target_compile. · bfa21a28
      	* lib/file-format.exp (gcc_target_object_format): Use
      	${tool}_target_compile, not gcc_target_compile.
      	* lib/target-supports.exp (check_alias_available): Likewise.
      	(check_gc_sections_available): Likewise.
      	* g++.dg/ext/attrib10.C: Use dg-require-alias.
      	* g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
      	dg-require-alias.
      
      From-SVN: r77295
      Mark Mitchell committed
    • re PR c++/13086 (the location of the warning message is wrong when calling… · 7778d52d
      re PR c++/13086 (the location of the warning message is wrong when calling delete on incomplete type)
      
      	PR c++/13086
      	* g++.dg/warn/incomplete1.C: Remove xfail.
      
      From-SVN: r77290
      Giovanni Bajo committed
    • re PR c++/13086 (the location of the warning message is wrong when calling… · b1e5b86c
      re PR c++/13086 (the location of the warning message is wrong when calling delete on incomplete type)
      
      	PR c++/13086
      	* init.c (build_delete): Emit a more informative error message in
      	case of an incomplete type, and on the correct source line.
      
      From-SVN: r77289
      Giovanni Bajo committed
    • re PR c++/9941 (typeinfo not generated correctly when #pragmas are involved) · 6f3d0d2f
      	PR c++/9941
      	* rtti.c (tinfo_base_init): Use import_export_tinfo to decide the
      	linkage for the typeinfo name string.
      
      From-SVN: r77288
      Mark Mitchell committed
    • [multiple changes] · de8a2f87
      2004-02-04  Felix Yen  <fwy@alumni.brown.edu>
      
      	* testsuite/performance/20_util/producer_consumer.cc: New.
      	* testsuite/performance/20_util/allocator/insert_insert.cc: Two loops.
      
      2004-02-04  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/performance/20_util/allocator.cc: Move to..
      	* testsuite/performance/20_util/allocator/insert.cc: ...here.
      	* testsuite/performance/20_util/allocator_thread.cc: Move to...
      	* testsuite/performance/20_util/allocator/insert_insert.cc: ...here.
      	* testsuite/performance/20_util/allocator_map_thread.cc: Move to...
      	* testsuite/performance/20_util/allocator/map_thread.cc: ...here.
      
      From-SVN: r77285
      Benjamin Kosnik committed
    • Daily bump. · 90bd9d54
      From-SVN: r77282
      GCC Administrator committed
  2. 04 Feb, 2004 29 commits