]> gcc.gnu.org Git - gcc.git/log
gcc.git
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

25 years agomips.h (Pmode): Revert Oct 14th change which added a cast.
Kaveh Ghazi [Mon, 3 May 1999 13:18:01 +0000 (13:18 +0000)]
mips.h (Pmode): Revert Oct 14th change which added a cast.

0
        * mips.h (Pmode): Revert Oct 14th change which added a cast.

From-SVN: r26750

25 years agomips.h (Pmode): Revert Oct 14th change which added a cast.
Kaveh Ghazi [Mon, 3 May 1999 13:17:54 +0000 (13:17 +0000)]
mips.h (Pmode): Revert Oct 14th change which added a cast.


        * mips.h (Pmode): Revert Oct 14th change which added a cast.

From-SVN: r26749

25 years agomauve.exp (test_mauve): Pass `link' to libjava_arguments when linking.
Tom Tromey [Mon, 3 May 1999 12:48:34 +0000 (12:48 +0000)]
mauve.exp (test_mauve): Pass `link' to libjava_arguments when linking.

* libjava.mauve/mauve.exp (test_mauve): Pass `link' to
libjava_arguments when linking.
(test_mauve_sim): Likewise.
* lib/libjava.exp (libjava_arguments): Run `libtool' to link.
Don't use `-static'.  Added `mode' argument.  Use -nodefaultlibs
when linking.
(test_libjava_from_source): Mention why target_compile failed.
Pass `link' to libjava_arguments when linking.  Only do `xfails'
for tests we would actually have run.
(test_libjava_from_javac): Likewise.
(libjava_find_lib): Return name of `.la' file.

From-SVN: r26748

25 years agoHave main return int
Martin v. Löwis [Mon, 3 May 1999 12:41:53 +0000 (12:41 +0000)]
Have main return int

From-SVN: r26747

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

From-SVN: r26746

25 years agoinit.c (build_member_call): Lookup names coming from namespace-scoped LOOKUP_EXPR.
Martin v. Löwis [Mon, 3 May 1999 12:20:47 +0000 (12:20 +0000)]
init.c (build_member_call): Lookup names coming from namespace-scoped LOOKUP_EXPR.

        * init.c (build_member_call): Lookup names coming from
        namespace-scoped LOOKUP_EXPR.

From-SVN: r26745

25 years ago* gxxint.texi: Add documentation for 'I'.
Jim Blandy [Mon, 3 May 1999 12:15:40 +0000 (12:15 +0000)]
* gxxint.texi: Add documentation for 'I'.

From-SVN: r26744

25 years agoupdate derived files
Craig Burley [Mon, 3 May 1999 08:39:10 +0000 (04:39 -0400)]
update derived files

From-SVN: r26743

25 years agodoc upgrade to netlib libf2c as of today
Craig Burley [Mon, 3 May 1999 08:38:23 +0000 (08:38 +0000)]
doc upgrade to netlib libf2c as of today

From-SVN: r26742

25 years agocope with partial overlap
Craig Burley [Mon, 3 May 1999 08:36:27 +0000 (08:36 +0000)]
cope with partial overlap

From-SVN: r26741

25 years agoUpdate to Netlib version of 1999-05-03
Craig Burley [Mon, 3 May 1999 08:35:22 +0000 (08:35 +0000)]
Update to Netlib version of 1999-05-03

From-SVN: r26740

25 years agorevert back to netlib versions as of f2c-19990501
Craig Burley [Mon, 3 May 1999 08:33:21 +0000 (08:33 +0000)]
revert back to netlib versions as of f2c-19990501

From-SVN: r26739

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

From-SVN: r26737

25 years ago* tinfo.cc (operator==): Qualify type_info with std::.
Martin v. Löwis [Sun, 2 May 1999 22:44:24 +0000 (22:44 +0000)]
* tinfo.cc (operator==): Qualify type_info with std::.

From-SVN: r26736

25 years agoNew test case
Mark Mitchell [Sun, 2 May 1999 22:34:55 +0000 (22:34 +0000)]
New test case

From-SVN: r26735

25 years agocp-tree.h (lang_decl_flags): Remove comdat.
Mark Mitchell [Sun, 2 May 1999 17:45:13 +0000 (17:45 +0000)]
cp-tree.h (lang_decl_flags): Remove comdat.

* cp-tree.h (lang_decl_flags): Remove comdat.  Updated dummy.
(DECL_COMDAT): Remove definition.

From-SVN: r26734

25 years agotree.h (struct tree_decl): Add comdat_flag.
Mark Mitchell [Sun, 2 May 1999 17:43:33 +0000 (17:43 +0000)]
tree.h (struct tree_decl): Add comdat_flag.

* tree.h (struct tree_decl): Add comdat_flag.
(DECL_COMDAT): Define it.
* toplev.c (wrapup_global_declarations): Don't output a
DECL_COMDAT function just because it's public.

From-SVN: r26733

25 years agoJoseph S.
Joseph Myers [Sun, 2 May 1999 15:17:32 +0000 (08:17 -0700)]
Joseph S.

Joseph S. Myers  <jsm28@cam.ac.uk>
        * pdp11.h (TARGET_SWITCHES): Fix error in previous change.
        (ASSEMBLER_DIALECT): Define.
        (CONDITIONAL_REGISTER_USAGE): Rename floating point registers if
        required for the UNIX assembler.
        (ASM_OUTPUT_INT): Remove.  The compiler will synthesise it.
        (ASM_OUTPUT_ADDR_VEC_PROLOGUE): Remove.
        (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Change to "[" and "]".
        (TRAMPOLINE_TEMPLATE): Use ASM_OUTPUT_SHORT.
        * pdp11.c (output_addr_const_pdp11): Copy of output_addr_const
        adapted to output constants in octal.
        * pdp11.c, pdp11.h, pdp11.md: Use output_addr_const_pdp11 instead
        of output_addr_const.  Output constants in octal.  Use assembler
        dialect alternatives where DEC and UNIX assemblers use different
        instruction names.

From-SVN: r26732

25 years agoJoseph S.
Joseph Myers [Sun, 2 May 1999 15:14:53 +0000 (08:14 -0700)]
Joseph S.

Joseph S. Myers  <jsm28@cam.ac.uk>
        * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
        New tests.

From-SVN: r26731

25 years agoRemoved; handshake error
Zack Weinberg [Sun, 2 May 1999 14:10:13 +0000 (14:10 +0000)]
Removed; handshake error

From-SVN: r26730

25 years agoICE test; reported by Alexander Zvyagin <zvyagin@mx.ihep.su>
Zack Weinberg [Sun, 2 May 1999 14:09:12 +0000 (14:09 +0000)]
ICE test; reported by Alexander Zvyagin <zvyagin@mx.ihep.su>

From-SVN: r26729

25 years agobump version
Craig Burley [Sun, 2 May 1999 14:07:57 +0000 (14:07 +0000)]
bump version

From-SVN: r26728

25 years agofix DO WHILE (compile/19990502-1.f)
Craig Burley [Sun, 2 May 1999 14:04:25 +0000 (14:04 +0000)]
fix DO WHILE (compile/19990502-1.f)

From-SVN: r26727

25 years agonew test of DO WHILE
Craig Burley [Sun, 2 May 1999 14:01:13 +0000 (14:01 +0000)]
new test of DO WHILE

From-SVN: r26726

25 years agoBump for snapshot
Jeffrey A Law [Sun, 2 May 1999 01:15:13 +0000 (19:15 -0600)]
Bump for snapshot

From-SVN: r26724

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

From-SVN: r26723

25 years agonew test, fails at -O2 on x86 target
Craig Burley [Sat, 1 May 1999 23:00:12 +0000 (23:00 +0000)]
new test, fails at -O2 on x86 target

From-SVN: r26722

25 years agodeclare FTELL as intrinsic
Craig Burley [Sat, 1 May 1999 22:45:14 +0000 (22:45 +0000)]
declare FTELL as intrinsic

From-SVN: r26721

25 years agotest more libU77 routines and interfaces
Craig Burley [Sat, 1 May 1999 22:36:32 +0000 (22:36 +0000)]
test more libU77 routines and interfaces

From-SVN: r26720

25 years agodo warn, do not crash, on FSTAT gid disagreements
Craig Burley [Sat, 1 May 1999 22:34:44 +0000 (22:34 +0000)]
do warn, do not crash, on FSTAT gid disagreements

From-SVN: r26719

25 years agoallow slop in sum-checking
Craig Burley [Sat, 1 May 1999 22:32:23 +0000 (22:32 +0000)]
allow slop in sum-checking

From-SVN: r26718

25 years agoclean up both u77-test.f versions
Craig Burley [Sat, 1 May 1999 22:29:28 +0000 (22:29 +0000)]
clean up both u77-test.f versions

From-SVN: r26717

25 years agodecl.c (wrapup_globals_for_namespace): Fix thinko in previous change.
Mark Mitchell [Sat, 1 May 1999 08:38:50 +0000 (08:38 +0000)]
decl.c (wrapup_globals_for_namespace): Fix thinko in previous change.

* decl.c (wrapup_globals_for_namespace): Fix thinko in previous
change.

From-SVN: r26716

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

From-SVN: r26715

25 years agoMakefile.in: Remove -v from bison command lines.
Zack Weinberg [Fri, 30 Apr 1999 17:57:22 +0000 (17:57 +0000)]
Makefile.in: Remove -v from bison command lines.

1999-04-30 20:54 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* Makefile.in: Remove -v from bison command lines.

From-SVN: r26714

25 years agoclass.c (build_vtable): Use build_lang_decl when building vtables, not just build_decl.
Mark Mitchell [Fri, 30 Apr 1999 16:14:58 +0000 (16:14 +0000)]
class.c (build_vtable): Use build_lang_decl when building vtables, not just build_decl.

* class.c (build_vtable): Use build_lang_decl when building
vtables, not just build_decl.
(prepare_fresh_vtable): Likewise.
* decl.c (wrapup_globals_for_namespace): Mark vtables as
DECL_EXTERNAL when calling wrapup_global_declarations.
* decl2.c (priority_info_s): Add initializations_p and
destructions_p members.
(finish_vtable_vardecl): Use TREE_SYMBOL_REFERENCED, not TREE_USED,
when deciding what vtables to write out.
(ssdf_decls): New variable.
(ssdf_decls_used): Likewise.
(start_static_storage_duration_function): Deal with being called
multiple times.  Avoid inlining this function.
(generate_inits_for_priority): Deal with reuse of priority map.
(get_priority_info): Clear initializations_p and destructions_p.
(do_static_initialization): Tweak comment.
(do_static_destruction): Likewise.  Fix condition on sentries for
destruction.
(generate_ctor_or_dtor_function): Call all of the static storage
duration functions.
(generate_ctor_or_dtor_function_for_priority): Check
initializations_p and destructions_p to see what priorities need
initialization functions.
(finish_file): Rework to generate multiple static storage duration
functions, rather than just one.

From-SVN: r26713

25 years agotypeck.c (build_const_cast): Tweak last change to handle templates correctly.
Mark Mitchell [Fri, 30 Apr 1999 16:07:03 +0000 (16:07 +0000)]
typeck.c (build_const_cast): Tweak last change to handle templates correctly.

* typeck.c (build_const_cast): Tweak last change to handle
templates correctly.

From-SVN: r26712

25 years ago* linux_threads.c: Don't reference __pthread_initial_thread_bos.
Tom Tromey [Fri, 30 Apr 1999 16:00:28 +0000 (16:00 +0000)]
* linux_threads.c: Don't reference __pthread_initial_thread_bos.

From-SVN: r26711

25 years agova-ppc.h (__va_start_common): Let __builtin_saveregs do the work.
Richard Henderson [Fri, 30 Apr 1999 15:06:23 +0000 (08:06 -0700)]
va-ppc.h (__va_start_common): Let __builtin_saveregs do the work.

        * va-ppc.h (__va_start_common): Let __builtin_saveregs do the work.
        * rs6000.c (expand_builtin_saveregs): For V4, initialize a private
        va_list struct, and return a pointer to it.
        (setup_incoming_varargs): V4 save area based off virtual_stack_vars
        instead of frame_pointer.

From-SVN: r26710

25 years agoMakefile.in: Rebuilt.
Tom Tromey [Fri, 30 Apr 1999 13:12:06 +0000 (13:12 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (jv_convert_LDADD): Added -lgcc.

From-SVN: r26709

25 years agotypeck.c (build_const_cast): Disallow use of const_cast to anything but a pointer...
Mark Mitchell [Fri, 30 Apr 1999 12:17:10 +0000 (12:17 +0000)]
typeck.c (build_const_cast): Disallow use of const_cast to anything but a pointer or reference type.

* typeck.c (build_const_cast): Disallow use of const_cast to
anything but a pointer or reference type.

From-SVN: r26708

25 years agoStringBuffer.java (ensureCapacity): Don't resize vector when shared.
Tom Tromey [Fri, 30 Apr 1999 09:31:00 +0000 (09:31 +0000)]
StringBuffer.java (ensureCapacity): Don't resize vector when shared.

* java/lang/StringBuffer.java (ensureCapacity): Don't resize
vector when shared.
* java/util/Locale.java (Locale(String,String)): Implement in
terms of 3-argument version; variant now defaults to empty
string.
(toString): Assume variant is not null.
(equals): Assume all strings are not null.
(Locale): Throw NullPointerException if any argument is null.
* java/util/ResourceBundle.java (getBundle): Don't try the base
name; now implicit in partialGetBundle call.
(trySomeGetBundle): Search for parent bundles and call setParent
as required.
(partialGetBundle): Added `langStop' argument.  Use
`Locale.toString' to compute bundleName.
(resource_cache): New static field.
(partialGetBundle): Cache the returned resource bundle.  Now
synchronized.
* gnu/gcj/text/LocaleData_en.java (contents): [collatorRule] Added
missing `<'.
* mauve-libgcj: Enable Collator and RuleBasedCollator.
* java/text/natCollator.cc (decomposeCharacter): `base' now
`const'.
* Makefile.in: Rebuilt.
* Makefile.am (ordinary_java_source_files): Added
CollationElementIterator, CollationKey, Collator,
RuleBasedCollator.
(nat_source_files): Added natCollator.cc.
* java/text/RuleBasedCollator.java (ceiNext): No longer static.
(compare): Pass `this' to CollationElementIterator constructor.
(getCollationElementIterator): Likewise.
(ceiNext): Fix off-by-one error when finding initial substring.
(next): Correctly mask off bits when computing return value.
Fixed return values when one string is shorter than the other.
* java/text/CollationElementIterator.java (collator): New field.
(CollationElementIterator): Added collator argument.
(next): Call ceiNext on collator object.

From-SVN: r26707

25 years agodecl.c (cp_finish_decl): Don't permit arrays of abstract or signature type.
Nathan Sidwell [Fri, 30 Apr 1999 02:19:00 +0000 (02:19 +0000)]
decl.c (cp_finish_decl): Don't permit arrays of abstract or signature type.

* decl.c (cp_finish_decl): Don't permit arrays of abstract or
signature type.

From-SVN: r26706

25 years agoDaily bump.
Jeff Law [Fri, 30 Apr 1999 00:45:03 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r26705

25 years agoemit-rtl.c (start_sequence): Expand comments.
Mark Mitchell [Thu, 29 Apr 1999 23:01:29 +0000 (23:01 +0000)]
emit-rtl.c (start_sequence): Expand comments.

* emit-rtl.c (start_sequence): Expand comments.
(start_sequence_for_rtl_expr): Likewise.
(push_to_sequence): Likewise.
(end_sequence): Likewise.
* expr.c (inhibit_defer_pop): Likewise.
* expr.h (inhibit_defer_pop): Likewise.
(NO_DEFER_POP): Likewise.
(OK_DEFER_POP): Likewise.

From-SVN: r26704

25 years agodecl2.c (do_static_destruction): Remove obsolete FIXME comment.
Mark Mitchell [Thu, 29 Apr 1999 22:39:31 +0000 (22:39 +0000)]
decl2.c (do_static_destruction): Remove obsolete FIXME comment.

* decl2.c (do_static_destruction): Remove obsolete FIXME comment.
(finish_file): Indent comments properly.

From-SVN: r26703

25 years agoconfigure.in (i?86-UnixWare7*-sysv): Set thread_file to 'posix' --enable-threads...
Robert Lipe [Thu, 29 Apr 1999 20:20:15 +0000 (20:20 +0000)]
configure.in (i?86-UnixWare7*-sysv): Set thread_file to 'posix' --enable-threads[={yes,pthreads,posix}] is passed as...

        * configure.in (i?86-UnixWare7*-sysv): Set thread_file to 'posix'
        --enable-threads[={yes,pthreads,posix}] is passed as a command
        line parameter to configure.
        * config/i386/sysv5.h (LIB_SPEC): Add support for '-pthread'.
        (CPP_SPEC): Likewise.

From-SVN: r26702

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