]> gcc.gnu.org Git - gcc.git/log
gcc.git
24 years agocalls.c (store_arg): Return non-zero if sibcall_failure is desired.
Jakub Jelinek [Tue, 18 Jul 2000 08:54:33 +0000 (10:54 +0200)]
calls.c (store_arg): Return non-zero if sibcall_failure is desired.

* 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.

From-SVN: r35117

24 years agodiagnostic.h (report_diagnostic): Change prototype.
Gabriel Dos Reis [Tue, 18 Jul 2000 08:40:32 +0000 (08:40 +0000)]
diagnostic.h (report_diagnostic): Change prototype.

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.

From-SVN: r35116

24 years agoDaily bump.
Jeff Law [Tue, 18 Jul 2000 07:45:06 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r35115

24 years agocp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
Mark Mitchell [Tue, 18 Jul 2000 07:23:10 +0000 (07:23 +0000)]
cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.

* cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
* method.c (use_thunk): Correct handling of vcall offsets.

From-SVN: r35114

24 years ago[multiple changes]
Zack Weinberg [Tue, 18 Jul 2000 00:59:49 +0000 (00:59 +0000)]
[multiple changes]

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.

From-SVN: r35113

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

From-SVN: r35112

24 years agoextend.texi (Extended Asm): Mention that a memory clobber does not count as a side...
Geoff Keating [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.

* extend.texi (Extended Asm): Mention that a memory clobber
does not count as a side-effect.

From-SVN: r35111

24 years agoextend.texi (Extended Asm): Mention that a memory clobber does not count as a side...
Geoff Keating [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.

* extend.texi (Extended Asm): Mention that a memory clobber
does not count as a side-effect.

From-SVN: r35110

24 years agounroll.c (copy_loop_body): Fix one instance of using host arithmetic on the target...
Geoff Keating [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...

* 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.

From-SVN: r35109

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

From-SVN: r35108

24 years agoNew test.
Richard Henderson [Mon, 17 Jul 2000 22:44:39 +0000 (15:44 -0700)]
New test.

From-SVN: r35107

24 years agoia64.md (movdi): Split out load address code.
Richard Henderson [Mon, 17 Jul 2000 22:19:58 +0000 (15:19 -0700)]
ia64.md (movdi): Split out load address code.

        * 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.

From-SVN: r35106

24 years agoreal.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE instead of MAX_L...
Jan 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...

* real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.

From-SVN: r35105

24 years agotypeck.c (mark_addressable): Never set TREE_USED.
Jason Merrill [Mon, 17 Jul 2000 21:35:46 +0000 (17:35 -0400)]
typeck.c (mark_addressable): Never set TREE_USED.

        * 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.

From-SVN: r35104

24 years agoRemoved extra bracket.
Chandra Chavva [Mon, 17 Jul 2000 21:02:08 +0000 (17:02 -0400)]
Removed extra bracket.

From-SVN: r35103

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

From-SVN: r35102

24 years agorevert accidental checkin
Jason Merrill [Mon, 17 Jul 2000 20:56:36 +0000 (16:56 -0400)]
revert accidental checkin

From-SVN: r35101

24 years agoMakefile.in (clean): Remove libgcc directory.
Jason Merrill [Mon, 17 Jul 2000 20:55:43 +0000 (16:55 -0400)]
Makefile.in (clean): Remove libgcc directory.

        * Makefile.in (clean): Remove libgcc directory.

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

From-SVN: r35100

24 years agosyshdr.c: New test.
Zack Weinberg [Mon, 17 Jul 2000 20:05:01 +0000 (20:05 +0000)]
syshdr.c: New test.

* gcc.dg/cpp/syshdr.c: New test.
* gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.

From-SVN: r35099

24 years agosimplify-rtx.c (simplify_binary_operation): Recognize (compare (gt[u] (cc) 0) (lt...
Zack Weinberg [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-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.

From-SVN: r35098

24 years agoacinclude.m4: Import CHECK_GNU_MAKE from autoconf macro archive.
Phil Edwards [Mon, 17 Jul 2000 18:17:33 +0000 (18:17 +0000)]
acinclude.m4: Import CHECK_GNU_MAKE from autoconf macro archive.

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.

From-SVN: r35097

24 years agoloop.c (check_dbra_loop): Return if more than one condition is present to control...
Chandrakala Chavva [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.

        * loop.c (check_dbra_loop) : Return if more than one condition is
        present to control the loop.

From-SVN: r35096

24 years agocmdlne-dD.c: New test.
Neil Booth [Mon, 17 Jul 2000 18:08:54 +0000 (18:08 +0000)]
cmdlne-dD.c: New test.

* gcc.dg/cpp/cmdlne-dD.c: New test.
* gcc.dg/cpp/cmdlne-dM.c: New test.

From-SVN: r35095

24 years agomips.c (mips_expand_prologue): Don't calculate the last argument register unless...
Clinton Popetz [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.

* 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.

From-SVN: r35094

24 years agoregress-demangle (failed test): Show result and expected output.
Hans-Peter Nilsson [Mon, 17 Jul 2000 10:35:41 +0000 (10:35 +0000)]
regress-demangle (failed test): Show result and expected output.

* testsuite/regress-demangle (failed test): Show result and
expected output.

From-SVN: r35093

24 years agoinvoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and update to describe...
Joseph Myers [Mon, 17 Jul 2000 10:19:33 +0000 (04:19 -0600)]
invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and update to describe current practice.

* invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
update to describe current practice.

From-SVN: r35092

24 years agoflow.c (libcall_dead_p): Use single_set to verify the insn has only one set and get...
Stephane Carrez [Mon, 17 Jul 2000 10:16:18 +0000 (12:16 +0200)]
flow.c (libcall_dead_p): Use single_set to verify the insn has only one set and get for analysis.

* 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.

From-SVN: r35091

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

From-SVN: r35090

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

From-SVN: r35089

24 years ago* glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
Joseph Myers [Mon, 17 Jul 2000 09:45:44 +0000 (03:45 -0600)]
* glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.

From-SVN: r35088

24 years agocontrib.texi, [...]: Update references to C9X.
Joseph Myers [Mon, 17 Jul 2000 09:39:37 +0000 (03:39 -0600)]
contrib.texi, [...]: Update references to C9X.

* contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
references to C9X.  Change references to -fstd and -flang-isoc9x
to refer to -std.

From-SVN: r35087

24 years agoMakefile.in (TARGET_GETGROUPS_T): New configuration variable.
J. David Anglin [Mon, 17 Jul 2000 09:23:16 +0000 (09:23 +0000)]
Makefile.in (TARGET_GETGROUPS_T): New configuration variable.

* 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.

From-SVN: r35086

24 years agoh8300.md: Fix the format of mac.
Kazu Hirata [Mon, 17 Jul 2000 09:13:23 +0000 (09:13 +0000)]
h8300.md: Fix the format of mac.

        * h8300.md: Fix the format of mac.
        (movsi_h8300hs): Output a tab after stmac instead of a space.

From-SVN: r35085

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

From-SVN: r35084

24 years agoc-common.c (scan_char_table): Allow "z" length modifiers on diouxXn formats.
Joseph Myers [Mon, 17 Jul 2000 09:07:08 +0000 (03:07 -0600)]
c-common.c (scan_char_table): Allow "z" length modifiers on diouxXn formats.

* 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.

From-SVN: r35083

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

From-SVN: r35082

24 years agoh8300.c (two_insn_adds_subs_operand): Improve code for detecting profitable adds...
Kazu Hirata [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.

        * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
        profitable adds/subs sequences.

From-SVN: r35081

24 years agosimplify-rtx.c (simplify_relational_operation): Two signed values with equal high...
Geoff Keating [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...

* 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.

From-SVN: r35080

24 years agoconfigure.in (vax-*-openbsd): Change to new style configuration, add collect2/float_f...
Marc Espie [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.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.

From-SVN: r35079

24 years agoc90-digraph-1.c, [...]: New tests.
Joseph Myers [Mon, 17 Jul 2000 08:34:27 +0000 (02:34 -0600)]
c90-digraph-1.c, [...]: New tests.

* gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph.c,
gcc.dg/c99-digraph.c: New tests.

From-SVN: r35078

24 years agoc-common.c (shorten_compare): Quiet warnings about unsigned comparisons with zero...
Chip Salzenberg [Mon, 17 Jul 2000 08:33:55 +0000 (08:33 +0000)]
c-common.c (shorten_compare): Quiet warnings about unsigned comparisons with zero when...

        * c-common.c (shorten_compare): Quiet warnings about unsigned
        comparisons with zero when they occur in a system header.

From-SVN: r35077

24 years agoc-common.c (check_format_info): Do not make a pedantic objection to the 'L' length...
Joseph Myers [Mon, 17 Jul 2000 08:31:15 +0000 (02:31 -0600)]
c-common.c (check_format_info): Do not make a pedantic objection to the 'L' length modifier if...

* 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.

From-SVN: r35076

24 years agoc-lex.c (yylex): Don't pedwarn for hexadecimal floating point constants in C99 mode.
Joseph Myers [Mon, 17 Jul 2000 08:28:44 +0000 (02:28 -0600)]
c-lex.c (yylex): Don't pedwarn for hexadecimal floating point constants in C99 mode.

        * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
        constants in C99 mode.

From-SVN: r35075

24 years agoc90-hexfloat-1.c, [...]: New tests.
Joseph Myers [Mon, 17 Jul 2000 08:27:13 +0000 (02:27 -0600)]
c90-hexfloat-1.c, [...]: New tests.

* 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.

From-SVN: r35074

24 years agoc90-enum-comma-1.c, [...]: New tests.
Joseph Myers [Mon, 17 Jul 2000 08:25:51 +0000 (02:25 -0600)]
c90-enum-comma-1.c, [...]: New tests.

        * 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.

From-SVN: r35073

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

From-SVN: r35072

24 years agovalarray_array.h (__valarray_sum): Make inline.
Gabriel Dos Reis [Mon, 17 Jul 2000 08:20:06 +0000 (08:20 +0000)]
valarray_array.h (__valarray_sum): Make inline.

2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>

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

From-SVN: r35071

24 years agoForgot to commit m88k changes.
Jeff Law [Mon, 17 Jul 2000 08:14:48 +0000 (02:14 -0600)]
Forgot to commit m88k changes.

From-SVN: r35070

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

From-SVN: r35069

24 years agoDaily bump.
Jeff Law [Mon, 17 Jul 2000 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r35068

24 years ago20000717-1.c: New test.
Greg McGary [Mon, 17 Jul 2000 06:41:49 +0000 (06:41 +0000)]
20000717-1.c: New test.

        * gcc.c-torture/execute/20000717-1.c: New test.
        * gcc.c-torture/execute/20000717-1.x: Expected to fail.

From-SVN: r35067

24 years agoForgot to check in several days ago.
Jeff Law [Mon, 17 Jul 2000 06:16:14 +0000 (00:16 -0600)]
Forgot to check in several days ago.

From-SVN: r35066

24 years agocppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
Laurynas Biveinis [Sun, 16 Jul 2000 21:22:19 +0000 (21:22 +0000)]
cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.

2000-07-16  Laurynas Biveinis  <lauras@softhome.net>

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

From-SVN: r35065

24 years agocp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
Mark Mitchell [Sun, 16 Jul 2000 21:04:16 +0000 (21:04 +0000)]
cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.

* cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
* method.c (use_thunk): Correct handling of vcall offsets.

From-SVN: r35064

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

From-SVN: r35063

24 years agoFix name
Mark Mitchell [Sun, 16 Jul 2000 19:25:48 +0000 (19:25 +0000)]
Fix name

From-SVN: r35062

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

From-SVN: r35061

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

From-SVN: r35060

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

From-SVN: r35059

24 years agocpplex.c: Update comments.
Neil Booth [Sun, 16 Jul 2000 13:35:23 +0000 (13:35 +0000)]
cpplex.c: Update comments.

* cpplex.c: Update comments.
* README.Portability: Small update.

From-SVN: r35058

24 years agoDaily bump.
Jeff Law [Sun, 16 Jul 2000 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r35057

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

From-SVN: r35056

24 years agovalarray_array.h (__valarray_get_memory, [...]): New functions.
Gabriel Dos Reis [Sat, 15 Jul 2000 21:54:06 +0000 (21:54 +0000)]
valarray_array.h (__valarray_get_memory, [...]): New functions.

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.

From-SVN: r35055

24 years agoia64-protos.h (ia64_move_ok): Prototype.
Richard Henderson [Sat, 15 Jul 2000 20:31:27 +0000 (13:31 -0700)]
ia64-protos.h (ia64_move_ok): Prototype.

        * 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.

From-SVN: r35054

24 years agovalarray_array.h (__valarray_get_storage): New function.
Gabriel Dos Reis [Sat, 15 Jul 2000 20:07:45 +0000 (20:07 +0000)]
valarray_array.h (__valarray_get_storage): New function.

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.

From-SVN: r35053

24 years agocpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following a paste...
Zack Weinberg [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.

* 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.

From-SVN: r35052

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

From-SVN: r35051

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

From-SVN: r35050

24 years agofold-const.c (extract_muldiv): Don't optimize past an unsigned cast around an expression.
Richard Henderson [Sat, 15 Jul 2000 17:22:26 +0000 (10:22 -0700)]
fold-const.c (extract_muldiv): Don't optimize past an unsigned cast around an expression.

        * fold-const.c (extract_muldiv): Don't optimize past an unsigned
        cast around an expression.  Tidy other unsigned tests.

From-SVN: r35049

24 years agodiagnostic.c (doing_line_wrapping, [...]): Remove.
Gabriel Dos Reis [Sat, 15 Jul 2000 16:50:31 +0000 (16:50 +0000)]
diagnostic.c (doing_line_wrapping, [...]): Remove.

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.

From-SVN: r35048

24 years agoWarning patch:
Kaveh R. 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.

From-SVN: r35047

24 years agoFix (<cond> ? FOO++ : BAR++) == 2 from misoptimizing FOO++ into ++FOO without bumping...
Michael 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

From-SVN: r35046

24 years agoDaily bump.
Jeff Law [Sat, 15 Jul 2000 07:45:12 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r35045

24 years agocommit changelog
Bryce McKinlay [Sat, 15 Jul 2000 05:12:47 +0000 (06:12 +0100)]
commit changelog

From-SVN: r35044

24 years agoREADME.Portability: Correct example about calling a function through a pointer to...
Neil Booth [Sat, 15 Jul 2000 04:59:42 +0000 (04:59 +0000)]
README.Portability: Correct example about calling a function through a pointer to function.

* README.Portability: Correct example about calling a function
through a pointer to function.  Format wide paragraphs.

From-SVN: r35043

24 years agoEventQueue.java (invokeAndWait): Call postEvent() within synchronized block.
Bryce McKinlay [Sat, 15 Jul 2000 04:42:47 +0000 (05:42 +0100)]
EventQueue.java (invokeAndWait): Call postEvent() within synchronized block.

* java/awt/EventQueue.java (invokeAndWait): Call postEvent() within
synchronized block.
* java/awt/event/InvocationEvent (dispatch): Synchronize on notifier
before calling notifyAll().

From-SVN: r35042

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

From-SVN: r35041

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

From-SVN: r35040

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

From-SVN: r35039

24 years agomh-irix6 (CC): Don't set it.
Mark Mitchell [Sat, 15 Jul 2000 00:15:18 +0000 (00:15 +0000)]
mh-irix6 (CC): Don't set it.

* 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.

From-SVN: r35038

24 years agotweak
Jason Merrill [Fri, 14 Jul 2000 17:41:26 +0000 (13:41 -0400)]
tweak

From-SVN: r35037

24 years agodwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA register in the stack...
Jason Merrill [Fri, 14 Jul 2000 17:40:38 +0000 (13:40 -0400)]
dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA register in the stack and later in another register...

        * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
        register in the stack and later in another register, use the new
        register.

From-SVN: r35036

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

From-SVN: r35035

24 years agomips.md: (absdi2): Handle sign_extend for second operand.
Clinton Popetz [Fri, 14 Jul 2000 15:25:10 +0000 (15:25 +0000)]
mips.md: (absdi2): Handle sign_extend for second operand.

* config/mips/mips.md: (absdi2): Handle sign_extend for
second operand.

From-SVN: r35034

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

From-SVN: r35033

24 years agoDaily bump.
Jeff Law [Fri, 14 Jul 2000 07:45:08 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r35032

24 years agotop level:
Zack Weinberg [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.

From-SVN: r35031

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

From-SVN: r35030

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

From-SVN: r35029

24 years agocvsignore: Add generated YACC files.
Mark Mitchell [Fri, 14 Jul 2000 05:41:33 +0000 (05:41 +0000)]
cvsignore: Add generated YACC files.

* .cvsignore: Add generated YACC files.
* objc/.cvsignore: New file.

* .cvsignore: New file.

From-SVN: r35028

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

From-SVN: r35027

24 years agocpplex.c (adjust_column): New funcion.
Neil Booth [Thu, 13 Jul 2000 22:55:04 +0000 (22:55 +0000)]
cpplex.c (adjust_column): New funcion.

* cpplex.c (adjust_column): New funcion.
(skip_whitespace): Use it.
(skip_block_comment): Use it, and warn about /*/* with
-Wcomments.

From-SVN: r35026

24 years agocpphash.c (struct macro_info): Add new members.
Neil Booth [Thu, 13 Jul 2000 21:49:33 +0000 (21:49 +0000)]
cpphash.c (struct macro_info): Add new members.

* cpphash.c (struct macro_info): Add new members.
(_cpp_free_definition): Delete the macro directly.
(count_params): Return void, with first token of
expansion in struct macro_info on success.
(parse_define): Return int.  Hoist syntax checking from
save_macro_expansion.  Leave call to save_expansion to
_cpp_create_definition.
(alloc_macro): Needs just 2 arguments.
(free_macro): Delete.
(save_expansion): Don't perform syntax check.
(_cpp_create_definition): Call save_expansion.

From-SVN: r35025

24 years ago* genrecog.c (write_header): Split long string.
Kaveh R. Ghazi [Thu, 13 Jul 2000 20:33:09 +0000 (20:33 +0000)]
* genrecog.c (write_header): Split long string.

From-SVN: r35024

24 years ago* cpphash.c (macro_info): Don't use the `signed' keyword.
Kaveh R. Ghazi [Thu, 13 Jul 2000 20:09:55 +0000 (20:09 +0000)]
* cpphash.c (macro_info): Don't use the `signed' keyword.

From-SVN: r35023

24 years agoparse.y (fold_constant_for_init): Avoid bullish conversion.
Alexandre Petit-Bianco [Thu, 13 Jul 2000 19:27:49 +0000 (19:27 +0000)]
parse.y (fold_constant_for_init): Avoid bullish conversion.

2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.y (fold_constant_for_init): Avoid bullish conversion.

(http://gcc.gnu.org/ml/gcc-patches/2000-07/msg00506.html)

From-SVN: r35022

24 years agoReverting incorrectly applied change
Tom Tromey [Thu, 13 Jul 2000 19:23:57 +0000 (19:23 +0000)]
Reverting incorrectly applied change

From-SVN: r35021

24 years ago* system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
Kaveh R. Ghazi [Thu, 13 Jul 2000 19:09:23 +0000 (19:09 +0000)]
* system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.

From-SVN: r35020

24 years ago* objc/hash.h: Include string.h.
Kaveh R. Ghazi [Thu, 13 Jul 2000 18:56:49 +0000 (18:56 +0000)]
* objc/hash.h: Include string.h.

From-SVN: r35019

24 years ago* lang-specs.h: Added %{I*}.
Tom Tromey [Thu, 13 Jul 2000 18:25:37 +0000 (18:25 +0000)]
* lang-specs.h: Added %{I*}.

From-SVN: r35018

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