OSDN Git Service

pf3gnuchains/gcc-fork.git
23 years agoDaily bump.
law [Wed, 19 Jul 2000 07:45:08 +0000 (07:45 +0000)]
Daily bump.

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

23 years ago2000-07-18 Benjamin Kosnik <bkoz@soma.redhat.com>
bkoz [Wed, 19 Jul 2000 00:57:38 +0000 (00:57 +0000)]
2000-07-18  Benjamin Kosnik  <bkoz@soma.redhat.com>

* acinclude.m4: Tweaks.
* config/c_io_libio.cc: Tweaks.
* bits/sstream.tcc (stringbuf::pbackfail): Simplify.
* libio/_G_config.h: Don't define _G_HAVE_ST_BLKSIZE.
* libio/[iofwide.c, wfiledoalloc.c, wfiteopos.c, wgenops.c]: New files.
* libio/iofclose.c iofopen.c, stdio.c: New files.
* libio/Makefile.am: Add files, add flags, etc.
* src/Makefile.am (sources): Add filebuf.cc.
* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT):
(GLIBCPP_ENABLE_CSTDIO): Versioning testing, etc etc.

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

23 years ago * gcc.c (.h spec): Fix typo.
zack [Wed, 19 Jul 2000 00:04:14 +0000 (00:04 +0000)]
* gcc.c (.h spec): Fix typo.

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

23 years agoWed Jul 19 01:22:15 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
zack [Tue, 18 Jul 2000 23:46:11 +0000 (23:46 +0000)]
Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>

* Makefile.in: Fix tradcif.c path.

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

23 years ago * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
zack [Tue, 18 Jul 2000 23:25:06 +0000 (23:25 +0000)]
* cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
          macros, not five.

* cpphash.h (TOKEN_NAME): New macro.
(_cpp_spell_operator): Deleted.
(token_spellings): Now _cpp_token_spellings.

* cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
* cpplex.c: Use OP and TK macros when expanding the
TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
store the stringification of the enumeration name (CPP_CHAR,
etc.) in the name slot of token_spellings.
Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
token_spellings directly.
* cpplib.c: Use TOKEN_SPELL.

* cpplex.c (_cpp_push_token): If the token being pushed back
is the previous token in this context, just subtract one from
context->posn.
* cppmacro.c (save_expansion): Clear aux field when storing a
placemarker.

* gcc.dg/cpp/paste5.c: New test.
* gcc.dg/cpp/vararg1.c: New test.

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

23 years ago * cpplex.c (cpp_scan_buffer): Output line command even at the stop
jakub [Tue, 18 Jul 2000 19:30:18 +0000 (19:30 +0000)]
* cpplex.c (cpp_scan_buffer): Output line command even at the stop
buffer, provided it is not NULL.

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

23 years ago* gcc.dg/noncompile/redecl-1.c: New test.
aoliva [Tue, 18 Jul 2000 18:27:12 +0000 (18:27 +0000)]
* gcc.dg/noncompile/redecl-1.c: New test.

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

23 years ago* c-decl.c (duplicate_decls): Do not call make_var_volatile() in
aoliva [Tue, 18 Jul 2000 17:53:35 +0000 (17:53 +0000)]
* c-decl.c (duplicate_decls): Do not call make_var_volatile() in
case of invalid volatile re-declaration.

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

23 years ago * typeck.c (comp_target_parms): Remove obsolete parameter.
nathan [Tue, 18 Jul 2000 10:51:46 +0000 (10:51 +0000)]
* typeck.c (comp_target_parms): Remove obsolete parameter.
(comp_target_types): Adjust.

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

23 years ago * calls.c (store_arg): Return non-zero if sibcall_failure is
jakub [Tue, 18 Jul 2000 08:54:33 +0000 (08:54 +0000)]
* calls.c (store_arg): Return non-zero if sibcall_failure is
desired.
(expand_call): Adjust caller.
* gcc.c-torture/execute/20000717-5.c: New test.
* gcc.c-torture/execute/20000717-1.x: Removed.

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

23 years ago2000-07-17 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Tue, 18 Jul 2000 08:40:32 +0000 (08:40 +0000)]
2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>

        * diagnostic.h (report_diagnostic): Change prototype.

        * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
        diagnostic_for_decl):  Change prototype.
        (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
        error, warning, error_with_file_and_line,
        warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
        Adjust call to report_diagnostic, diagnostic_for_decl.
        (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
        (output_verbatim, verbatim): Adjust call to output_do_verbatim.

        * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
        varaible argument list.

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

23 years agoDaily bump.
law [Tue, 18 Jul 2000 07:45:06 +0000 (07:45 +0000)]
Daily bump.

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

23 years ago * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
mmitchel [Tue, 18 Jul 2000 07:23:10 +0000 (07:23 +0000)]
* cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
* method.c (use_thunk): Correct handling of vcall offsets.

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

23 years ago2000-02-17 Zack Weinberg <zack@wolery.cumb.org>
zack [Tue, 18 Jul 2000 00:59:49 +0000 (00:59 +0000)]
2000-02-17  Zack Weinberg  <zack@wolery.cumb.org>

* cpphash.c: Don't include hashtab.h.  Most macro-handling code
moved to cppmacro.c.
(hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
dump_hash_helper): Delete.
(expand_hash, higher_prime_number, _cpp_lookup_with_hash,
cpp_forall_identifiers): New. Implement specialized version of
Vlad's expandable hash table.
(cpp_lookup): Use new functions.
(_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
implementation.
* cppmacro.c: New file.
* cppinit.c (dump_macros_helper): New.
(cpp_finish): Iterate over the identifier table directly.
* cpplex.c (parse_name): Calculate the hash of the identifier
while we scan it.  Use _cpp_lookup_with_hash when we can.

* cpphash.h: Update prototypes.
(xcnewvec, HASHSTEP): New helper macros.
* cpplib.h: Update prototypes.
* Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
(cppmacro.o): New rule.
(cpphash.o): Update deps.

* cppmain.c: Do not set pfile->printer if no_output is on.

2000-02-15  Neil Booth  <neilb@earthling.net>

* cpplib.c: Change all directive-handler functions to return
void, not int.
* cpphash.h: Update typedefs.

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

23 years agoFix typos in comment
zack [Tue, 18 Jul 2000 00:31:30 +0000 (00:31 +0000)]
Fix typos in comment

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

23 years ago* extend.texi (Extended Asm): Mention that a memory clobber
geoffk [Tue, 18 Jul 2000 00:25:48 +0000 (00:25 +0000)]
* extend.texi (Extended Asm): Mention that a memory clobber
does not count as a side-effect.

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

23 years ago* extend.texi (Extended Asm): Mention that a memory clobber
geoffk [Tue, 18 Jul 2000 00:23:50 +0000 (00:23 +0000)]
* extend.texi (Extended Asm): Mention that a memory clobber
does not count as a side-effect.

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

23 years ago* unroll.c (copy_loop_body): Fix one instance of using host
geoffk [Tue, 18 Jul 2000 00:16:59 +0000 (00:16 +0000)]
* unroll.c (copy_loop_body): Fix one instance of using host
arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
cross-compile.

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

23 years ago* tlink.c (scan_linker_output): Tweak for output of AIX ld.
geoffk [Tue, 18 Jul 2000 00:15:46 +0000 (00:15 +0000)]
* tlink.c (scan_linker_output): Tweak for output of AIX ld.

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

23 years agoNew test.
rth [Mon, 17 Jul 2000 22:44:39 +0000 (22:44 +0000)]
New test.

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

23 years ago * config/ia64/ia64.md (movdi): Split out load address code.
rth [Mon, 17 Jul 2000 22:19:58 +0000 (22:19 +0000)]
    * config/ia64/ia64.md (movdi): Split out load address code.
        New post-reload splitter for symbolic operands.
        (movdi_internal): Abort if we didn't split symbolic operands
        when we should have.
        * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
        (ia64_reorg): Split insns when not optimizing.
        * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.

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

23 years ago * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
hubicka [Mon, 17 Jul 2000 21:44:56 +0000 (21:44 +0000)]
* real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.

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

23 years ago * typeck.c (mark_addressable): Never set TREE_USED.
jason [Mon, 17 Jul 2000 21:35:46 +0000 (21:35 +0000)]
    * typeck.c (mark_addressable): Never set TREE_USED.
        * call.c (build_call): Don't abort on calls to library functions
        that have been declared normally.

        * typeck.c (build_binary_op): Fix grammar in warning.

        * exception.cc (__eh_free): Fix prototype.

        * decl2.c (finish_decl_parsing): Handle TEMPLATE_ID_EXPR.

        * decl.c (pushdecl): Handle seeing an OVERLOAD in
        IDENTIFIER_NAMESPACE_VALUE.

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

23 years agoRemoved extra bracket.
cchavva [Mon, 17 Jul 2000 21:02:08 +0000 (21:02 +0000)]
Removed extra bracket.

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

23 years ago * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
cchavva [Mon, 17 Jul 2000 20:59:39 +0000 (20:59 +0000)]
    * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.

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

23 years agorevert accidental checkin
jason [Mon, 17 Jul 2000 20:56:36 +0000 (20:56 +0000)]
revert accidental checkin

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

23 years ago * Makefile.in (clean): Remove libgcc directory.
jason [Mon, 17 Jul 2000 20:55:43 +0000 (20:55 +0000)]
    * Makefile.in (clean): Remove libgcc directory.

        * configure.in (-Wno-long-long check): Use higher-level macros.

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

23 years ago * gcc.dg/cpp/syshdr.c: New test.
zack [Mon, 17 Jul 2000 20:05:01 +0000 (20:05 +0000)]
* gcc.dg/cpp/syshdr.c: New test.
* gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.

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

23 years ago * simplify-rtx.c (simplify_binary_operation): Recognize
zack [Mon, 17 Jul 2000 18:31:50 +0000 (18:31 +0000)]
* simplify-rtx.c (simplify_binary_operation): Recognize
   (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
(simplify_ternary_operation):  Do not examine MODE_BITSIZE of
   a CONST_INT, it will always be zero.

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

23 years ago2000-07-17 Phil Edwards <pme@sourceware.cygnus.com>
pme [Mon, 17 Jul 2000 18:17:33 +0000 (18:17 +0000)]
2000-07-17  Phil Edwards  <pme@sourceware.cygnus.com>

* acinclude.m4:  Import CHECK_GNU_MAKE from autoconf macro archive.
* configure.in:  Use it.  Also print reminders one time.
* aclocal.m4:  Regenerate.
* configure:  Regenerate.

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

23 years ago * loop.c (check_dbra_loop) : Return if more than one condition is
cchavva [Mon, 17 Jul 2000 18:10:17 +0000 (18:10 +0000)]
    * loop.c (check_dbra_loop) : Return if more than one condition is
        present to control the loop.

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

23 years ago * gcc.dg/cpp/cmdlne-dD.c: New test.
zack [Mon, 17 Jul 2000 18:08:54 +0000 (18:08 +0000)]
* gcc.dg/cpp/cmdlne-dD.c: New test.
* gcc.dg/cpp/cmdlne-dM.c: New test.

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

23 years ago * mips.c (mips_expand_prologue): Don't calculate the last
cpopetz [Mon, 17 Jul 2000 13:27:54 +0000 (13:27 +0000)]
* mips.c (mips_expand_prologue): Don't calculate the last
argument register unless we need it.  When we are calculating
this, make sure FUNCTION_ARG is giving us a REG.

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

23 years ago * testsuite/regress-demangle (failed test): Show result and
hp [Mon, 17 Jul 2000 10:35:41 +0000 (10:35 +0000)]
* testsuite/regress-demangle (failed test): Show result and
expected output.

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

23 years ago * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
law [Mon, 17 Jul 2000 10:19:33 +0000 (10:19 +0000)]
* invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
update to describe current practice.

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

23 years ago * flow.c (libcall_dead_p): Use single_set to verify the insn
law [Mon, 17 Jul 2000 10:16:18 +0000 (10:16 +0000)]
* flow.c (libcall_dead_p): Use single_set to verify the insn
has only one set and get for analysis.
(propagate_one_insn): Don't pass the PATTERN of the insn.

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

23 years ago * gcc.c-torture/execute/20000717-3.c: New test.
law [Mon, 17 Jul 2000 09:54:04 +0000 (09:54 +0000)]
    * gcc.c-torture/execute/20000717-3.c: New test.

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

23 years ago * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
law [Mon, 17 Jul 2000 09:50:03 +0000 (09:50 +0000)]
     * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.

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

23 years ago * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
law [Mon, 17 Jul 2000 09:45:44 +0000 (09:45 +0000)]
* glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.

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

23 years ago * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
law [Mon, 17 Jul 2000 09:39:37 +0000 (09:39 +0000)]
* contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
references to C9X.  Change references to -fstd and -flang-isoc9x
to refer to -std.

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

23 years ago * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
law [Mon, 17 Jul 2000 09:23:16 +0000 (09:23 +0000)]
* Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
* configure.in (TARGET_GETGROUPS_T): Evaluate.
* sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
of second argument of getgroups.
* configure, config.in: Rebuilt.

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

23 years ago * h8300.md: Fix the format of mac.
law [Mon, 17 Jul 2000 09:13:23 +0000 (09:13 +0000)]
    * h8300.md: Fix the format of mac.
        (movsi_h8300hs): Output a tab after stmac instead of a space.

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

23 years ago * gcc.c-torture/compile/20000717-1.c: New test.
law [Mon, 17 Jul 2000 09:12:44 +0000 (09:12 +0000)]
    * gcc.c-torture/compile/20000717-1.c: New test.

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

23 years ago * c-common.c (scan_char_table): Allow "z" length modifiers on
law [Mon, 17 Jul 2000 09:07:08 +0000 (09:07 +0000)]
* c-common.c (scan_char_table): Allow "z" length modifiers on
diouxXn formats.
(check_format_info): Use TYPE_DOMAIN on the type matched against
for "z" formats, to retrieve the language size_t rather than the
internal one.

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

23 years ago * gcc.dg/formatz-1.c: New test.
law [Mon, 17 Jul 2000 09:03:54 +0000 (09:03 +0000)]
    * gcc.dg/formatz-1.c: New test.

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

23 years ago * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
law [Mon, 17 Jul 2000 08:55:51 +0000 (08:55 +0000)]
    * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
        profitable adds/subs sequences.

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

23 years ago* simplify-rtx.c (simplify_relational_operation): Two signed
geoffk [Mon, 17 Jul 2000 08:41:05 +0000 (08:41 +0000)]
* simplify-rtx.c (simplify_relational_operation): Two signed
values with equal high words are less/greater than each other if
their low words are less/greater when considered as unsigned.

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

23 years ago * configure.in (vax-*-openbsd): Change to new style configuration,
law [Mon, 17 Jul 2000 08:38:18 +0000 (08:38 +0000)]
    * configure.in (vax-*-openbsd):  Change to new style configuration,
        add collect2/float_format information.
        * configure:  Rebuilt.
        * config/vax/openbsd1.h:  New.
        * config/vax/openbsd.h:  New.
        * config/vax/t-openbsd:  New.

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

23 years ago * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph.c,
law [Mon, 17 Jul 2000 08:34:27 +0000 (08:34 +0000)]
* gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph.c,
gcc.dg/c99-digraph.c: New tests.

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

23 years ago * c-common.c (shorten_compare): Quiet warnings about unsigned
law [Mon, 17 Jul 2000 08:33:55 +0000 (08:33 +0000)]
    * c-common.c (shorten_compare): Quiet warnings about unsigned
        comparisons with zero when they occur in a system header.

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

23 years ago * c-common.c (check_format_info): Do not make a pedantic objection
law [Mon, 17 Jul 2000 08:31:15 +0000 (08:31 +0000)]
* c-common.c (check_format_info): Do not make a pedantic objection
to the 'L' length modifier if used with a floating point type
character.

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

23 years ago * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
law [Mon, 17 Jul 2000 08:28:44 +0000 (08:28 +0000)]
    * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
        constants in C99 mode.

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

23 years ago * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
law [Mon, 17 Jul 2000 08:27:13 +0000 (08:27 +0000)]
* gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.

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

23 years ago * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
law [Mon, 17 Jul 2000 08:25:51 +0000 (08:25 +0000)]
    * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
        gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
        gcc.dg/c90-longlong.c, gcc.dg/c90-restrict-1.c,
        gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
        gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
        gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
        gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.

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

23 years ago * fold-const.c: Fix comment typos.
law [Mon, 17 Jul 2000 08:24:48 +0000 (08:24 +0000)]
    * fold-const.c: Fix comment typos.

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

23 years ago2000-07-17 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Mon, 17 Jul 2000 08:20:06 +0000 (08:20 +0000)]
2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>

* std/valarray_array.h(__valarray_sum): Make inline.

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

23 years agoForgot to commit m88k changes.
law [Mon, 17 Jul 2000 08:14:48 +0000 (08:14 +0000)]
Forgot to commit m88k changes.

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

23 years agoAdd myself as diagnostics reporting module maintainer.
gdr [Mon, 17 Jul 2000 07:56:59 +0000 (07:56 +0000)]
Add myself as diagnostics reporting module maintainer.

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

23 years agoDaily bump.
law [Mon, 17 Jul 2000 07:45:07 +0000 (07:45 +0000)]
Daily bump.

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

23 years ago * gcc.c-torture/execute/20000717-1.c: New test.
law [Mon, 17 Jul 2000 06:41:49 +0000 (06:41 +0000)]
    * gcc.c-torture/execute/20000717-1.c: New test.
        * gcc.c-torture/execute/20000717-1.x: Expected to fail.

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

23 years agoForgot to check in several days ago.
law [Mon, 17 Jul 2000 06:16:14 +0000 (06:16 +0000)]
Forgot to check in several days ago.

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

23 years ago2000-07-16 Laurynas Biveinis <lauras@softhome.net>
zack [Sun, 16 Jul 2000 21:22:19 +0000 (21:22 +0000)]
2000-07-16  Laurynas Biveinis  <lauras@softhome.net>

* cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.

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

23 years ago * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
mmitchel [Sun, 16 Jul 2000 21:04:16 +0000 (21:04 +0000)]
* cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
* method.c (use_thunk): Correct handling of vcall offsets.

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

23 years ago * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Fix typo.
mmitchel [Sun, 16 Jul 2000 21:02:37 +0000 (21:02 +0000)]
* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Fix typo.

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

23 years agoFix name
mmitchel [Sun, 16 Jul 2000 19:25:48 +0000 (19:25 +0000)]
Fix name

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

23 years ago * gcc_build: New script.
mmitchel [Sun, 16 Jul 2000 18:08:33 +0000 (18:08 +0000)]
* gcc_build: New script.

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

23 years ago * gcc_build: New script.
mmitchel [Sun, 16 Jul 2000 18:05:46 +0000 (18:05 +0000)]
* gcc_build: New script.

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

23 years ago * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
ghazi [Sun, 16 Jul 2000 17:17:46 +0000 (17:17 +0000)]
* fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.

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

23 years ago * cpplex.c: Update comments.
neil [Sun, 16 Jul 2000 13:35:23 +0000 (13:35 +0000)]
* cpplex.c: Update comments.
* README.Portability: Small update.

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

23 years agoDaily bump.
law [Sun, 16 Jul 2000 07:45:07 +0000 (07:45 +0000)]
Daily bump.

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

23 years ago * README.Portability: Small update.
neil [Sun, 16 Jul 2000 02:14:14 +0000 (02:14 +0000)]
* README.Portability: Small update.

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

23 years ago2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Sat, 15 Jul 2000 21:54:06 +0000 (21:54 +0000)]
2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>

* std/valarray_array.h (__valarray_get_memory,
__valarray_get_storage, __valarray_release_storage): New
functions.
(_Array_default_ctor, _Array_init_ctor, _Array_copy_ctor,
_Array_copier): New traits classes.
(__valarray_default_construct): New function.  Implements valarray
default construction.
(__valarray_fill_construct): New function. Implements valarray
construction with initializer.
(__valarray_copy_construct): New function.  Implements valarray
copy construction.
(__valarray_destroy_elements): New function.
(__valarray_copy, __valarray_fill): Tweak.
(__valarray_sum, __valarray_product): New helper functions.
(_Array<>::free_data): Remove.
(_Array<>::_Array): Tweak.

* std/std_valarray.h (valarray<>::product): Remove.
(valarray<>::valarray): Use __valarray_get_storage.
(valarray<>::shift, valarray<>::cshift, valarray<>::resize):
Tweak.

* std/cpp_type_traits.h: New file.

* valarray.cc (multiplies<>, accumulate, valarray<>::product):
Remove explicit instantiation.
(__valarray_product): New function.
(_Indexer::_Indexer): Use.

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

23 years ago * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
rth [Sat, 15 Jul 2000 20:31:27 +0000 (20:31 +0000)]
    * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
        * config/ia64/ia64.c (ia64_move_ok): New function.
        * config/ia64/ia64.md (movqi, movqi_internal): Use it.
        (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.

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

23 years ago2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Sat, 15 Jul 2000 20:07:45 +0000 (20:07 +0000)]
2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>

* bits/valarray_array.h (__valarray_get_storage): New function.
(_Array<>::Array): Use it.
* bits/std_valarray.h (valarray<>::valarray): Likewise.
(valarray<>::resize): Likewise.  Tweak.
* src/valarray-inst.cc (__valarray_product): Tweak.

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

23 years ago * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
zack [Sat, 15 Jul 2000 19:29:14 +0000 (19:29 +0000)]
* cpphash.c (save_expansion): Clear PREV_WHITE on tokens
immediately following a paste operator.
* cppinit.c (sort_options): New function (only for HOST_EBCDIC).
(cpp_reader_init): Call it, if HOST_EBCDIC.
(cpp_handle_options): Do not sort option list here.
(handle_option): Rename to cpp_handle_option and export.
* cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
_cpp_get_token directly.
(cpp_scan_line): Return 0 at EOF, 1 otherwise.
* cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
* cpplib.h: Prototype cpp_handle_option.  Update prototype of
cpp_scan_line.

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

23 years ago * gcc.dg/20000715-1.c: New test.
jakub [Sat, 15 Jul 2000 18:14:29 +0000 (18:14 +0000)]
* gcc.dg/20000715-1.c: New test.

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

23 years ago * gcc.c-torture/execute/20000715-2.c: New test.
jakub [Sat, 15 Jul 2000 18:08:48 +0000 (18:08 +0000)]
* gcc.c-torture/execute/20000715-2.c: New test.

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

23 years ago * fold-const.c (extract_muldiv): Don't optimize past an unsigned
rth [Sat, 15 Jul 2000 17:22:26 +0000 (17:22 +0000)]
    * fold-const.c (extract_muldiv): Don't optimize past an unsigned
        cast around an expression.  Tidy other unsigned tests.

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

23 years ago2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Sat, 15 Jul 2000 16:50:31 +0000 (16:50 +0000)]
2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>

* diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
(v_message_with_decl): Rename to ...
(format_with_decl): ... this. Tweak
(diagnostic_for_decl): New function.
(fatal_io_error): Use verbatim in lieu of notice.
(announce_function): Use verbatim.
(default_print_error_function): Likewise.
(error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
infratructure.

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

23 years agoWarning patch:
ghazi [Sat, 15 Jul 2000 15:13:52 +0000 (15:13 +0000)]
Warning patch:

* mips.c (function_arg_pass_by_reference): Don't do automatic
aggregate initialization.
(machine_dependent_reorg): Initialize variable `mode'.

* mips.md (absdi2): Change variable `regno1' to unsigned int.
(reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
conflicts with sys/param.h macro of the same name.
(reload_outdi): Likewise.

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

23 years agoFix (<cond> ? FOO++ : BAR++) == 2 from misoptimizing FOO++ into ++FOO without bumping...
meissner [Sat, 15 Jul 2000 14:58:53 +0000 (14:58 +0000)]
Fix (<cond> ? FOO++ : BAR++) == 2 from misoptimizing FOO++ into ++FOO without bumping up the comparison value

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

23 years agoDaily bump.
law [Sat, 15 Jul 2000 07:45:12 +0000 (07:45 +0000)]
Daily bump.

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

23 years agocommit changelog
bryce [Sat, 15 Jul 2000 05:12:47 +0000 (05:12 +0000)]
commit changelog

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

23 years ago * README.Portability: Correct example about calling a function
neil [Sat, 15 Jul 2000 04:59:42 +0000 (04:59 +0000)]
* README.Portability: Correct example about calling a function
through a pointer to function.  Format wide paragraphs.

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

23 years ago * java/awt/EventQueue.java (invokeAndWait): Call postEvent() within
bryce [Sat, 15 Jul 2000 04:42:47 +0000 (04:42 +0000)]
* java/awt/EventQueue.java (invokeAndWait): Call postEvent() within
synchronized block.
* java/awt/event/InvocationEvent (dispatch): Synchronize on notifier
before calling notifyAll().

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

23 years agoupdate portability guide
meissner [Sat, 15 Jul 2000 04:18:47 +0000 (04:18 +0000)]
update portability guide

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

23 years ago * README.Portability: Small update.
neil [Sat, 15 Jul 2000 03:03:11 +0000 (03:03 +0000)]
* README.Portability:  Small update.

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

23 years ago * README.Portability: New file.
neil [Sat, 15 Jul 2000 02:56:01 +0000 (02:56 +0000)]
* README.Portability: New file.

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

23 years ago * config/mh-irix6 (CC): Don't set it.
mmitchel [Sat, 15 Jul 2000 00:15:18 +0000 (00:15 +0000)]
* config/mh-irix6 (CC): Don't set it.

* INSTALL: Give special instructions for building GCC on Irix 6.
* config/mips/x-iris6 (CC): Don't set it.
(OLDCC): Likewise.

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

23 years agotweak
jason [Fri, 14 Jul 2000 17:41:26 +0000 (17:41 +0000)]
tweak

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

23 years ago * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
jason [Fri, 14 Jul 2000 17:40:38 +0000 (17:40 +0000)]
    * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
        register in the stack and later in another register, use the new
        register.

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

23 years ago * std/bastring.h (basic_string<>::clear): Add function.
gerald [Fri, 14 Jul 2000 16:27:45 +0000 (16:27 +0000)]
* std/bastring.h (basic_string<>::clear): Add function.

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

23 years ago * config/mips/mips.md: (absdi2): Handle sign_extend for
cpopetz [Fri, 14 Jul 2000 15:25:10 +0000 (15:25 +0000)]
* config/mips/mips.md: (absdi2): Handle sign_extend for
second operand.

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

23 years ago * cpplib.c (do_pragma_dependency): Tidy warning messages.
nathan [Fri, 14 Jul 2000 08:55:21 +0000 (08:55 +0000)]
* cpplib.c (do_pragma_dependency): Tidy warning messages.

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

23 years agoDaily bump.
law [Fri, 14 Jul 2000 07:45:08 +0000 (07:45 +0000)]
Daily bump.

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

23 years agotop level:
zack [Fri, 14 Jul 2000 07:13:19 +0000 (07:13 +0000)]
top level:
* .cvsignore: Correct typo.
cp:
* .cvsignore: parse.h and parse.c have no cp- prefix.
java:
* .cvsignore: New file.

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

23 years ago * gcc_update (files_and_dependencies): Remove generated YACC files.
mmitchel [Fri, 14 Jul 2000 06:38:49 +0000 (06:38 +0000)]
* gcc_update (files_and_dependencies): Remove generated YACC files.

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

23 years ago * parse.c: Remove.
mmitchel [Fri, 14 Jul 2000 06:37:40 +0000 (06:37 +0000)]
* parse.c: Remove.

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

23 years ago * .cvsignore: Add generated YACC files.
mmitchel [Fri, 14 Jul 2000 05:41:33 +0000 (05:41 +0000)]
* .cvsignore: Add generated YACC files.
* objc/.cvsignore: New file.

* .cvsignore: New file.

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

23 years agoAdd missing files
nickc [Fri, 14 Jul 2000 00:57:58 +0000 (00:57 +0000)]
Add missing files

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