Per Bothner
6e4302ec5b
jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are printed at verbosity 1.
...
* jcf-dump.c (print_constant): Fix fencepost error so "Float" and
"Double" are printed at verbosity 1.
* jcf-dump.c (main): Disable flag_print_attributes if --javap.
* jcf-dump.c (SPECIAL_IINC): Remove unneeded casts to long.
From-SVN: r45296
2001-08-30 12:42:36 -07:00
J"orn Rennecke
9f5b774b11
config.gcc (h8300-*-elf*): New case.
...
* config.gcc (h8300-*-elf*): New case.
* h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
(SUBTARGET_CPP_SPEC): Define.
(EXTRA_SPECS): Define.
(SUBTARGET_EXTRA_SPECS): Define.
* config/h8300/crti.asm, config/h8300/crtn.asm: New files.
* config/h8300/elf.h, config/h8300/t-elf: Likewise.
From-SVN: r45294
2001-08-30 19:22:55 +01:00
J"orn Rennecke
f4926e194a
config.gcc (h8300-*-elf*): New case.
...
* config.gcc (h8300-*-elf*): New case.
* h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
(SUBTARGET_CPP_SPEC): Define.
(EXTRA_SPECS): Define.
(SUBTARGET_EXTRA_SPECS): Define.
* config/h8300/crti.asm, config/h8300/crtn.asm: New files.
* config/h8300/elf.h, config/h8300/t-elf: Likewise.
From-SVN: r45293
2001-08-30 19:20:33 +01:00
J"orn Rennecke
8c062645a6
t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.
...
* t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.
(LIB2FUNCS_EXTRA): Define.
config/h8300/lib1funcs.asm: New part: L_fixunssfsi_asm .
config/h8300/fixunssfsi.c: New file.
From-SVN: r45291
2001-08-30 18:51:04 +01:00
Kazu Hirata
6f41623f03
h8300.md (zero_extendqihi2): Changes to define_expand to accomodate target-specific attributes.
...
* config/h8300/h8300.md (zero_extendqihi2): Changes to
define_expand to accomodate target-specific attributes.
(anonymous zero_extendqihi2 patterns): New.
From-SVN: r45290
2001-08-30 17:17:17 +00:00
J"orn Rennecke
ee43793268
* h8300.md (*andorhi3): New pattern.
...
From-SVN: r45289
2001-08-30 18:11:39 +01:00
J"orn Rennecke
63a57e0fb0
* h8300.c (dosize): Fix test for "sub".
...
From-SVN: r45288
2001-08-30 16:13:27 +01:00
Kurt Garloff
598e9ba5bd
optimize.c (inlinable_function_p): Allow only smaller single functions.
...
* optimize.c (inlinable_function_p): Allow only smaller single
functions. Halve inline limit after reaching recursive limit.
From-SVN: r45286
2001-08-30 13:55:17 +00:00
J"orn Rennecke
95602da11c
c-typeck.c (pointer_diff): Try to eliminate common term before doing conversions.
...
* c-typeck.c (pointer_diff): Try to eliminate common term before
doing conversions.
From-SVN: r45285
2001-08-30 13:46:52 +01:00
Joern Rennecke
f232e4a500
class.c (build_vtable_entry_ref): Subtract in char*, not ptrdiff_t.
...
* class.c (build_vtable_entry_ref): Subtract in char*, not
ptrdiff_t.
Co-Authored-By: Jason Merrill <jason@redhat.com>
From-SVN: r45284
2001-08-30 08:44:22 -04:00
GCC Administrator
c8cbefbb57
Daily bump.
...
From-SVN: r45282
2001-08-30 07:16:09 +00:00
Geoffrey Keating
52fdbf26b6
reload1.c (move2add_note_store): Correct typo checking for argument pushes.
...
* reload1.c (move2add_note_store): Correct typo checking for
argument pushes.
From-SVN: r45279
2001-08-29 23:18:51 +00:00
Jason Merrill
9500c9029d
make x a long
...
From-SVN: r45278
2001-08-29 18:36:26 -04:00
Jason Merrill
d0d19c87a6
make BaseFunc virtual, too
...
From-SVN: r45277
2001-08-29 18:35:39 -04:00
Andrew MacLeod
c63b1ae8a1
gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL note should not be considered outside the...
...
2001-08-29 Andrew MacLeod <amacleod@redhat.com>
* gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL
note should not be considered outside the libcall block.
From-SVN: r45276
2001-08-29 21:43:41 +00:00
Kaveh R. Ghazi
c864312278
* ansidecl.h: Update comments reflecting previous change.
...
From-SVN: r45275
2001-08-29 19:44:39 +00:00
Kaveh R. Ghazi
ec83eb53a7
* genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.
...
From-SVN: r45274
2001-08-29 18:26:31 +00:00
Kazu Hirata
5965bbf846
* config/h8300/h8300.md (movsi_h8300hs): Make it 64-bit safe.
...
From-SVN: r45273
2001-08-29 18:21:07 +00:00
Kazu Hirata
366a7b2715
h8300-protos.h: Add a prototype for emit_logical_op.
...
* config/h8300/h8300-protos.h: Add a prototype for
emit_logical_op.
* config/h8300/h8300.c (emit_logical_op): New.
* config/h8300/h8300.md (andhi3): Use emit_logical_op.
(andsi3): Likewise.
(iorhi3): Likewise.
(iorsi3): Likewise.
(xorhi3): Likewise.
(xorsi3): Likewise.
From-SVN: r45272
2001-08-29 18:18:15 +00:00
John David Anglin
6e9c53b489
pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for comparison with rtx INTVAL.
...
* pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for
comparison with rtx INTVAL.
(pa_output_function_prologue): Don't mix signed and unsigned in `?'
expression.
* pa.h (FUNCTION_ARG_SIZE): Likewise.
From-SVN: r45271
2001-08-29 17:57:47 +00:00
Kazu Hirata
53251a5575
lib1funcs.asm: Update the copyright.
...
* config/h8300/lib1funcs.asm: Update the copyright. Fix
comment typos.
From-SVN: r45269
2001-08-29 16:37:13 +00:00
Kazu Hirata
07322342cb
Fix typos in ChangeLog.
...
From-SVN: r45268
2001-08-29 16:23:53 +00:00
Kazu Hirata
0cb3708d3c
h8300.md (anonymous movhi pattern): Don't move (reg n) to (mem (pre_dec (reg n)) (anonymous movsi pattern): Likewise.
...
* h8300.md (anonymous movhi pattern): Don't move (reg n) to
(mem (pre_dec (reg n))
(anonymous movsi pattern): Likewise.
From-SVN: r45266
2001-08-29 16:17:25 +00:00
Kazu Hirata
af592bf91d
* gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
...
From-SVN: r45264
2001-08-29 16:10:41 +00:00
Kazu Hirata
39fc3cc778
* h8300.h (RETURN_ADDR_RTX): New.
...
From-SVN: r45262
2001-08-29 16:04:13 +00:00
Kazu Hirata
b3a68dbae8
h8300.md (movsi_h8300hs): Optimize loading of several special constants.
...
* h8300.md (movsi_h8300hs): Optimize loading of several
special constants.
From-SVN: r45261
2001-08-29 16:01:59 +00:00
Kazu Hirata
45a4bc1dc5
* config/h8300/lib1funcs.asm: Fix comment typos.
...
From-SVN: r45259
2001-08-29 14:45:35 +00:00
Kaveh R. Ghazi
c3d03e3a07
iris6.h (ASM_DECLARE_OBJECT_NAME, [...]): Fix format specifier warnings.
...
* iris6.h (ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT):
Fix format specifier warnings.
* irix6-libc-compat.c (inet_ntoa, inet_lnaof, inet_netof,
inet_makeaddr, semctl): Prototype.
* mips.c (compute_frame_size): Fix signed/unsigned warnings.
(save_restore_insns): Use base_offset, not gp_offset.
* mips.h (GP_REG_OR_PSEUDO_STRICT_P): Fix signed/unsigned warning.
(ASM_OUTPUT_BYTE): Fix format specifier warning.
From-SVN: r45258
2001-08-29 11:45:14 +00:00
GCC Administrator
e0e4041f3b
Daily bump.
...
From-SVN: r45257
2001-08-29 09:32:43 +00:00
Richard Henderson
a7b01a4bf1
bb-reorder.c (function_tail_eff_head): New.
...
* bb-reorder.c (function_tail_eff_head): New.
(record_effective_endpoints): Set it.
(fixup_reorder_chain): Use it.
From-SVN: r45255
2001-08-29 02:31:44 -07:00
Kaveh R. Ghazi
c43f84d7ce
* dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.
...
From-SVN: r45254
2001-08-29 03:16:12 +00:00
Dale Johannesen
c0cbc013a2
darwin.c (machopic_function_base_name): Add const qualifier to a string.
...
2001-08-28 Dale Johannesen <dalej@apple.com>
* config/darwin.c (machopic_function_base_name): Add const
qualifier to a string.
(darwin_encode_section_info): Ditto.
From-SVN: r45253
2001-08-29 02:43:26 +00:00
Alexandre Petit-Bianco
8dfa3e5380
Removing conflict indicators. Oops.
...
From-SVN: r45252
2001-08-28 19:31:55 -07:00
Alexandre Petit-Bianco
1ca09b4878
re PR java/4141 (GCJ compiles illegal code without complaining.)
...
2001-08-27 Alexandre Petit-Bianco <apbianco@redhat.com>
* parse.y (resolve_qualified_expression_name): Handle unresolved
qualified expressions, prevent numerical qualifiers, fixed typo.
Fixes PR java/4141
(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01644.html )
From-SVN: r45251
2001-08-28 19:22:52 -07:00
Alexandre Petit-Bianco
51a25585ff
re PR java/3949 (fastjar exits success if @file not found)
...
2001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com>
* jartool.c (add_to_jar): Return 1 if `stat' initialy failed.
Fixes PR java/3949.
(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01641.html )
From-SVN: r45250
2001-08-28 18:35:32 -07:00
Loren J. Rittle
533ab4d1f3
Makefile.am: Use toplevel_srcdir to refer to src files outside this component.
...
* include/Makefile.am: Use toplevel_srcdir to refer to src files
outside this component.
* include/Makefile.in: Regenerate.
From-SVN: r45248
2001-08-29 00:32:49 +00:00
Kaveh R. Ghazi
252cf8126e
tree.c (default_valid_attribute_p): Don't use PARAMS on a function definition.
...
* tree.c (default_valid_attribute_p): Don't use PARAMS on a
function definition.
From-SVN: r45247
2001-08-28 23:44:42 +00:00
Daniel Berlin
d59c534651
df.h (struct df): Add rts_order variable.
...
2001-08-28 Daniel Berlin <dan@cgsoftware.com>
* df.h (struct df): Add rts_order variable.
* df.c (df_visit_next_rts): New function.
(df_visit_next): Renamed to df_visit_next_rc
(df_analyse_1): Allocate/compute/free rts_order as well.
(df_rd_global_compute): Use df_visit_next_rc instead of
df_visit_next.
(df_ru_global_compute): Use df_visit_next_rts instead of
df_visit_next.
* flow.c (flow_reverse_top_sort_order_compute): New function.
* basic-block.h: Add prototype.
From-SVN: r45246
2001-08-28 23:43:23 +00:00
Daniel Berlin
e0c39f1bd5
ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable blocks, the BB_REACHABLE is now set, rather than aux being non-NULL.
...
2001-08-28 Daniel Berlin <dan@cgsoftware.com>
* ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable
blocks, the BB_REACHABLE is now set, rather than aux being
non-NULL. Update the test to reflect this.
From-SVN: r45245
2001-08-28 23:38:12 +00:00
Eric Christopher
a098df27dd
crtn.asm: Add comment explaining 16 byte alignment.
...
2001-08-28 Eric Christopher <echristo@redhat.com>
* config/mips/crtn.asm: Add comment explaining 16 byte alignment.
config/mips/crti.asm: Ditto.
From-SVN: r45244
2001-08-28 23:23:37 +00:00
Eric Christopher
46f9491e74
c-pragma.h (add_weak): Move prototype from here...
...
2001-08-28 Eric Christopher <echristo@redhat.com>
Richard Henderson <rth@redhat.com>
* c-pragma.h (add_weak): Move prototype from here...
* output.h (add_weak): ... to here.
* varasm.c (add_weak): Fix typo.
* config/mips/crti.asm: New file.
* config/mips/crtn.asm: Ditto.
* config/mips/elf.h (SBSS_SECTION_ASM_OP) Add #undef.
(CTOR_LISTS_DEFINED_EXTERNALLY): Remove.
(INVOKE__main): Ditto.
(INIT_SECTION_ASM_OP): New.
(FINI_SECTION_ASM_OP): Ditto.
(STARTFILE_SPEC): Add crti.
(ENDFILE_SPEC): Add crtn.
* config/mips/elf64.h: Same.
* config/mips/rtems64.h (INVOKE__main, NAME__MAIN, SYMBOL__MAIN):
Remove.
* config/mips/vxworks.h: Ditto.
* config/mips/t-elf: Support crti and crtn.
Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r45243
2001-08-28 23:03:52 +00:00
Alexandre Oliva
5dde01439e
jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not INSN_LIST.
...
* jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not
INSN_LIST.
From-SVN: r45242
2001-08-28 22:20:40 +00:00
Per Bothner
1a27eec11a
jcf-write.c (generate_bytecode_insns): For increments and decrements just recurse to push constant.
...
* jcf-write.c (generate_bytecode_insns): For increments and
decrements just recurse to push constant. Improvement on Mark's patch.
From-SVN: r45241
2001-08-28 15:18:57 -07:00
Per Bothner
4046760603
BigInteger.java (init(int,Random)): New method.
...
* java/math/BigInteger.java (init(int,Random)): New method.
Move body of constructor <init>(int,Random)) here.
Re-write it to avoid constructing unneeded temporaries.
(<init>(int,int,Random)): Use new init method to avoid constructing
extra temporary BigIntegers.
From-SVN: r45240
2001-08-28 15:16:11 -07:00
Richard Henderson
967603efc9
ia64.md (andcmbi3, iorcmbi3): Fix typos.
...
* config/ia64/ia64.md (andcmbi3, iorcmbi3): Fix typos.
(one_cmplbi2 splitter): Remove redundant test.
From-SVN: r45238
2001-08-28 14:48:24 -07:00
Joseph Myers
70f6603960
update_web_docs: Also check out texinfo.tex from gcc/doc/include.
...
* update_web_docs: Also check out texinfo.tex from
gcc/doc/include.
From-SVN: r45236
2001-08-28 22:11:02 +01:00
Dale Johannesen
4f400cf638
darwin.h (DEFAULT_SIGNED_CHAR): Define.
...
2001-08-28 Dale Johannesen <dalej@apple.com>
* config/rs6000/darwin.h (DEFAULT_SIGNED_CHAR): Define.
From-SVN: r45235
2001-08-28 19:51:50 +00:00
Danny Smith
c976fa8847
* config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
...
From-SVN: r45234
2001-08-28 14:53:19 -04:00
Stan Shebs
1aef44a740
darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
...
* config/darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
(UNALIGNED_SHORT_ASM_OP): Define.
(UNALIGNED_INT_ASM_OP): Define.
From-SVN: r45232
2001-08-28 18:37:38 +00:00
Mark Mitchell
06657dcd6e
jcf-write.c (generate_bytecode_insns): Generate an integer to real conversion for increments and decrements of reals.
...
* jcf-write.c (generate_bytecode_insns): Generate an integer to
real conversion for increments and decrements of reals.
From-SVN: r45230
2001-08-28 17:55:10 +00:00