]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
25 years agocheck for Norcroft bug ; // comment remover portability
Bruce Korb [Mon, 10 May 1999 07:30:06 +0000 (07:30 +0000)] 
check for Norcroft bug ; // comment remover portability

From-SVN: r26853

25 years agoDaily bump.
Jeff Law [Mon, 10 May 1999 00:45:03 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r26852

25 years agouse small single-precision values, to avoid problem on Alphas when not -mieee
Craig Burley [Sun, 9 May 1999 23:39:03 +0000 (23:39 +0000)] 
use small single-precision values, to avoid problem on Alphas when not -mieee

From-SVN: r26851

25 years agoAdd some transitive closure
Craig Burley [Sun, 9 May 1999 22:33:09 +0000 (22:33 +0000)] 
Add some transitive closure

From-SVN: r26850

25 years agostandard-conforming error check for [de]time_.c
Donn Terry [Sun, 9 May 1999 20:03:20 +0000 (20:03 +0000)] 
standard-conforming error check for [de]time_.c

From-SVN: r26849

25 years agoHandle ERROR_MARK input
Craig Burley [Sun, 9 May 1999 19:56:58 +0000 (19:56 +0000)] 
Handle ERROR_MARK input

From-SVN: r26848

25 years agoCorrect bug-report address and point to the FAQ
Hans-Peter Nilsson [Sun, 9 May 1999 19:52:39 +0000 (19:52 +0000)] 
Correct bug-report address and point to the FAQ

From-SVN: r26847

25 years agogcse.c (cprop_insn): Do not try to simplify a simple jump.
Jeff Law [Sun, 9 May 1999 12:25:03 +0000 (06:25 -0600)] 
gcse.c (cprop_insn): Do not try to simplify a simple jump.

8
        * gcse.c (cprop_insn): Do not try to simplify a simple jump.

From-SVN: r26846

25 years agogcse.c (cprop_insn): Do not try to simplify a simple jump.
Jeff Law [Sun, 9 May 1999 12:25:00 +0000 (06:25 -0600)] 
gcse.c (cprop_insn): Do not try to simplify a simple jump.


        * gcse.c (cprop_insn): Do not try to simplify a simple jump.

From-SVN: r26845

25 years agoarm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch if necessary.
Philip Blundell [Sun, 9 May 1999 11:19:34 +0000 (11:19 +0000)] 
arm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch if necessary.

* config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch if
necessary.  Reported by jim@federated.com.

From-SVN: r26844

25 years agoDaily bump.
Jeff Law [Sun, 9 May 1999 00:45:03 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r26843

25 years agoDateFormat.java (computeInstance): Separate time and date styles.
Anthony Green [Sat, 8 May 1999 22:21:50 +0000 (22:21 +0000)] 
DateFormat.java (computeInstance): Separate time and date styles.

* java/text/DateFormat.java (computeInstance): Separate time
and date styles.
(getDateTimeInstance): Ditto.
(getDateTimeInstance(int,int)): New method.
        * Makefile.in: Rebuilt.
* Makefile.am (ordinary_java_source_files): Add new classes.
* java/util/PropertyResourceBundle.java: New file.
* gnu/gcj/util/EnumerationChain.java: New file.

From-SVN: r26842

25 years agopa.h (PRINT_OPERAND_ADDRESS): Output "%r0", not "r0" for the base register in an...
Jeffrey A Law [Sat, 8 May 1999 22:11:24 +0000 (22:11 +0000)] 
pa.h (PRINT_OPERAND_ADDRESS): Output "%r0", not "r0" for the base register in an absolute memory address.

* pa.h (PRINT_OPERAND_ADDRESS): Output "%r0", not "r0" for the
base register in an absolute memory address.
* pa.md (conditional moves): Avoid using immediate zero for
register zero.

From-SVN: r26841

25 years agop12475.C: Use LONG_MAX to find the constant to test.
Richard Henderson [Sat, 8 May 1999 16:39:18 +0000 (09:39 -0700)] 
p12475.C: Use LONG_MAX to find the constant to test.

        * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
        the constant to test.  Don't XFAIL 64-bit targets.
        * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
        * g++.old-deja/g++.law/profile1.C: Likewise.
        * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
        operator new instances.
        * g++.old-deja/g++.other/delete5.C: Likewise.

From-SVN: r26840

25 years agoarm.h (NEED_PLT_GOT): New macro.
Philip Blundell [Sat, 8 May 1999 09:40:05 +0000 (09:40 +0000)] 
arm.h (NEED_PLT_GOT): New macro.

* config/arm/arm.h (NEED_PLT_GOT): New macro.  Set to 0 if not
already defined.
* config/arm/elf.h (NEED_PLT_GOT): Define to flag_pic.
* config/arm/arm.md (call_symbol, call_value_symbol et al.): If
NEED_PLT_GOT is true, add explicit "(PLT)" to generated branches.
* config/arm/arm.c (output_func_epilogue,
output_return_instruction): Likewise for calls to abort.

From-SVN: r26839

25 years agoDonn Terry (donn@interix.com)
Donn Terry [Sat, 8 May 1999 01:58:39 +0000 (01:58 +0000)] 
Donn Terry (donn@interix.com)

Donn Terry (donn@interix.com)
        * calls.c (rtx_for_function_call): Extend function pointer being
        passed to chkr_check_exec_libfunc, if needed.

From-SVN: r26838

25 years agoDavid Edelsohn <edelsohn@gnu.org>
David Edelsohn [Sat, 8 May 1999 01:52:36 +0000 (01:52 +0000)] 
David Edelsohn <edelsohn@gnu.org>

David Edelsohn  <edelsohn@gnu.org>
        * ginclude/stdarg.h (__va_rounded_size): Use long type for
        rounding on AIX.
        * ginclude/varargs.h: Likewise.

From-SVN: r26837

25 years agoinvoke.texi: Remove duplicates in the description of -d letters.
Andreas Schwab [Sat, 8 May 1999 01:47:50 +0000 (01:47 +0000)] 
invoke.texi: Remove duplicates in the description of -d letters.

* invoke.texi: Remove duplicates in the description of -d
letters.  Fix use of @item vs. @itemx.

From-SVN: r26836

25 years agoFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
Franz Sirl [Sat, 8 May 1999 01:46:13 +0000 (01:46 +0000)] 
Franz Sirl <Franz.Sirl-kernel@lauterbach.com>

Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
        * rs6000.h (RS6000_VARARGS_OFFSET): Die die die.
        (CUMULATIVE_ARGS): Remove varargs_offset; update commentary.
        * rs6000.c (setup_incoming_varargs): Fix typo last change.
        (init_cumulative_args): Remove varargs_offset references.
        * rs6000/linux.h (NO_IMPLICIT_EXTERN_C): Define.
        (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Undefine.

From-SVN: r26835

25 years agoreload1.c (gen_mode_int): New function.
Andreas Schwab [Sat, 8 May 1999 01:34:55 +0000 (01:34 +0000)] 
reload1.c (gen_mode_int): New function.

        * reload1.c (gen_mode_int): New function.
        (reload_cse_move2add): Use it to generate the new constants.

From-SVN: r26834

25 years ago* varasm.c (output_constant): Do nothing if -fsyntax-only.
Andreas Schwab [Sat, 8 May 1999 01:25:41 +0000 (01:25 +0000)] 
* varasm.c (output_constant): Do nothing if -fsyntax-only.

From-SVN: r26833

25 years agoDaily bump.
Jeff Law [Sat, 8 May 1999 00:45:07 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r26832

25 years agoUpdate robertl's email address.
Robert Lipe [Fri, 7 May 1999 21:50:25 +0000 (21:50 +0000)] 
Update robertl's email address.

From-SVN: r26831

25 years agoacconfig.h (GCJVERSION): New undef.
Tom Tromey [Fri, 7 May 1999 18:44:38 +0000 (18:44 +0000)] 
acconfig.h (GCJVERSION): New undef.

* acconfig.h (GCJVERSION): New undef.
* java/lang/natSystem.cc (init_properties): Define java.version,
java.class.version, os.name, os.arch, os.version.
Include <sys/utsname.h> if required.
* configure: Rebuilt.
* configure.in: Compute and define GCJVERSION.
* java/lang/natSystem.cc (default_file_encoding): Now static.

From-SVN: r26830

25 years ago* java/lang/natCharacter.cc (isLowerCase): Use a binary search.
Tom Tromey [Fri, 7 May 1999 17:39:52 +0000 (17:39 +0000)] 
* java/lang/natCharacter.cc (isLowerCase): Use a binary search.

From-SVN: r26829

25 years agolibtool-version: New file.
Tom Tromey [Fri, 7 May 1999 17:00:51 +0000 (17:00 +0000)] 
libtool-version: New file.

* libtool-version: New file.
* Makefile.in: Rebuilt.
* Makefile.am (libgcj_la_LDFLAGS): Use -version-info, not
-release.

From-SVN: r26828

25 years agomauve-libgcj: Don't omit Utf8Encoding or StringTest.
Tom Tromey [Fri, 7 May 1999 16:41:11 +0000 (16:41 +0000)] 
mauve-libgcj: Don't omit Utf8Encoding or StringTest.

* mauve-libgcj: Don't omit Utf8Encoding or StringTest.
Comment out FieldPosition, ParsePosition, and SimpleDateFormat
again (oops).

From-SVN: r26827

25 years agomauve-libgcj: Test more from java.text.
Tom Tromey [Fri, 7 May 1999 16:20:48 +0000 (16:20 +0000)] 
mauve-libgcj: Test more from java.text.

* mauve-libgcj: Test more from java.text.  Don't mention 1.1 tests
(we pick those up already).

From-SVN: r26826

25 years agosparc.h (GO_IF_LEGITIMATE_ADDRESS): Prohibit REG+REG addressing for TFmode when there...
Vladimir Makarov [Fri, 7 May 1999 16:20:37 +0000 (16:20 +0000)] 
sparc.h (GO_IF_LEGITIMATE_ADDRESS): Prohibit REG+REG addressing for TFmode when there are no instructions which...

Fri May  7 19:10:15 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
* sparc.h (GO_IF_LEGITIMATE_ADDRESS): Prohibit REG+REG addressing
  for TFmode when there are no instructions which accept REG+REG
  instructions.

From-SVN: r26825

25 years agoFix mips16 libstdc++ builds. Fix inconsistency from Apr 7 change.
Jim Wilson [Fri, 7 May 1999 12:42:05 +0000 (12:42 +0000)] 
Fix mips16 libstdc++ builds.  Fix inconsistency from Apr 7 change.

* mips/elf64.h (MAKE_DECL_ONE_ONLY, UNIQUE_SECTION_P): Define.
* mips/mips.c (mips_select_rtx_section): When TARGET_MIPS16, use
function_section instead of text_section.
* mips/mips.h (ENCODE_SECTION_INFO): Add check for UNIQUE_SECTION_P
in TARGET_MIPS16 STRING_CST handling.

From-SVN: r26824

25 years agoDESTDIR is already trimmed to the correct directory
Rainer Orth [Fri, 7 May 1999 11:22:05 +0000 (11:22 +0000)] 
DESTDIR is already trimmed to the correct directory

From-SVN: r26823

25 years agofix memory leak in run_compiles
Rainer Orth [Fri, 7 May 1999 11:09:31 +0000 (11:09 +0000)] 
fix memory leak in run_compiles

From-SVN: r26822

25 years agoUpdate.
Ulrich Drepper [Fri, 7 May 1999 10:16:23 +0000 (10:16 +0000)] 
Update.

From-SVN: r26821

25 years ago(class basic_string::Rep): Make release member function thread-safe for
Ulrich Drepper [Fri, 7 May 1999 10:16:09 +0000 (10:16 +0000)] 
(class basic_string::Rep): Make release member function thread-safe for
ix86 (x>=4) and UltraSPARC.

From-SVN: r26820

25 years agoUpdate.
Ulrich Drepper [Fri, 7 May 1999 10:14:34 +0000 (10:14 +0000)] 
Update.

From-SVN: r26819

25 years agoMake it possible to compile with __USE_MALLOC.
Ulrich Drepper [Fri, 7 May 1999 10:13:49 +0000 (10:13 +0000)] 
Make it possible to compile with __USE_MALLOC.

From-SVN: r26818

25 years agoApply patch from Nick Burrett <nick.burrett@btinternet.com>
Nick Clifton [Fri, 7 May 1999 10:02:49 +0000 (10:02 +0000)] 
Apply patch from Nick Burrett  <nick.burrett@btinternet.com>
to implementn -mpoke-function-name

From-SVN: r26817

25 years agonew
Jason Merrill [Fri, 7 May 1999 09:54:10 +0000 (05:54 -0400)] 
new

From-SVN: r26816

25 years agoinit.c (resolve_offset_ref): Don't return a raw method.
Jason Merrill [Fri, 7 May 1999 09:47:57 +0000 (09:47 +0000)] 
init.c (resolve_offset_ref): Don't return a raw method.

* init.c (resolve_offset_ref): Don't return a raw method.
Use BASELINK_P.
* typeck.c (decay_conversion): Don't handle a raw method.
Resolve all OFFSET_REFs.
(get_member_function_from_ptrfunc): 0 is a valid vtable index.
(build_binary_op_nodefault): Handle resolving overloaded fns.  Use
same_type_p for pmf bits.  Don't use build_binary_op to compare
raw pointers to methods.
(convert_for_assignment): Check for OFFSET_REF, not OFFSET_TYPE,
to decide when to call resolve_offset_ref.
(build_c_cast, convert_for_initialization): Likewise.
* cvt.c (build_expr_type_conversion): Likewise.

From-SVN: r26815

25 years agodon't \-escape the cd command + format fix
Rainer Orth [Fri, 7 May 1999 08:44:46 +0000 (08:44 +0000)] 
don't \-escape the cd command + format fix

From-SVN: r26814

25 years agodon't \\-escape the cd command + format fix
Rainer Orth [Fri, 7 May 1999 08:42:27 +0000 (08:42 +0000)] 
don't \\-escape the cd command + format fix

From-SVN: r26813

25 years agoDaily bump.
Jeff Law [Fri, 7 May 1999 00:45:02 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r26812

25 years agoresource.c (mark_referenced_resources): Make volatil monotonically increasing.
Mark Mitchell [Thu, 6 May 1999 23:29:23 +0000 (23:29 +0000)] 
resource.c (mark_referenced_resources): Make volatil monotonically increasing.

* resource.c (mark_referenced_resources): Make volatil
monotonically increasing.
(mark_set_resources): Likewise.

From-SVN: r26811

25 years agoFix tege's address.
Jeff Law [Thu, 6 May 1999 23:29:01 +0000 (17:29 -0600)] 
Fix tege's address.

From-SVN: r26810

25 years agoFix typo. redudant -> redundant
Jeff Law [Thu, 6 May 1999 21:20:00 +0000 (15:20 -0600)] 
Fix typo.  redudant -> redundant

From-SVN: r26809

25 years agoFred Fish <fnf@be.com>
Fred Fish [Thu, 6 May 1999 20:57:01 +0000 (20:57 +0000)] 
Fred Fish <fnf@be.com>

Fred Fish  <fnf@be.com>
        * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
        * getruntime.c: Only attempt to include sys/resource.h and
        use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
        are defined.

From-SVN: r26808

25 years agoFred Fish <fnf@be.com>
Fred Fish [Thu, 6 May 1999 20:04:33 +0000 (20:04 +0000)] 
Fred Fish <fnf@be.com>

Fred Fish  <fnf@be.com>
        * rs6000/xm-beos.h (HAVE_VPRINTF): Don't redefine if already defined.
        (HAVE_PUTENV, HAVE_ATEXIT, HAVE_RENAME): Likewise.

From-SVN: r26807

25 years agodoc improvements
Craig Burley [Thu, 6 May 1999 09:46:21 +0000 (09:46 +0000)] 
doc improvements

From-SVN: r26806

25 years agoupdate derived files
Craig Burley [Thu, 6 May 1999 05:31:41 +0000 (01:31 -0400)] 
update derived files

From-SVN: r26805

25 years agoupdate derived files
Craig Burley [Thu, 6 May 1999 05:31:40 +0000 (01:31 -0400)] 
update derived files

From-SVN: r26804

25 years agoautomatic arrays reportedly working on HP-UX systems
Craig Burley [Thu, 6 May 1999 05:28:16 +0000 (05:28 +0000)] 
automatic arrays reportedly working on HP-UX systems

From-SVN: r26803

25 years agoexpand on advantages vis-a-vis f2c
Craig Burley [Thu, 6 May 1999 05:26:27 +0000 (05:26 +0000)] 
expand on advantages vis-a-vis f2c

From-SVN: r26802

25 years ago* call.c (build_new_method_call): Use TYPE_MAIN_VARIANT of class.
Nathan Sidwell [Thu, 6 May 1999 03:09:52 +0000 (03:09 +0000)] 
* call.c (build_new_method_call): Use TYPE_MAIN_VARIANT of class.

From-SVN: r26801

25 years agoDaily bump.
Jeff Law [Thu, 6 May 1999 00:45:02 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r26800

25 years agoFix thinko.
Per Bothner [Thu, 6 May 1999 00:33:11 +0000 (17:33 -0700)] 
Fix thinko.

From-SVN: r26799

25 years agoUpdate
Per Bothner [Thu, 6 May 1999 00:27:18 +0000 (00:27 +0000)] 
Update

From-SVN: r26798

25 years agonatSystem.cc (DEFAULT_FILE_ENCODING): New macro.
Per Bothner [Thu, 6 May 1999 00:24:08 +0000 (17:24 -0700)] 
natSystem.cc (DEFAULT_FILE_ENCODING): New macro.


* java/lang/natSystem.cc (DEFAULT_FILE_ENCODING):  New macro.
(default_file_encoding):  New global, initial value is above macro.
(init_properties):  Default file.encoding to default_file_encoding.

From-SVN: r26797

25 years ago*** empty log message ***
Per Bothner [Thu, 6 May 1999 00:15:47 +0000 (17:15 -0700)] 
*** empty log message ***

From-SVN: r26796

25 years agoInflaterInputStream.java: New stub class.
Per Bothner [Thu, 6 May 1999 00:15:47 +0000 (17:15 -0700)] 
InflaterInputStream.java: New stub class.


* InflaterInputStream.java:  New stub class.
* ZipInputStream.java:  New class.  Partly works.
* ZipConstants.java:  Add two (internal) constants.
* ZipEntry.java (timeFromDOS):  New static (non-public) method.
* ZipFile.java:  Make it mostly work, except for compression.
* ZipOutputStream.java:  Start implementation.

From-SVN: r26795

25 years agoInflaterInputStream.java: New stub class.
Per Bothner [Thu, 6 May 1999 00:15:45 +0000 (17:15 -0700)] 
InflaterInputStream.java: New stub class.

8
* InflaterInputStream.java:  New stub class.
* ZipInputStream.java:  New class.  Partly works.
* ZipConstants.java:  Add two (internal) constants.
* ZipEntry.java (timeFromDOS):  New static (non-public) method.
* ZipFile.java:  Make it mostly work, except for compression.
* ZipOutputStream.java:  Start implementation.

From-SVN: r26794

25 years agoInflaterInputStream.java: New stub class.
Per Bothner [Thu, 6 May 1999 00:15:44 +0000 (17:15 -0700)] 
InflaterInputStream.java: New stub class.

e
* InflaterInputStream.java:  New stub class.
* ZipInputStream.java:  New class.  Partly works.
* ZipConstants.java:  Add two (internal) constants.
* ZipEntry.java (timeFromDOS):  New static (non-public) method.
* ZipFile.java:  Make it mostly work, except for compression.
* ZipOutputStream.java:  Start implementation.

From-SVN: r26793

25 years agoInflaterInputStream.java: New stub class.
Per Bothner [Thu, 6 May 1999 00:15:43 +0000 (17:15 -0700)] 
InflaterInputStream.java: New stub class.

u
* InflaterInputStream.java:  New stub class.
* ZipInputStream.java:  New class.  Partly works.
* ZipConstants.java:  Add two (internal) constants.
* ZipEntry.java (timeFromDOS):  New static (non-public) method.
* ZipFile.java:  Make it mostly work, except for compression.
* ZipOutputStream.java:  Start implementation.

From-SVN: r26792

25 years ago* doc/cni.sgml: Document RawData.
Per Bothner [Wed, 5 May 1999 23:15:04 +0000 (16:15 -0700)] 
* doc/cni.sgml:  Document RawData.

From-SVN: r26791

25 years agoclass.c (make_field_value): DECL_INITIAL may be a string literal...
Per Bothner [Wed, 5 May 1999 21:10:07 +0000 (14:10 -0700)] 
class.c (make_field_value): DECL_INITIAL may be a string literal...

d
* class.c (make_field_value):  DECL_INITIAL may be a string literal;
temporarily zero it while calling rest_of_decl_compilation.
* java-tree.h (string_ptr_type_node):  Add declaration.
* decl.c:  Define and initialize string_ptr_type_node.
* parse.y (patch_string_cst):  Use string_ptr_type_node.
* parse.h (LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P):  Removed.
* parse.y (for_statement):  Now unconditionally exit_block.
(finish_labeled_statement):  No longer exit_block if for-loop.
(patch_loop_statement):  Check harder if the loop is already labeled.
* parse.y (patch_initialized_static_field):  Removed function.
(maybe_generate_clinit):  Removed special handling for interfaces.
(java_complete_expand_methods):  Do a preliminary java_complete_tree
on <clinit> to determine if it can be removed.
(java_complete_expand_method):  Remove special handling for <clinit>.
(java_complete_lhs):  For BLOCK and EXPR_WITH_FILE_LOCATION
optimize if we get back empty_stmt_node.
For MODIFY_EXPR, re-do checking of static initializers.
(fold_constant_for_init):  Don't return immediate if VAR_DECL.
For VAR_DECL, pass correct context.

From-SVN: r26790

25 years agoclass.c (make_field_value): DECL_INITIAL may be a string literal...
Per Bothner [Wed, 5 May 1999 21:09:55 +0000 (14:09 -0700)] 
class.c (make_field_value): DECL_INITIAL may be a string literal...

* class.c (make_field_value):  DECL_INITIAL may be a string literal;
temporarily zero it while calling rest_of_decl_compilation.
* java-tree.h (string_ptr_type_node):  Add declaration.
* decl.c:  Define and initialize string_ptr_type_node.
* parse.y (patch_string_cst):  Use string_ptr_type_node.
* parse.h (LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P):  Removed.
* parse.y (for_statement):  Now unconditionally exit_block.
(finish_labeled_statement):  No longer exit_block if for-loop.
(patch_loop_statement):  Check harder if the loop is already labeled.
* parse.y (patch_initialized_static_field):  Removed function.
(maybe_generate_clinit):  Removed special handling for interfaces.
(java_complete_expand_methods):  Do a preliminary java_complete_tree
on <clinit> to determine if it can be removed.
(java_complete_expand_method):  Remove special handling for <clinit>.
(java_complete_lhs):  For BLOCK and EXPR_WITH_FILE_LOCATION
optimize if we get back empty_stmt_node.
For MODIFY_EXPR, re-do checking of static initializers.
(fold_constant_for_init):  Don't return immediate if VAR_DECL.
For VAR_DECL, pass correct context.

From-SVN: r26789

25 years agoverify.c (verify_jvm_instructions): Better error messages.
Per Bothner [Wed, 5 May 1999 21:09:08 +0000 (14:09 -0700)] 
verify.c (verify_jvm_instructions): Better error messages.


* verify.c (verify_jvm_instructions):  Better error messages.

From-SVN: r26788

25 years ago* install.texi (Header Dirs): s/GPLUS/GPLUSPLUS/.
Jason Merrill [Wed, 5 May 1999 20:29:36 +0000 (20:29 +0000)] 
* install.texi (Header Dirs): s/GPLUS/GPLUSPLUS/.

From-SVN: r26787

25 years ago* unroll.c (copy_loop_body): Don't copy VTOP notes from copy_notes_from.
J"orn Rennecke [Wed, 5 May 1999 15:47:48 +0000 (15:47 +0000)] 
* unroll.c (copy_loop_body): Don't copy VTOP notes from copy_notes_from.

From-SVN: r26786

25 years agoMakefile.in: Rebuilt.
Tom Tromey [Wed, 5 May 1999 14:19:24 +0000 (14:19 +0000)] 
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (CLEANFILES): Don't mention $(class_files).
(clean-local): New target
* java/lang/natRuntime.cc: Include <ltdl.h> if required.
(load, loadLibrary): Now native.
(init): New method.
* java/lang/Runtime.java (load, loadLibrary): Now native.
(init): New native method.
(Runtime): Use init.
* prims.cc: Include <ltdl.h> if required.
(JvRunMain): Call LTDL_SET_PRELOADED_SYMBOLS.

From-SVN: r26785

25 years agofunction.c (purge_addressof_replacements): Rename into purge_bitfield_addressof_repla...
Vladimir Makarov [Wed, 5 May 1999 13:30:51 +0000 (13:30 +0000)] 
function.c (purge_addressof_replacements): Rename into purge_bitfield_addressof_replacements.

Wed May  5 16:26:13 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
* function.c (purge_addressof_replacements): Rename into
  purge_bitfield_addressof_replacements.
(purge_addressof_replacements): New variable.
(purge_addressof_1): Add code for changing addressof in notes for
  field values which are extracted by usage MEM with narrower mode.
(purge_addressof): Initialize purge_bitfield_addressof_replacements.

From-SVN: r26784

25 years agoNew class.
Per Bothner [Wed, 5 May 1999 12:26:37 +0000 (05:26 -0700)] 
New class.

From-SVN: r26783

25 years agolibjava.exp (libjava_arguments): Don't use -nodefaultlibs.
Tom Tromey [Wed, 5 May 1999 11:56:28 +0000 (11:56 +0000)] 
libjava.exp (libjava_arguments): Don't use -nodefaultlibs.

* lib/libjava.exp (libjava_arguments): Don't use -nodefaultlibs.
(libjava_find_lib): Add `-L' option to find the actual library.

From-SVN: r26782

25 years agoconfigure.in: Switch from irix threads to posix threads
Gilles Zunino [Wed, 5 May 1999 11:52:03 +0000 (13:52 +0200)] 
configure.in: Switch from irix threads to posix threads

1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
* configure.in: Switch from irix threads to posix threads
* configure: Regenerate.

From-SVN: r26781

25 years agodecl2.c (start_objects): Don't let static constructors and destructors get inlined.
Mark Mitchell [Wed, 5 May 1999 11:50:03 +0000 (11:50 +0000)] 
decl2.c (start_objects): Don't let static constructors and destructors get inlined.

* decl2.c (start_objects): Don't let static constructors and
destructors get inlined.
* parse.y (nested_name_specifier): Make sure ordinary types are
complete, just like template types.
* parse.c: Regenerated.
* pt.c (check_explicit_specialization): Improve error messages.

From-SVN: r26780

25 years agoconfigure.in: Switch from irix threads to posix threads Defined IRIX_THREADS.
Gilles Zunino [Wed, 5 May 1999 11:46:18 +0000 (13:46 +0200)] 
configure.in: Switch from irix threads to posix threads Defined IRIX_THREADS.

1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
* configure.in: Switch from irix threads to posix threads
Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
for mips architecture.
* configure: Regenerate.

From-SVN: r26779

25 years agoAdd AWT stubs and incomplete classes.
Per Bothner [Wed, 5 May 1999 11:05:57 +0000 (04:05 -0700)] 
Add AWT stubs and incomplete classes.

From-SVN: r26778

25 years agoMakefile.in: Replace with automake-generated file.
Tom Tromey [Wed, 5 May 1999 10:04:39 +0000 (10:04 +0000)] 
Makefile.in: Replace with automake-generated file.

* Makefile.in: Replace with automake-generated file.
* Makefile.am: New file.
* configure: Replaced with autoconf-generated script.
* aclocal.m4: New file.
* acinclude.m4: New file.
* configure.in: New file.
* Makefile: Removed.

From-SVN: r26777

25 years agoRemove assembler dialect dependencies.
Nick Clifton [Wed, 5 May 1999 07:46:43 +0000 (07:46 +0000)] 
Remove assembler dialect dependencies.

From-SVN: r26776

25 years agogcc.c (default_compilers): Fix brace nesting bug.
Zack Weinberg [Wed, 5 May 1999 07:02:04 +0000 (07:02 +0000)] 
gcc.c (default_compilers): Fix brace nesting bug.

1999-05-05 09:58 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* gcc.c (default_compilers): Fix brace nesting bug.
* objc/lang-specs.h: Use %i, not %g.mi, for the input file
when processing an .mi file.

From-SVN: r26775

25 years agoDaily bump.
Jeff Law [Wed, 5 May 1999 00:45:03 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r26774

25 years agoInitial revision
Tom Tromey [Tue, 4 May 1999 19:30:25 +0000 (19:30 +0000)] 
Initial revision

From-SVN: r26770

25 years agoresource.c (mark_set_resources): Handle UNSPEC_VOLATILE...
Mark Mitchell [Tue, 4 May 1999 16:02:07 +0000 (16:02 +0000)] 
resource.c (mark_set_resources): Handle UNSPEC_VOLATILE...

* resource.c (mark_set_resources): Handle UNSPEC_VOLATILE,
ASM_INPUT, TRAP_IF, and ASM_OPERANDS just like in
mark_referenced_resources.

From-SVN: r26769

25 years agoC89-compliant quines
Zack Weinberg [Tue, 4 May 1999 15:15:48 +0000 (15:15 +0000)] 
C89-compliant quines

From-SVN: r26768

25 years agoactions.c (chill_expand_assignment): Use powersetlen to calculate the length of an...
Dave Brolley [Tue, 4 May 1999 11:56:26 +0000 (11:56 +0000)] 
actions.c (chill_expand_assignment): Use powersetlen to calculate the length of an array of packed bits.

Tue May  4 14:52:53 1999  Dave Brolley  <brolley@cygnus.com>
* actions.c (chill_expand_assignment): Use powersetlen to calculate the
length of an array of packed bits.

From-SVN: r26767

25 years agoDaily bump.
Jeff Law [Tue, 4 May 1999 00:45:03 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r26766

25 years agoAdd Ben as maintainer for the config.guess & config.sub files.
Jeff Law [Tue, 4 May 1999 00:12:51 +0000 (18:12 -0600)] 
Add Ben as maintainer for the config.guess & config.sub files.

From-SVN: r26765

25 years agotypeck.c (string_conv_p): Use same_type_p to check whether we try to convert between...
Martin v. Löwis [Mon, 3 May 1999 23:57:18 +0000 (23:57 +0000)] 
typeck.c (string_conv_p): Use same_type_p to check whether we try to convert between char and wchar_t.

* typeck.c (string_conv_p): Use same_type_p to check whether we
try to convert between char and wchar_t.

From-SVN: r26764

25 years agoNew test case
Martin v. Löwis [Mon, 3 May 1999 23:55:28 +0000 (23:55 +0000)] 
New test case

From-SVN: r26763

25 years agoaix43.h (SUBTARGET_OVERRIDE_OPTIONS): Change non-PowerPC and AIX64 combination to...
David Edelsohn [Mon, 3 May 1999 20:10:06 +0000 (20:10 +0000)] 
aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Change non-PowerPC and AIX64 combination to warning.

        * rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Change non-PowerPC
        and AIX64 combination to warning.  Add warning for disabling
        PowerPC64 support when using 64-bit mode.
        (LIB_SPEC): Do not link with libg.a in 64-bit mode.
        (LINK_SPEC): Do not export libg.exp symbols in 64-bit mode.
        * rs6000/rs6000.h (MY_ISCOFF): Treat import/export files as valid
        XCOFF files.
        (read_only_data_section, private_data_section,
        read_only_private_data_section): Always align CSECTs to doubleword
        boundary regardless of mode.
        (TEXT_SECTION_ASM_OP): Align text CSECT on doubleword boundary in
        64-bit mode.
        (DATA_SECTION_ASM_OP): Always align CSECT to doubleword boundary.
        (ASM_OUTPUT_LOCAL): Use rounded size in 64-bit mode to
        maintain doublword alignment.

From-SVN: r26762

25 years agoparse-scan.y (interface_declaration): Call report_class_declaration for interfaces.
Tom Tromey [Mon, 3 May 1999 17:04:54 +0000 (17:04 +0000)] 
parse-scan.y (interface_declaration): Call report_class_declaration for interfaces.

* parse-scan.y (interface_declaration): Call
report_class_declaration for interfaces.

From-SVN: r26761

25 years agoparse-scan.y (interface_declaration): Call report_class_declaration for interfaces.
Tom Tromey [Mon, 3 May 1999 16:59:16 +0000 (16:59 +0000)] 
parse-scan.y (interface_declaration): Call report_class_declaration for interfaces.

* parse-scan.y (interface_declaration): Call
report_class_declaration for interfaces.

From-SVN: r26760

25 years agofix CTIME_subr bug
Craig Burley [Mon, 3 May 1999 16:46:45 +0000 (16:46 +0000)] 
fix CTIME_subr bug

From-SVN: r26759

25 years agocheck-init.c (check_init): Exclude a case of error when doing xrefs.
Alexandre Petit-Bianco [Mon, 3 May 1999 16:45:18 +0000 (16:45 +0000)] 
check-init.c (check_init): Exclude a case of error when doing xrefs.

Fri Apr 30 17:54:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* check-init.c (check_init): Exclude a case of error when doing
  xrefs.
* class.c (layout_class_method): Don't generate the error message
  twice when compiling from source.
* lang-options.h: Added `-Wredundant-modifers' and
`-Wunusupported-jdk11' flags and help text.
* lang.c (lang_decode_option): Added support for
  `-Wunsupported-jdk11' and `-Wredundant-modifiers'.
flag_static_local_jdk11 and flag_redundant set accordingly.
* lex.c (java_lex): Call BUILD_OPERATOR on CCB_TK.
* parse.h (EXPR_WFL_ADD_COL): New macro.
(DECL_END_SOURCE_LINE): Likewise.
(DECL_INHERITED_SOURCE_LINE): Likewise.
* parse.y (static_ref_err): New function, prototyped.
(CCB_TK): Now tagged <operator>.
(class_body:): Remember the location of the closing '}' of a class
  definition when doing xrefs.
(block:): Likewise.
(block_end:): Likewise.
(create_class): Remember the location of the inherited class
  identifier when doing xrefs.
(register_fields): Added test on first operand of `init' before
  testing it TREE_CODE.
(method_header): Store the location of the class identifier in the
  class decl when doing xrefs.
(finish_method_declaration): Don't combine first/last method line
  when doing xref.
(java_check_regular_methods): Warning check on not overriding
  methods with default access on other packages move before check on
  static methods. Initialization of `aflags' also moved up.
(resolve_expression_name): Call static_ref_err to report the error.
(static_ref_err): New function, implemented.
(resolve_field_access): Returned simplified static field access
  when doing xrefs.
(resolve_qualified_expression_name): Check for illegal use of
  static fields in a non static context. Call static_ref_err to
  report error in various places.
(java_complete_tree): To not fold initialized static fields when
  doing xrefs.
(java_complete_lhs): Likewise.

From-SVN: r26758

25 years agoDeclare ABORT as intrinsic
Craig Burley [Mon, 3 May 1999 16:20:06 +0000 (16:20 +0000)] 
Declare ABORT as intrinsic

From-SVN: r26757

25 years agoreverse order of arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr
Craig Burley [Mon, 3 May 1999 16:07:36 +0000 (16:07 +0000)] 
reverse order of arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr

From-SVN: r26756

25 years agoRearrange so the problem is not obscured by warnings
Zack Weinberg [Mon, 3 May 1999 15:29:58 +0000 (15:29 +0000)] 
Rearrange so the problem is not obscured by warnings

From-SVN: r26755

25 years agosearch.c (lookup_field_r): Set the TREE_TYPE of an ambiguous lookup to error_mark_nod...
Mark Mitchell [Mon, 3 May 1999 15:08:33 +0000 (15:08 +0000)] 
search.c (lookup_field_r): Set the TREE_TYPE of an ambiguous lookup to error_mark_node here.

* search.c (lookup_field_r): Set the TREE_TYPE of an ambiguous
lookup to error_mark_node here.
(lookup_member): Revise documentation.  Add comments.  Don't set
the TREE_TYPE to error_mark_node here, and don't build up an extra
TREE_LIST for ambiguous lookups.
(setup_class_bindings): Adjust accordingly.
(push_class_decls): Revise out-of-date comments.

From-SVN: r26754

25 years ago* typeck.c (build_const_cast): Tighten checks for legality.
Mark Mitchell [Mon, 3 May 1999 15:04:58 +0000 (15:04 +0000)] 
* typeck.c (build_const_cast): Tighten checks for legality.

From-SVN: r26753

25 years agomn10200.md (btst insns): btst does not leave cc0 in a useable state for redundant...
Jeffrey A Law [Mon, 3 May 1999 13:51:00 +0000 (13:51 +0000)] 
mn10200.md (btst insns): btst does not leave cc0 in a useable state for redundant tst eliminatino.

        * mn10200.md (btst insns): btst does not leave cc0 in a useable
        state for redundant tst eliminatino.
        * mn10300.md (btst insns): Likewise.

From-SVN: r26752

25 years ago* gcc.dg/compare1.c: New test.
Kaveh R. Ghazi [Mon, 3 May 1999 13:19:42 +0000 (13:19 +0000)] 
* gcc.dg/compare1.c: New test.

From-SVN: r26751