OSDN Git Service

pf3gnuchains/gcc-fork.git
25 years ago * collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place
law [Sat, 10 Apr 1999 04:27:16 +0000 (04:27 +0000)]
    * collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place
        of the DIR_SEPARATOR test.
        Consider any file starting with a drivename to be absolute.
        If the absolute filename test fails and EXECUTABLE_SUFFIX is
        defined, append EXECUTABLE_SUFFIX to the file and try again.
        * cppinit.c (base_name): Use HAVE_DOS_BASED_FILE_SYSTEM
        in place of __MSDOS__ and _WIN32.
        * cppfiles.c (simplify_pathname): Likewise.
        * gcc.c (IS_DIR_SEPARATOR): Define new macro. Returns true if a
        character is a directory separator.
        (find_a_file): Use it.
        (convert_filename): Likewise.
        (process_command): Likewise.
        (do_spec_1): Likewise.
        (is_directory): Likewise.
        (main): Likewise.
        * prefix.c (IS_DIR_SEPARATOR): Define. Tests whether a character is
        a directory separator.
        (translate_name): Use it.
        (update_path): Change DIR_SEPARATOR_2 to DIR_SEPARATOR. Fix
        warning in block where '/' is changed to DIR_SEPARATOR.
        * i386/xm-djgpp.h (DIR_SEPARATOR): Set to '/'.
        (DIR_SEPARATOR_2): New macro. Set to '\'.
        (HAVE_DOS_BASED_FILESYS): Define.
        * i386/xm-mingw32.h: Updated copyright. Set
        DIR_SEPARATOR_2 to '/'. Define HAVE_DOS_BASED_FILE_SYSTEM.
        * i386/xm-os2.h: Likewise.
        * winnt/xm-winnt.h: Likewise.
        * i386/xm-dos.h: Likewise.  Add copyright.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26328 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * rtl.h (rebuild_jump_labels): Declare.
law [Sat, 10 Apr 1999 04:17:51 +0000 (04:17 +0000)]
    * rtl.h (rebuild_jump_labels): Declare.
        * jump.c (jump_optimize_1): Renamed from jump_optimize.  Make static.
        Add new argument MARK_LABELS_ONLY.  Quit after mark_all_labels if
        requested.
        (jump_optimize, rebuild_jump_labels): New wrapper functions for
        jump_optimize_1.
        * toplev.c (rest_of_compilation): Use rebuild_jump_labels instead of
        running the entire jump optimizer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26327 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix thinko in last ChangeLog entry.
law [Sat, 10 Apr 1999 03:45:15 +0000 (03:45 +0000)]
Fix thinko in last ChangeLog entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26326 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1999-04-09 Joseph S. Myers <jsm28@cam.ac.uk>
law [Sat, 10 Apr 1999 03:09:40 +0000 (03:09 +0000)]
1999-04-09  Joseph S. Myers  <jsm28@cam.ac.uk>
* pdp11.h (TARGET_SWITCHES): Add option to vary assembler syntax.
(TARGET_DEFAULT): Possibly use UNIX syntax.
(TARGET_UNIX_ASM, TARGET_UNIX_ASM_DEFAULT): New macros.
(REGISTER_NAMES): Use "r5" instead of "fp".
(ASM_OUTPUT_ALIGN): Use ".even" directive, and abort for any
greater alignment.
* 2bsd.h (TARGET_UNIX_ASM_DEFAULT): Default to UNIX assembler
syntax for 2BSD.
* pdp11.c (output_ascii): Use working syntax for ".byte".
(print_operand_address): Use "*" instead of "@" when using UNIX
assembler syntax.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26325 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * rtl.h (local_alloc): Returns an integer now.
law [Sat, 10 Apr 1999 02:55:36 +0000 (02:55 +0000)]
    * rtl.h (local_alloc): Returns an integer now.
        * local-alloc.c (recorded_label_ref): New file scoped variable.
        (local_alloc): Initialize recorded_label_ref to zero.  Return its
        value when local allocation has completed.
        (update_equiv_regs); If we create an equivalence for a LABEL_REF,
        set recorded_label_ref.
        * toplev.c (rest_of_compilation): Run the loop optimizer after
        register allocation and reloading if needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26324 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Sat, 10 Apr 1999 00:45:04 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26323 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
law [Fri, 9 Apr 1999 22:26:17 +0000 (22:26 +0000)]
  Mon Dec 14 09:55:50 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26322 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * i386/gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Fix typo.
law [Fri, 9 Apr 1999 20:31:32 +0000 (20:31 +0000)]
    * i386/gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Fix typo.
        * i386/freebsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26321 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix comments/ChangeLog entry for last night's change.
law [Fri, 9 Apr 1999 20:15:39 +0000 (20:15 +0000)]
Fix comments/ChangeLog entry for last night's change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26320 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1999-04-09 22:58 -0400 Zack Weinberg <zack@rabi.columbia.edu>
zack [Fri, 9 Apr 1999 20:02:39 +0000 (20:02 +0000)]
1999-04-09 22:58 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* cpphash.c (special_symbol): When expanding __LINE__, use the
top file buffer, not the top buffer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26319 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoTue Apr 6 15:15:51 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Fri, 9 Apr 1999 16:26:33 +0000 (16:26 +0000)]
Tue Apr  6 15:15:51 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
        * parse.y (patch_assignment): Added ArrayStoreException runtime
        check.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26318 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * decl.c (make_typename_type): Complain if we don't find a type
mmitchel [Fri, 9 Apr 1999 16:05:47 +0000 (16:05 +0000)]
* decl.c (make_typename_type): Complain if we don't find a type
when trying to make a typename type for a non-template type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26317 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix bad cut and paste of ChangeLog entry.
mrs [Fri, 9 Apr 1999 14:57:21 +0000 (14:57 +0000)]
Fix bad cut and paste of ChangeLog entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26316 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix for make check with relative srcdir path.
wilson [Fri, 9 Apr 1999 13:49:23 +0000 (13:49 +0000)]
Fix for make check with relative srcdir path.
* Makefile.in (check-g++, check-gcc, check-g77, check-objc): Add
cd .. to TCL_LIBRARY command.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26315 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoPrevent warning about redefinition of SUBTARGET_CPU_DEFAULT
nickc [Fri, 9 Apr 1999 13:07:56 +0000 (13:07 +0000)]
Prevent warning about redefinition of SUBTARGET_CPU_DEFAULT

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26314 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * decl.c (start_decl): Pass attributes to grokdeclarator.
jason [Fri, 9 Apr 1999 12:44:53 +0000 (12:44 +0000)]
* decl.c (start_decl): Pass attributes to grokdeclarator.
(grokdeclarator): Handle attributes on constructor-syntax
initializers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26313 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * c-common.c (decl_attributes, A_INIT_PRIORITY): Allow arrays
jason [Fri, 9 Apr 1999 12:43:24 +0000 (12:43 +0000)]
* c-common.c (decl_attributes, A_INIT_PRIORITY): Allow arrays
of classes, too.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26312 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * libjava.mauve/mauve.exp (KEYS): Default to libgcj.
warrenl [Fri, 9 Apr 1999 11:44:38 +0000 (11:44 +0000)]
* libjava.mauve/mauve.exp (KEYS): Default to libgcj.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26311 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * libjava.compile/plusplus.java: New file.
tromey [Fri, 9 Apr 1999 10:45:10 +0000 (10:45 +0000)]
* libjava.compile/plusplus.java: New file.
From MoT <Sebastien.Villemot@ens.fr>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26310 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
tromey [Fri, 9 Apr 1999 09:01:35 +0000 (09:01 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26309 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * rs6000.c (rs6000_override_options, ptt, rs6000_file_start,
ghazi [Fri, 9 Apr 1999 07:45:00 +0000 (07:45 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26308 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * expr.c (expand_expr, case ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF):
law [Fri, 9 Apr 1999 01:35:36 +0000 (01:35 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26307 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * flow.c (delete_unreachable_blocks): Do not require an edge to
law [Fri, 9 Apr 1999 01:23:05 +0000 (01:23 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26306 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Fri, 9 Apr 1999 00:45:06 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26305 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * cse.c (flush_hash_table): New function.
law [Fri, 9 Apr 1999 00:29:45 +0000 (00:29 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26304 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix spelling and spaces
mrs [Thu, 8 Apr 1999 23:01:07 +0000 (23:01 +0000)]
Fix spelling and spaces

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26303 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoupdate
jason [Thu, 8 Apr 1999 22:03:08 +0000 (22:03 +0000)]
update

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26302 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix spelling errors and spaces
mrs [Thu, 8 Apr 1999 20:52:09 +0000 (20:52 +0000)]
Fix spelling errors and spaces

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26301 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands
mmitchel [Thu, 8 Apr 1999 20:16:51 +0000 (20:16 +0000)]
* error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands
don't have types.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26300 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * loop.c (strength_reduce): Re-enable Joern's loop improvements.
law [Thu, 8 Apr 1999 18:21:29 +0000 (18:21 +0000)]
    * loop.c (strength_reduce): Re-enable Joern's loop improvements.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26299 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix typo
mrs [Thu, 8 Apr 1999 17:20:31 +0000 (17:20 +0000)]
Fix typo

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26298 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1999-04-08 Geoff Berry <gcb@gnu.org>
tromey [Thu, 8 Apr 1999 13:22:59 +0000 (13:22 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26297 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * search.c (template_self_reference_p): Tweak.
mmitchel [Thu, 8 Apr 1999 13:05:50 +0000 (13:05 +0000)]
* search.c (template_self_reference_p): Tweak.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26296 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * java/lang/Long.java (parseLong): Corrected overflow detection
tromey [Thu, 8 Apr 1999 11:57:28 +0000 (11:57 +0000)]
* java/lang/Long.java (parseLong): Corrected overflow detection
code.
* java/lang/Integer.java (parseInt): Corrected overflow detection
code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26295 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * java/io/PrintStream.java (print): Handle null string argument.
tromey [Thu, 8 Apr 1999 11:41:01 +0000 (11:41 +0000)]
* java/io/PrintStream.java (print): Handle null string argument.
(println): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26294 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoUndo previous delta - always display large constants in decimal.
nickc [Thu, 8 Apr 1999 10:16:12 +0000 (10:16 +0000)]
Undo previous delta - always display large constants in decimal.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26293 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoUpdated the URL to Boehm's GC page.
ovidiu [Thu, 8 Apr 1999 09:23:35 +0000 (09:23 +0000)]
Updated the URL to Boehm's GC page.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26292 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * configure.in (host_xm_file, build_xm_file): Include hwint.h.
ghazi [Thu, 8 Apr 1999 07:27:38 +0000 (07:27 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26291 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
manfred [Thu, 8 Apr 1999 03:55:08 +0000 (03:55 +0000)]

Update my email address.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26290 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agotweak
jason [Thu, 8 Apr 1999 03:52:31 +0000 (03:52 +0000)]
tweak

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26289 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * i386.md (truncdfsf2, truncxfsf2,
wehle [Thu, 8 Apr 1999 03:19:00 +0000 (03:19 +0000)]
* i386.md (truncdfsf2, truncxfsf2,
truncxfdf2): Rewrite using a splitter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26288 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Thu, 8 Apr 1999 00:45:09 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26287 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * freebsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Avoid ambigious
law [Thu, 8 Apr 1999 00:32:14 +0000 (00:32 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26286 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * h8300.c (h8300_adjust_insn_length): Also avoid recognizing
law [Wed, 7 Apr 1999 23:17:52 +0000 (23:17 +0000)]
    * h8300.c (h8300_adjust_insn_length): Also avoid recognizing
        ADDR_VEC and ADDR_DIFF_VEC insns.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26285 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoEnable nonlocal goto testcase for i960.
wilson [Wed, 7 Apr 1999 23:11:06 +0000 (23:11 +0000)]
Enable nonlocal goto testcase for i960.
* execute/920501-7.c (main): Delete __I960__ ifndef.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26284 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * h8300.c (h8300_adjust_insn_length): Avoid trying to recognize
law [Wed, 7 Apr 1999 23:07:06 +0000 (23:07 +0000)]
   * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26283 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoPatch to make nested functions and non-local gotos work.
wilson [Wed, 7 Apr 1999 23:03:01 +0000 (23:03 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26282 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * java/lang/natString.cc (init(jbyteArray,jint,jint,jstring)):
warrenl [Wed, 7 Apr 1999 19:31:01 +0000 (19:31 +0000)]
* java/lang/natString.cc (init(jbyteArray,jint,jint,jstring)):
Set count to 0 when InputStreamReader returns -1 for EOF.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26273 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * mauve-libgcj: Omit java.text.Collator,
tromey [Wed, 7 Apr 1999 14:42:43 +0000 (14:42 +0000)]
* mauve-libgcj: Omit java.text.Collator,
java.text.RuleBasedCollator.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26265 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 14:42:42 +0000 (14:42 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26264 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 14:42:40 +0000 (14:42 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26263 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agocheck for __ELF__ not __elf__
nickc [Wed, 7 Apr 1999 13:53:22 +0000 (13:53 +0000)]
check for __ELF__ not __elf__

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26262 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * unroll.c (copy_loop_body): Always ensure at least two insns
law [Wed, 7 Apr 1999 13:22:29 +0000 (13:22 +0000)]
    * unroll.c (copy_loop_body): Always ensure at least two insns
        are in the copied loop.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26261 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * config/mips/elf.h (MAKE_DECL_ONE_ONLY): Define.
clm [Wed, 7 Apr 1999 12:59:53 +0000 (12:59 +0000)]
   * config/mips/elf.h (MAKE_DECL_ONE_ONLY): Define.
        (UNIQUE_SECTION_P): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26260 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoRemove dynamic content from generated files
korbb [Wed, 7 Apr 1999 11:50:49 +0000 (11:50 +0000)]
Remove dynamic content from generated files

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26259 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * i386.c (output_move_memory): Remove.
wehle [Wed, 7 Apr 1999 10:25:42 +0000 (10:25 +0000)]
* 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).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26258 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoCygnus/libgcj changes to Boehm GC.
tromey [Wed, 7 Apr 1999 08:01:42 +0000 (08:01 +0000)]
Cygnus/libgcj changes to Boehm GC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26257 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:41 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26256 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:40 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26255 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:39 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26254 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:38 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26253 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:37 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26252 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:36 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26251 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:35 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26250 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:34 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26249 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:32 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26248 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:31 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26247 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:30 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26246 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:29 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26245 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoInitial revision
tromey [Wed, 7 Apr 1999 08:01:27 +0000 (08:01 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26244 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * ansify.c (die): Specify void argument.
ghazi [Wed, 7 Apr 1999 06:48:36 +0000 (06:48 +0000)]
    * ansify.c (die): Specify void argument.
        * intdoc.c (family_name, dumpgen, dumpspec, dumpimp,
        argument_info_ptr, argument_info_string, argument_name_ptr,
        argument_name_string, elaborate_if_complex,
        elaborate_if_maybe_complex, elaborate_if_real, print_type_string):
        Const-ify a char*.
        (main): Mark parameter `argv' with ATTRIBUTE_UNUSED.
        (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
        _ffeintrin_imp_, cc_pair, descriptions, summaries): Const-ify a char*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26243 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix copyright date.
law [Wed, 7 Apr 1999 04:46:54 +0000 (04:46 +0000)]
Fix copyright date.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26242 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix trivial formatting buglet in each file.
law [Wed, 7 Apr 1999 04:42:42 +0000 (04:42 +0000)]
Fix trivial formatting buglet in each file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26241 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
law [Wed, 7 Apr 1999 04:32:04 +0000 (04:32 +0000)]
   * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
       specified by target.
Also add missing ChangeLog entries for changes that we installed long ago...

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26240 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoAdd new tests.
law [Wed, 7 Apr 1999 04:29:03 +0000 (04:29 +0000)]
Add new tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26239 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoSync
law [Wed, 7 Apr 1999 04:24:20 +0000 (04:24 +0000)]
Sync
* Add symcat file.
* libiberty.h expose basename prototype on more systems

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26238 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoResync
law [Wed, 7 Apr 1999 03:36:42 +0000 (03:36 +0000)]
Resync
* mh-windows disappears
* Build more stuff on cygwin.  Use default CFLAGS/CXXFLAGS

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26237 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoChanges from official libiberty sources.
law [Wed, 7 Apr 1999 03:31:24 +0000 (03:31 +0000)]
Changes from official libiberty sources.
* Missing ChangeLog entries.
* Some java demangling stuff
* More cygwin32->cygwin related changes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26236 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * configure.in: Check cygwin*, not cygwin32*.
law [Wed, 7 Apr 1999 03:27:25 +0000 (03:27 +0000)]
    * configure.in: Check cygwin*, not cygwin32*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26235 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoBring over lost changes from Cygnus's directory.
law [Wed, 7 Apr 1999 03:20:00 +0000 (03:20 +0000)]
Bring over lost changes from Cygnus's directory.
* Missing ChangeLog entries.
* Whitespace fixes.
* Enable multilib by default
* One stl fix (#ifdef -> #if)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26234 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * alpha.c (alpha_end_function): Don't flag weak functions.
rth [Wed, 7 Apr 1999 03:19:35 +0000 (03:19 +0000)]
    * alpha.c (alpha_end_function): Don't flag weak functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26233 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * alpha.c (reg_no_subreg_operand): New function.
rth [Wed, 7 Apr 1999 03:18:52 +0000 (03:18 +0000)]
    * alpha.c (reg_no_subreg_operand): New function.
        * alpha.h (PREDICATE_CODES): Add it.
        * alpha.md (floatdi?f patterns): Use it for op1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26232 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * expr.c (expand_builtin) [BUILT_IN_RETURN_ADDRESS]: Use
rth [Wed, 7 Apr 1999 02:14:06 +0000 (02:14 +0000)]
    * expr.c (expand_builtin) [BUILT_IN_RETURN_ADDRESS]: Use
        copy_to_mode_reg; don't force constants into a register.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26231 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Wed, 7 Apr 1999 00:45:32 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26230 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * toplev.c (compile_file): Typo flow_dump -> flow2_dump.
rth [Tue, 6 Apr 1999 22:56:16 +0000 (22:56 +0000)]
    * toplev.c (compile_file): Typo flow_dump -> flow2_dump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26229 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * Makefile.in (TREE_H): Add tree-check.h.
law [Tue, 6 Apr 1999 22:22:07 +0000 (22:22 +0000)]
    * Makefile.in (TREE_H): Add tree-check.h.
        (RTL_H): Add genrtl.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26228 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * pdp11.c (simple_memory_operand): Add default case in switch.
law [Tue, 6 Apr 1999 22:13:57 +0000 (22:13 +0000)]
    * pdp11.c (simple_memory_operand): Add default case in switch.
        * pdp11.h (TARGET_SWITCHES): Add help strings.
        (NOTICE_UPDATE_CC): Don't include excess argument to format.
        (ASM_OUTPUT_DOUBLE_INT): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26227 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * flow.c (verify_flow_info): New function.
rth [Tue, 6 Apr 1999 22:10:53 +0000 (22:10 +0000)]
    * flow.c (verify_flow_info): New function.
        (find_basic_blocks): Call it if ENABLE_CHECKING.
        (merge_blocks): Don't merge if there are non-deletable labels.
        * toplev.c (fatal_insn): Allow a printf-style arg list.
        * toplev.h (fatal_insn): Update prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26226 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * expr.c (expand_builtin_setjmp): Put setjmp return label on
rth [Tue, 6 Apr 1999 22:10:24 +0000 (22:10 +0000)]
    * expr.c (expand_builtin_setjmp): Put setjmp return label on
        nonlocal_goto_handler_labels for flow.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26225 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoRegression test for current cpplib bug.
zack [Tue, 6 Apr 1999 21:31:13 +0000 (21:31 +0000)]
Regression test for current cpplib bug.
Should not fail if you are using cccp.
Expect it to fail if you are using cpplib.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26224 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoYA spurious-uninitialized-variable-warning test
zack [Tue, 6 Apr 1999 18:11:08 +0000 (18:11 +0000)]
YA spurious-uninitialized-variable-warning test

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26223 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoJan Hubicka <hubicka@paru.cas.cz>
rth [Tue, 6 Apr 1999 16:21:09 +0000 (16:21 +0000)]
Jan Hubicka  <hubicka@paru.cas.cz>
        * flow.c (split_edge) update correctly flow graph, disable
        EDGE_CRITICAL flag on the split edge, update NUSES for new label.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26222 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use XWINT not XINT.
rth [Tue, 6 Apr 1999 15:49:17 +0000 (15:49 +0000)]
    * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use XWINT not XINT.
        Clear third and following slots, if they exist.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26221 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * flow.c (create_basic_block): Make sure the bb note is in the block.
rth [Tue, 6 Apr 1999 15:45:55 +0000 (15:45 +0000)]
    * flow.c (create_basic_block): Make sure the bb note is in the block.
        (can_delete_note_p): Rename from delete_note_p.
        (delete_insn_chain): Preserve undeleteable labels too.
        (tidy_fallthru_edge): Use next_real_insn instead of confusing
        inline code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26220 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * cp-tree.h (BASELINK_P): New macro.
mmitchel [Tue, 6 Apr 1999 14:38:08 +0000 (14:38 +0000)]
* cp-tree.h (BASELINK_P): New macro.
(SET_BASELINK_P): Likewise.
* init.c (build_member_call): Remove needless assignment in if
statement.
* search.c (lookup_field_r): Fix handling when we are looking
specifically for a type; these are not hidden by functions and
variables.
(lookup_member): Use SET_BASELINK_P.
* tree.c (is_overloaded_fn): Use BASELINK_P.
(really_overloaed_fn): Likewise.
(get_first_fn): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26219 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
bothner [Tue, 6 Apr 1999 14:28:39 +0000 (14:28 +0000)]

* expr.c (pop_type_0):  New function.
(pop_type):  Use pop_type_0.
* java-tree.h (pop_type_0):  New declaration.
* verify.c (verify_jvm_instructions):  Check return instructions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26218 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
bothner [Tue, 6 Apr 1999 14:28:37 +0000 (14:28 +0000)]

* expr.c (pop_type_0):  New function.
(pop_type):  Use pop_type_0.
* java-tree.h (pop_type_0):  New declaration.
* verify.c (verify_jvm_instructions):  Check return instructions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26217 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago8
bothner [Tue, 6 Apr 1999 14:27:22 +0000 (14:27 +0000)]
8
* parse.y (patch_binop):  Don't fold if non-constant and emiting
class files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26216 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
bothner [Tue, 6 Apr 1999 14:27:19 +0000 (14:27 +0000)]

* parse.y (patch_binop):  Don't fold if non-constant and emiting
class files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26215 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoh
bothner [Tue, 6 Apr 1999 14:27:17 +0000 (14:27 +0000)]
h
* parse.y (patch_binop):  Don't fold if non-constant and emiting
class files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26214 138bc75d-0d04-0410-961f-82ee72b054a4