]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
21 years agoInsert memory clobbers before the code that pops variable arrays.
Dale Johannesen [Wed, 14 Aug 2002 17:41:52 +0000 (17:41 +0000)] 
Insert memory clobbers before the code that pops variable arrays.

This prevents the scheduler from moving references to the arrays
below the stack pop.

From-SVN: r56328

21 years agomessages.html: Use HTML entities for punctuation.
Jonathan Wakely [Wed, 14 Aug 2002 17:29:19 +0000 (17:29 +0000)] 
messages.html: Use HTML entities for punctuation.

2002-08-14  Jonathan Wakely  <jw@kayari.org>

* docs/html/22_locale/messages.html:  Use HTML entities for
punctuation.

From-SVN: r56300

21 years ago* c-opts.c (c_common_post_options): Correct test.
Neil Booth [Wed, 14 Aug 2002 17:19:28 +0000 (17:19 +0000)] 
* c-opts.c (c_common_post_options): Correct test.

From-SVN: r56299

21 years agom88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argument order in call to fprintf.
Kaveh R. Ghazi [Wed, 14 Aug 2002 16:25:36 +0000 (16:25 +0000)] 
m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argument order in call to fprintf.

* m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argument
order in call to fprintf.

From-SVN: r56298

21 years ago* config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.
Rainer Orth [Wed, 14 Aug 2002 16:12:33 +0000 (16:12 +0000)] 
* config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.

From-SVN: r56297

21 years agoreload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CONSTRAINT...
Ulrich Weigand [Wed, 14 Aug 2002 10:04:51 +0000 (10:04 +0000)] 
reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CONSTRAINT and...

* reload.c (find_reloads): Handle constraint letters marked by
EXTRA_ADDRESS_CONSTRAINT and EXTRA_MEMORY_CONSTRAINT.
(alternative_allows_memconst): Likewise.
* reload1.c (maybe_fix_stack_asms): Likewise.
* recog.c (asm_operand_ok, preprocess_constraints,
constrain_operands): Likewise.
* regclass.c (record_operand_costs, record_reg_classes): Likewise.
* local-alloc.c (block_alloc, requires_inout): Likewise.
* stmt.c (parse_output_constraint, parse_input_constraint): Likewise.

* defaults.h (EXTRA_MEMORY_CONSTRAINT): Provide a default.
(EXTRA_ADDRESS_CONSTRAINT): Likewise.
* doc/tm.texi: Document these two new target macros.

* config/s390/s390.c (s390_expand_plus_operand): Accept already
valid operands.
(q_constraint): New function.
config/s390/s390-protos.h (q_constraint): Declare it.
config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
(EXTRA_MEMORY_CONSTRAINT): New macro.

* config/s390/s390.md: Throughout the machine description,
replace all instances of the constraint combinations 'Qo'
or 'oQ' with simply 'Q'.

From-SVN: r56291

21 years ago* gennews (files): Add GCC 3.2 files.
Mark Mitchell [Wed, 14 Aug 2002 08:35:37 +0000 (08:35 +0000)] 
* gennews (files): Add GCC 3.2 files.

From-SVN: r56287

21 years agom68hc11.h (LINK_SPEC): Support -mrelax.
Stephane Carrez [Wed, 14 Aug 2002 08:01:26 +0000 (10:01 +0200)] 
m68hc11.h (LINK_SPEC): Support -mrelax.

* config/m68hc11/m68hc11.h (LINK_SPEC): Support -mrelax.
* config/m68hc11/t-m68hc11-gas (LIBGCC2_DEBUG_CFLAGS): Can use -g now.
(LIBGCC2_CFLAGS): Compile with -mrelax.

From-SVN: r56285

21 years agoinvoke.texi: Document -minmax for 68HC12.
Stephane Carrez [Wed, 14 Aug 2002 07:53:55 +0000 (09:53 +0200)] 
invoke.texi: Document -minmax for 68HC12.

* doc/invoke.texi: Document -minmax for 68HC12.

* config/m68hc11/m68hc11.md ("umaxqi3"): Use TARGET_MIN_MAX.
("uminqi3"): Likewise.
("uminhi3", "umaxhi3"): Likewise.

* config/m68hc11/m68hc11.h (MASK_MIN_MAX): Define.
(TARGET_MIN_MAX): Define.
(TARGET_SWITCHES): New option -minmax/-mnominmax.

From-SVN: r56284

21 years agoChangeLog for Update libgcc to use -mlong-calls (HC12)
Stephane Carrez [Wed, 14 Aug 2002 07:52:02 +0000 (09:52 +0200)] 
ChangeLog for Update libgcc to use -mlong-calls (HC12)

From-SVN: r56283

21 years agot-m68hc11-gas (LIB1ASMFUNCS): Build __far_trampoline.
Stephane Carrez [Wed, 14 Aug 2002 07:32:52 +0000 (09:32 +0200)] 
t-m68hc11-gas (LIB1ASMFUNCS): Build __far_trampoline.

* config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build __far_trampoline.
(MULTILIB_OPTIONS): Must also generate for -mlong-calls.

* config/m68hc11/larith.asm: Put a mode for ELF ABI flags.
(ret, declare, farsym): New gas macros.
(__premain, exit, abort, _cleanup, memcpy, memset, ___adddi3,
___subdi3, ___notdi2, __mulhi32, __mulsi3): Use them to use 'rtc'
and declare the symbol far when compiled with -mlong-calls.
(__far_trampoline): New for 68HC12 trampoline code to invoke a
far handler using jsr/bsr.

* config/m68hc11/m68hc11-crt0.S: Put a mode for ELF ABI flags.
(jsr): New macro to transform a 'jsr' into a 'call'.

From-SVN: r56282

21 years agoDaily bump.
GCC Administrator [Wed, 14 Aug 2002 07:17:11 +0000 (07:17 +0000)] 
Daily bump.

From-SVN: r56281

21 years agoinvoke.texi: Document -mlong-calls for 68HC12.
Stephane Carrez [Wed, 14 Aug 2002 07:14:03 +0000 (09:14 +0200)] 
invoke.texi: Document -mlong-calls for 68HC12.

* doc/invoke.texi: Document -mlong-calls for 68HC12.

* config/m68hc11/m68hc11.h (CPP_SPEC): Pass -D__USE_RTC__ when
-mlong-calls is specified.
(ASM_DECLARE_FUNCTION_NAME): Define to generate .far and .interrupt
assembler directives.
(TARGET_LONG_CALL, MASK_LONG_CALL): Declare.
(TARGET_SWITCHES): Add -mlong-calls options.
(current_function_far): Declare.

* config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset): Take
into account the page register saved on the stack.
(m68hc11_override_options): Take into account -mlong-calls option.
(m68hc11_asm_file_start): Put a mode for the ELF flags ABI.

* config/m68hc11/m68hc11.md ("*return_32bit"): Return rtc
if the function is going to be in 68HC12 banked memory (-mlong-calls).
("*return_16bit"): Likewise.
("*return_void"): Likewise.
("call", "call_value"): Use call for a far function call.

From-SVN: r56275

21 years agotoplev.c (parse_options_and_default_flags): Don't call post_options here.
Neil Booth [Wed, 14 Aug 2002 06:36:51 +0000 (06:36 +0000)] 
toplev.c (parse_options_and_default_flags): Don't call post_options here.

* toplev.c (parse_options_and_default_flags): Don't call
post_options here.
(general_init): Initialize GC, pools and tree hash here,
instead of lang_independent_init.
(lang_independent_init): Rename backend_init.
(do_compile): Call post_options hook; exit early if there
have been errors after switch processing.
(toplev_main): Update.

From-SVN: r56274

21 years agoc-pretty-print.h: Guard against multiple inclusion.
Gabriel Dos Reis [Wed, 14 Aug 2002 03:22:18 +0000 (03:22 +0000)] 
c-pretty-print.h: Guard against multiple inclusion.

        * c-pretty-print.h: Guard against multiple inclusion.
        Robustify macros.
        (pp_c_attributes): Declare.
        * c-pretty-print.c (pp_c_attributes): New function.

From-SVN: r56273

21 years agom68k.c (m68k_output_function_prologue, [...]): Delete versions for DPX2/MOTOROLA...
Kaveh R. Ghazi [Wed, 14 Aug 2002 03:16:05 +0000 (03:16 +0000)] 
m68k.c (m68k_output_function_prologue, [...]): Delete versions for DPX2/MOTOROLA and NEWS/MOTOROLA.

* m68k.c (m68k_output_function_prologue,
m68k_output_function_epilogue): Delete versions for DPX2/MOTOROLA
and NEWS/MOTOROLA.
* genattrtab.c: Remove dpx2 comment.
* libgcc2.c (__enable_execute_stack): Delete versions for
NeXT/__MACH__, __convex__, __sysV88__, __pyr__ and
sony_news/SYSTYPE_BSD.
* longlong.h: Delete code for __a29k__, _AM29K, __clipper__,
__gmicro__, __i860__, __NeXT__ and __pyr__.
* rtl.h: Remove convex comment.
* varasm.c: Likewise.

From-SVN: r56272

21 years agoc-opts.c (lang_flags): Const-ify.
Kaveh R. Ghazi [Wed, 14 Aug 2002 03:09:14 +0000 (03:09 +0000)] 
c-opts.c (lang_flags): Const-ify.

* c-opts.c (lang_flags): Const-ify.
* ra-build.c (undef_table): Likewise.
* ra.c (eliminables): Likewise.

From-SVN: r56271

21 years agoconfigure, configure: Rebuilt.
Alexandre Oliva [Wed, 14 Aug 2002 02:40:00 +0000 (02:40 +0000)] 
configure, configure: Rebuilt.

* boehm-gc/configure, libf2c/configure: Rebuilt.
* libffi/configure, libiberty/configure: Ditto.
* libjava/configure, libobjc/configure: Ditto.
* libstdc++-v3/configure, zlib/configure: Ditto.
Merged from binutils:
2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
From Steve Ellcey <sje@cup.hp.com>:
* libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
(lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
IA64.
* ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
* ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
soname_spec, sys_lib_search_path_spec): Ditto.

From-SVN: r56270

21 years ago* tree.h: Guard against multiple inclusion.
Gabriel Dos Reis [Wed, 14 Aug 2002 02:15:40 +0000 (02:15 +0000)] 
* tree.h: Guard against multiple inclusion.

From-SVN: r56269

21 years agoFix for PR libgcj/7570 and PR libgcj/7578:
Jesse Rosenstock [Wed, 14 Aug 2002 01:07:59 +0000 (01:07 +0000)] 
Fix for PR libgcj/7570 and PR libgcj/7578:

2002-08-13  Jesse Rosenstock  <jmr@ugcs.caltech.edu>

Fix for PR libgcj/7570 and PR libgcj/7578:
* java/lang/natPosixProcess.cc: Include java/io/File.h.
(startProcess): Handle new `dir' argument.
* java/lang/Win32Process.java (ConcreteProcess): Added `dir'
argument.
* java/lang/PosixProcess.java (ConcreteProcess): Added `dir'
argument.
(startProcess): Likewise.
* java/lang/EcosProcess.java (ConcreteProcess): Added `dir'
argument.
* java/lang/Runtime.java (execInternal): Added `dir' argument.
(exec): Don't create new environment if ENV==null.  Pass DIR to
execInternal.
* java/lang/natRuntime.cc: Include java/io/File.h.
(execInternal): Added `dir' argument.

From-SVN: r56268

21 years agoreload1.c (reload_cse_simplify): Before checking REG_FUNCTION_VALUE_P, check REG_P.
Hans-Peter Nilsson [Wed, 14 Aug 2002 00:49:08 +0000 (00:49 +0000)] 
reload1.c (reload_cse_simplify): Before checking REG_FUNCTION_VALUE_P, check REG_P.

* reload1.c (reload_cse_simplify): Before checking
REG_FUNCTION_VALUE_P, check REG_P.

From-SVN: r56267

21 years ago* Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.
Geoffrey Keating [Tue, 13 Aug 2002 23:11:37 +0000 (23:11 +0000)] 
* Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.

From-SVN: r56266

21 years agoRandomAccessFile.java (skipBytes): Return number of bytes skipped.
Jesse Rosenstock [Tue, 13 Aug 2002 23:10:11 +0000 (23:10 +0000)] 
RandomAccessFile.java (skipBytes): Return number of bytes skipped.

2002-08-13  Jesse Rosenstock  <jmr@fulcrummicro.com>

* java/io/RandomAccessFile.java (skipBytes): Return number of
bytes skipped.

From-SVN: r56265

21 years agoFor PR java/7483:
Jesse Rosenstock [Tue, 13 Aug 2002 22:29:23 +0000 (22:29 +0000)] 
For PR java/7483:

2002-08-13  Jesse Rosenstock  <jmr@fulcrummicro.com>

For PR java/7483:
* parse.y (build_assertion): Invert return from
desiredAssertionStatus.

From-SVN: r56264

21 years agoopts.c (c_common_init_options): Extra braces needed.
Neil Booth [Tue, 13 Aug 2002 19:30:33 +0000 (19:30 +0000)] 
opts.c (c_common_init_options): Extra braces needed.

From-SVN: r56262

21 years agosh.c (sh_init_builtins): Add PARAMS to declaration.
J"orn Rennecke [Tue, 13 Aug 2002 16:52:27 +0000 (16:52 +0000)] 
sh.c (sh_init_builtins): Add PARAMS to declaration.

* sh.c (sh_init_builtins): Add PARAMS to declaration.
(sh_media_init_builtins, sh_expand_builtin): Likewise.
(sh_expand_unop_v2sf): Use PARAMS for variable declaration.
(sh_expand_binop_v2sf): Likewise.
* sh-protos.h (sh_expand_unop_v2sf): Add PARAMS to declaration.
(sh_expand_binop_v2sf, sh_cfun_interrupt_handler_p): Likewise.
(sh_initialize_trampoline): Likewise.

From-SVN: r56259

21 years agodecl.c (pushdecl_class_level): Honor requests to bind names to OVERLOADs.
Mark Mitchell [Tue, 13 Aug 2002 16:36:26 +0000 (16:36 +0000)] 
decl.c (pushdecl_class_level): Honor requests to bind names to OVERLOADs.

* decl.c (pushdecl_class_level): Honor requests to bind names to
OVERLOADs.

From-SVN: r56258

21 years agodocumentation.html: Use HTML entities for punctuation.
Jonathan Wakely [Tue, 13 Aug 2002 16:26:13 +0000 (16:26 +0000)] 
documentation.html: Use HTML entities for punctuation.

2002-08-13  Jonathan Wakely  <jw@kayari.org>
            Phil Edwards  <pme@gcc.gnu.org>

* docs/html/documentation.html:  Use HTML entities for punctuation.

Co-Authored-By: Phil Edwards <pme@gcc.gnu.org>
From-SVN: r56257

21 years agos390-modes.def [...]: Declare new condition code modes.
Ulrich Weigand [Tue, 13 Aug 2002 16:02:52 +0000 (16:02 +0000)] 
s390-modes.def [...]: Declare new condition code modes.

* s390-modes.def [CCL1, CCL2, CCT1, CCT2, CCT3, CCUR, CCSR]: Declare
new condition code modes.
s390.c (s390_match_ccmode_set): Handle those new CC modes.
(s390_select_ccmode): Likewise.
(s390_branch_condition_mask): Likewise.

* s390-protos.h (s390_tm_ccmode): Declare.
s390.c (s390_tm_ccmode): New function.
(s390_match_ccmode): Allow VOIDmode as REQ_MODE.

* s390.md ("*cmpdi_tm2"): Rename to "*tmdi_ext".
("*cmpsi_tm2"): Rename to "*tmsi_ext".
("*cmpqi_tm2"): Rename to "*tmqi_ext".

("*cmpdi_tm_reg", "*cmpdi_tm_mem", "*cmpsi_tm_reg", "*cmpsi_tm_mem",
"*cmphi_tm_sub","*cmphi_cct_0",  "*cmpqi_tm", "*cmpqi_tm_sub",
"*cmpqi_cct_0", "*tm_0"): Remove, replace by ...
("*tmdi_reg", "*tmsi_reg", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem",
"*tmqi_mem", "*tmhi_full", "*tmqi_full"): ... these new patterns.

("*ltgr", "*cmpdi_ccs_0_64", "*cmpdi_ccs_0_31", "*ltr", "*icm15",
"*icm15_cconly", "*cmpsi_ccs_0", "*icm3", "*cmphi_ccs_0", "*icm1",
"*cmpqi_ccs_0"): Remove, replace by ...
("*tstdi_sign", "*tstdi", "*tstdi_cconly", "*tstdi_cconly_31",
"*tstsi", "*tstsi_cconly", "*tstsi_cconly2", "*tsthi", "*tsthi_cconly",
"*tstqi", "*tstqi_cconly"): ... these new patterns.

("*cmpsidi_ccs"): Remove, replace by ...
("*cmpsi_ccs_sign"): ... this new pattern.
("*cmpdi_ccs_sign", "*cmpdi_ccu_zero"): New patterns.

("*cmpqi_ccu_0", "*cmpqi_ccu_immed"): Remove, replace by ...
("*cli"): ... this new pattern.

("*adddi3_sign", "*adddi3_zero_cc", "*adddi3_zero_cconly",
"*adddi3_zero", "*adddi3_cc", "*adddi3_cconly", "*adddi3_cconly2"):
New patterns.
("adddi3_64"): Rename to "*adddi3_64".
("adddi3_31"): Replace by insn and splitter "*adddi3_31".
("adddi3"): Adapt expander.

("*addsi3_cc"): Allow "general_operand" for operand 2.
("*addsi3_carry1_cc", "*addsi3_carry1_cconly",
"*addsi3_carry2_cc", "*addsi3_carry2_cconly"): New patterns.

("addhi3", "addqi3"): Remove, replace by ...
("*addsi3_sign", "*addsi3_sub"): ... these new patterns.

("*subdi3_sign", "*subdi3_zero_cc", "*subdi3_zero_cconly",
"*subdi3_zero", "*subdi3_cc", "*subdi3_cconly"): New patterns.
("subdi3"): Replace by insn and splitter "*subdi3_31".
("subdi3"): New expander.

("*subsi3_borrow_cc", "*subsi3_borrow_cconly"): New patterns.

("subhi3", "subqi3"): Remove, replace by ...
("*subsi3_sign", "*subsi3_sub"): ... these new patterns.

("*muldi3_sign"): New pattern.
("muldi3"): Do not clobber CC.
("mulsi3"): Likewise.
("mulsi_6432"): Likewise.

From-SVN: r56256

21 years agoavr.md: Call CC_STATUS_INIT in all peepnoles which can change CC0.
Denis Chertykov [Tue, 13 Aug 2002 14:06:56 +0000 (14:06 +0000)] 
avr.md: Call CC_STATUS_INIT in all peepnoles which can change CC0.

* config/avr/avr.md: Call CC_STATUS_INIT in all peepnoles
        which can change CC0.

From-SVN: r56253

21 years agogcse.c (adjust_libcall_notes): New function.
J"orn Rennecke [Tue, 13 Aug 2002 13:50:22 +0000 (13:50 +0000)] 
gcse.c (adjust_libcall_notes): New function.

* gcse.c (adjust_libcall_notes): New function.
(do_local_cprop): Use it.  Add fourth parameter.  Changed caller.

From-SVN: r56252

21 years agoMake-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
Rainer Orth [Tue, 13 Aug 2002 13:00:07 +0000 (13:00 +0000)] 
Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).

* Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
Remove $(CONFIG_H) dependency.

From-SVN: r56251

21 years agolibgcc2.c (L_bb): Remove unneeded #includes.
Nathan Sidwell [Tue, 13 Aug 2002 12:11:20 +0000 (12:11 +0000)] 
libgcc2.c (L_bb): Remove unneeded #includes.

* libgcc2.c (L_bb): Remove unneeded #includes.
(__global_counters, __gthreads_active): Remove unused globals.
(__bb_exit_func): Merge counts into files rather than appending.
* Makefile.in (INTERNAL_CFLAGS): Move COVERAGE_FLAGS from here ...
(ALL_CFLAGS): ... to here.

From-SVN: r56250

21 years agoip2k.c (commands_in_file): Variable removed.
Denis Chertykov [Tue, 13 Aug 2002 09:58:37 +0000 (09:58 +0000)] 
ip2k.c (commands_in_file): Variable removed.

* config/ip2k/ip2k.c (commands_in_file): Variable removed.
(function_epilogue): Don't calculate function size.
(ip2k_set_compare): Don't use lookup_const_double.
(asm_file_start): Initialization of commands_in_file removed.
(asm_file_end): Output of commands_in_file removed.

* config/ip2k/ip2k.c (CPP_PREDEFINES): Remove definition of
__INT_MAX__.

From-SVN: r56249

21 years agoFixes for treelang, mainly provide fake definition of rtx for parse.y includes.
Tim Josling [Tue, 13 Aug 2002 08:20:12 +0000 (08:20 +0000)] 
Fixes for treelang, mainly provide fake definition of rtx for parse.y includes.

From-SVN: r56248

21 years agoDaily bump.
GCC Administrator [Tue, 13 Aug 2002 07:17:48 +0000 (07:17 +0000)] 
Daily bump.

From-SVN: r56247

21 years agoc-opts.c (c_common_init_options): Check option array is sorted if checking enabled.
Neil Booth [Tue, 13 Aug 2002 06:48:18 +0000 (06:48 +0000)] 
c-opts.c (c_common_init_options): Check option array is sorted if checking enabled.

* c-opts.c (c_common_init_options): Check option array is
sorted if checking enabled.

From-SVN: r56241

21 years agoc-pretty-print.c: #include "c-tree.h".
Gabriel Dos Reis [Tue, 13 Aug 2002 01:38:35 +0000 (01:38 +0000)] 
c-pretty-print.c: #include "c-tree.h".

        * c-pretty-print.c: #include "c-tree.h".
        (pp_c_simple_type_specifier): Tweak.
        (pp_c_storage_class_specifier): New.
        (pp_c_function_specifier): Likewise.
        (pp_c_declaration_specifiers): Likewise.
        (pp_c_init_declarator): Likewise.
        (pp_c_declaration): Likewise.
        (pp_c_direct_declarator): Stub.
        (pp_c_declarator): Likewise.
        (pp_c_parameter_declaration): Likewise.

From-SVN: r56240

21 years agoc-opts.c (deps_seen, [...]): New.
Neil Booth [Mon, 12 Aug 2002 22:44:30 +0000 (22:44 +0000)] 
c-opts.c (deps_seen, [...]): New.

* c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,
handle_deferred_opts, sanitize_cpp_opts, defer_opt,
struct deferred_opt): New.
(COMMAND_LINE_OPTIONS): Add -M*.
(missing_arg): Update.
(c_common_decode_option): Handle -M*.
(c_common_post_options): Handle -M*.  Use sanitize_cpp_opts;
don't call cpp_post_options.
(c_common_finish, check_deps_environment_vars): Update.
* cppfiles.c (stack_include_file, handle_missing_header): Update.
* cpphash.h (CPP_PRINT_DEPS): Remove.
* cppinit.c: Don't include version.h.
(cpp_create_reader): Don't call deps_init.  Initialize
warn_long_long.
(cpp_read_main_file): Init deps if necessary.
(cpp_destroy): Conditionally free deps.
(cpp_finish): Update.
(no_tgt): Remove.
(COMMAND_LINE_OPTIONS, cpp_handle_option): Remove -M*.
(cpp_post_options): Rename post_options.
* cpplib.h (struct cpp_options): Remove some dependency options;
move others to a new structure.
(cpp_post_options): Remove.
(cpp_finish): Comment.
* fix-header.c (read_scan_file): Don't call cpp_post_options.
treelang:
* treelang.c: Remove cpp_post_options.

From-SVN: r56239

21 years agommix.md (define_constants): Add MMIX_rR_REGNUM.
Hans-Peter Nilsson [Mon, 12 Aug 2002 21:32:01 +0000 (21:32 +0000)] 
mmix.md (define_constants): Add MMIX_rR_REGNUM.

* config/mmix/mmix.md (define_constants): Add MMIX_rR_REGNUM.
("divdi3", "*divdi3_nonknuth", "moddi3", "*moddi3_nonknuth"): Mark
MMIX_rR_REGNUM as clobbered.
* config/mmix/mmix.h (MMIX_REMAINDER_REGNUM): Use MMIX_rR_REGNUM.

From-SVN: r56238

21 years agodiagnostic.h (output_formatted_scalar): Rename from output_formatted_integer.
Gabriel Dos Reis [Mon, 12 Aug 2002 18:34:51 +0000 (18:34 +0000)] 
diagnostic.h (output_formatted_scalar): Rename from output_formatted_integer.

        * diagnostic.h (output_formatted_scalar): Rename from
        output_formatted_integer.
        * diagnostic.def: Add DK_DEBUG.
        * diagnostic.c (output_decimal): Adjust.
        (output_long_decimal): Likewise.
        (output_unsigned_decimal): Likewise.
        (output_octal): Likewise.
        (output_long_octal): Likewise.
        (output_hexadecimal): Likewise.
        (output_long_hexadecimal): Likewise.
        * c-pretty-print.c (pp_c_type_specifier): New function.
        (pp_c_specifier_qualifier_list): Likewise.
        (pp_c_abstract_declarator): Likewise.
        (pp_c_char): Replace pp_format_integer with pp_format_scalar.

From-SVN: r56236

21 years ago- improve wording of previous change
David Edelsohn [Mon, 12 Aug 2002 18:25:54 +0000 (14:25 -0400)] 
- improve wording of previous change

From-SVN: r56235

21 years agotrouble.texi (Disappointments): Add static constructor and destructor dependency...
David Edelsohn [Mon, 12 Aug 2002 18:21:26 +0000 (18:21 +0000)] 
trouble.texi (Disappointments): Add static constructor and destructor dependency information for AIX.

* doc/trouble.texi (Disappointments): Add static constructor and
destructor dependency information for AIX.

From-SVN: r56234

21 years agocpphash.h (struct printer): New from cppmain.c.
Neil Booth [Mon, 12 Aug 2002 17:21:52 +0000 (17:21 +0000)] 
cpphash.h (struct printer): New from cppmain.c.

* cpphash.h (struct printer): New from cppmain.c.
(cpp_reader): New member.
* cppmain.c (struct printer): Move to cpphash.h.
(options, print): Remove.
(account_for_newlines, print_line, maybe_print_line,
cpp_preprocess_file, setup_callbacks, scan_translation_unit,
scan_translation_unit_trad, cb_line_change, cb_ident,
cb_define, cb_undef, cb_include, cb_file_change, dump_macro,
cb_def_pragma): Make reentrant.

From-SVN: r56233

21 years agoreal.c (ieee_64): Always define.
Kaveh R. Ghazi [Mon, 12 Aug 2002 15:50:43 +0000 (15:50 +0000)] 
real.c (ieee_64): Always define.

* real.c (ieee_64): Always define.
(ieee_113): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
(dec_h): Not used yet, hide it.
(emdnorm): Mark parameter in ATTRIBUTE_UNUSED.  Guard label with
macro controlling use.
(TFbignan, TFlittlenan): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.

From-SVN: r56232

21 years agoi386.md (tablejump): Sign extend the operand.
Jan Hubicka [Mon, 12 Aug 2002 10:50:02 +0000 (12:50 +0200)] 
i386.md (tablejump): Sign extend the operand.

* i386.md (tablejump): Sign extend the operand.
* i386.c (classify_argument): Fix missed case from previous patch.

From-SVN: r56231

21 years agoDaily bump.
GCC Administrator [Mon, 12 Aug 2002 07:17:19 +0000 (07:17 +0000)] 
Daily bump.

From-SVN: r56230

21 years agoc-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.
Neil Booth [Mon, 12 Aug 2002 06:02:53 +0000 (06:02 +0000)] 
c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.

* c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Move
to c-copts.c.
(warn_multichar): Die.
(cb_register_builtins): Export.
* c-common.h (warn_multichar, preprocess_file): Remove.
(cb_register_builtins): New.
* c-lang.c (c_init): Remove.
(LANG_HOOKS_INIT): Use c_objc_common_init.
* c-lex.c (init_c_lex): Don't canonicalize filename.
* c-opts.c (in_fname, STDC_0_IN_SYSTEM_HEADERS): New.
(preprocess_file): Make static.  Update for cpplib.
(c_common_decode_option): Remove warn_multichar.  Use in_fname.
(c_common_post_options): Set some cpp options here.
(c_common_init): Move from c-common.c.
* cppinit.c (cpp_post_options): Don't canonicalize in_fname.
* cpplib.h (struct cpp_options): Remove in_fname.
(cpp_preprocess_file): Update.
* cppmain.c (cpp_preprocess_file): Update for new prototypes.

From-SVN: r56223

21 years ago* config.gcc (mips*-*-netbsd*): Include ${tm_file}.
Kaveh R. Ghazi [Mon, 12 Aug 2002 03:40:15 +0000 (03:40 +0000)] 
* config.gcc (mips*-*-netbsd*): Include ${tm_file}.

From-SVN: r56222

21 years agoi370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing backslash in comment prece...
Kaveh R. Ghazi [Mon, 12 Aug 2002 03:10:43 +0000 (03:10 +0000)] 
i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing backslash in comment preceeding macro definition.

* i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing
backslash in comment preceeding macro definition.
* i370/linux.h (TARGET_OS_CPP_BUILTINS): Likewise.
* i370/mvs.h (TARGET_OS_CPP_BUILTINS): Likewise.
* i370/oe.h (TARGET_OS_CPP_BUILTINS): Likewise.

From-SVN: r56221

21 years agoexpr.c (store_expr): In condition for checking if value is generated in TARGET...
Hans-Peter Nilsson [Mon, 12 Aug 2002 00:57:55 +0000 (00:57 +0000)] 
expr.c (store_expr): In condition for checking if value is generated in TARGET...

* expr.c (store_expr): In condition for checking if value is
generated in TARGET, move call to expr_size last.

From-SVN: r56217

21 years agoc-common.c (c_common_init): Call preprocess_file instead.
Neil Booth [Sun, 11 Aug 2002 22:22:28 +0000 (22:22 +0000)] 
c-common.c (c_common_init): Call preprocess_file instead.

* c-common.c (c_common_init): Call preprocess_file instead.
(c_common_finish): Move to c-opts.c.
* c-common.h (preprocess_file): new.
* c-opts.c (out_fname, out_stream, deps_append, preprocess_file,
check_deps_environment_vars, c_common_finish): New.
(c_common_decode_option): Update for out_fname and dependencies.
* cppinit.c (init_dependency_output, output_deps): Remove.
(cpp_destroy): Update prototype.
(cpp_add_dependency_target): New.
(cpp_read_main_file): Don't overlay a buffer.
(cpp_finish): Take a deps output stream and write deps to it.
Return the error count.
(cpp_post_options): Don't canonicalize out_fname, or do anything
with dependencies.
* cpplib.h (struct cpp_options): Remove out_fname and
preprocess_only.
(cpp_add_dependency_target): New.
(cpp_destroy, cpp_finish, cpp_preprocess_file): Update.
* cppmain.c (cpp_preprocess_file): Update prototype.  Don't
set preprocess_only.  Don't handle the output stream directly.

From-SVN: r56214

21 years agodsp16xx.c (print_operand): Fix format specifier.
Kaveh R. Ghazi [Sun, 11 Aug 2002 19:24:09 +0000 (19:24 +0000)] 
dsp16xx.c (print_operand): Fix format specifier.

* dsp16xx.c (print_operand): Fix format specifier.
* dsp16xx.md: Avoid automatic aggregate initialization.
* frv.h (REG_CLASS_FROM_LETTER): Avoid char as array index.
* h8300.c (emit_a_rotate, h8300_adjust_insn_length): Avoid U
integer constant modifier.
* ip2k.c (ip2k_set_compare): Avoid signed/unsigned warning.
* mmix-protos.h (mmix_use_simple_return): Move outside TREE_CODE
guards.
* sh/netbsd-elf.h (FUNCTION_PROFILER): Fix format specifier.
* v850.c (v850_select_section): Mark parameter with
ATTRIBUTE_UNUSED.
* global.c (global_alloc): Const-ify.
* ra-colorize.c (hardregset_to_string): Fix format specifier.

From-SVN: r56212

21 years agodarwin-c.c (darwin_pragma_options): Const-ify.
Kaveh R. Ghazi [Sun, 11 Aug 2002 19:14:26 +0000 (19:14 +0000)] 
darwin-c.c (darwin_pragma_options): Const-ify.

* darwin-c.c (darwin_pragma_options): Const-ify.
* darwin.c (machopic_non_lazy_ptr_name,
machopic_validate_stub_or_non_lazy_ptr): Likewise.
(machopic_indirect_data_reference): Wrap variables in macros
controlling their use.
(machopic_finish, update_non_lazy_ptrs, update_stubs): Const-ify.
(machopic_select_section): Use parentheses around && within ||.
* i386/darwin.h (ASM_OUTPUT_ALIGN): Avoid ambiguous-else.

From-SVN: r56211

21 years agoip2k.c (mdr_resequence_xy_yx, [...]): Make function static to match prototype.
Kaveh R. Ghazi [Sun, 11 Aug 2002 18:52:38 +0000 (18:52 +0000)] 
ip2k.c (mdr_resequence_xy_yx, [...]): Make function static to match prototype.

* ip2k.c (mdr_resequence_xy_yx, mdr_propagate_reg_equivs,
mdr_try_move_dp_reload, ip2k_check_can_adjust_stack_ref,
ip2k_adjust_stack_ref, mdr_try_move_pushes, mdr_try_propagate_clr,
ip2k_xexp_not_uses_reg_for_mem, mdr_try_propagate_move,
mdr_try_remove_redundant_insns, track_w_reload,
mdr_try_wreg_elim): Make function static to match prototype.
* mmix.c (mmix_target_asm_function_epilogue): Likewise.  Mark
parameter with ATTRIBUTE_UNUSED.

From-SVN: r56210

21 years agoarc.c (arc_init): Don't use ISO C style function definitions.
Kaveh R. Ghazi [Sun, 11 Aug 2002 18:48:52 +0000 (18:48 +0000)] 
arc.c (arc_init): Don't use ISO C style function definitions.

* arc.c (arc_init): Don't use ISO C style function definitions.
* arm.c (count_insns_for_constant, thumb_far_jump_used_p,
arm_get_strip_length, arm_strip_name_encoding): Likewise.
* avr.h (progmem_section): Likewise.
* h8300.c h8300_asm_insn_count): Likewise.
* m32r.c (init_idents): Likewise.
* s390.c (s390_split_branches, s390_chunkify_pool): Likewise.
* sh.c (sh_cfun_interrupt_handler_p): Likewise.
* xtensa.c (xtensa_build_va_list): Likewise.

From-SVN: r56209

21 years agodecl2.c (build_call_from_tree): Fix uninitialized variable.
Kaveh R. Ghazi [Sun, 11 Aug 2002 18:30:25 +0000 (18:30 +0000)] 
decl2.c (build_call_from_tree): Fix uninitialized variable.

* decl2.c (build_call_from_tree): Fix uninitialized variable.
* parse.y (parse_finish_call_expr): Likewise.
* repo.c (old_args, old_dir, old_main): Const-ify.

From-SVN: r56208

21 years agoResurrect from Attic as should have been done in original commit.
Mark Wielaard [Sun, 11 Aug 2002 16:34:44 +0000 (16:34 +0000)] 
Resurrect from Attic as should have been done in original commit.

From-SVN: r56207

21 years agodecl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DECL_SOURC...
Gabriel Dos Reis [Sun, 11 Aug 2002 16:05:27 +0000 (16:05 +0000)] 
decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DECL_SOURCE_LOCATION.

* decl.c (duplicate_decls): Replace DECL_SOURCE_FILE +
DECL_SOURCE_LINE with DECL_SOURCE_LOCATION.
* optimize.c (maybe_clone_body): Likewise.
* pt.c (tsubst_enum): Likewise.
(lookup_template_class): Likewise.
* tree.c (cp_copy_res_decl_for_inlining): Likewise.

From-SVN: r56206

21 years ago* Forgotten commit.
Neil Booth [Sun, 11 Aug 2002 15:49:11 +0000 (15:49 +0000)] 
* Forgotten commit.

From-SVN: r56205

21 years ago* i386.c (classify_argument): Fix computing of field's offsets.
Jan Hubicka [Sun, 11 Aug 2002 12:44:21 +0000 (14:44 +0200)] 
* i386.c (classify_argument): Fix computing of field's offsets.

From-SVN: r56204

21 years agoReenable patch since shared library troubles on powerpc are solved:
Mark Wielaard [Sun, 11 Aug 2002 12:08:03 +0000 (12:08 +0000)] 
Reenable patch since shared library troubles on powerpc are solved:

* gnu/java/security/provider/Gnu.java: Reference all implementation
classes by using Class.getName().
* gnu/java/security/der/DEREncodingException.java,
gnu/java/security/provider/DERReader.java,
gnu/java/security/provider/DERWriter.java,
gnu/java/security/provider/DSAKeyPairGenerator.java,
gnu/java/security/provider/DSAParameterGenerator.java,
gnu/java/security/provider/DSAParameters.java,
gnu/java/security/provider/DSASignature.java,
gnu/java/security/provider/GnuDSAPrivateKey.java,
gnu/java/security/provider/GnuDSAPublicKey.java,
gnu/java/security/provider/MD5.java,
gnu/java/security/util/Prime.java: New classes
* Makefile.am (ordinary_java_source_files): Add above files.
* Makefile.in: Regenerate.
* gnu/java/security/provider/DefaultPolicy.java
(getPermissions): Don't maintain static class variable of Permissions.
* gnu/java/security/provider/SHA.java
(engineUpdate): algorithm change.
(engineDigest): algorithm change.

From-SVN: r56203

21 years agore PR target/7531 (-mcmodel not documented for x86-64)
Andreas Jaeger [Sun, 11 Aug 2002 09:47:47 +0000 (11:47 +0200)] 
re PR target/7531 (-mcmodel not documented for x86-64)

PR target/7531:
* doc/invoke.texi (i386 and x86-64 Options): Document -mcmodel.

From-SVN: r56198

21 years agoc-common.h (enum c_language_kind): Emphasize that clk_c is 0.
Neil Booth [Sun, 11 Aug 2002 07:32:19 +0000 (07:32 +0000)] 
c-common.h (enum c_language_kind): Emphasize that clk_c is 0.

* c-common.h (enum c_language_kind): Emphasize that clk_c is 0.
* c-opts.c (parse_option): Rename find_opt.
(set_std_c99): New function.
(COMMAND_LINE_OPTIONS): Handle -remap and -o.  Remove OPT_std_bad.
(missing_arg): Remove OPT_std_bad.  Handle -o.
(c_common_decode_option): Handle input and output file names,
-o and -remap. Clean up -std= handling.
* cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_o and OPT_remap.
(cpp_handle_option): Similarly.  Don't handle filenames.

From-SVN: r56197

21 years agoDaily bump.
GCC Administrator [Sun, 11 Aug 2002 07:17:08 +0000 (07:17 +0000)] 
Daily bump.

From-SVN: r56196

21 years agoalpha.h (TARGET_CPU_CPP_BUILTINS): Replace reference to clk_objective_c with flag_objc.
Ziemowit Laski [Sun, 11 Aug 2002 06:20:08 +0000 (06:20 +0000)] 
alpha.h (TARGET_CPU_CPP_BUILTINS): Replace reference to clk_objective_c with flag_objc.

2002-08-10  Ziemowit Laski  <zlaski@apple.com>

        * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Replace
        reference to clk_objective_c with flag_objc.
        * config/i386/i386-interix.h (TARGET_OS_CPP_BUILTINS):
        Likewise.
        * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Likewise.

From-SVN: r56189

21 years agoc-opts.c (set_std_cxx98, [...]): New.
Neil Booth [Sat, 10 Aug 2002 20:58:45 +0000 (20:58 +0000)] 
c-opts.c (set_std_cxx98, [...]): New.

* 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

21 years agocfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff errors.
Jan Hubicka [Sat, 10 Aug 2002 18:00:54 +0000 (20:00 +0200)] 
cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff errors.

* cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff
errors.

From-SVN: r56184

21 years agotree.c (maybe_dummy_object): Replace // with /* */e
Nathan Sidwell [Sat, 10 Aug 2002 13:11:43 +0000 (13:11 +0000)] 
tree.c (maybe_dummy_object): Replace // with /* */e

cp:
* tree.c (maybe_dummy_object): Replace // with /* */e
testsuite:
* gcc.dg/bitfld-4.c: Add blank options.

From-SVN: r56183

21 years agoemit-rtl.c (emit_jump_insn_before, [...]): Fix uninitialized variable.
Kaveh R. Ghazi [Sat, 10 Aug 2002 12:30:34 +0000 (12:30 +0000)] 
emit-rtl.c (emit_jump_insn_before, [...]): Fix uninitialized variable.

* 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

21 years agogengtype.c (write_gc_structure_fields): Avoid signed/unsigned warnings in output...
Kaveh R. Ghazi [Sat, 10 Aug 2002 12:23:12 +0000 (12:23 +0000)] 
gengtype.c (write_gc_structure_fields): Avoid signed/unsigned warnings in output files.

* gengtype.c (write_gc_structure_fields): Avoid signed/unsigned
warnings in output files.

From-SVN: r56181

21 years agoDaily bump.
GCC Administrator [Sat, 10 Aug 2002 07:17:07 +0000 (07:17 +0000)] 
Daily bump.

From-SVN: r56180

21 years ago- fix formatting of previous patch.
David Edelsohn [Sat, 10 Aug 2002 02:20:24 +0000 (22:20 -0400)] 
- fix formatting of previous patch.

From-SVN: r56174

21 years agoc-common.c (flag_objc): New.
Ziemowit Laski [Sat, 10 Aug 2002 02:18:28 +0000 (02:18 +0000)] 
c-common.c (flag_objc): New.

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

21 years agocall.c (standard_conversion): Use build_ptrmem_type.
Mark Mitchell [Fri, 9 Aug 2002 19:57:01 +0000 (19:57 +0000)] 
call.c (standard_conversion): Use build_ptrmem_type.

* call.c (standard_conversion): Use build_ptrmem_type.
* cp-tree.h (build_ptrmem_type): New function.
(adjust_result_of_qualified_name_lookup): Likewise.
* decl.c (grokvardecl): Do not look for OFFSET_TYPEs to indicate
static data members.
(build_ptrmem_type): New function.
(grokdeclarator): Do not use build_offset_type when encountering a
qualified name.
* parse.y (parse_finish_call_expr): Use
adjust_result_of_qualified_name_lookup.
* search.c (adjust_result_of_qualified_name_lookup): New function.
* typeck.c (qualify_type_recursive): Use TYPE_PTRMEM_* rather than
accessing OFFSET_TYPEs directly.

* g++.dg/template/crash1.C: New test.

From-SVN: r56169

21 years ago* ifcvt.c (find_if_case_2): Test correct basic block for size.
Toshiyasu Morita [Fri, 9 Aug 2002 18:04:31 +0000 (18:04 +0000)] 
* ifcvt.c (find_if_case_2): Test correct basic block for size.

From-SVN: r56167

21 years agoAdd sibcall handling for rs6000 target.
Dale Johannesen [Fri, 9 Aug 2002 17:52:50 +0000 (17:52 +0000)] 
Add sibcall handling for rs6000 target.

From-SVN: r56166

21 years agodeque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as neces...
Phil Edwards [Fri, 9 Aug 2002 16:51:15 +0000 (16:51 +0000)] 
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.

2002-08-09  Phil Edwards  <pme@gcc.gnu.org>

* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc:  Re-indent contents of namespace std,
re-wrap comment lines as necessary.

From-SVN: r56165

21 years agoprofile.c (da_file_name): New static var.
Nathan Sidwell [Fri, 9 Aug 2002 08:51:27 +0000 (08:51 +0000)] 
profile.c (da_file_name): New static var.

* profile.c (da_file_name): New static var.
(init_branch_prob): Initialize it.
(end_branch_prob): Remove da file.

* Makefile.in (stage1_build): Pass empty COVERAGE_FLAGS.
* configure.in (coverage_flags) default to nothing.
* configure: Rebuilt.

From-SVN: r56164

21 years agoCommit missing files from AWT merge.
Bryce McKinlay [Fri, 9 Aug 2002 08:34:17 +0000 (09:34 +0100)] 
Commit missing files from AWT merge.

From-SVN: r56163

21 years agoDaily bump.
GCC Administrator [Fri, 9 Aug 2002 07:17:18 +0000 (07:17 +0000)] 
Daily bump.

From-SVN: r56161

21 years agoMakefile.in (c-opts.o): Update
Neil Booth [Fri, 9 Aug 2002 06:19:08 +0000 (06:19 +0000)] 
Makefile.in (c-opts.o): Update

* Makefile.in (c-opts.o): Update
* c-opts.c: Include intl.h.
(print_help): Move from cppinit.c.  Remove unused options.
(COMMAND_LINE_OPTIONS): Move more from cppinit.c.
(missing_arg): Complain for switches without an argument.
(c_common_decode_option): Reject missing joined arguments.
Handle new switches from cppinit.c.
* cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
(cpp_handle_option): Similarly.
(print_help): Moved to c-opts.c.
* cpplib.h (struct cpp_options): Remove help_only.
* gcc.c (cpp_unique_options): Remove -$.
* doc/cppopts.texi: Undocument -h.

From-SVN: r56155

21 years agoistream.tcc (basic_istream::ignore): Use sbumpc, not snextc.
Danny Smith [Fri, 9 Aug 2002 06:00:46 +0000 (06:00 +0000)] 
istream.tcc (basic_istream::ignore): Use sbumpc, not snextc.

2002-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
            Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/istream.tcc (basic_istream::ignore): Use sbumpc,
not snextc.
* testsuite/27_io/narrow_stream_objects.cc (test10): Add.

From-SVN: r56154

21 years agoistream.tcc (basic_istream::ignore): Use sbumpc, not snextc.
Danny Smith [Fri, 9 Aug 2002 06:00:18 +0000 (06:00 +0000)] 
istream.tcc (basic_istream::ignore): Use sbumpc, not snextc.

2002-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
            Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/istream.tcc (basic_istream::ignore): Use sbumpc,
not snextc.

Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r56153

21 years ago[multiple changes]
Bryce McKinlay [Fri, 9 Aug 2002 05:52:52 +0000 (06:52 +0100)] 
[multiple changes]

2002-08-09  Mark Wielaard  <mark@klomp.org>

        * java/awt/image/MemoryImageSource.java: Change constructor to take
        int[] not byte[].
        * java/awt/Graphics2D.java: Uncomment methods that can now be
        compiled.
        * java/awt/GridBagLayout.java: New stub implementation.
        * javax/swing/text/html/HTML.java: Stub implementation.
        * javax/swing/text/html/parser/ParserDelegator.java: New stub
        implementation.

2002-08-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>

        * gnu/awt/j2d/Graphics2DImpl.java: Implement stubs for new abstract
        methods in Graphics2D.

        * Makefile.am: Add new files.
        * Makefile.in: Rebuilt.

From-SVN: r56152

21 years agoMore AWT/Swing merge from GNU Classpath.
Bryce McKinlay [Fri, 9 Aug 2002 04:45:29 +0000 (04:45 +0000)] 
More AWT/Swing merge from GNU Classpath.

From-SVN: r56151

21 years agoCorrect ChangeLog for XToolkit changes.
Bryce McKinlay [Fri, 9 Aug 2002 04:36:05 +0000 (05:36 +0100)] 
Correct ChangeLog for XToolkit changes.

From-SVN: r56150

21 years agoMore AWT/Swing merge from GNU Classpath.
Bryce McKinlay [Fri, 9 Aug 2002 04:32:43 +0000 (04:32 +0000)] 
More AWT/Swing merge from GNU Classpath.

From-SVN: r56149

21 years agoMore AWT/Swing merge from GNU Classpath.
Bryce McKinlay [Fri, 9 Aug 2002 04:29:59 +0000 (04:29 +0000)] 
More AWT/Swing merge from GNU Classpath.

From-SVN: r56148

21 years agoAWT/Swing merge from GNU Classpath.
Bryce McKinlay [Fri, 9 Aug 2002 04:26:17 +0000 (04:26 +0000)] 
AWT/Swing merge from GNU Classpath.

From-SVN: r56147

21 years agojcf-write.c (get_access_flags): Return correct access flags for private and protected...
Bryce McKinlay [Fri, 9 Aug 2002 03:52:23 +0000 (03:52 +0000)] 
jcf-write.c (get_access_flags): Return correct access flags for private and protected inner classes.

2002-08-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>

       * jcf-write.c (get_access_flags): Return correct access flags for
       private and protected inner classes.

From-SVN: r56146

21 years agocleanup whitespacing a tad.
Mike Stump [Fri, 9 Aug 2002 01:44:29 +0000 (01:44 +0000)] 
cleanup whitespacing a tad.

From-SVN: r56145

21 years agocall.c (add_builtin_candidate): legal -> valid, illegal -> invalid.
Mike Stump [Fri, 9 Aug 2002 01:16:39 +0000 (01:16 +0000)] 
call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.

        * call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.
        (type_decays_to): Likewise.
        * class.c (find_final_overrider): Likewise.
        (maybe_note_name_used_in_class): Likewise.
        * decl.c (current_tmpl_spec_kind): Likewise.
        (add_binding): Likewise.
        (push_class_binding): Likewise.
        (duplicate_decls): Likewise.
        (layout_var_decl): Likewise.
        (grokfndecl): Likewise.
        (grokdeclarator): Likewise.
        (check_default_argument): Likewise.
        * decl2.c (handle_class_head): Likewise.
        * error.c (dump_template_decl): Likewise.
        * init.c (build_offset_ref): Likewise.
        * pt.c (check_specialization_scope): Likewise.
        (determine_specialization): Likewise.
        (check_explicit_specialization): Likewise.
        (maybe_check_template_type): Likewise.
        (process_partial_specialization): Likewise.
        (check_default_tmpl_args): Likewise.
        (push_template_decl_real): Likewise.
        (convert_template_argument): Likewise.
        (try_class_unification): Likewise.
        (get_bindings_real): Likewise.
        (do_decl_instantiation): Likewise.
        * semantics.c (begin_function_definition): Likewise.
        (finish_member_declaration): Likewise.
        (check_multiple_declarators): Likewise.
        * typeck.c (comp_array_types): Likewise.
        (comptypes): Likewise.
        (expr_sizeof): Likewise.
        (build_binary_op): Likewise.
        (dubious_conversion_warnings): Likewise.
        (check_return_expr): Likewise.

From-SVN: r56144

21 years agoi386.c (legitimate_constant_p): UNSPEC_TP is not legitimate constant.
Jakub Jelinek [Fri, 9 Aug 2002 00:01:12 +0000 (02:01 +0200)] 
i386.c (legitimate_constant_p): UNSPEC_TP is not legitimate constant.

* config/i386/i386.c (legitimate_constant_p): UNSPEC_TP is not
legitimate constant.
(legitimate_pic_operand_p): Neither pic operand.
(legitimate_address_p): But legitimate address.
(get_thread_pointer): Generate MEM/u instead of CONST around
UNSPEC_TP.
(print_operand): Remove printing of UNSPEC_TP.
(print_operand_address): And print it here.

* gcc.dg/tls/opt-2.c: New test.

From-SVN: r56143

21 years agoobjc-act.c (build_selector_translation_table): Issue warning...
Devang Patel [Thu, 8 Aug 2002 23:14:19 +0000 (16:14 -0700)] 
objc-act.c (build_selector_translation_table): Issue warning...

        * objc/objc-act.c (build_selector_translation_table): Issue
warning, when  -Wselector is used,if method for which selector
is being created does not exist.

Testsuite:
*objc.dg/selector-1.m: New test

From-SVN: r56142

21 years agobitfield4.c: New test.
Nathan Sidwell [Thu, 8 Aug 2002 22:52:20 +0000 (22:52 +0000)] 
bitfield4.c: New test.

* g++.dg/abi/bitfield4.c: New test.
* gcc.dg/bitfld-4.c: New test.

From-SVN: r56140

21 years agosh.c (prepare_move_operands): Only call target_reg_operand if TARGET_SHMEDIA.
Stephen Clarke [Thu, 8 Aug 2002 21:57:52 +0000 (21:57 +0000)] 
sh.c (prepare_move_operands): Only call target_reg_operand if TARGET_SHMEDIA.

2002-08-08  Stephen Clarke <stephen.clarke@superh.com>

* config/sh/sh.c (prepare_move_operands): Only call
target_reg_operand if TARGET_SHMEDIA.

From-SVN: r56139

21 years agotypeck.c (build_class_member_access_expr): Do not return error_mark_node when no...
Mark Mitchell [Thu, 8 Aug 2002 21:28:40 +0000 (21:28 +0000)] 
typeck.c (build_class_member_access_expr): Do not return error_mark_node when no error has occurred.

* typeck.c (build_class_member_access_expr): Do not return
error_mark_node when no error has occurred.

From-SVN: r56138

21 years agors6000.h, [...]: Revert last two patches.
Jakub Jelinek [Thu, 8 Aug 2002 17:55:37 +0000 (19:55 +0200)] 
rs6000.h, [...]: Revert last two patches.

* config/rs6000/rs6000.h, config/rs6000/aix.h,
config/rs6000/darwin.h, config/rs6000/linux64.h: Revert last
two patches.
* config/rs6000/sysv4.h: Likewise, remove #undef ADJUST_FIELD_ALIGN.

From-SVN: r56135

21 years agoemit-rtl.c (gen_rtx_REG): After reload...
Lars Brinkhoff [Thu, 8 Aug 2002 17:17:09 +0000 (17:17 +0000)] 
emit-rtl.c (gen_rtx_REG): After reload...

        * emit-rtl.c (gen_rtx_REG): After reload, only return
        frame_pointer_rtx or hard_frame_pointer_rtx if frame_pointer_needed.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r56133