OSDN Git Service

pf3gnuchains/gcc-fork.git
23 years ago2000-12-28 Geoffrey Keating <geoffk@redhat.com>
geoffk [Fri, 29 Dec 2000 08:27:40 +0000 (08:27 +0000)]
2000-12-28  Geoffrey Keating  <geoffk@redhat.com>

* c-parse.in (select_or_iter_stmt): Use truthvalue_conversion
on the condition of a FOR statement, so that it gets typechecked
and optimised.

2000-12-28  Geoffrey Keating  <geoffk@redhat.com>

* gcc.dg/noncompile/20001228-1.c: New test.

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

23 years ago* c-decl.c (grokdeclarator): Prevent crash in case of overflow in
aoliva [Fri, 29 Dec 2000 08:03:56 +0000 (08:03 +0000)]
* c-decl.c (grokdeclarator): Prevent crash in case of overflow in
array size.

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

23 years agoAdd comment
mmitchel [Fri, 29 Dec 2000 06:09:44 +0000 (06:09 +0000)]
Add comment

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

23 years ago * pt.c (register_local_specialization): Don't return a value.
mmitchel [Fri, 29 Dec 2000 06:08:00 +0000 (06:08 +0000)]
* pt.c (register_local_specialization): Don't return a value.
(lookup_template_class): Use move-to-front heuristic when looking
up template instantiations.
(instantiate_decl): Only push_to_top_level when we're actually
going to instantiate the template.

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

23 years ago* calls.c (emit_library_call_value_1): Add to call_fusage the
aoliva [Fri, 29 Dec 2000 04:36:00 +0000 (04:36 +0000)]
* calls.c (emit_library_call_value_1): Add to call_fusage the
stack slot assigned to argument passed by reference.

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

23 years ago * g++.dg/vtgc1.C: New test.
hp [Fri, 29 Dec 2000 02:57:08 +0000 (02:57 +0000)]
* g++.dg/vtgc1.C: New test.

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

23 years ago * search.c (binfo_for_vtable): Return least derived class, not
hp [Fri, 29 Dec 2000 02:41:05 +0000 (02:41 +0000)]
* search.c (binfo_for_vtable): Return least derived class, not
most.  Handle secondary vtables.

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

23 years ago2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
oldham [Fri, 29 Dec 2000 01:45:53 +0000 (01:45 +0000)]
2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>

* toplev.h (extern really_sorry): Remove extern declaration for
        nonexistent function.

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

23 years agoAlan forgot his name...
geoffk [Thu, 28 Dec 2000 23:58:29 +0000 (23:58 +0000)]
Alan forgot his name...

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

23 years ago * gcc.dg/20001228-1.c: New test.
geoffk [Thu, 28 Dec 2000 23:56:49 +0000 (23:56 +0000)]
* gcc.dg/20001228-1.c: New test.

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

23 years ago * gcc.c-torture/execute/20001228-1.c: New test.
geoffk [Thu, 28 Dec 2000 23:50:38 +0000 (23:50 +0000)]
* gcc.c-torture/execute/20001228-1.c: New test.

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

23 years ago2000-12-27 Jeff Sturm <jeff.sturm@commerceone.com>
bryce [Thu, 28 Dec 2000 22:21:36 +0000 (22:21 +0000)]
2000-12-27  Jeff Sturm  <jeff.sturm@commerceone.com>

* java/sql/DriverManager.java (getConnection): Don't set
user/password properties if null.

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

23 years ago2000-12-28 Robert Lipe <robertl@sco.com>
robertl [Thu, 28 Dec 2000 21:47:37 +0000 (21:47 +0000)]
2000-12-28  Robert Lipe <robertl@sco.com>

        * jartool.c (MAXPATHLEN): Provide if not defined.

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

23 years ago2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
oldham [Thu, 28 Dec 2000 19:35:56 +0000 (19:35 +0000)]
2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>

* varasm.c (initializer_constant_valid_p): Indicate subtraction of
pointers to the same string constant is absolute.

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

23 years ago2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
oldham [Thu, 28 Dec 2000 19:28:11 +0000 (19:28 +0000)]
2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>

* test_summary: Export filesuffix, not fileprefix.

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

23 years ago * c-common.c (enum format_type): Add strfmon_format_type.
jsm28 [Thu, 28 Dec 2000 18:48:05 +0000 (18:48 +0000)]
* c-common.c (enum format_type): Add strfmon_format_type.
(decl_attributes): Handle format attributes strfmon and
__strfmon__.
(FMT_FLAG_USE_DOLLAR, FMT_FLAG_ZERO_WIDTH_BAD,
FMT_FLAG_EMPTY_PREC_OK): Define.
(format_char_info): Update comment for flag_chars.
(format_flag_spec): Add skip_next_char.
(format_kind_info): Add left_precision_char.
(printf_flag_specs, scanf_flag_specs, strftime_flag_specs,
format_types): Update for these new structure members and flags.
(time_char_table): Make const.
(strfmon_length_specs, strfmon_flag_specs, strfmon_flag_pairs,
monetary_char_table): New.
(format_types): Add details of strfmon formats.
(init_function_format_info): Create default attribute for strfmon.
(check_format_info_main): Check the new flags.  Handle
skip_next_char and left precision.
* toplev.c (documented_lang_options): Update description of
-Wformat.
* extend.texi: Document strfmon format attributes.  Document
attribute forms such as __printf__.  Clarify format_arg attribute
documentation.
* invoke.texi (-Wformat): Update for strfmon formats.

testsuite:
* gcc.dg/format-strfmon-1.c: New test.

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

23 years ago2000-12-28 Andreas Jaeger <aj@suse.de>
aj [Thu, 28 Dec 2000 08:51:59 +0000 (08:51 +0000)]
2000-12-28  Andreas Jaeger  <aj@suse.de>

* expmed.c (store_bit_field): Fix last patch.

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

23 years ago* config/sh/crt1.asm (start_l): `__SH4_SINGLE_ONLY__' was missing
aoliva [Thu, 28 Dec 2000 08:47:14 +0000 (08:47 +0000)]
* config/sh/crt1.asm (start_l): `__SH4_SINGLE_ONLY__' was missing
the trailing `__'.

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

23 years agoDaily bump.
law [Thu, 28 Dec 2000 08:45:15 +0000 (08:45 +0000)]
Daily bump.

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

23 years ago Fix for PR libgcj/1358:
warrenl [Thu, 28 Dec 2000 05:55:56 +0000 (05:55 +0000)]
Fix for PR libgcj/1358:
* java/lang/System.java: Update Copyright date properly.
* java/util/Calendar.java: Fix typo in comment.
(set): Set 24-hour clock hour instead of 12-hour clock hour.
* java/util/GregorianCalendar.java (GregorianCalendar): Properly
initialize times.  Spec says to set H:M:S values to zero only if
a date is given.
* java/util/TimeZone.java (getDefaultDisplayName): Casts to char
needed for evaluating numbers '0' to '9' in printouts of GMT offsets.
* java/util/natGregorianCalendar.cc (computeTime): Properly handle
timezones and GMT offsets, being careful to account for units of
milliseconds vs. seconds.

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

23 years ago * expmed.c (store_bit_field): Correctly compute smallest mode that
alehotsky [Thu, 28 Dec 2000 05:55:03 +0000 (05:55 +0000)]
* expmed.c (store_bit_field): Correctly compute smallest mode that
is sufficient to contain all bits we are storing.

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

23 years ago Fix for PR libgcj/1516:
bryce [Thu, 28 Dec 2000 04:34:33 +0000 (04:34 +0000)]
Fix for PR libgcj/1516:
* java/lang/reflect/natMethod.cc (primitives): Remove void entry.
Add boolean entry.
(can_widen): Declared inline. Remove redundant checks for void
arguments and char->short conversion. Add special case for boolean
conversions.
(ffi_type): Declared inline.
(_Jv_CallAnyMethodA): Move unwrapping logic inside isPrimitive() block.

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

23 years ago * java/lang/natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can
bryce [Thu, 28 Dec 2000 04:33:53 +0000 (04:33 +0000)]
* java/lang/natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can
not be assigned to Object.

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

23 years ago * builtins.c (build_function_call_expr): New function. Use it
ghazi [Thu, 28 Dec 2000 02:45:37 +0000 (02:45 +0000)]
* builtins.c (build_function_call_expr): New function.  Use it
everywhere in lieu of manually constructing a CALL_EXPR.

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

23 years ago * calls.c (store_one_arg): If parm is passed both in stack and in
cchavva [Thu, 28 Dec 2000 01:51:55 +0000 (01:51 +0000)]
 * calls.c (store_one_arg):  If parm is passed both in stack and in
        register and offset is greater than reg_parm_stack_space, split
        the offset and call emit_push_insn().

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

23 years ago * MAINTAINERS: Add myself under ``Write After Approval''.
bje [Wed, 27 Dec 2000 22:00:13 +0000 (22:00 +0000)]
* MAINTAINERS: Add myself under ``Write After Approval''.

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

23 years agoHandle jump insns that are PARALLEL.
nickc [Wed, 27 Dec 2000 18:22:51 +0000 (18:22 +0000)]
Handle jump insns that are PARALLEL.

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

23 years ago* rtl.c (copy_most_rtx, shallow_copy_rtx): Copy frame_related
aoliva [Wed, 27 Dec 2000 16:35:00 +0000 (16:35 +0000)]
* rtl.c (copy_most_rtx, shallow_copy_rtx): Copy frame_related
flag.

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

23 years ago"test" is better at testing for directories than "ls"
korbb [Wed, 27 Dec 2000 15:46:42 +0000 (15:46 +0000)]
"test" is better at testing for directories than "ls"

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

23 years agoaccommodate ancient bourne shells
korbb [Wed, 27 Dec 2000 15:40:02 +0000 (15:40 +0000)]
accommodate ancient bourne shells

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

23 years ago * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
ghazi [Wed, 27 Dec 2000 15:29:52 +0000 (15:29 +0000)]
* gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
* gcc.c-torture/execute/stdio-opt-2.c: Likewise.
* gcc.c-torture/execute/string-opt-1.c: Likewise.
* gcc.c-torture/execute/string-opt-2.c: Likewise.
* gcc.c-torture/execute/string-opt-3.c: Likewise.
* gcc.c-torture/execute/string-opt-4.c: Likewise.
* gcc.c-torture/execute/string-opt-6.c: Likewise.
* gcc.c-torture/execute/string-opt-7.c: Likewise.
* gcc.c-torture/execute/string-opt-8.c: Likewise.
* gcc.c-torture/execute/string-opt-9.c: Likewise.
* gcc.c-torture/execute/string-opt-10.c: Likewise.
* gcc.c-torture/execute/string-opt-11.c: Likewise.
* gcc.c-torture/execute/string-opt-12.c: Likewise.

* gcc.c-torture/execute/string-opt-3.c: Test rindex.
* gcc.c-torture/execute/string-opt-4.c: Test index.

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

23 years agoAvoid unnecessary dependencies on COND_EXEC insns.
bernds [Wed, 27 Dec 2000 12:55:16 +0000 (12:55 +0000)]
Avoid unnecessary dependencies on COND_EXEC insns.

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

23 years ago2000-12-27 Geoffrey Keating <geoffk@redhat.com>
geoffk [Wed, 27 Dec 2000 11:01:03 +0000 (11:01 +0000)]
2000-12-27  Geoffrey Keating  <geoffk@redhat.com>

* config/rs6000/rs6000.md (define_attr "length"): Correct
calculation.

2000-12-26  Geoffrey Keating  <geoffk@redhat.com>

* gcc.c-torture/compile/20001226-1.c: New test.

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

23 years agoDaily bump.
law [Wed, 27 Dec 2000 08:45:09 +0000 (08:45 +0000)]
Daily bump.

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

23 years ago2000-12-26 Petter Reinholdtsen <pere@hungry.com>
warrenl [Wed, 27 Dec 2000 01:58:23 +0000 (01:58 +0000)]
2000-12-26  Petter Reinholdtsen  <pere@hungry.com>

* java/sql/SQLWarning.java: Fixed typo in comment.

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

23 years ago* bsearch.c: New file.
dj [Tue, 26 Dec 2000 22:16:22 +0000 (22:16 +0000)]
* bsearch.c: New file.
* configure.in (funcs): Add bsearch.
(AC_CHECK_FUNCS): Likewise.
* configure, config.in: Regenerate.

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

23 years ago2000-12-26 Kazu Hirata <kazu@hxi.com>
kazu [Tue, 26 Dec 2000 18:14:54 +0000 (18:14 +0000)]
2000-12-26  Kazu Hirata  <kazu@hxi.com>

* config/h8300/h8300.c: Fix a comment typo.
(get_shift_alg): Do not output extra whitespace after one line
of assembly code.  Output a tab after an opcode instead of a
space.
(emit_a_shift): Output a tab after an opcode instead of a space.

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

23 years ago2000-12-26 Kazu Hirata <kazu@hxi.com>
kazu [Tue, 26 Dec 2000 17:54:45 +0000 (17:54 +0000)]
2000-12-26  Kazu Hirata  <kazu@hxi.com>

* config/h8300/h8300.c (get_shift_alg): Fix a typo in the assembly
code for 12-bit ASHIFTRT in HImode.

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

23 years agoDaily bump.
law [Tue, 26 Dec 2000 08:45:07 +0000 (08:45 +0000)]
Daily bump.

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

23 years ago * java/awt/MenuItem.java (paramString): Now protected.
tromey [Tue, 26 Dec 2000 07:18:16 +0000 (07:18 +0000)]
* java/awt/MenuItem.java (paramString): Now protected.

* java/awt/MenuShortcut.java: Implements Serializable.

* java/awt/MenuBar.java: Rewrote from scratch.

* java/awt/MenuComponent.java (removeNotify): Wrote.
Implements Serializable.

* java/awt/GridBagConstraints.java (GridBagConstraints): New
constructor.

* java/awt/CheckboxMenuItem.java: Wrote.

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

23 years ago * java/awt/MenuContainer.java: Fixed typo.
tromey [Tue, 26 Dec 2000 00:25:13 +0000 (00:25 +0000)]
* java/awt/MenuContainer.java: Fixed typo.

* Makefile.in: Rebuilt.
* Makefile.am (awt_java_source_files): Added SystemColor.java.
* java/awt/SystemColor.java: New file.

* java/awt/Color.java (rgba): Now package-private.

* java/awt/event/InputEvent.java (isAltGraphDown): New method.

* java/awt/event/ContainerEvent.java (getContainer): Renamed from
getComponent.

* java/awt/MenuItem.java (addNotify): New method.
(MenuItem(String,MenuShortcut)): New constructor.
(setLabel): Notify peer of change.
(setEnabled): Likewise.

* java/awt/GridLayout.java (toString): New method.

* java/awt/FlowLayout.java (LEADING, TRAILING): New constants.
(FlowLayout): Check for LEADING and TRAILING.
(setAlignment): Likewise.
(layoutContainer): Handle component orientation.

* java/awt/Component.java (orientatin): New field.
(setComponentOrientation): Wrote.
(getComponentOrientation): Wrote.

* java/awt/Event.java (Event): Implements Serializable.
(consumed): New field for serialization.
* java/awt/Dimension.java (Dimension): Implements Serializable.
* java/awt/Cursor.java (Cursor): Implements Serializable.
* java/awt/Container.java (Container): No longer abstract.

* java/awt/Choice.java: Wrote.
* java/awt/Checkbox.java: Wrote.
* java/awt/ItemSelectable.java: Documented.
* java/awt/CheckboxGroup.java: Wrote.

* java/awt/CardLayout.java (layoutContainer): Directly use fields
in other classes.
(getSize): Likewise.

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

23 years ago2000-12-24 Jeff Sturm <jeff.sturm@commerceone.com>
tromey [Tue, 26 Dec 2000 00:24:01 +0000 (00:24 +0000)]
2000-12-24  Jeff Sturm  <jeff.sturm@commerceone.com>

* java/io/FileDescriptor.java: Initialize fd to -1.
Remove default constructor.

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

23 years agoDaily bump.
law [Mon, 25 Dec 2000 08:45:07 +0000 (08:45 +0000)]
Daily bump.

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

23 years agoDaily bump.
law [Sun, 24 Dec 2000 08:45:08 +0000 (08:45 +0000)]
Daily bump.

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

23 years ago Shorten primitive array allocation path:
bryce [Sun, 24 Dec 2000 00:43:40 +0000 (00:43 +0000)]
    Shorten primitive array allocation path:
        * decl.c (init_decl_processing): Use _Jv_NewPrimArray not _Jv_NewArray
        to create new primitive arrays.
        * expr.c (build_newarray): If generating native code, call
        soft_newarray_node with a reference to the primitive TYPE identifier
        instead of type_value.

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

23 years ago * java/lang/mprec.h: Change C9X reference to refer to C99.
jsm28 [Sat, 23 Dec 2000 23:38:51 +0000 (23:38 +0000)]
* java/lang/mprec.h: Change C9X reference to refer to C99.

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

23 years ago * config/avr/avr.c (out_movqi_r_mr, out_movhi_r_mr, out_movsi_r_mr,
denisc [Sat, 23 Dec 2000 19:58:17 +0000 (19:58 +0000)]
* config/avr/avr.c (out_movqi_r_mr, out_movhi_r_mr, out_movsi_r_mr,
out_movsi_mr_r, out_movqi_mr_r, out_movhi_mr_r): Use %o instead of
%4 in output templates, do not modify operands passed by the caller.

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

23 years agoxfail
jason [Sat, 23 Dec 2000 10:32:15 +0000 (10:32 +0000)]
xfail

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

23 years agoDaily bump.
law [Sat, 23 Dec 2000 08:45:11 +0000 (08:45 +0000)]
Daily bump.

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

23 years ago2000-12-23 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Sat, 23 Dec 2000 07:13:57 +0000 (07:13 +0000)]
2000-12-23  Benjamin Kosnik  <bkoz@redhat.com>

* src/Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES.
(strstream.cc): Add special rule for deprecated files.
* libsupc++/Makefile.am (INCLUDES): Sync.
* acinclude.m4 (GLIBCPP_EXPORT_INCLUDES): And here.

Reported by Fred Fish  <fnf@ninemoons.com>
* include/backward/iomanip.h: Remove backward from include
* include/backward/strstream.h: Same.
* include/backward/stream.h: Same.
* include/backward/ostream.h: Same.
* include/backward/istream.h: Same.
* src/strstream.cc: And here.

Reported by  Brad Garcia  <bgarcia@laurelnetworks.com>
* src/string-inst.cc (_S_find): Use generic template.
* include/bits/string.tcc (_S_find): Remove specializations

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

23 years ago2000-12-23 Hans Boehm <Hans_Boehm@hp.com>
bryce [Sat, 23 Dec 2000 02:23:27 +0000 (02:23 +0000)]
2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>

* gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.

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

23 years ago * builtins.def (BUILT_IN_LABS, BUILT_IN_LLABS, BUILT_IN_IMAXABS):
jsm28 [Sat, 23 Dec 2000 00:51:20 +0000 (00:51 +0000)]
* builtins.def (BUILT_IN_LABS, BUILT_IN_LLABS, BUILT_IN_IMAXABS):
Don't define.
* builtins.c (expand_builtin): Don't handle BUILT_IN_LABS,
BUILT_IN_LLABS and BUILT_IN_IMAXABS.
* c-common.c (c_common_nodes_and_builtins): Use BUILT_IN_ABS for
builtin labs, llabs and imaxabs.
(expand_tree_builtin): Don't handle BUILT_IN_LABS, BUILT_IN_LLABS
and BUILT_IN_IMAXABS.

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

23 years ago * c-common.c (builtin_function_2): New function.
jsm28 [Sat, 23 Dec 2000 00:48:08 +0000 (00:48 +0000)]
* c-common.c (builtin_function_2): New function.
(c_common_nodes_and_builtins): Use it to define each pair (foo,
__builtin_foo) of builtins in one place.

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

23 years ago * typeck.c (build_binary_op): Fix pmf comparison logic.
jason [Sat, 23 Dec 2000 00:33:26 +0000 (00:33 +0000)]
    * typeck.c (build_binary_op): Fix pmf comparison logic.

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

23 years ago * pt.c (more_specialized): Don't optimize len==0.
jason [Sat, 23 Dec 2000 00:05:44 +0000 (00:05 +0000)]
    * pt.c (more_specialized): Don't optimize len==0.
        (fn_type_unification): If we're adding the return type, increase len.

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

23 years ago * typeck.c (build_binary_op): Fix pmf comparison logic.
jason [Fri, 22 Dec 2000 23:31:55 +0000 (23:31 +0000)]
    * typeck.c (build_binary_op): Fix pmf comparison logic.

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

23 years ago * gccbug.in: Add libgcj and preprocessor categories.
jsm28 [Fri, 22 Dec 2000 21:21:29 +0000 (21:21 +0000)]
* gccbug.in: Add libgcj and preprocessor categories.

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

23 years ago * gcc.c-torture/compile/20001222-1.c: New test.
jsm28 [Fri, 22 Dec 2000 20:05:09 +0000 (20:05 +0000)]
* gcc.c-torture/compile/20001222-1.c: New test.
* gcc.c-torture/compile/20001222-1.x: Xfail.

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

23 years agoFix error in last change
bernds [Fri, 22 Dec 2000 18:40:33 +0000 (18:40 +0000)]
Fix error in last change

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

23 years agoPrevent LR from being used by 2nd cond exec pass.
nickc [Fri, 22 Dec 2000 18:22:03 +0000 (18:22 +0000)]
Prevent LR from being used by 2nd cond exec pass.

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

23 years agoAllow the (scratch) frame pointer to be initialised from the stack pointer
nickc [Fri, 22 Dec 2000 17:55:09 +0000 (17:55 +0000)]
Allow the (scratch) frame pointer to be initialised from the stack pointer
plus a constant.

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

23 years agooops
jason [Fri, 22 Dec 2000 17:05:50 +0000 (17:05 +0000)]
oops

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

23 years ago * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
jason [Fri, 22 Dec 2000 16:44:22 +0000 (16:44 +0000)]
    * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
        DECL_STATIC_FUNCTION_P.

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

23 years agoRenamer improvements.
bernds [Fri, 22 Dec 2000 15:44:42 +0000 (15:44 +0000)]
Renamer improvements.

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

23 years ago * semantics.c (genrtl_finish_function): Don't try to jump to
jason [Fri, 22 Dec 2000 14:51:22 +0000 (14:51 +0000)]
    * semantics.c (genrtl_finish_function): Don't try to jump to
        return_label unless it exists.

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

23 years ago In partial ordering for a call, ignore parms for which we don't have
jason [Fri, 22 Dec 2000 14:47:23 +0000 (14:47 +0000)]
    In partial ordering for a call, ignore parms for which we don't have
        a real argument.
        * call.c (joust): Pass len to more_specialized.
        (add_template_candidate_real): Strip 'this', pass len.
        * pt.c (more_specialized): Pass len down.  Lose explicit_args parm.
        (get_bindings_order): New fn.  Pass len down.
        (get_bindings_real): Strip 'this', pass len.
        (fn_type_unification): Likewise.
        (type_unification_real): Succeed after checking 'len' args.
        (most_specialized_instantiation): Lose explicit_args parm.
        * class.c (resolve_address_of_overloaded_function): Strip 'this',
        pass len.

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

23 years agoFix typo in ChangeLog.
ghazi [Fri, 22 Dec 2000 12:44:28 +0000 (12:44 +0000)]
Fix typo in ChangeLog.

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

23 years ago * Makefile.in (sched-deps.o, sched-rgn.o): Fix dependency typo.
ghazi [Fri, 22 Dec 2000 12:27:36 +0000 (12:27 +0000)]
* Makefile.in (sched-deps.o, sched-rgn.o): Fix dependency typo.

* fp-bit.h (usi_to_float): Add prototype.

* i386.c (file_info_cmp): Likewise.
(dwarf2out_line): Hide variable `old_in_use'.

* objc-act.c (objc_fatal): Delete.

* sched-vis.c (visualize_stall_cycles): Remove unused variable.

* system.h (getopt): Fix error in last change.

* varasm.c (assemble_trampoline_template): Constify.

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

23 years ago * collect2.c (main): Use auto_demangling.
jason [Fri, 22 Dec 2000 11:42:51 +0000 (11:42 +0000)]
    * collect2.c (main): Use auto_demangling.

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

23 years ago000-12-22 Benjamin Kosnik <bkoz@fillmore.redhat.com>
bkoz [Fri, 22 Dec 2000 11:06:17 +0000 (11:06 +0000)]
000-12-22  Benjamin Kosnik  <bkoz@fillmore.redhat.com>

Attempt to make locale visible in gdb.
* include/bits/std_locale.h: Remove codecvt.h include.
* include/bits/locale_facets.h: Add here, after ctype decls.
* include/bits/codecvt.h: Remove std namespace, as assumed to be
in std now.

* include/bits/locale_facets.h: Consistently move generic static
member definitions directly after generic facet declarations.
* include/bits/locale_facets.tcc: From here.

* src/locale.cc: Organize locale::id static definitions for
required facets.
* src/codecvt.cc (codecvt<char...>): Remove locale::id definition.
(codecvt<wchar_t...>): Same.
* src/localename: And here.

* include/bits/localefwd.h (_Count_ones): Change _S_count to _M_count.
Same for _M_halfcount.

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

23 years ago2000-12-22 Benjamin Kosnik <bkoz@fillmore.redhat.com>
bkoz [Fri, 22 Dec 2000 11:03:33 +0000 (11:03 +0000)]
2000-12-22  Benjamin Kosnik  <bkoz@fillmore.redhat.com>

Attempt to make locale visible in gdb.
* include/bits/std_locale.h: Remove codecvt.h include.
* include/bits/locale_facets.h: Add here, after ctype decls.
* include/bits/codecvt.h: Remove std namespace, as assumed to be
in std now.

* include/bits/locale_facets.h: Consistently move generic static
member definitions directly after generic facet declarations.
* include/bits/locale_facets.tcc: From here.

* src/locale.cc: Organize locale::id static definitions for
required facets.
* src/codecvt.cc (codecvt<char...>): Remove locale::id definition.
(codecvt<wchar_t...>): Same.
* src/localename: And here.

* include/bits/localefwd.h (_Count_ones): Change _S_count to _M_count.
Same for _M_halfcount.
(std): make locale::_Impl protected. CHANGE BACK

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

23 years ago * release: Change some EGCS references to GCC.
jsm28 [Fri, 22 Dec 2000 09:30:15 +0000 (09:30 +0000)]
* release: Change some EGCS references to GCC.

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

23 years ago* gcc.c-torture/execute/comp-goto-2.c: New test.
aoliva [Fri, 22 Dec 2000 08:50:26 +0000 (08:50 +0000)]
* gcc.c-torture/execute/comp-goto-2.c: New test.

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

23 years agoDaily bump.
law [Fri, 22 Dec 2000 08:45:08 +0000 (08:45 +0000)]
Daily bump.

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

23 years agoFix typo in previous patch
aoliva [Fri, 22 Dec 2000 08:15:27 +0000 (08:15 +0000)]
Fix typo in previous patch

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

23 years ago* function.c (assign_parms): Update parm's DECL_INCOMING_RTL
aoliva [Fri, 22 Dec 2000 08:10:53 +0000 (08:10 +0000)]
* function.c (assign_parms): Update parm's DECL_INCOMING_RTL
when optimizing PARALLEL to REG.

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

23 years ago* mknumeric_limits: Output to temporary files, and rename them at
aoliva [Fri, 22 Dec 2000 08:00:00 +0000 (08:00 +0000)]
* mknumeric_limits: Output to temporary files, and rename them at
the end.

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

23 years ago * java/lang/Throwable.java (trace_enabled): New static field.
bryce [Fri, 22 Dec 2000 06:19:24 +0000 (06:19 +0000)]
* java/lang/Throwable.java (trace_enabled): New static field.
* java/lang/natThrowable.cc (fillInStackTrace): Do nothing if
trace_enabled not set.
* prims.cc (main_init): Turn off trace_enabled while creating
default exception objects.

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

23 years ago * reload.c (update_auto_inc_notes): New, broken out from ...
grahams [Fri, 22 Dec 2000 01:25:23 +0000 (01:25 +0000)]
    * reload.c (update_auto_inc_notes): New, broken out from ...
        (find_reloads_address_1): ... use here, also correct possible
        use of uninitialised reloadnum.

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

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 22 Dec 2000 00:27:01 +0000 (00:27 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

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

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 22 Dec 2000 00:14:08 +0000 (00:14 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

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

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 22 Dec 2000 00:04:33 +0000 (00:04 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

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

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Dec 2000 23:58:35 +0000 (23:58 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

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

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Dec 2000 23:54:19 +0000 (23:54 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

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

23 years ago2000-12-21 David O'Brien <obrien@FreeBSD.org>
obrien [Thu, 21 Dec 2000 23:18:56 +0000 (23:18 +0000)]
2000-12-21  David O'Brien  <obrien@FreeBSD.org>

* config/freebsd.h (LIB_SPEC): remove -kthread option.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20001220004807.C20358@redhat.com>

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

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Dec 2000 23:15:18 +0000 (23:15 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

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

23 years ago * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
amylaar [Thu, 21 Dec 2000 23:05:55 +0000 (23:05 +0000)]
* gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.

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

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Dec 2000 22:52:51 +0000 (22:52 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

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

23 years ago * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
amylaar [Thu, 21 Dec 2000 22:50:12 +0000 (22:50 +0000)]
* gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
Use long types if __INT_MAX__ is 32767.
(main): Use cast to (sint32 *) when poking 88 into a_page.

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

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Dec 2000 22:46:27 +0000 (22:46 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

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

23 years ago * resource.c (mark_set_resources): Use MARK_SRC_DEST for
m.hayes [Thu, 21 Dec 2000 22:15:22 +0000 (22:15 +0000)]
* resource.c (mark_set_resources): Use MARK_SRC_DEST for
PRE_MODIFY and POST_MODIFY cases.

* rtlanal.c (side_effects_p): Handle PRE_MODIFY and POST_MODIFY.

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

23 years ago * acinclude.m4, configure.in, mkcheck.in,
jsm28 [Thu, 21 Dec 2000 22:08:39 +0000 (22:08 +0000)]
* acinclude.m4, configure.in, mkcheck.in,
testsuite/21_strings/ctor_copy_dtor.cc,
testsuite/21_strings/inserters_extractors.cc,
testsuite/23_containers/map_operators.cc,
testsuite/23_containers/vector_element_access.cc,
testsuite/25_algorithms/lower_bound.cc,
testsuite/27_io/ifstream_members.cc,
testsuite/27_io/istream_extractor_arith.cc,
testsuite/27_io/istream_unformatted.cc,
testsuite/27_io/ofstream_members.cc,
testsuite/27_io/ostream_inserter_char.cc,
testsuite/27_io/ostream_inserter_other.cc,
testsuite/27_io/ostream_manip.cc, testsuite/27_io/streambuf.cc:
Change sourceware.cygnus.com and sources.redhat.com URLs for
libstdc++ web pages and list archives to point to gcc.gnu.org
* aclocal.m4, configure: Regenerate.

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

23 years ago * md.texi (Looping Patterns): New node.
m.hayes [Thu, 21 Dec 2000 22:08:17 +0000 (22:08 +0000)]
* md.texi (Looping Patterns): New node.

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

23 years ago * gcc.texi, cpp.texi: Update last-updated dates.
jsm28 [Thu, 21 Dec 2000 21:24:28 +0000 (21:24 +0000)]
* gcc.texi, cpp.texi: Update last-updated dates.

f:
* g77install.texi, g77.texi: Update last-updated dates for
installation information and the manual as a whole.
* bugs.texi, news.texi: Update copyright years in the comments at
the top of the file.

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

23 years ago * g77install.texi: Adjust wording of an EGCS reference.
jsm28 [Thu, 21 Dec 2000 21:08:17 +0000 (21:08 +0000)]
* g77install.texi: Adjust wording of an EGCS reference.

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

23 years ago * BUGS, NEWS: Regenerate.
jsm28 [Thu, 21 Dec 2000 20:03:41 +0000 (20:03 +0000)]
* BUGS, NEWS: Regenerate.

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

23 years ago* varasm.c (output_addressed_constants): Use language specific
cchavva [Thu, 21 Dec 2000 19:25:22 +0000 (19:25 +0000)]
* varasm.c (output_addressed_constants): Use language specific
expander on unknown nodes.

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

23 years ago * combine.c (distribute_notes): Handle REG_NON_LOCAL_GOTO notes.
grahams [Thu, 21 Dec 2000 18:49:56 +0000 (18:49 +0000)]
    * combine.c (distribute_notes): Handle REG_NON_LOCAL_GOTO notes.

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

23 years ago * java/beans/PropertyChangeListener.java: Extends EventListener.
tromey [Thu, 21 Dec 2000 18:39:43 +0000 (18:39 +0000)]
* java/beans/PropertyChangeListener.java: Extends EventListener.
* java/beans/VetoableChangeListener.java: Extends EventListener.

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

23 years ago * java/util/zip/Deflater.java (update, init): Now private.
tromey [Thu, 21 Dec 2000 18:39:19 +0000 (18:39 +0000)]
* java/util/zip/Deflater.java (update, init): Now private.

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