Jason Merrill
09a076233d
c-common.c (decl_attributes, [...]): Allow arrays of classes, too.
...
* c-common.c (decl_attributes, A_INIT_PRIORITY): Allow arrays
of classes, too.
From-SVN: r26312
1999-04-09 08:43:24 -04:00
Warren Levy
8956b6a172
* libjava.mauve/mauve.exp (KEYS): Default to libgcj.
...
From-SVN: r26311
1999-04-09 11:44:38 +00:00
Tom Tromey
a08c72fe45
plusplus.java: New file.
...
* libjava.compile/plusplus.java: New file.
From MoT <Sebastien.Villemot@ens.fr>.
From-SVN: r26310
1999-04-09 10:45:10 +00:00
Jim Blandy
9d22998936
cplus-dem.c: Attempt to handle overflows in counts with some semblance of grace.
...
1999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
* cplus-dem.c: Attempt to handle overflows in counts with some
semblance of grace.
(consume_count): Detect overflows. Return -1 to indicate errors,
instead of zero.
(demangle_template_value_parm, demangle_template): Handle change
to consume_count's return convention.
From-SVN: r26309
1999-04-09 09:01:35 +00:00
Kaveh R. Ghazi
d330fd93a9
rs6000.c (rs6000_override_options, [...]): Const-ify a char*.
...
* rs6000.c (rs6000_override_options, ptt, rs6000_file_start,
rs6000_float_const, rs6000_replace_regno, debug_stack_info,
rs6000_output_load_toc_table, output_prolog, output_epilog):
Const-ify a char*.
(output_mi_thunk): Likewise. Mark parameter `thunk_fndecl' with
ATTRIBUTE_UNUSED. Hide unused variables `r0', `sp', `toc',
`schain', `r12', `buf' and `labelno'.
(output_ascii): Const-ify a char*.
(rs6000_gen_section_name): Initialize variable `last_period'.
(rs6000_adjust_priority): Mark parameter `insn' with
ATTRIBUTE_UNUSED.
(rs6000_trampoline_template, rs6000_dll_import_ref,
rs6000_longcall_ref, rs6000_encode_section_info): Const-ify a char*.
* rs6000.h (offsettable_mem_operand, optimization_options): Add
prototypes.
* rs6000.md (movdi, define_split): Cast a value to HOST_WIDE_INT
when comparing against one.
From-SVN: r26308
1999-04-09 07:45:00 +00:00
Jeffrey A Law
efd07ca794
expr.c (expand_expr, [...]): Do not try to optimize a aggregate address which has VOIDmode.
...
* expr.c (expand_expr, case ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF):
Do not try to optimize a aggregate address which has VOIDmode.
Mirrors March 23 change to expand_assignment.
From-SVN: r26307
1999-04-08 19:35:36 -06:00
Jeffrey A Law
abb3f0a989
flow.c (delete_unreachable_blocks): Do not require an edge to be marked with EDGE_FALLTHRU when...
...
* flow.c (delete_unreachable_blocks): Do not require an edge to
be marked with EDGE_FALLTHRU when tidying an edge which connects
consecutive basic blocks.
* flow.c (can_delete_label_p): Do not convert a label into a
deleted label here.
From-SVN: r26306
1999-04-08 19:23:05 -06:00
Jeff Law
10ef53b1ab
Daily bump.
...
From-SVN: r26305
1999-04-08 18:45:06 -06:00
Jeffrey A Law
01e752d386
cse.c (flush_hash_table): New function.
...
* cse.c (flush_hash_table): New function.
(cse_insn): Flush the hash table when we encounter a volatile asm.
(cse_basic_block): Use flush_hash_table instead of doing it
inline.
* reload1.c (reload_cse_regs_1): Flush known register values if
we encounter a volatile asm.
From-SVN: r26304
1999-04-08 18:29:45 -06:00
Mike Stump
3fb2a045ec
Fix spelling and spaces
...
From-SVN: r26303
1999-04-08 23:01:07 +00:00
Jason Merrill
1c5b07db5a
update
...
From-SVN: r26302
1999-04-08 18:03:08 -04:00
Mike Stump
aa936017bc
Fix spelling errors and spaces
...
From-SVN: r26301
1999-04-08 20:52:09 +00:00
Mark Mitchell
5082a35587
error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands don't have types.
...
* error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands
don't have types.
From-SVN: r26300
1999-04-08 20:16:51 +00:00
Jeffrey A Law
d4ca58b3e0
* loop.c (strength_reduce): Re-enable Joern's loop improvements.
...
From-SVN: r26299
1999-04-08 12:21:29 -06:00
Mike Stump
cfd1324bc6
Fix typo
...
From-SVN: r26298
1999-04-08 17:20:31 +00:00
Geoff Berry
825bd5ae6f
natInetAddress.cc (lookup): Fix typo (AF_INET16 -> AF_INET6).
...
1999-04-08 Geoff Berry <gcb@gnu.org>
* natInetAddress.cc (lookup): Fix typo (AF_INET16 -> AF_INET6).
* natPlainSocketImpl.cc (accept): Add missing else if check
for AF_INET6.
From-SVN: r26297
1999-04-08 13:22:59 +00:00
Mark Mitchell
3fc5037bd1
* search.c (template_self_reference_p): Tweak.
...
From-SVN: r26296
1999-04-08 13:05:50 +00:00
Tom Tromey
c86e69b2f9
Long.java (parseLong): Corrected overflow detection code.
...
* java/lang/Long.java (parseLong): Corrected overflow detection
code.
* java/lang/Integer.java (parseInt): Corrected overflow detection
code.
From-SVN: r26295
1999-04-08 11:57:28 +00:00
Tom Tromey
e086449d2a
PrintStream.java (print): Handle null string argument.
...
* java/io/PrintStream.java (print): Handle null string argument.
(println): Likewise.
From-SVN: r26294
1999-04-08 11:41:01 +00:00
Nick Clifton
36ba9cb8d2
Undo previous delta - always display large constants in decimal.
...
From-SVN: r26293
1999-04-08 10:16:12 +00:00
Ovidiu Predescu
09608fa2b0
Updated the URL to Boehm's GC page.
...
From-SVN: r26292
1999-04-08 09:23:35 +00:00
Kaveh R. Ghazi
64ccbc9931
configure.in (host_xm_file, [...]): Include hwint.h.
...
* configure.in (host_xm_file, build_xm_file): Include hwint.h.
Use case statements instead of "if test -a ... -a ... -a ..."
* machmode.h: Don't define HOST_WIDE_INT, etc. Wrap use of
HOST_WIDE_INT in #ifdef.
* mips.h: Include hwint.h instead of providing definitions for
HOST_WIDE_INT, etc. Wrap uses of HOST_WIDE_INT in #ifdef.
From-SVN: r26291
1999-04-08 07:27:38 +00:00
Manfred Hollstein
4410d49162
�
...
Update my email address.
From-SVN: r26290
1999-04-08 03:55:08 +00:00
Jason Merrill
647f28dd61
tweak
...
From-SVN: r26289
1999-04-07 23:52:31 -04:00
John Wehle
e4ad100384
i386.md (truncdfsf2, [...]): Rewrite using a splitter.
...
* i386.md (truncdfsf2, truncxfsf2,
truncxfdf2): Rewrite using a splitter.
From-SVN: r26288
1999-04-08 03:19:00 +00:00
Jeff Law
8f401e4fe3
Daily bump.
...
From-SVN: r26287
1999-04-07 18:45:09 -06:00
Art Haas
0385ba5773
freebsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Avoid ambigious else statement.
...
* freebsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Avoid ambigious
else statement.
* gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
* linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
* openbsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r26286
1999-04-07 18:32:14 -06:00
Jeffrey A Law
098f2a1e95
h8300.c (h8300_adjust_insn_length): Also avoid recognizing ADDR_VEC and ADDR_DIFF_VEC insns.
...
* h8300.c (h8300_adjust_insn_length): Also avoid recognizing
ADDR_VEC and ADDR_DIFF_VEC insns.
From-SVN: r26285
1999-04-07 17:17:52 -06:00
Jim Wilson
1eaa8ab08f
Enable nonlocal goto testcase for i960.
...
* execute/920501-7.c (main): Delete __I960__ ifndef.
From-SVN: r26284
1999-04-07 16:11:06 -07:00
Jeffrey A Law
47cf37f924
h8300.c (h8300_adjust_insn_length): Avoid trying to recognize USE, CLOBBER or SEQUENCE insns.
...
* h8300.c (h8300_adjust_insn_length): Avoid trying to recognize
USE, CLOBBER or SEQUENCE insns.
* unroll.c (unroll_loop): For HAVE_cc0 machines, adjust copy_end_luid
to account for the uncopied insn that sets cc0 at the end of the loop.
From-SVN: r26283
1999-04-07 17:07:06 -06:00
Jim Wilson
a45f333130
Patch to make nested functions and non-local gotos work.
...
* i960/i960.c (i960_function_prologue): Don't save static chain
pointer.
* i960/i960.h (STACK_CHAIN_REGNUM): Change from r3 to g12.
(TRAMPOLINE_TEMPLATE): Likewise.
(FRAME_POINTER_REQUIRED): Check current_function_has_nonlocal_goto.
* i960/i960.md (nonlocal_goto): Rewrite.
From-SVN: r26282
1999-04-07 16:03:01 -07:00
Warren Levy
9a566c0926
natString.cc (init(jbyteArray,jint,jint,jstring)): Set count to 0 when InputStreamReader returns -1 for EOF.
...
* java/lang/natString.cc (init(jbyteArray,jint,jint,jstring)):
Set count to 0 when InputStreamReader returns -1 for EOF.
From-SVN: r26273
1999-04-07 19:31:01 +00:00
Tom Tromey
dc4618f922
mauve-libgcj: Omit java.text.Collator, java.text.RuleBasedCollator.
...
* mauve-libgcj: Omit java.text.Collator,
java.text.RuleBasedCollator.
From-SVN: r26265
1999-04-07 14:42:43 +00:00
Tom Tromey
75bbfcfa86
Initial revision
...
From-SVN: r26264
1999-04-07 14:42:42 +00:00
Tom Tromey
ee9dd3721b
Initial revision
...
From-SVN: r26263
1999-04-07 14:42:40 +00:00
Philip Blundell
140fa895c6
check for __ELF__ not __elf__
...
From-SVN: r26262
1999-04-07 13:53:22 +00:00
Jeffrey A Law
94d5c4563f
unroll.c (copy_loop_body): Always ensure at least two insns are in the copied loop.
...
* unroll.c (copy_loop_body): Always ensure at least two insns
are in the copied loop.
From-SVN: r26261
1999-04-07 07:22:29 -06:00
Catherine Moore
6ed173d03b
elf.h (MAKE_DECL_ONE_ONLY): Define.
...
* config/mips/elf.h (MAKE_DECL_ONE_ONLY): Define.
(UNIQUE_SECTION_P): Define.
From-SVN: r26260
1999-04-07 08:59:53 -04:00
Bruce Korb
12408bb3aa
Remove dynamic content from generated files
...
From-SVN: r26259
1999-04-07 11:50:49 +00:00
John Wehle
61a1397b06
i386.c (output_move_memory): Remove.
...
* i386.c (output_move_memory): Remove.
* i386.h: Likewise.
* i386.md (movsi, movhi, movstricthi, movqi, movstrictqi,
movsf, movdf, movxf, movdi): Check no_new_pseudos instead
of (reload_in_progress | reload_completed).
From-SVN: r26258
1999-04-07 10:25:42 +00:00
Tom Tromey
1530be84fc
Cygnus/libgcj changes to Boehm GC.
...
From-SVN: r26257
1999-04-07 08:01:42 +00:00
Tom Tromey
537cff9c87
Initial revision
...
From-SVN: r26256
1999-04-07 08:01:41 +00:00
Tom Tromey
090aab5650
Initial revision
...
From-SVN: r26255
1999-04-07 08:01:40 +00:00
Tom Tromey
2f5f7a08c8
Initial revision
...
From-SVN: r26254
1999-04-07 08:01:39 +00:00
Tom Tromey
18a4bc4eab
Initial revision
...
From-SVN: r26253
1999-04-07 08:01:38 +00:00
Tom Tromey
d048a803cf
Initial revision
...
From-SVN: r26252
1999-04-07 08:01:37 +00:00
Tom Tromey
fdcddcb1df
Initial revision
...
From-SVN: r26251
1999-04-07 08:01:36 +00:00
Tom Tromey
21a6f56df7
Initial revision
...
From-SVN: r26250
1999-04-07 08:01:35 +00:00
Tom Tromey
b6009c6ed6
Initial revision
...
From-SVN: r26249
1999-04-07 08:01:34 +00:00
Tom Tromey
2dc1801226
Initial revision
...
From-SVN: r26248
1999-04-07 08:01:32 +00:00