]> gcc.gnu.org Git - gcc.git/log
gcc.git
21 years agosh.c (prepare_move_operand): Check if operand 0 is an invalid memory reference.
J"orn Rennecke [Mon, 16 Jun 2003 14:56:38 +0000 (14:56 +0000)]
sh.c (prepare_move_operand): Check if operand 0 is an invalid memory reference.

* sh.c (prepare_move_operand): Check if operand 0 is an invalid
memory reference.  Fix test that checks if operand 1 is using r0.
* sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .

From-SVN: r68017

21 years agoc4x.c: Don't include "c-tree.h".
Kaveh R. Ghazi [Mon, 16 Jun 2003 13:41:28 +0000 (13:41 +0000)]
c4x.c: Don't include "c-tree.h".

* config/c4x/c4x.c: Don't include "c-tree.h".
* config/pa/pa.c: Likewise.
* langhooks.c: Likewise.
* tree.h (poplevel): Declare.

From-SVN: r68016

21 years agocp-tree.h: Follow spelling conventions.
Kazu Hirata [Mon, 16 Jun 2003 13:15:37 +0000 (13:15 +0000)]
cp-tree.h: Follow spelling conventions.

* cp-tree.h: Follow spelling conventions.
* mangle.c: Likewise.
* method.c: Likewise.
* parser.c: Likewise.

From-SVN: r68015

21 years agoh8300.c (const_costs): Move this to ...
Kazu Hirata [Mon, 16 Jun 2003 13:03:42 +0000 (13:03 +0000)]
h8300.c (const_costs): Move this to ...

* config/h8300/h8300.c (const_costs): Move this to ...
(h8300_rtx_costs): ... here.

From-SVN: r68014

21 years agooptabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
Roger Sayle [Mon, 16 Jun 2003 12:53:16 +0000 (12:53 +0000)]
optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.

* optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
(tan_optab, atan_optab): Define corresponding macros.
* optabs.c (init_optabs): Initialize tan_optab and atan_optab.
* genopinit.c (optabs): Implement tan_optab and atan_optab
using tan?f2 and atan?f2 patterns.
* builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
Change the default value of errno_set to false.
(expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
using expand_builtin_mathfn.

* config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
expander patterns implemented using existing atan2?f3 patterns.

* gcc.dg/i386-387-5.c: New test case.
* gcc.dg/i386-387-6.c: New test case.
* gcc.dg/builtins-23.c: New test case.

From-SVN: r68013

21 years agoexpr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers both operands of the...
Roger Sayle [Mon, 16 Jun 2003 12:45:13 +0000 (12:45 +0000)]
expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers both operands of the addition equal...

* expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
both operands of the addition equal, reuse the expanded RTL.
(expand_expr <MULT_EXPR>): Likewise for multiplication.

From-SVN: r68012

21 years agofold-const.c (operand_equal_p): Consider two calls to "const" functions with identica...
Roger Sayle [Mon, 16 Jun 2003 12:42:48 +0000 (12:42 +0000)]
fold-const.c (operand_equal_p): Consider two calls to "const" functions with identical non-volatile arguments...

* fold-const.c (operand_equal_p): Consider two calls to "const"
functions with identical non-volatile arguments to be equal.
Consider the FUNCTION_DECL for the "__builtin_foo" form of a
built-in function to be equal to the "foo" form.

Co-Authored-By: Jeff Law <law@redhat.com>
From-SVN: r68011

21 years agoFix typo.
Nathanael Nerode [Mon, 16 Jun 2003 12:16:07 +0000 (12:16 +0000)]
Fix typo.

From-SVN: r68010

21 years agosysv4le.h: Remove target-independent comment.
Nathanael Nerode [Mon, 16 Jun 2003 12:14:35 +0000 (12:14 +0000)]
sysv4le.h: Remove target-independent comment.

* config/rs6000/sysv4le.h: Remove target-independent comment.
Replace "GNU compiler" with "GCC" in comment.

From-SVN: r68009

21 years agotracer.c: Remove duplication declaration.
Andreas Jaeger [Mon, 16 Jun 2003 11:42:26 +0000 (13:42 +0200)]
tracer.c: Remove duplication declaration.

* tracer.c: Remove duplication declaration.

* toplev.c: Remove extra declaration of decode_d_option.

* ssa.c: Remove duplicate declaration.

* sreal.c: Remove extra declaration of dump_sreal.

* reload1.c: Remove duplicate declarations.

* integrate.c: Remove extra declaration of
set_decl_abstract_flags.

* flow.c: Remove extra declaration of dump_flow_info.

* alias.c: Remove extra declaration of get_addr.

From-SVN: r68006

21 years agortems.h, [...]: GNU CC -> GCC.
Nathanael Nerode [Mon, 16 Jun 2003 11:34:38 +0000 (11:34 +0000)]
rtems.h, [...]: GNU CC -> GCC.

* config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
config/vxworks.h: GNU CC -> GCC.

From-SVN: r68005

21 years agoconvert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Compiler...
Nathanael Nerode [Mon, 16 Jun 2003 11:30:25 +0000 (11:30 +0000)]
convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Compiler" with...

* convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
ssa.h, tree.def: Replace overly specific references to "GNU C"
and "GNU C Compiler" with references to "GCC".

From-SVN: r68004

21 years ago* (REG_CLASS_FROM_CONSTRAINT): Only define if not already defined.
J"orn Rennecke [Mon, 16 Jun 2003 10:53:22 +0000 (10:53 +0000)]
* (REG_CLASS_FROM_CONSTRAINT): Only define if not already defined.

From-SVN: r68003

21 years agofunction.h (struct emit_status): Remove x_last_linenum, x_last_filename.
Nathan Sidwell [Mon, 16 Jun 2003 08:27:05 +0000 (08:27 +0000)]
function.h (struct emit_status): Remove x_last_linenum, x_last_filename.

* function.h (struct emit_status): Remove x_last_linenum,
x_last_filename. Add x_last_location.
* rtl.h: #include "input.h".
(NOTE_DATA): New.
* cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
number notes.
* emit-rtl.c (last_linenum, last_filename): Remove.
(last_location): New.
(emit_line_note_after): LINE must always be >= 0.
(emit_line_note): Likewise. Check not duplicate here...
(emit_note): ... rather than here.
(emit_line_note_force, force_next_line_note, init_emit): Adjust.
* integrate.c (expand_inline_function): Use emit_line_note for
line number notes.
(copy_insn_list): Likewise.
* unroll.c (copy_loop_body): Likewise.
* Makefile.in (RTL_H): Add input.h.

From-SVN: r68002

21 years ago* optabs.c (emit_libcall_block): Don't hoist insns past a label.
Richard Sandiford [Mon, 16 Jun 2003 06:26:03 +0000 (06:26 +0000)]
* optabs.c (emit_libcall_block): Don't hoist insns past a label.

From-SVN: r68001

21 years agoalpha-protos.h, [...]: Update to ISO C.
Richard Henderson [Mon, 16 Jun 2003 06:18:41 +0000 (23:18 -0700)]
alpha-protos.h, [...]: Update to ISO C.

        * config/alpha/alpha-protos.h, config/alpha/elf.h,
        config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
        config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
        * config/alpha/alpha.c: Likewise.  Move targetm init to end of file.
        Remove unneeded static function decls.

From-SVN: r68000

21 years agoc-opts.c (c_common_handle_option): s/on/value/.
Neil Booth [Mon, 16 Jun 2003 05:47:07 +0000 (05:47 +0000)]
c-opts.c (c_common_handle_option): s/on/value/.

* c-opts.c (c_common_handle_option): s/on/value/.
(OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
directly rather than converting the argument.
* c.opt: Update docs.  Use UInteger where appropriate.
* common.opt: Use UInteger where appropriate.
* opts.c (integral_argument): New.
(handle_argument): Handle integral arguments, and optional
joined arguments.
(common_handle_option): Update.
* opts.h (CL_MISSING_OK, CL_UINTEGER): New.
* opts.sh: Handle JoinedOrMissing and UInteger flags.
java:
* lang.c (java_handle_option): Special-casing of optional
joined arguments no longer needed.
* lang.opt: Update switches that take optional argument.

From-SVN: r67999

21 years agosysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove unnecessary extern declaration.
Neil Booth [Mon, 16 Jun 2003 05:36:34 +0000 (05:36 +0000)]
sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove unnecessary extern declaration.

* config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
unnecessary extern declaration.

From-SVN: r67998

21 years agogofast.h, [...]: GNU CC -> GCC.
Nathanael Nerode [Mon, 16 Jun 2003 02:41:51 +0000 (02:41 +0000)]
gofast.h, [...]: GNU CC -> GCC.

* config/gofast.h, config/interix.h, config/interix3.h,
config/libgloss.h, config/linux-aout.h, config/linux.h,
config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
* config/kaos.h: "GNU compiler" -> GCC.
* config/linux-aout.h, config/lynx.h: Clarify comment describing file.

From-SVN: r67997

21 years agocrt0.S, [...]: GNU CC -> GCC.
Nathanael Nerode [Mon, 16 Jun 2003 02:18:35 +0000 (02:18 +0000)]
crt0.S, [...]: GNU CC -> GCC.

* config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
GNU CC -> GCC.

From-SVN: r67996

21 years agosvr3.h: Remove #if 0 code, misleading comments.
Nathanael Nerode [Mon, 16 Jun 2003 02:14:20 +0000 (02:14 +0000)]
svr3.h: Remove #if 0 code, misleading comments.

* config/svr3.h: Remove #if 0 code, misleading comments.
GNU CC -> GCC.

From-SVN: r67995

21 years agoDaily bump.
GCC Administrator [Mon, 16 Jun 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67993

21 years agovmsdbgout.c (vmsdbgout_finish): Rename parameter to main_input_filename to avoid...
Zack Weinberg [Sun, 15 Jun 2003 23:36:37 +0000 (23:36 +0000)]
vmsdbgout.c (vmsdbgout_finish): Rename parameter to main_input_filename to avoid conflict with input_filename macro.

* vmsdbgout.c (vmsdbgout_finish): Rename parameter to
main_input_filename to avoid conflict with input_filename macro.

From-SVN: r67990

21 years agolinker-map.gnu: Export virtual function thunks for 64-bit systems too.
Richard Henderson [Sun, 15 Jun 2003 23:24:00 +0000 (16:24 -0700)]
linker-map.gnu: Export virtual function thunks for 64-bit systems too.

        * config/linker-map.gnu: Export virtual function thunks for
        64-bit systems too.

From-SVN: r67989

21 years agomips.h (asm_file_name, [...]): Remove.
Neil Booth [Sun, 15 Jun 2003 22:10:35 +0000 (22:10 +0000)]
mips.h (asm_file_name, [...]): Remove.

* config/mips/mips.h (asm_file_name, g_switch_set,
g_switch_value): Remove.
* config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
unnecessary extern declarations.

From-SVN: r67988

21 years agofrv.h: Remove declaration of g_switch_value.
Neil Booth [Sun, 15 Jun 2003 21:25:46 +0000 (21:25 +0000)]
frv.h: Remove declaration of g_switch_value.

* config/frv/frv.h: Remove declaration of g_switch_value.
* config/m32r/m32r.h: Remove declaration of g_switch_value.
* config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.

From-SVN: r67987

21 years agore PR fastjar/9532 (jar -C flag is incompatible with Sun's (fastjar uses nonportable...
Nathanael Nerode [Sun, 15 Jun 2003 20:25:44 +0000 (20:25 +0000)]
re PR fastjar/9532 (jar -C flag is incompatible with Sun's (fastjar uses nonportable feature of getcwd))

PR java/9532
* jartool.c (main) Give proper error messages with -C, and
check for missing arguments properly.  Send error messages
to stderr.
* jartool.c (add_to_jar): Make getcwd() call portable,
and check for error return.

From-SVN: r67985

21 years ago* opts.sh: Quote '+' in regex.
Neil Booth [Sun, 15 Jun 2003 19:34:27 +0000 (19:34 +0000)]
* opts.sh: Quote '+' in regex.

From-SVN: r67984

21 years ago* opts.sh: Quote '+' in regex.
Neil Booth [Sun, 15 Jun 2003 19:21:48 +0000 (19:21 +0000)]
* opts.sh: Quote '+' in regex.

From-SVN: r67983

21 years agot-rs6000: Add dependence of cfglayout.h to rs6000.o.
Andrew Pinski [Sun, 15 Jun 2003 18:01:57 +0000 (18:01 +0000)]
t-rs6000: Add dependence of cfglayout.h to rs6000.o.

        * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
        * config/rs6000/rs6000.c: Include cfglayout.h.
        * config/alpha/alpha.c: Likewise.
        * config/ia64/ia64.c: Likewise.
        * config/sparc/sparc.c: Likewise.
        * config/sh/sh.c: Likewise.

From-SVN: r67982

21 years ago* opts.sh: Quote '+' in regex.
Neil Booth [Sun, 15 Jun 2003 15:28:24 +0000 (15:28 +0000)]
* opts.sh: Quote '+' in regex.

From-SVN: r67978

21 years agodocument why POSIXLY_CORRECT must be unset
Nathan Sidwell [Sun, 15 Jun 2003 15:08:10 +0000 (15:08 +0000)]
document why POSIXLY_CORRECT must be unset

From-SVN: r67977

21 years agoc-opts.c (lang_flags): Update for new spelling of flags.
Neil Booth [Sun, 15 Jun 2003 14:56:32 +0000 (14:56 +0000)]
c-opts.c (lang_flags): Update for new spelling of flags.

* c-opts.c (lang_flags): Update for new spelling of flags.
(write_langs): Similarly.
* c.opt: Specify languages.
* opts.h: Remove languages.
* opts.sh: Recognise front-end defined languages.
ada:
* lang.opt: Declare Ada.
* misc.c (gnat_init_options): Update.
doc:
* sourcebuild.texi: Update.
f:
* lang.opt: Declare F77.
java:
* lang.opt: Declare Java.
* lang.c (java_init_options): Update.
treelang:
* lang.opt: Declare Treelang.  Update.
* tree1.c (treelang_init_options): Update.

From-SVN: r67976

21 years agoalloc-pool.c: Convert to ISO C90 prototypes.
Andreas Jaeger [Sun, 15 Jun 2003 13:43:32 +0000 (15:43 +0200)]
alloc-pool.c: Convert to ISO C90 prototypes.

* alloc-pool.c: Convert to ISO C90 prototypes.
* alloc-pool.h: Likewise.
* alias.c: Likewise.
* attribs.c: Likewise.
* bb-reorder.c: Likewise.
* bitmap.h: Likewise.
* bitmap.c: Likewise.
* builtins.c: Likewise.

* tree.h: Convert prototypes of attribs.c to ISO C90.
* basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
* rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
* expr.h: Convert prototypes of builtins.c to ISO C90.

From-SVN: r67975

21 years ago* gencheck.c (main): Avoid generating duplicate macros.
Richard Kenner [Sun, 15 Jun 2003 13:36:07 +0000 (13:36 +0000)]
* gencheck.c (main): Avoid generating duplicate macros.

From-SVN: r67974

21 years agoi386.md (expsf2, [...]): New patterns to implement exp, expf and expl built-ins as...
Roger Sayle [Sun, 15 Jun 2003 13:32:31 +0000 (13:32 +0000)]
i386.md (expsf2, [...]): New patterns to implement exp, expf and expl built-ins as inline x87 intrinsics.

* config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
implement exp, expf and expl built-ins as inline x87 intrinsics.
(UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
represent x87's fscale, frndint and f2xm1 insns respectively.
(*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
to encode x87's "fscale" instruction followed by a pop.
(*frndintxf2): New insn pattern for "frndint".
(*f2xm1xf2): New insn pattern for "f2xm1".

* reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
UNSPEC_FPATAN.

* gcc.dg/builtins-22.c: New test case.
* gcc.dg/i386-387-1.c: Update to test exp.
* gcc.dg/i386-387-2.c: Likewise.

From-SVN: r67973

21 years agoMakefile.in (stagefeedback-start): Use $(SUBDIRS) instead of knowing names of languag...
Richard Kenner [Sun, 15 Jun 2003 13:12:58 +0000 (13:12 +0000)]
Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of knowing names of language subdirectories.

* Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
knowing names of language subdirectories.

From-SVN: r67972

21 years agoc-pch.c (asm_file_name): Remove.
Neil Booth [Sun, 15 Jun 2003 08:30:02 +0000 (08:30 +0000)]
c-pch.c (asm_file_name): Remove.

* c-pch.c (asm_file_name): Remove.
* common.opt: Add more switches.
* flags.h (g_switch_set): Boolify.
* opts.c (g_switch_value, g_switch_set, exit_after_options,
version_flag): Move from toplev.c.
(common_handle_option): Handle more switches from toplev.c.
* toplev.c (display_help, display_target_options, decode_d_option,
print_version): Make non-static, remove prototypes.
(aux_base_name, asm_file_name, aux_info_file_name): Constify.
(version_flag, g_switch_value, g_switch_set, exit_after_options):
Remove.
(independent_decode_option): Move some handlers to opts.c.
* toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
exit_after_options, version_flag, display_help, display_target_options,
print_version, decode_d_option): New.
java:
* lang.c (version_flag): Rename to v_flag to avoid clash w/ toplev.h.

From-SVN: r67971

21 years agoalpha.md: Follow spelling conventions.
Kazu Hirata [Sun, 15 Jun 2003 07:51:35 +0000 (07:51 +0000)]
alpha.md: Follow spelling conventions.

* config/alpha/alpha.md: Follow spelling conventions.
* config/arm/arm.c: Likewise.
* config/arm/arm.h: Likewise.
* config/arm/arm.md: Likewise.
* config/arm/crtn.asm: Likewise.
* config/m32r/m32r.c: Likewise.
* config/m32r/m32r.md: Likewise.
* config/rs6000/rs6000.c: Likewise.

From-SVN: r67970

21 years agoalpha.c (alpha_output_mi_thunk_osf): Call insn_locators_initialize.
Richard Henderson [Sun, 15 Jun 2003 07:36:43 +0000 (00:36 -0700)]
alpha.c (alpha_output_mi_thunk_osf): Call insn_locators_initialize.

        * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
        insn_locators_initialize.
        * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
        * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
        * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
        * config/sh/sh.c (sh_output_mi_thunk): Do it later.

From-SVN: r67969

21 years agobuiltins.c (expand_builtin_expect_jump): Remove redundant tests that are also in...
Kazu Hirata [Sun, 15 Jun 2003 06:55:55 +0000 (06:55 +0000)]
builtins.c (expand_builtin_expect_jump): Remove redundant tests that are also in any_condjump_p().

* builtins.c (expand_builtin_expect_jump): Remove redundant
tests that are also in any_condjump_p().

From-SVN: r67966

21 years agolibgcc2.c: Delete sysV68 L_trampoline section.
Kaveh R. Ghazi [Sun, 15 Jun 2003 05:47:39 +0000 (05:47 +0000)]
libgcc2.c: Delete sysV68 L_trampoline section.

* libgcc2.c: Delete sysV68 L_trampoline section.
* config/m68k/mot3300-crt0.S: Delete file.
* config/m68k/mot3300Mcrt0.S: Likewise.

From-SVN: r67965

21 years agoaoutos.h: Remove.
Nathanael Nerode [Sun, 15 Jun 2003 04:47:43 +0000 (04:47 +0000)]
aoutos.h: Remove.

* config/aoutos.h: Remove.
* config.gcc: Remove reference to aoutos.h.
* config/m68k/m68k-aout.h: Remove reference to aoutos.h.

From-SVN: r67964

21 years agobes.c, dbes.c: Remove.
Nathanael Nerode [Sun, 15 Jun 2003 04:43:18 +0000 (04:43 +0000)]
bes.c, dbes.c: Remove.

* libU77/bes.c, libU77/dbes.c: Remove.
* libU77/Makefile.in: Remove references to bes.c, dbes.c

From-SVN: r67963

21 years agoinstall.texi: Follow spelling conventions.
Kazu Hirata [Sun, 15 Jun 2003 04:00:48 +0000 (04:00 +0000)]
install.texi: Follow spelling conventions.

* doc/install.texi: Follow spelling conventions.
* doc/tm.texi: Likewise.
* config/fp-bit.c: Likewise.
* config/arm/arm.c: Likewise.
* config/frv/frv.c: Likewise.
* config/ns32k/NOTES: Likewise.
* config/ns32k/STATUS: Likewise.

From-SVN: r67962

21 years agoDaily bump.
GCC Administrator [Sun, 15 Jun 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67960

21 years agolang-specs.h: Rewrite -MD and -MMD to append an underscore.
Neil Booth [Sat, 14 Jun 2003 22:25:50 +0000 (22:25 +0000)]
lang-specs.h: Rewrite -MD and -MMD to append an underscore.

* lang-specs.h: Rewrite -MD and -MMD to append an underscore.
* lang.c (java_handle_option): -MD and -MMD have an underscore.
* lang.opt: -MD and -MMD have an underscore.

From-SVN: r67958

21 years agortl.h (STORE_FLAG_VALUE): Remove default definition from here.
Roger Sayle [Sat, 14 Jun 2003 21:47:45 +0000 (21:47 +0000)]
rtl.h (STORE_FLAG_VALUE): Remove default definition from here.

* rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
* defaults.h (STORE_FLAG_VALUE): Move default definition to here.
* doc/tm.texi (STORE_FLAG_VALUE): Document the default value.

* config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
* config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
* config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
* config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
* config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
* config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
* config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
* config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
* config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
* config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
* config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
* config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
* config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
* config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
* config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
* config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
* config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
* config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
* config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
* config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.

Co-Authored-By: Zack Weinberg <zack@codesourcery.com>
From-SVN: r67957

21 years ago* opts.sh (POSIXLY_CORRECT): Unset it.
Nathan Sidwell [Sat, 14 Jun 2003 17:40:07 +0000 (17:40 +0000)]
* opts.sh (POSIXLY_CORRECT): Unset it.

From-SVN: r67954

21 years agotree.h (init_function_start): Remove filename and line paramters.
Nathan Sidwell [Sat, 14 Jun 2003 17:33:32 +0000 (17:33 +0000)]
tree.h (init_function_start): Remove filename and line paramters.

* tree.h (init_function_start): Remove filename and line paramters.
* function.c (init_function_start): Remove filename and line
parameters. Use DECL_SOURCE_LOCATION.
* c-decl.c (store_parm_decls): Adjust init_function_start call.
(c_expand_body_1): Likewise.
* coverage.c (create_coverage): Likewise.

* ada/utils.c (begin_subprog_body): Adjust init_function_start
call.

* cp/decl.c (start_function): Adjust init_function_start call.
* cp/method.c (use_thunk): Likewise.
* cp/semantics.c (genrtl_start_function): Likewise.

* f/com.c (stor_parm_decls): Adjust init_function_start call.

* java/class.c (emit_register_classes): Adjust init_function_start
call.
* java/decl.c (complete_start_java_method): Likewise.
* java/resource.c (write_resource_constructor): Likewise.

* objc/objc-act.c (build_tmp_function_decl): Set line number to
zero.
(hack_method_prototype): Adjust init_function_start call.

* treelang/treetree.c (tree_code_create_function_initial): Adjust
init_function_start call.

From-SVN: r67953

21 years agore PR target/3724 ([ARM]Illegal instruction when profiling optimized code on arm...
Richard Earnshaw [Sat, 14 Jun 2003 17:11:57 +0000 (17:11 +0000)]
re PR target/3724 ([ARM]Illegal instruction when profiling optimized code on arm-linux)

PR target/3724
* arm/linux-elf.h (PROFILE_HOOK): Define.

From-SVN: r67950

21 years agore PR target/11183 ([arm] ICE in change_address_1 (3.3) / subreg_hard_regno (3.4))
Richard Earnshaw [Sat, 14 Jun 2003 15:54:02 +0000 (15:54 +0000)]
re PR target/11183 ([arm] ICE in change_address_1 (3.3) / subreg_hard_regno (3.4))

PR target/11183
* arm.h (CANNOT_CHANGE_MODE_CLASS): Define.

From-SVN: r67947

21 years agoopts.sh: Work around a mysterious feature in cygwin's gawk where specifying the input...
Roger Sayle [Sat, 14 Jun 2003 15:05:41 +0000 (15:05 +0000)]
opts.sh: Work around a mysterious feature in cygwin's gawk where specifying the input...

* opts.sh: Work around a mysterious feature in cygwin's gawk
where specifying the input files explicitly has a different
behavior to piping them via stdin.

From-SVN: r67946

21 years agosourcebuild.texi: Document opt.lang and a language-specific flag in opts.h.
Neil Booth [Sat, 14 Jun 2003 14:57:29 +0000 (14:57 +0000)]
sourcebuild.texi: Document opt.lang and a language-specific flag in opts.h.

* doc/sourcebuild.texi: Document opt.lang and a language-specific
flag in opts.h.

From-SVN: r67945

21 years agore PR target/11183 ([arm] ICE in change_address_1 (3.3) / subreg_hard_regno (3.4))
Richard Earnshaw [Sat, 14 Jun 2003 14:16:39 +0000 (14:16 +0000)]
re PR target/11183 ([arm] ICE in change_address_1 (3.3) / subreg_hard_regno (3.4))

PR target/11183
* arm.c (output_move_double): Pass SImode to adjust_address.

From-SVN: r67943

21 years agoconfig.guess: Update to 2003-06-12 version.
H.J. Lu [Sat, 14 Jun 2003 14:08:09 +0000 (14:08 +0000)]
config.guess: Update to 2003-06-12 version.

2003-06-14  H.J. Lu <hongjiu.lu@intel.com>

* config.guess: Update to 2003-06-12 version.
* config.sub: Update to 2003-06-13 version.

From-SVN: r67942

21 years agoMakefile.in: Update to use common.opt and lang_opt_files.
Neil Booth [Sat, 14 Jun 2003 12:26:36 +0000 (12:26 +0000)]
Makefile.in: Update to use common.opt and lang_opt_files.

* Makefile.in: Update to use common.opt and lang_opt_files.
(c-options.c, c-options.h): Remove.
(options.c, options.h): Add.
* c-opts.c: Include options.h not c-options.h.
* common.opt: New file.
* configure, configure.in: Add lang_opt_files.
* opts.c: Include flags.h and diagnostic.h.
(common_handle_option): New.
(handle_option): Update to recognize common options and all
language-dependent options.
* opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
(struct cl_option): Make flags of type int.
* opts.h: Flag option with front ends to which it applies.
Handle duplicate options.
* toplev.c (filename): Remove.
(independent_decode_option): Don't handle filenames and -quiet.
(process_options, do_compile): Update.
ada:
* Make-lang.in: Update to use options.c and options.h.
* misc.c: Include options.h not aoptions.h.
(gnat_handle_option): Abort on unrecognized switch.
(gnat_init_options): Request Ada switches.
cp:
* Make-lang.in: Remove c-options.o.
f:
* Make-lang.in: Update to use options.c and options.h.
* top.c: Include options.h not f-options.h.
(gnat_handle_option): Abort on unrecognized switch.
(ffe_init_options): From com.c.  Request F77 options.
(ffe_handle_options): Abort on unrecognized switch.
* com.c (ffe_init_options): Move to top.c.
* top.h (fee_init_options): New.
java:
* Make-lang.in: Update to use options.c and options.h.
* lang.c: Include options.h not j-options.h.
(java_handle_option): Abort on unrecognized option.
(java_init_options): Request Java switches.
treelang:
* Make-lang.in: Update to use options.c and options.h.
* tree1.c: Include options.h not t-options.h.
(treelang_init_options): New.
(treelang_handle_option): Abort on unrecognized switch.
* treetree.c (LANG_HOOKS_INIT_OPTIONS): Override.
* treetree.h (treelang_init_options): New.

From-SVN: r67941

21 years ago2003-06-14 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 14 Jun 2003 11:53:02 +0000 (11:53 +0000)]
2003-06-14  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/FileChannelImpl.java
        (map_address): Removed incorrect comment.
* gnu/java/nio/SelectorImpl.java
        (register): Remove code duplication and code for file channel handling.
* gnu/java/nio/ServerSocketChannelImpl.java
        (serverSocket): Renamed from sock_object.
        (ServerSocketChannel): Initialize serverSocket.
        (socket): Return serverSocket.
* gnu/java/nio/SocketChannelImpl.java
        (socket): Renamed from sock_object.
        (isConnectionPenging): Simplified.
        (socket): Return socket.

From-SVN: r67940

21 years agoinstall.texi (Specific): Add description of different ARM supported file format targets.
Nick Clifton [Sat, 14 Jun 2003 11:15:49 +0000 (11:15 +0000)]
install.texi (Specific): Add description of different ARM supported file format targets.

2003-06-14  Nick Clifton  <nickc@redhat.com>

* doc/install.texi (Specific): Add description of different
ARM supported file format targets.

From-SVN: r67939

21 years agosnapshot-README: Use GCC instead of gcc...
Gerald Pfeifer [Sat, 14 Jun 2003 10:57:54 +0000 (12:57 +0200)]
snapshot-README: Use GCC instead of gcc...

* snapshot-README: Use GCC instead of gcc, C++ front end instead of
g++ language, and note that Java includes a run time.
* snapshot.index.html: Ditto.

From-SVN: r67938

21 years agoreorg.c (emit_delay_sequence, [...]): Clear insn locators inside delay slots.
Jan Hubicka [Sat, 14 Jun 2003 09:14:38 +0000 (11:14 +0200)]
reorg.c (emit_delay_sequence, [...]): Clear insn locators inside delay slots.

* reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
inside delay slots.

From-SVN: r67937

21 years agolang.opt: Add -Wall.
Neil Booth [Sat, 14 Jun 2003 09:02:23 +0000 (09:02 +0000)]
lang.opt: Add -Wall.

* lang.opt: Add -Wall.
* misc.c (gnat_handle_option): Handle it.

From-SVN: r67935

21 years agoBasicPermission.java: New version from classpath.
Michael Koch [Sat, 14 Jun 2003 05:45:12 +0000 (05:45 +0000)]
BasicPermission.java: New version from classpath.

2003-06-14  Michael Koch  <konqueror@gmx.de>

* java/security/BasicPermission.java:
New version from classpath.

From-SVN: r67934

21 years agoAttribute.java: New version from classpath.
Michael Koch [Sat, 14 Jun 2003 05:44:54 +0000 (05:44 +0000)]
Attribute.java: New version from classpath.

2003-06-14  Michael Koch  <konqueror@gmx.de>

* javax/naming/directory/Attribute.java:
New version from classpath.

From-SVN: r67933

21 years agoBufferedReader.java, [...]: New versions from classpath.
Michael Koch [Sat, 14 Jun 2003 05:44:38 +0000 (05:44 +0000)]
BufferedReader.java, [...]: New versions from classpath.

2003-06-14  Michael Koch  <konqueror@gmx.de>

* java/io/BufferedReader.java,
java/io/FileOutputStream.java:
New versions from classpath.

From-SVN: r67932

21 years agoi686-pc-linux-gnu: To..
Benjamin Kosnik [Sat, 14 Jun 2003 05:38:04 +0000 (05:38 +0000)]
i686-pc-linux-gnu: To..

2003-06-13  Benjamin Kosnik  <bkoz@redhat.com>

* config/abi/i686-pc-linux-gnu: To..
* config/abi/i486-linux-gnu: ...this.
* config/abi/alphaev67-unknown-linux-gnu: To..
* config/abi/alpha-linux-gnu: ...this.
* config/abi/ia64-unknown-linux-gnu: To...
* config/abi/ia64-linux-gnu: ...this.
* config/abi/x86_64-unknown-linux-gnu: To...
* config/abi/x86_64-linux-gnu: ...this.
* config/abi/i386-unknown-freebsd4: To...
* config/abi/i386-freebsd4: ...this.
* configure.host: abi_baseline_triplet to abi_baseline_pair.
Simplify cpu bits so that abi_baseline_pair can use the same
cpu configuration.
* acinclude.m4: Same.
* aclocal.m4: Regenerate.
* configure.in: Can't get enable_abi_check to yes unless native.
* configure: Regenerate.

From-SVN: r67931

21 years agounwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
Matt Kraai [Sat, 14 Jun 2003 03:08:12 +0000 (03:08 +0000)]
unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.

* unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
* unwind-pe.h (size_of_encoded_value): Do not define if
NO_SIZE_OF_ENCODED_VALUE is defined.

From-SVN: r67930

21 years agoexpr.c (expand_expr <COMPLEX_CST>): Handle the case of expanding a complex constant...
Roger Sayle [Sat, 14 Jun 2003 00:23:24 +0000 (00:23 +0000)]
expr.c (expand_expr <COMPLEX_CST>): Handle the case of expanding a complex constant into a CONCAT target.

* expr.c (expand_expr <COMPLEX_CST>): Handle the case of
expanding a complex constant into a CONCAT target.

From-SVN: r67928

21 years agoDaily bump.
GCC Administrator [Sat, 14 Jun 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67926

21 years agosvr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
Zack Weinberg [Sat, 14 Jun 2003 00:09:30 +0000 (00:09 +0000)]
svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.

* config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
(ASM_FILE_START_1): Delete.
* config/i386/att.h, config/i386/sco5.h,
config/i386/sysv3.h
(ASM_FILE_START_1): Delete.

From-SVN: r67924

21 years agobsd.h: Remove ASM_FILE_START.
DJ Delorie [Fri, 13 Jun 2003 23:55:54 +0000 (19:55 -0400)]
bsd.h: Remove ASM_FILE_START.

* config/i386/bsd.h: Remove ASM_FILE_START.
* config/i386/djgpp.h: Likewise.
* config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.

* config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
* config.gcc (i[34567]86-pc-msdosdjgpp): ... here.

From-SVN: r67922

21 years agoMark PR last change.
Richard Henderson [Fri, 13 Jun 2003 23:29:23 +0000 (16:29 -0700)]
Mark PR last change.

From-SVN: r67921

21 years agocom.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBAL symbols in the global...
Richard Henderson [Fri, 13 Jun 2003 23:28:49 +0000 (16:28 -0700)]
com.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBAL symbols in the global binding level.

        * com.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBAL
        symbols in the global binding level.

From-SVN: r67920

21 years agobsd.h: Remove ASM_FILE_START.
Kelley Cook [Fri, 13 Jun 2003 23:18:50 +0000 (23:18 +0000)]
bsd.h: Remove ASM_FILE_START.

* config/i386/bsd.h: Remove ASM_FILE_START.
* config/i386/djgpp.h: Likewise.
* config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.

* config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
* config.gcc (i[34567]86-pc-msdosdjgpp): ... here.

From-SVN: r67919

21 years agore PR bootstrap/10835 (combinatory explosion in scheduler on HyperSPARC)
Vladimir Makarov [Fri, 13 Jun 2003 23:09:48 +0000 (23:09 +0000)]
re PR bootstrap/10835 (combinatory explosion in scheduler on HyperSPARC)

2003-06-13  Vladimir Makarov  <vmakarov@redhat.com>

PR bootstrap/10835
* haifa-sched.c (max_lookahead_tries,
        cached_first_cycle_multipass_dfa_lookahead,
        cached_issue_rate): New variables.
(max_issue): Check the number of tries.
(choose_ready): Calculate max_lookahead_tries.
(sched_init): Check cached_issue_rate.

From-SVN: r67918

21 years agocfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
Richard Henderson [Fri, 13 Jun 2003 22:56:09 +0000 (15:56 -0700)]
cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.

        * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
        * cfgrtl.c (purge_dead_edges): Expect it too.

From-SVN: r67917

21 years agore PR bootstrap/10983 ([SPARC64] ICE in verify_wide_reg, at flow.c:551, while compili...
James E Wilson [Fri, 13 Jun 2003 22:13:07 +0000 (22:13 +0000)]
re PR bootstrap/10983 ([SPARC64] ICE in verify_wide_reg, at flow.c:551, while compiling libjava)

PR bootstrap/10983
* combine.c (make_extraction): Use gen_lowpart_for_combine
when extracting from a REG and not in the destination of a SET.

Co-Authored-By: Eric Botcazou <ebotcazou@libertysurf.fr>
From-SVN: r67916

21 years agotsystem.h (abort): Declare in inhibit_libc case to remove build warnings for addvsi3...
Doug Evans [Fri, 13 Jun 2003 21:52:02 +0000 (21:52 +0000)]
tsystem.h (abort): Declare in inhibit_libc case to remove build warnings for addvsi3, et.al.

* tsystem.h (abort): Declare in inhibit_libc case to remove build
warnings for addvsi3, et.al.

From-SVN: r67915

21 years ago1.cc: Split and fix for missing seeks between gets and puts into...
Paolo Carlini [Fri, 13 Jun 2003 21:06:37 +0000 (23:06 +0200)]
1.cc: Split and fix for missing seeks between gets and puts into...

2003-06-13  Paolo Carlini  <pcarlini@unitus.it>

* testsuite/27_io/basic_filebuf/seekoff/char/1.cc: Split and
fix for missing seeks between gets and puts into...
* testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc: New.
* testsuite/27_io/basic_filebuf/seekoff/char/4-io.cc: New.
* testsuite/27_io/basic_filebuf/seekpos/char/1.cc: Same, into...
* testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc: New.
* testsuite/27_io/basic_filebuf/seekpos/char/4-io.cc: New.
* testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc: Fix
for missing seeks between gets and puts.
* testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc: Ditto.
* testsuite/data/seekoff-1.tst: New.
* testsuite/data/seekoff-2.tst: New.
* testsuite/data/seekpos-1.tst: New.
* testsuite/data/seekpos-2.tst: New.

From-SVN: r67913

21 years agoAvoid multi-processor bus contention on increment/decrement-and- test of the referenc...
Nathan C. Myers [Fri, 13 Jun 2003 20:59:42 +0000 (20:59 +0000)]
Avoid multi-processor bus contention on increment/decrement-and- test of the reference count in the empty-string object...

2003-06-13  Nathan C. Myers <ncm-nospam@cantrip.org>

Avoid multi-processor bus contention on increment/decrement-and-
test of the reference count in the empty-string object, by comparing
        addresses first, and never touching the reference count of the empty-
        string object.
* include/bits/basic_string.h:
(_S_empty_rep_storage): Move into basic_string<>::_Rep for use by its
members.
(_Rep::_S_empty_rep()): New accessor.
(_Rep::_M_length, _Rep::_M_capacity, _Rep::_M_references): Move to
a base class _Rep_base.
(_Rep::_M_dispose, _Rep::_M_refcopy): Check for the empty string.
(basic_string()): Change to use _M_refdata() in place of _M_refcopy(),
since no longer must increment its refcount.
* include/bits/basic_string.tcc:
(_Rep::_M_destroy, _M_leak_hard): Check for the empty string and
        return immediately.  The former might be unnecessary.  The latter
        prevents begin() and end() from cloning it unnecessarily.
(_S_construct(_InIterator, _InIterator, const _Alloc&,
input_iterator_tag), _S_construct(_InIterator, _InIterator,
const _Alloc&, forward_iterator_tag), _S_construct(size_type, _CharT,
const _Alloc&)): Change to use _M_refdata() in place of _M_refcopy().
(_M_mutate): Check for the empty string and treat it as shared.
        This is necessary here because _M_mutate is sometimes called with
        all-zero arguments; in all other uses of _M_is_shared, the test comes
        out right anyhow.

From-SVN: r67912

21 years agoc-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
Aldy Hernandez [Fri, 13 Jun 2003 19:27:29 +0000 (19:27 +0000)]
c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.

2003-06-13  Aldy Hernandez  <aldyh@redhat.com>

        * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.

        * simplify-rtx.c (simplify_subreg): Same.

        * emit-rtl.c (gen_lowpart_common): Same.

From-SVN: r67911

21 years agobuiltins.c: Fix comment typos.
Kazu Hirata [Fri, 13 Jun 2003 17:30:53 +0000 (17:30 +0000)]
builtins.c: Fix comment typos.

* builtins.c: Fix comment typos.
* fold-const.c: Likewise.

From-SVN: r67907

21 years agom32r-protos.h (m32r_pass_by_reference): Declare.
Doug Evans [Fri, 13 Jun 2003 16:57:26 +0000 (16:57 +0000)]
m32r-protos.h (m32r_pass_by_reference): Declare.

* config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
* config/m32r/m32r.c (m32r_pass_by_reference): New fn.
(m32r_va_arg): Use it.
* config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
(RETURN_IN_MEMORY): Ditto.

Co-Authored-By: Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
From-SVN: r67906

21 years ago* c-typeck.c: Remove #if 0 clauses.
Nathanael Nerode [Fri, 13 Jun 2003 16:23:35 +0000 (16:23 +0000)]
* c-typeck.c: Remove #if 0 clauses.

From-SVN: r67905

21 years ago* lex.c: Convert to ISO C.
Nathanael Nerode [Fri, 13 Jun 2003 16:13:07 +0000 (16:13 +0000)]
* lex.c: Convert to ISO C.

From-SVN: r67904

21 years agoinit.c: removes use of PARAMS macro.
Nathanael Nerode [Fri, 13 Jun 2003 15:07:48 +0000 (15:07 +0000)]
init.c: removes use of PARAMS macro.

2003-05-19  Jens-Michael Hoffmann  <jensmh@gmx.de>
* init.c: removes use of PARAMS macro.  Use ISO style function
declarations.  (Not copyright-significant change.)

From-SVN: r67902

21 years agore PR other/1494 (Residual EGCS references in comments)
Nathanael Nerode [Fri, 13 Jun 2003 14:39:42 +0000 (14:39 +0000)]
re PR other/1494 (Residual EGCS references in comments)

PR other/1494
* config/alpha/openbsd.h, config/i386/openbsd.h,
config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
residual reference to EGCS.

From-SVN: r67900

21 years agoarm.c (output_call_mem): If the address references the link-register use an instructi...
Richard Earnshaw [Fri, 13 Jun 2003 14:30:38 +0000 (14:30 +0000)]
arm.c (output_call_mem): If the address references the link-register use an instruction sequence that...

* arm.c (output_call_mem): If the address references the link-register
use an instruction sequence that avoids early-clobbering IP.
(eliminate_lr2ip): Delete.

From-SVN: r67899

21 years ago* rtti.c: Remove PARAMS.
Nathanael Nerode [Fri, 13 Jun 2003 14:30:19 +0000 (14:30 +0000)]
* rtti.c: Remove PARAMS.

From-SVN: r67898

21 years agoc-format.c (format_types_orig): Disallow '*' width/precision in asm_fprintf format...
Kaveh R. Ghazi [Fri, 13 Jun 2003 14:08:36 +0000 (14:08 +0000)]
c-format.c (format_types_orig): Disallow '*' width/precision in asm_fprintf format checks.

gcc:
* c-format.c (format_types_orig): Disallow '*' width/precision in
asm_fprintf format checks.

testsuite:
* gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.

From-SVN: r67897

21 years ago* paranoia.cc: Fix spelling error.
Nathanael Nerode [Fri, 13 Jun 2003 13:57:27 +0000 (13:57 +0000)]
* paranoia.cc: Fix spelling error.

From-SVN: r67896

21 years ago* typeck2.c: Convert to ISO C.
Nathanael Nerode [Fri, 13 Jun 2003 13:34:16 +0000 (13:34 +0000)]
* typeck2.c: Convert to ISO C.

From-SVN: r67895

21 years agos390.c (s390_va_arg): Fix alignment when retrieving non-integral types from integer...
Ulrich Weigand [Fri, 13 Jun 2003 13:04:34 +0000 (13:04 +0000)]
s390.c (s390_va_arg): Fix alignment when retrieving non-integral types from integer register save...

* config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
non-integral types from integer register save area slots.

From-SVN: r67894

21 years agoprims.cc (catch_segv): Create exception in handler.
Andrew Haley [Fri, 13 Jun 2003 12:20:45 +0000 (12:20 +0000)]
prims.cc (catch_segv): Create exception in handler.

2003-06-12  Andrew Haley  <aph@redhat.com>

        * prims.cc (catch_segv): Create exception in handler.
        (catch_fpe): Likewise.
        (_Jv_divI, _Jv_remI, _Jv_divJ, _Jv_remJ): Likewise.
        (_Jv_ThrowSignal): Remove.

        * include/x86_64-signal.h (INIT_SEGV): Delete reference to nullp.
        * include/default-signal.h (INIT_SEGV, INIT_FPE): Delete reference
        to nullp and arithexception.
        * include/dwarf2-signal.h (INIT_SEGV, INIT_FPE): Likewise.
        * include/i386-signal.h (INIT_SEGV, INIT_FPE): Likewise.
        * include/s390-signal.h (INIT_SEGV, INIT_FPE): Likewise.
        * include/sparc-signal.h (INIT_SEGV, INIT_FPE): Likewise.
        * include/win32-signal.h (INIT_SEGV, INIT_FPE): Likewise.

From-SVN: r67892

21 years agosysv.S: Avoid gas-only .uleb128/.sleb128 directives.
Rainer Orth [Fri, 13 Jun 2003 11:59:53 +0000 (11:59 +0000)]
sysv.S: Avoid gas-only .uleb128/.sleb128 directives.

* src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
Use C style comments.

From-SVN: r67891

21 years agoChangeLog.1: Fix spelling of "outputting".
Matt Kraai [Fri, 13 Jun 2003 11:36:31 +0000 (11:36 +0000)]
ChangeLog.1: Fix spelling of "outputting".

(gcc)
* ChangeLog.1: Fix spelling of "outputting".
* ChangeLog.3: Likewise.
* diagnostic.h: Likewise.
* genautomata.c: Likewise.
* config/pa/pa.c: Likewise.

(gcc/ada)
* gnatls.adb: Fix spelling of "outputting".
* gnatmem.adb: Likewise.
* prj-pp.adb: Likewise.

From-SVN: r67890

21 years ago* config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
Nathanael Nerode [Fri, 13 Jun 2003 11:29:35 +0000 (11:29 +0000)]
* config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.

From-SVN: r67889

21 years agoinvoke.texi (SPARC Options): Document ``-mimpure-text''.
Florian Weimer [Fri, 13 Jun 2003 10:11:45 +0000 (12:11 +0200)]
invoke.texi (SPARC Options): Document ``-mimpure-text''.

2003-06-13  Florian Weimer  <fw@deneb.enyo.de>

* doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.

From-SVN: r67888

21 years agolinux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END to file_end_indicate_exec_stack.
Kaz Kojima [Fri, 13 Jun 2003 07:03:49 +0000 (07:03 +0000)]
linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END to file_end_indicate_exec_stack.

* config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
to file_end_indicate_exec_stack.

From-SVN: r67887

21 years agoback out previous patch, instead do
Doug Evans [Fri, 13 Jun 2003 06:20:12 +0000 (06:20 +0000)]
back out previous patch, instead do

back out previous patch, instead do
* config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
(__do_global_ctors,__do_global_dtors): Ditto.

From-SVN: r67886

This page took 0.108215 seconds and 5 git commands to generate.