OSDN Git Service

pf3gnuchains/gcc-fork.git
23 years ago * config/os/solaris/solaris2.7/bits/os_defines.h: Define
mmitchel [Mon, 13 Nov 2000 00:25:40 +0000 (00:25 +0000)]
* config/os/solaris/solaris2.7/bits/os_defines.h: Define
__EXTENSIONS__.

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

23 years agogeneralize the release script a bit
korbb [Mon, 13 Nov 2000 00:25:21 +0000 (00:25 +0000)]
generalize the release script a bit

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

23 years ago * fixinc/mkfixinc.sh: Use the ordinary fixincludes on Solaris.
mmitchel [Mon, 13 Nov 2000 00:19:37 +0000 (00:19 +0000)]
* fixinc/mkfixinc.sh: Use the ordinary fixincludes on Solaris.

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

23 years ago * reload1.c (set_label_offsets): Go inside of PARALLELs.
jakub [Sun, 12 Nov 2000 22:52:35 +0000 (22:52 +0000)]
* reload1.c (set_label_offsets): Go inside of PARALLELs.

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

23 years ago * invoke.texi: Clean up option summary.
jsm28 [Sun, 12 Nov 2000 19:17:59 +0000 (19:17 +0000)]
* invoke.texi: Clean up option summary.

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

23 years agoFix comment formating, and adjust sequence of #include headers.
nickc [Sun, 12 Nov 2000 18:40:22 +0000 (18:40 +0000)]
Fix comment formating, and adjust sequence of #include headers.

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

23 years ago * configure.in: Fix filds test.
espie [Sun, 12 Nov 2000 14:06:23 +0000 (14:06 +0000)]
* configure.in: Fix filds test.
* configure: Regen.

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

23 years ago * jump.c (delete_computation): Don't assume that just becuase an
mmitchel [Sun, 12 Nov 2000 13:01:37 +0000 (13:01 +0000)]
* jump.c (delete_computation): Don't assume that just becuase an
instruction sets a register, that register is dead.

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

23 years ago * cppexp.c: Don't worry about pfile->skipping.
neil [Sun, 12 Nov 2000 11:46:21 +0000 (11:46 +0000)]
    * cppexp.c: Don't worry about pfile->skipping.
        * cpplib.c (struct if_stack): Make was_skipping unsigned char.
        (cpp_handle_directive): Save pfile->skipping in struct cpp_buffer
        for handled directives.
        (skip_rest_of_line): Use _cpp_lex_token after popping contexts
        and releasing lookaheads.
        (do_ifdef, do_ifndef, do_if): Use buffer->was_skipping.
        (do_else, do_elif, push_conditional): Update logic.
        (do_endif): Set buffer->was_skipping rather than pfile->skipping.
        (unwind_if_stack): Inline into cpp_pop_buffer.
        (cpp_push_buffer): Clear ifs->was_skipping for cpp_handle_directive.
        * cpplex.c (_cpp_lex_token): Clear skipping on EOF.  Handle
        multiple-include optimisation.
        * cpplib.h (struct cpp_buffer): New member was_skipping.
        * cppmacro.c (_cpp_get_token): Loop whilst pfile->skipping.  This
        works because skipping == 0 in directives.
        (_cpp_release_lookahead): Renamed from release_lookahead.
        (cpp_get_token): No need to check skipping as _cpp_get_token does
        this for us.  No need to handle MI optimisation.

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

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

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

23 years ago * fixinc/inclhack.def (sunos_matherr_decl): Bypass matherr
mmitchel [Sun, 12 Nov 2000 04:16:07 +0000 (04:16 +0000)]
* fixinc/inclhack.def (sunos_matherr_decl): Bypass matherr
declarations that use `__MATH_EXCEPTION' in their prototypes, too.
* fixinc/fixincl.x: Regenerated.

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

23 years agoavoid commenting out #endifs
korbb [Sun, 12 Nov 2000 03:37:33 +0000 (03:37 +0000)]
avoid commenting out #endifs

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

23 years ago * include/bits/basic_file.h (__basic_file): Don't use __c_wfile_type
mmitchel [Sun, 12 Nov 2000 03:27:10 +0000 (03:27 +0000)]
* include/bits/basic_file.h (__basic_file): Don't use __c_wfile_type
when _GLIBCPP_USE_WCHAR_T is not defined.

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

23 years ago * configure.in: Don't add $outputs to all_lang_makefiles. Add
zack [Sun, 12 Nov 2000 02:09:33 +0000 (02:09 +0000)]
* configure.in: Don't add $outputs to all_lang_makefiles.  Add
$srcdir/$s/Makefile.in if it exists.
* configure: Regenerate.

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

23 years ago * fixinc/mkfixinc.sh: Use the ordinary fixincludes on IRIX.
mmitchel [Sun, 12 Nov 2000 01:50:39 +0000 (01:50 +0000)]
* fixinc/mkfixinc.sh: Use the ordinary fixincludes on IRIX.

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

23 years ago * gcc_build: Add -o option for setting the objdir to use.
mmitchel [Sun, 12 Nov 2000 00:29:37 +0000 (00:29 +0000)]
* gcc_build: Add -o option for setting the objdir to use.

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

23 years ago * function.c (assign_parms): If TREE_ADDRESSABLE is set, try to
jason [Sun, 12 Nov 2000 00:11:47 +0000 (00:11 +0000)]
    * function.c (assign_parms): If TREE_ADDRESSABLE is set, try to
        give the parm a register and then call put_var_into_stack.
        * stmt.c (expand_decl): Likewise.

cp/
        * typeck.c (mark_addressable): Don't call put_var_into_stack.

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

23 years ago * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
mmitchel [Sat, 11 Nov 2000 23:59:50 +0000 (23:59 +0000)]
* g++.brendan/err-msg8.C: Avoid capricious line-number issues with
error messages.

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

23 years ago * decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics
jason [Sat, 11 Nov 2000 23:50:20 +0000 (23:50 +0000)]
    * decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics
        in inlines.

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

23 years ago * gcc.texi: Adjust wording.
jsm28 [Sat, 11 Nov 2000 23:44:24 +0000 (23:44 +0000)]
* gcc.texi: Adjust wording.

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

23 years ago * g++.mike/p700.C: Don't typedef wchar_t.
mmitchel [Sat, 11 Nov 2000 23:23:06 +0000 (23:23 +0000)]
* g++.mike/p700.C: Don't typedef wchar_t.
* g++.mike/p784.C: Likewise.
* g++.mike/eb101.C: Don't use __wchar_t.

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

23 years ago * fixinc/inclhack.def (avoid_wchar_t_type): New fix.
mmitchel [Sat, 11 Nov 2000 21:40:27 +0000 (21:40 +0000)]
* fixinc/inclhack.def (avoid_wchar_t_type): New fix.
* fininc/fixincl.x: Regenerated.

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

23 years ago2000-11-11 Anthony Green <green@redhat.com>
green [Sat, 11 Nov 2000 20:19:42 +0000 (20:19 +0000)]
2000-11-11  Anthony Green  <green@redhat.com>

* jcf-parse.c (process_zip_dir): Add finput parameter.
(jcf_figure_file_type): Call process_zip_dir with appropriate
argument.

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

23 years ago2000-11-11 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Sat, 11 Nov 2000 20:05:48 +0000 (20:05 +0000)]
2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>

* g77.f-torture/execute/20001111.[fx]: Test premature exit
from DO loop.

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

23 years agoAdd self to MAINTAINERS file.
pb [Sat, 11 Nov 2000 17:12:33 +0000 (17:12 +0000)]
Add self to MAINTAINERS file.

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

23 years agoNew execution test.
bernds [Sat, 11 Nov 2000 14:09:42 +0000 (14:09 +0000)]
New execution test.

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

23 years ago * invoke.texi: Correct spelling of -foptimize-register-move.
jsm28 [Sat, 11 Nov 2000 14:00:12 +0000 (14:00 +0000)]
* invoke.texi: Correct spelling of -foptimize-register-move.

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

23 years ago Remove CPP_PLACEMARKERs
neil [Sat, 11 Nov 2000 13:19:01 +0000 (13:19 +0000)]
Remove CPP_PLACEMARKERs

* cppexp.c (lex): Don't handle CPP_PLACEMARKER.
* cpplex.c (_cpp_lex_token): Rename skip_newlines to next_bol
* cpplib.c (skip_rest_of_line, check_eol, cpp_push_buffer):
           Similarly.
* cpplib.h: Remove CPP_PLACEMARKER.
(struct lexer_state): Rename skip_newlines to next_bol.
* cppmacro.c (stringify_arg): Don't handle CPP_PLACEMARKER.
Simplify prev_white handling as a result.
(paste_all_tokens): Don't worry about CPP_PLACEMARKERs.
(parse_arg): Empty arguments are now empty, not CPP_PLACEMARKERs.
(parse_args): Similarly.  Update argument count tests.
(enter_macro_context): Return 2 to indicate an empty macro.
(replace_args): Don't bother pre-expanding an empty argument.
Handle placemarkers and ## extension during pre-expansion.
(cpp_get_token): Handle empty macro expansions.  Don't worry
about CPP_PLACEMARKERs.
(_cpp_create_definition): Empty macros are now empty.
(cpp_macro_defintion): Don't special case empty macros.
* scan-decls.c: Don't bother with CPP_PLACEMARKERs.
* c-lex.c: Similarly.

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

23 years ago * release: New file.
gerald [Sat, 11 Nov 2000 12:30:16 +0000 (12:30 +0000)]
* release: New file.

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

23 years ago * gcc.texi, invoke.texi: Add new section discussing language
jsm28 [Sat, 11 Nov 2000 10:06:22 +0000 (10:06 +0000)]
* gcc.texi, invoke.texi: Add new section discussing language
standards; link to it where appropriate; refer to ISO C instead of
ANSI C.

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

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

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

23 years ago* builtins.c (std_expand_builtin_va_start): Take PARM_BOUNDARY
aoliva [Sat, 11 Nov 2000 06:04:59 +0000 (06:04 +0000)]
* builtins.c (std_expand_builtin_va_start): Take PARM_BOUNDARY
into account.

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

23 years ago* config/sh/sh.h (MODES_TIEABLE_P): Don't tie SFmode to other FP
aoliva [Sat, 11 Nov 2000 05:54:02 +0000 (05:54 +0000)]
* config/sh/sh.h (MODES_TIEABLE_P): Don't tie SFmode to other FP
modes.

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

23 years ago2000-11-10 Phil Edwards <pme@sources.redhat.com>
pme [Sat, 11 Nov 2000 00:37:45 +0000 (00:37 +0000)]
2000-11-10  Phil Edwards  <pme@sources.redhat.com>

* include/bits/codecvt.h (__iconv_adaptor):  New adaptor function,
  courtesy of Alexandre Oliva, to handle const/non-const signatures.
  (codecvt::do_out):  Use.
  (codecvt::do_in):  And here.

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

23 years ago * Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.
rth [Fri, 10 Nov 2000 21:29:53 +0000 (21:29 +0000)]
    * Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.

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

23 years ago2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Fri, 10 Nov 2000 20:38:05 +0000 (20:38 +0000)]
2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>

* root.texi: Remove non-historical EGCS reference.
Set current g77 version to 0.5.26.

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

23 years ago2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Fri, 10 Nov 2000 20:36:15 +0000 (20:36 +0000)]
2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>

* com.c (ffecom_stabilize_aggregate_) case RTL_EXPR:
Abort.

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

23 years agoAdd test of unsigned long long multuiple and accumulate.
nickc [Fri, 10 Nov 2000 19:27:35 +0000 (19:27 +0000)]
Add test of unsigned long long multuiple and accumulate.

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

23 years ago * gcc.texi, gcov.texi: Update dates and version numbers.
jsm28 [Fri, 10 Nov 2000 19:01:31 +0000 (19:01 +0000)]
* gcc.texi, gcov.texi: Update dates and version numbers.

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

23 years ago * include/bits/cpp_type_traits.h: Fix typos. Adjust formatting.
gdr [Fri, 10 Nov 2000 17:48:15 +0000 (17:48 +0000)]
* include/bits/cpp_type_traits.h: Fix typos.  Adjust formatting.

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

23 years ago * include/bits/localefwd.h (_Count_ones<>::_S_halfcount,
gdr [Fri, 10 Nov 2000 17:34:49 +0000 (17:34 +0000)]
* include/bits/localefwd.h (_Count_ones<>::_S_halfcount,
_Count_ones<>::_S_count): Turn into enumerators.

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

23 years ago * configure.in: Remove AC_PROG_LEX and AC_PROG_YACC. Look for
zack [Fri, 10 Nov 2000 17:23:09 +0000 (17:23 +0000)]
* configure.in: Remove AC_PROG_LEX and AC_PROG_YACC.  Look for
flex and bison, specifically, first in a unified build and
then installed on the system.
* Makefile.in: Set BISON to @BISON@, FLEX to @FLEX@.  Rename
LEXFLAGS to FLEXFLAGS.  Adjust ORDINARY_FLAGS_TO_PASS to
match.

(collect2.o, gcc.o, prefix.o, toplev.o, alloca.o, intl.o,
cppdefault.o): Remove pointless sed munging of source file
name.

f:
* Make-lang.in (f/fini.o, f/proj-h.o): Remove pointless sed
munging of source file name.
($(srcdir)/f/intdoc.texi): Break up into several rules each of
which builds just one thing.  Don't mess with $(LANGUAGES).
(f/ansify.o, f/intdoc.o): Remove unnecessary rules.

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

23 years agoSeveral fixes to make reload handle POST_MODIFY correctly.
bernds [Fri, 10 Nov 2000 17:10:29 +0000 (17:10 +0000)]
Several fixes to make reload handle POST_MODIFY correctly.

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

23 years ago * libgcc2.c (__shtab): Remove __shtab variable.
law [Fri, 10 Nov 2000 16:38:26 +0000 (16:38 +0000)]
    * libgcc2.c (__shtab): Remove __shtab variable.
        * libgcc-std.ver (GCC_3.0): Remove __shtab from symbol list.
        * Makefile.in (LIB2FUNCS): Remove _shtab from list of library
        members.
Forgot to commit with above change.

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

23 years ago * c-dump.h: New file.
mmitchel [Fri, 10 Nov 2000 16:29:34 +0000 (16:29 +0000)]
* c-dump.h: New file.

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

23 years ago * alpha.c (check_float_value): Use memcpy, not bcopy.
ghazi [Fri, 10 Nov 2000 16:01:28 +0000 (16:01 +0000)]
* alpha.c (check_float_value): Use memcpy, not bcopy.
* arm.c (output_move_double): Likewise.
* arm.md: Likewise.
* m88k.c (legitimize_operand): Likewise.
* m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
* m88k.md: Likewise.
* mips.c (override_options): Likewise.
* mips.md: Likewise.
* romp.c (output_fpops): Likewise.
* rs6000.c (rs6000_override_options): Likewise.
* sh.md: Likewise.
* vax.c (check_float_value): Likewise.

* emit-rtl.c (copy_rtx_if_shared, init_emit_once): Likewise.
* expmed.c (synth_mult): Likewise.
* final.c (add_bb_string): Likewise.
* genattr.c (main): Likewise.
* genattrtab.c (attr_string, simplify_cond, copy_rtx_unchanging):
Likewise.
* jump.c (thread_jumps): Likewise.
* prefix.c (save_string): Likewise.
* real.h (REAL_VALUE_FROM_CONST_DOUBLE): Likewise.
* regclass.c (init_reg_sets, init_reg_sets_1): Likewise.
* reload1.c (reload, eliminate_regs): Likewise.

cp:
* decl.c (grokdeclarator, save_function_data): Use memcpy, not bcopy.
* lex.c (copy_lang_decl): Likewise.

java:
* decl.c (copy_lang_decl): Use memcpy, not bcopy.
* jcf-parse.c (jcf_figure_file_type): Likewise.

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

23 years ago * gcc.texi (Service): Update to reflect current practice and
jsm28 [Fri, 10 Nov 2000 12:58:07 +0000 (12:58 +0000)]
* gcc.texi (Service): Update to reflect current practice and
location of the GNU service directory.

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

23 years agoFix ia64 float extend splitter crash.
bernds [Fri, 10 Nov 2000 11:43:43 +0000 (11:43 +0000)]
Fix ia64 float extend splitter crash.

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

23 years agoFix REG_INC note handling in register renamer.
bernds [Fri, 10 Nov 2000 10:44:42 +0000 (10:44 +0000)]
Fix REG_INC note handling in register renamer.

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

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

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

23 years ago2000-11-08 Jan van Male <jan.vanmale@fenk.wau.nl>
law [Fri, 10 Nov 2000 05:56:47 +0000 (05:56 +0000)]
2000-11-08  Jan van Male  <jan.vanmale@fenk.wau.nl>

        * c-tree.texi: Fix typos.
        * extend.texi: Likewise
        * gcov.texi: Likewise
        * rtl.texi: Likewise
        * tm.texi: Likewise

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

23 years ago * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Check
law [Fri, 10 Nov 2000 05:26:10 +0000 (05:26 +0000)]
    * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Check
        in_system_header and flags[1] before dereferencing flags[2].

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

23 years ago * reload1.c (reload_combine): Fixed calculation of
law [Fri, 10 Nov 2000 05:22:48 +0000 (05:22 +0000)]
* reload1.c (reload_combine): Fixed calculation of
first_index_reg, last_index_reg.

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

23 years ago * c-dump.c (dequeue_and_dump): Dump function bodies.
mmitchel [Fri, 10 Nov 2000 04:50:53 +0000 (04:50 +0000)]
* c-dump.c (dequeue_and_dump): Dump function bodies.

* dump.c (cp_dump_tree): Don't dump function bodies here.

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

23 years ago * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
mmitchel [Fri, 10 Nov 2000 04:29:45 +0000 (04:29 +0000)]
* Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
(c-dump.o): New target.
* c-common.h (flag_dump_translation_unit): New variable.
(C_TYPE_QUALS): New macro.
(strip_array_types): New function.
(DECL_C_BIT_FIELD): New macro.
(SET_DECL_C_BIT_FIELD): Likewise.
(CLEAR_DECL_C_BIT_FIELD): Likewise.
(dump_info_p): New typedef.
(dump_tree_fn): Likewise.
(lang_dump_tree): New variable.
(dump_node_to_file): New function.
* c-common.c (flag_dump_translation_unit): Define it.
(strip_array_types): New function.
* c-decl.c (c_decode_option): Handle -fdump-translation-unit.
* c-lang.c (finish_file): Call dump_node_to_file if
flag_dump_translation_unit.
* c-semantics.c (mark_rtl_for_local_static): Fix typo in comment.
* c-tree.h (DECL_C_BIT_FIELD): Remove declaration.
* c-dump.c: New file.

* Make-lang.in (CXX_C_OBJS): Add c-dump.o.
(dump.o): Update dependency list.
* cp-tree.h (DECL_MAYBE_TEMPLATE): Remove.
(flag_dump_translation_unit): Likewise.
(CP_TYPE_QUALS): Adjust definition.
(DECL_C_BIT_FIELD): Remove.
(SET_DECL_C_BIT_FIELD): Likewise.
(CLEAR_DECL_C_BIT_FIELD): Likewise.
(add_maybe_template): Likewise.
(strip_array_types): Likewise.
(dump_node_to_file): Likewise.
(cp_dump_tree): New function.
* decl.c (init_decl_processing): Set lang_dump_tree.
* decl2.c (flag_dump_translation_unit): Remove.
* dump.c: Move most of it to ../c-dump.c.
(cp_dump_tree): New function.
* pt.c (add_maybe_template): Remove.
* typeck.c (strip_array_types): Likewise.

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

23 years ago* config/i386/cygwin.h: Add mingw startfile prefix.
cgf [Fri, 10 Nov 2000 04:10:04 +0000 (04:10 +0000)]
* config/i386/cygwin.h: Add mingw startfile prefix.

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

23 years ago * flow.c (invalidate_mems_from_set): Split out from ...
rth [Fri, 10 Nov 2000 02:03:28 +0000 (02:03 +0000)]
    * flow.c (invalidate_mems_from_set): Split out from ...
        (mark_set_1): ... here.
        (try_pre_increment_1): Use it.  Use propagate_block_delete_insn
        instead of turning insn into a NOTE_INSN_DELETED.

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

23 years ago * extend.texi, invoke.texi: Move documentation of builtin versions
jsm28 [Fri, 10 Nov 2000 01:46:00 +0000 (01:46 +0000)]
* extend.texi, invoke.texi: Move documentation of builtin versions
of C library functions to one place and update.

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

23 years ago * fold-const.c (fold): Compare TYPE_MAIN_VARIANT rather than
rth [Fri, 10 Nov 2000 00:12:01 +0000 (00:12 +0000)]
    * fold-const.c (fold): Compare TYPE_MAIN_VARIANT rather than
        the types themselves to discover type equivalence.

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

23 years ago * Makefile.in (distclean): Remove a few extra leftovers.
mrs [Fri, 10 Nov 2000 00:09:02 +0000 (00:09 +0000)]
* Makefile.in (distclean): Remove a few extra leftovers.

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

23 years ago * recog.c (validate_replace_rtx_1): Consider subregs when
rth [Fri, 10 Nov 2000 00:07:52 +0000 (00:07 +0000)]
    * recog.c (validate_replace_rtx_1): Consider subregs when
        replacing a register with a constant inside a sign/zero_extend.

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

23 years ago * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
rth [Fri, 10 Nov 2000 00:01:29 +0000 (00:01 +0000)]
    * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
        via size_t instead of int.

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

23 years ago * config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
rth [Thu, 9 Nov 2000 23:57:41 +0000 (23:57 +0000)]
    * config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.

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

23 years ago * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
rth [Thu, 9 Nov 2000 23:21:39 +0000 (23:21 +0000)]
    * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
        * 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.

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

23 years ago2000-11-07 Eric Christopher <echristo@redhat.com>
echristo [Thu, 9 Nov 2000 23:15:27 +0000 (23:15 +0000)]
2000-11-07  Eric Christopher  <echristo@redhat.com>

        * decl.c (init_decl_processing): Change definition of
        __wchar_t to wchar_t.  Remove artificial declaration of
        wchar_t.
        * lex.c: Change instances of __wchar_t to wchar_t.

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

23 years ago * ltcf-c.sh (aix4): Improve shared library configuration; require
dje [Thu, 9 Nov 2000 21:41:11 +0000 (21:41 +0000)]
    * ltcf-c.sh (aix4): Improve shared library configuration; require
        exporting symbols.
        * ltcf-cxx.sh (aix4): Define.
        * ltconfig (aix4): Define library and soname specs appropriate for
        AIX.  Define command to create export symbols list.

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

23 years agoIn gcc/:
geoffk [Thu, 9 Nov 2000 21:29:54 +0000 (21:29 +0000)]
In gcc/:
2000-11-09  Geoffrey Keating  <geoffk@redhat.com>

* c-decl.c (finish_struct): When a structure is completed,
check all its variant types for completeness.

In gcc/testsuite/:
2000-11-09  Geoffrey Keating  <geoffk@redhat.com>

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

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

23 years ago * cpphash.c: Move cpp_defined here from cpplib.c.
neil [Thu, 9 Nov 2000 21:18:15 +0000 (21:18 +0000)]
    * cpphash.c: Move cpp_defined here from cpplib.c.
        * cpplib.c: Update comments, move cpp_defined to cpphash.c.
        * cpplex.c (_cpp_lex_token): Don't leave the lexer at EOL.
        * cppmacro.c (cpp_get_token): Update comments, no need now
        to catch the CPP_EOF meaning EOL case.

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

23 years ago * config/sparc/sparc.c (sparc_va_arg): When the required alignment
geoffk [Thu, 9 Nov 2000 17:38:20 +0000 (17:38 +0000)]
* config/sparc/sparc.c (sparc_va_arg): When the required alignment
is more than that provided, copy to a temporary.

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

23 years ago * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
nathan [Thu, 9 Nov 2000 17:09:33 +0000 (17:09 +0000)]
* g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.

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

23 years ago* mklibgcc.in (EXTRA_MULTILIB_PARTS): Prevent `make' from
aoliva [Thu, 9 Nov 2000 13:56:53 +0000 (13:56 +0000)]
* mklibgcc.in (EXTRA_MULTILIB_PARTS): Prevent `make' from
interpreting $out as a macro assignment.
* Makefile.in (T_TARGET): New auxiliary macro and target.
(all): Add a target right in the beginning, so that we don't build
T_TARGET by default.

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

23 years ago * config/i386/i386.md (mmx_pinsrw): Output operands in correct
grahams [Thu, 9 Nov 2000 11:30:02 +0000 (11:30 +0000)]
    * config/i386/i386.md (mmx_pinsrw): Output operands in correct
        order for -mintel-syntax.  Remove comment now that the operand
        order has been checked.
        (mmx_pextrw): Likewise.
        (mmx_pshufw): Likewise.

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

23 years agogcp/ChangeLog:
nathan [Thu, 9 Nov 2000 09:55:32 +0000 (09:55 +0000)]
gcp/ChangeLog:
* lex.c (do_identifier): Don't lookup_name for operators.
* parse.y (operator): Save looking_for_typename.
(unoperator): Restore it.
* spew.c (frob_opname): Use nth_token for lookahead.
testsuite/ChangeLog:
* g++.old-deja/g++.pt/operator1.C: New test.

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

23 years ago * gcc.dg/20001108-1.c: New test.
jakub [Thu, 9 Nov 2000 09:31:48 +0000 (09:31 +0000)]
* gcc.dg/20001108-1.c: New test.

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

23 years ago * builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.
jakub [Thu, 9 Nov 2000 09:07:44 +0000 (09:07 +0000)]
* builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.
(c_getstr): New function.
(expand_builtin_strstr): Do nothing if -fcheck-memory-usage.
If both arguments are constant string, optimize out.
(expand_builtin_strchr, expand_builtin_strrchr): New functions.
(expand_builtin_strpbrk): Use c_getstr, do nothing if
-fcheck-memory-usage.
(expand_builtin_fputs): Likewise.
(expand_builtin_strcmp): Add MODE argument.
Use even if !HAVE_cmpstrsi.
Optimize the case when both arguments are constant strings.
(expand_builtin): Adjust expand_builtin_strcmp caller.
Call expand_builtin_strchr and expand_builtin_strrchr.
* c-common.c (c_common_nodes_and_builtins): Add strchr and strrchr
builtins.
* builtins.def (BUILT_IN_STRRCHR): Add.

* gcc.c-torture/execute/string-opt-1.c: Add test for strstr
with both arguments constant strings.
* gcc.c-torture/execute/string-opt-3.c: New test.
* gcc.c-torture/execute/string-opt-4.c: New test.
* gcc.c-torture/execute/string-opt-5.c: New test.

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

23 years ago * Remove overlooked conflict marker.
gerald [Thu, 9 Nov 2000 08:48:30 +0000 (08:48 +0000)]
* Remove overlooked conflict marker.

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

23 years ago * fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL.
gerald [Thu, 9 Nov 2000 08:46:02 +0000 (08:46 +0000)]
* fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL.

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

23 years agoDaily bump.
law [Thu, 9 Nov 2000 08:45:08 +0000 (08:45 +0000)]
Daily bump.

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

23 years ago * calls.c (expand_call, emit_library_call_value_1), collect2.c
jsm28 [Thu, 9 Nov 2000 07:45:15 +0000 (07:45 +0000)]
* calls.c (expand_call, emit_library_call_value_1), collect2.c
(scan_prog_file), config/a29k/a29k.c (print_operand),
config/sparc/sparc.c (order_regs_for_local_alloc): Use memcpy ()
instead of bcopy ().
* real.h: Use memcmp () instead of bcmp ().
* config/m88k/m88k.c (m88k_layout_frame), config/sh/sh.c
(split_branches), config/sparc/sparc.c (ultra_flush_pipeline,
ultrasparc_sched_init, ultrasparc_sched_reorder),
config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Use memset ()
instead of bzero ().
* config/vax/xm-xms.h (FILE_NAME_NONDIRECTORY): Use strrchr ()
instead of rindex ().
* configure.in: Don't check for bzero, bcmp, index or rindex.
* configure, config.in: Regenerate.
* system.h: Don't include declarations for bzero, bcmp, index or
rindex.
* config/i386/xm-beos.h, config/rs6000/xm-beos.h: Don't define
bzero, bcmp, index or rindex.

java:
* parse.y (create_new_parser_context): Use memset () instead of
bzero ().

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

23 years ago* config/i386/cygwin.h: Add -no-win32 switch. Separate -mno-cygwin include and
cgf [Thu, 9 Nov 2000 03:02:33 +0000 (03:02 +0000)]
* config/i386/cygwin.h: Add -no-win32 switch.  Separate -mno-cygwin include and
library paths from -mcygwin case.  Parameterize some declarations to avoid
warnings.  Use standard locations for include and lib dirs.

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

23 years ago * include/bits/codecvt.h (codecvt::do_out): Make it const-correct.
mmitchel [Thu, 9 Nov 2000 02:57:23 +0000 (02:57 +0000)]
* include/bits/codecvt.h (codecvt::do_out): Make it const-correct.
(codecvt::do_in): Likewise.

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

23 years agoFix {u}mulsidi3adddi patterns in arm.md and add testcase to check that the
nickc [Thu, 9 Nov 2000 01:26:21 +0000 (01:26 +0000)]
Fix {u}mulsidi3adddi patterns in arm.md and add testcase to check that the
fix stays in place.

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

23 years ago * flow.c (init_propagate_block_info): Protect the rtx stored in
rth [Thu, 9 Nov 2000 00:26:34 +0000 (00:26 +0000)]
    * flow.c (init_propagate_block_info): Protect the rtx stored in
        mem_set_list from modification by find_auto_inc.
        (mark_set_1): Likewise.

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

23 years ago Move directive handling into the lexer itself.
neil [Wed, 8 Nov 2000 23:08:07 +0000 (23:08 +0000)]
    Move directive handling into the lexer itself.

        * cpplex.c (_cpp_lex_token): Handle directives directly.
        In the case of a directive interrupting a function-like
        macro invocation, use extra_char since read_ahead is
        used to store the '#'.  Return a CPP_EOF in this case.
        * cppmacro.c (parse_arg): No need to handle CPP_DHASH any more.
        (cpp_get_token): Don't handle directives here.
        * cpplib.h: Remove CPP_DHASH token type.

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

23 years ago * snapshot: New file.
gerald [Wed, 8 Nov 2000 22:43:50 +0000 (22:43 +0000)]
* snapshot: New file.

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

23 years ago * README: Fix typo. Remove incorrect reference to Cygnus.
gerald [Wed, 8 Nov 2000 21:15:59 +0000 (21:15 +0000)]
* README: Fix typo. Remove incorrect reference to Cygnus.

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

23 years ago * regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes
hubicka [Wed, 8 Nov 2000 20:59:34 +0000 (20:59 +0000)]
* regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes
formed using PRE_MODIFY too.

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

23 years ago * gjavah.c (process_file): Only include gcj/cni.h when generating
tromey [Wed, 8 Nov 2000 20:33:37 +0000 (20:33 +0000)]
* gjavah.c (process_file): Only include gcj/cni.h when generating
CNI stubs.

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

23 years ago * src/locale-inst.cc: Add explicit instantiations of
dje [Wed, 8 Nov 2000 20:00:36 +0000 (20:00 +0000)]
    * src/locale-inst.cc: Add explicit instantiations of
        _M_fill_insert and fill_n<..., unsigned long,...> .

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

23 years ago2000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com>
oldham [Wed, 8 Nov 2000 19:41:19 +0000 (19:41 +0000)]
2000-11-08  Jeffrey Oldham  <oldham@oz.codesourcery.com>

* gcc_build (bootstrap_gcc): New function.
(configure_gcc): Likewise.
(build_gcc): Rewritten to use configure and bootstrap.
(MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.

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

23 years ago * c-tree.texi (VAR_DECL): Describe representation of GCC's
mmitchel [Wed, 8 Nov 2000 19:25:36 +0000 (19:25 +0000)]
* c-tree.texi (VAR_DECL): Describe representation of GCC's
extension for placing variables in particular registers.

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

23 years ago * c-tree.texi (FUNCTION_TYPE): Clarify TYPE_ARG_TYPES for
mmitchel [Wed, 8 Nov 2000 19:05:08 +0000 (19:05 +0000)]
* c-tree.texi (FUNCTION_TYPE): Clarify TYPE_ARG_TYPES for
unprototyped C functions with no parameters.

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

23 years ago * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Cast DELTA to int
jakub [Wed, 8 Nov 2000 17:19:51 +0000 (17:19 +0000)]
* config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Cast DELTA to int
before passing to fprintf.

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

23 years agocp/ChangeLog
nathan [Wed, 8 Nov 2000 14:03:32 +0000 (14:03 +0000)]
cp/ChangeLog
* decl.c (grok_op_properties): Always use coerce_new_type and
coerce_delete_type.
* decl2.c (coerce_new_type): Use c_size_type_node. Preserve
exception specification. Tidy up.
(coerce_delete_type): Preserve exception specification. Tidy up.
testsuite/ChangeLog
* g++.old-deja/g++.other/crash36.C: New test.

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

23 years ago * g++.old-deja/g++.other/init16.C: New test.
jakub [Wed, 8 Nov 2000 13:18:08 +0000 (13:18 +0000)]
* g++.old-deja/g++.other/init16.C: New test.

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

23 years ago * function.c (expand_function_start): Cast GET_MODE_SIZE to
jakub [Wed, 8 Nov 2000 13:13:10 +0000 (13:13 +0000)]
* function.c (expand_function_start): Cast GET_MODE_SIZE to
HOST_WIDE_INT before negating it.

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

23 years ago * expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECL
jakub [Wed, 8 Nov 2000 13:10:00 +0000 (13:10 +0000)]
* expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECL
passed in multiple non-contiguous locations.

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

23 years ago * README.gnat: Remove file.
gerald [Wed, 8 Nov 2000 11:01:22 +0000 (11:01 +0000)]
* README.gnat: Remove file.

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

23 years ago * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
gerald [Wed, 8 Nov 2000 10:08:28 +0000 (10:08 +0000)]
* g++.old-deja/g++.mike/p6610a.C: Update XFAIL.

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

23 years agoDaily bump.
law [Wed, 8 Nov 2000 08:45:12 +0000 (08:45 +0000)]
Daily bump.

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