OSDN Git Service

pf3gnuchains/gcc-fork.git
23 years ago * gcc.c (execute): If a subprocess gets a fatal signal, report
zack [Thu, 13 Jul 2000 04:43:47 +0000 (04:43 +0000)]
* gcc.c (execute): If a subprocess gets a fatal signal, report
strsignal() of the signal number, and ask for a bug report.
Do not do this for SIGPIPE if there's already been an error.

* tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
Delete pipe_closed.

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

23 years ago * final.c (profile_function): Do not emit profile counters in
zack [Thu, 13 Jul 2000 04:40:23 +0000 (04:40 +0000)]
* final.c (profile_function): Do not emit profile counters in
the data section, if NO_PROFILE_COUNTERS is defined.
* tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
FUNCTION_PROFILER.

* config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
(FUNCTION_PROFILER): Just emit a call to mcount.

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

23 years ago * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
zack [Thu, 13 Jul 2000 03:06:25 +0000 (03:06 +0000)]
* tradcpp.c (main): Rename 'perror' label to 'sys_error'.

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

23 years ago * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
zack [Thu, 13 Jul 2000 02:32:41 +0000 (02:32 +0000)]
* cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
cpplib.c, cpplib.h: Eradicate all traces of code dependent on
traditional, lang_chill, or lang_fortran.

* cppfiles.c: #undef strcmp to suppress warning about macros
used without arguments.
(_cpp_execute_include): Use f, not fname, in "No include path"
error.
(_cpp_pop_file_buffer): New function.
* cpplib.c: Don't include <sys/mman.h>.
(cpp_push_buffer): Set line_base and lineno in new buffer.
(cpp_pop_buffer): Use _cpp_pop_file_buffer.

* cpplex.c: Move all prototypes and structure declarations to the
top of the file.  Properly parenthesise some macro arguments.
(cpp_scan_line): New function.
(special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
don't need to walk up the stack counting.

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

23 years agoAdd missing imports.
bryce [Wed, 12 Jul 2000 21:24:00 +0000 (21:24 +0000)]
Add missing imports.

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

23 years agoFix missing "package" declaration.
bryce [Wed, 12 Jul 2000 21:16:52 +0000 (21:16 +0000)]
Fix missing "package" declaration.

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

23 years ago Add missing files from last check-in:
bryce [Wed, 12 Jul 2000 21:13:51 +0000 (21:13 +0000)]
Add missing files from last check-in:
* java/awt/image/ImageConsumer.java: New file.
* java/awt/image/ImageProducer.java: New file.
* java/awt/image/ImageObserver.java: New file.

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

23 years ago * c-common.c (combine_strings): Emit a pedantic warning when a
ghazi [Wed, 12 Jul 2000 21:03:29 +0000 (21:03 +0000)]
* c-common.c (combine_strings): Emit a pedantic warning when a
string length is greater than the minimum ANSI C is required
to support.

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

23 years ago * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
law [Wed, 12 Jul 2000 20:29:05 +0000 (20:29 +0000)]
    * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
        * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.

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

23 years ago * c-decl.c (define_label): Warn about identifier conflicts with
ghazi [Wed, 12 Jul 2000 20:15:20 +0000 (20:15 +0000)]
* c-decl.c (define_label): Warn about identifier conflicts with
labels in traditional C.

* c-parse.in (unop +): Warn about the unary plus operator for
traditional C.

* c-typeck.c (store_init_value): Warn about automatic aggregate
initialization for traditional C.

* invoke.texi (-Wtraditional): Document new warnings.

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

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

* Makefile.in (c-errors.o): Fix thinko in dependency.

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

23 years ago * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
zack [Wed, 12 Jul 2000 20:01:02 +0000 (20:01 +0000)]
* gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
-traditional, -ftraditional, or -traditional-cpp was given.
Do not pass -traditional to the preprocessor.
(.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
preprocessor does it automatically.
* objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.

* ch/lang-specs.h: Always use tradcpp.  Do not pass
-traditional, -trigraphs, or -pedantic to the preprocessor.
* f/lang-specs.h (.F spec): Likewise.  Don't bother defining
_LANGUAGE_FORTRAN.

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

23 years ago * cppexp.c (LOGICAL): Delete macro.
zack [Wed, 12 Jul 2000 19:41:30 +0000 (19:41 +0000)]
* cppexp.c (LOGICAL): Delete macro.
(_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
and && directly.

* cpphash.c (HASHSIZE): Increase to 4096.
(struct hashdummy): Add hash field.
(eq_HASHNODE): Compare unreduced hashes, then lengths, then
the string values using memcmp.
(cpp_lookup): Set dummy.hash.

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

23 years ago * configure.in (m88k-openbsd): Express configuration using new fragment
law [Wed, 12 Jul 2000 19:19:18 +0000 (19:19 +0000)]
    * configure.in (m88k-openbsd): Express configuration using new fragment
        style.
        * configure: Rebuilt.
        * m88k/aout-dbx.h: New.
        * m88k/openbsd.h: New.
        * m88k/xm-openbsd.h: New.

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

23 years ago * g77.f-torture/compile/20000630-2.f: New test.
law [Wed, 12 Jul 2000 19:12:14 +0000 (19:12 +0000)]
    * g77.f-torture/compile/20000630-2.f:  New test.
        * g77.f-torture/compile/20000630-2.x

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

23 years ago * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
ghazi [Wed, 12 Jul 2000 18:55:57 +0000 (18:55 +0000)]
* expr.c (expand_expr): Return const0_rtx, not error_mark_node.

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

23 years ago * reload.c (push_secondary_reload): Make sure to add the new
rth [Wed, 12 Jul 2000 17:20:17 +0000 (17:20 +0000)]
    * reload.c (push_secondary_reload): Make sure to add the new
        reload at the end, after acquiring secondary memory.

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

23 years agoOops, use CPP_WTRADITIONAL, not CPP_TRADITIONAL.
ghazi [Wed, 12 Jul 2000 17:08:20 +0000 (17:08 +0000)]
Oops, use CPP_WTRADITIONAL, not CPP_TRADITIONAL.

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

23 years ago * cpplex.c (is_macro_disabled): Use CPP_TRADITIONAL.
ghazi [Wed, 12 Jul 2000 16:44:41 +0000 (16:44 +0000)]
* cpplex.c (is_macro_disabled): Use CPP_TRADITIONAL.

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

23 years agoWarning fixes:
ghazi [Wed, 12 Jul 2000 16:17:15 +0000 (16:17 +0000)]
Warning fixes:

* c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.

* c-parse.in (stmt): Delete unused variables.

* convert.c (convert_to_vector): Likewise.

* gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.

* tree.c (finish_vector_type): Prototype.

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

23 years agoremoved dinkleberries and use xmalloc instead of a private version
korbb [Wed, 12 Jul 2000 14:45:05 +0000 (14:45 +0000)]
removed dinkleberries and use xmalloc instead of a private version

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

23 years ago * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
neil [Wed, 12 Jul 2000 14:37:47 +0000 (14:37 +0000)]
* cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
* cpplex.c (TOKEN_SPELL) Move to cpphash.h.

* cpphash.c: (struct macro_info, alloc_macro, free_macro,
struct toklist_dummy): New.
(cpp_free_definition): Free macros with free_macro.
(count_params): Don't save paramter spellings.  Save macro
information in a struct macro_info.
(parse_define): Don't allocate a token list.
(save_expansion): Allocate the macro's token list, and
save parameter spellings if necessary.  Use TOKEN_SPELL.
(cpp_create_definition): Make list const.

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

23 years ago2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Wed, 12 Jul 2000 14:12:51 +0000 (14:12 +0000)]
2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>

* c-typeck.c (pedwarn_c99): Move to
* c-errors.c: ... Here.
* toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
* diagnostic.c (verror, vwarning, vpedwarn): Make static.
* Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
(c-errors.o): List dependency.

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

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

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

23 years ago * gcc_update (files_and_dependencies): Remove generated YACC files.
mmitchel [Wed, 12 Jul 2000 07:12:56 +0000 (07:12 +0000)]
* gcc_update (files_and_dependencies): Remove generated YACC files.

* c-parse.c: Remove.
* c-parse.h: Likewise.
* c-parse.y: Likewise.
* objc/objc-parse.c: Likewise.
* objc/objc-pasre.y: Likewise.

* Makefile.in ($(PARSE_H)): Depend directly on parse.y.
* parse.c: Remove.
* parse.h: Likewise.

* parse-scan.c: Remove.

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

23 years ago2000-07-12 Bryce McKinlay <bryce@albatross.co.nz>
bryce [Wed, 12 Jul 2000 04:52:04 +0000 (04:52 +0000)]
2000-07-12  Bryce McKinlay  <bryce@albatross.co.nz>

Merged implementation of java.applet from classpath:
* java/applet/Applet.java: New file.
* java/applet/AppletContext.java: New file.
* java/applet/AppletStub.java: New file.
* java/applet/AudioClip.java: New file.

* Makefile.am: Added new java.applet classes.
* Makefile.in: Rebuilt.

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

23 years ago * gcc.texi: Fix minor typos
law [Wed, 12 Jul 2000 04:29:22 +0000 (04:29 +0000)]
    * gcc.texi: Fix minor typos
        * extend.texi: Fix minor typos

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

23 years ago * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
law [Wed, 12 Jul 2000 04:26:07 +0000 (04:26 +0000)]
* pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
true.

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

23 years ago * collect2.c (main): Recognize .lo as object files.
law [Wed, 12 Jul 2000 04:17:40 +0000 (04:17 +0000)]
    * collect2.c (main): Recognize .lo as object files.

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

23 years ago * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
law [Wed, 12 Jul 2000 04:06:13 +0000 (04:06 +0000)]
    * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
        with MAP_ANONYMOUS and MAP_ANON.
        * configure, config.in: Rebuilt.

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

23 years agoBig AWT patch.
bryce [Wed, 12 Jul 2000 03:32:07 +0000 (03:32 +0000)]
Big AWT patch.

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

23 years ago2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Wed, 12 Jul 2000 00:48:02 +0000 (00:48 +0000)]
2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>

* diagnostic.c (save_output_state): Remove.
(restore_output_state): Likewise.
(clear_text_info): New function.
(clear_diagnostic_info): Likewise.
(output_text_length, is_starting_newline, output_prefix,
line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
prefixing_policy, output_buffer_ptr_to_format_args): New macros
(set_real_maximum_length, output_set_maximum_length,
output_set_prefix, output_get_prefix, output_set_maximum_length,
output_destroy_prefix, init_output_buffer,
reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
output_add_newline, output_add_character, output_add_space,
output_append_r, output_append, wrap_text, output_format,
output_do_printf, output_printf, output_do_verbatim,
output_verbatim, verbatim): Use them.
(output_clear): Split into cleat_text_info and
clear_diagnostic_info.
(struct output_state): Move to...

* diagnostic.h: ...Here
(struct output_buffer): Adjust.

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

23 years ago * g77.f-torture/execute/20000503-1.x: Delete. Test now passes.
law [Tue, 11 Jul 2000 23:45:16 +0000 (23:45 +0000)]
    * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.

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

23 years agoRemove. No longer expected to fail.
law [Tue, 11 Jul 2000 23:44:21 +0000 (23:44 +0000)]
Remove.  No longer expected to fail.

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

23 years ago2000-07-11 Zack Weinberg <zack@wolery.cumb.org>
zack [Tue, 11 Jul 2000 23:20:53 +0000 (23:20 +0000)]
2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>

* cpplex.c (parse_name): No longer inline (premature optimization).
(do_pop_context): Fold into pop_context.
(pop_context): Returns int.
(lex_next): Hoist test for end of directive into pop_context.
(push_macro_context): Returns int; takes just reader and token.
Hoist test for excessive nesting to caller.
(push_arg_context): Returns void; takes just reader and token.
Do not call stringify_arg or get_raw_token.
(get_raw_token): Convert tail recursion through push_arg_context
to a loop at this level.  Call stringify_arg here if appropriate.
(maybe_paste_with_next): Convert tail recursion to a while loop.
Hoist test of paste_level to caller.

(stringify_arg): Push arg context at beginning.
(cpp_get_token): Split out core into _cpp_get_token.  Call
process_directive here.  Throw away CPP_PLACEMARKER tokens.
(_cpp_get_token): Convert tail recursion through
push_macro_context to a loop at this level.
(_cpp_glue_header_name, is_macro_disabled, stringify_arg,
_cpp_get_raw_token): Use _cpp_get_token.
(_cpp_skip_rest_of_line): Drop the context stack directly; do
not call pop_context.
(_cpp_run_directive): Call lex_next directly.

* cpphash.h: Prototype _cpp_get_token.
* cppexp.c (lex): Use it.
* cpphash.c (parse_define): Use it.
* cpplib.c (get_define_node, do_undef, parse_include,
read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
parse_ifdef, validate_else): Use it.
(cpp_push_buffer): Tweak error message; abort if anyone tries
to push a buffer while macro expansions are stacked.

2000-07-11  Donn Terry  <donnte@microsoft.com>

* cpplex.c (free_macro_args, save_token): Cast arg of free
and/or xrealloc to PTR.
(_cpp_init_input_buffer): Clear all fields of the base context.

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

23 years agonew tests results from changes
korbb [Tue, 11 Jul 2000 22:29:52 +0000 (22:29 +0000)]
new tests results from changes

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

23 years agoRegenerate after this patch:
zack [Tue, 11 Jul 2000 22:21:58 +0000 (22:21 +0000)]
Regenerate after this patch:
2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>

        * c-parse.in (BREAK): Change to build tree, then generate RTL.
        (CONTINUE): Likewise.
        (RETURN): Likewise.
        (CASE): Likewise.
        (DEFAULT): Likewise.

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

23 years agofixinc/inclhack.def(libc1_ifdefd_memx) omit #if/#endif pair
korbb [Tue, 11 Jul 2000 22:20:38 +0000 (22:20 +0000)]
fixinc/inclhack.def(libc1_ifdefd_memx) omit #if/#endif pair

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

23 years ago * gensupport.c (process_rtx): Make rtl checking stop
cpopetz [Tue, 11 Jul 2000 22:08:47 +0000 (22:08 +0000)]
* gensupport.c (process_rtx): Make rtl checking stop
complaining about the define_insn while it is being
converted from a define_insn_and_split.

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

23 years ago2000-07-11 Phil Edwards <pme@sourceware.cygnus.com>
pme [Tue, 11 Jul 2000 21:45:08 +0000 (21:45 +0000)]
2000-07-11  Phil Edwards  <pme@sourceware.cygnus.com>

* docs:  Update sourceware->sources in every HTML file.  Minor updates.

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

23 years agoForce checkin of footer.html to push webpages.
pme [Tue, 11 Jul 2000 21:41:38 +0000 (21:41 +0000)]
Force checkin of footer.html to push webpages.

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

23 years ago * config/mips/mips.c (simple_memory_operand): Access the
cpopetz [Tue, 11 Jul 2000 21:30:23 +0000 (21:30 +0000)]
* config/mips/mips.c (simple_memory_operand): Access the
INTVAL of the address, not it's containing MEM.

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

23 years agoirix_multiline_cmnt is now obsolete
korbb [Tue, 11 Jul 2000 21:13:42 +0000 (21:13 +0000)]
irix_multiline_cmnt is now obsolete

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

23 years agofix spelling typo
nickc [Tue, 11 Jul 2000 18:43:51 +0000 (18:43 +0000)]
fix spelling typo

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

23 years ago2000-07-11 Andrew Haley <aph@cygnus.com>
aph [Tue, 11 Jul 2000 17:45:27 +0000 (17:45 +0000)]
2000-07-11  Andrew Haley  <aph@cygnus.com>

        * libjava.compile/static_init2.java: New file.

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

23 years ago * class.c (layout_class_type): Add pointers to virtual bases after
mmitchel [Tue, 11 Jul 2000 17:31:21 +0000 (17:31 +0000)]
* class.c (layout_class_type): Add pointers to virtual bases after
base classes under the old ABI.

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

23 years agoRemove obsolete fix tests
korbb [Tue, 11 Jul 2000 15:51:18 +0000 (15:51 +0000)]
Remove obsolete fix tests

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

23 years ago * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
ghazi [Tue, 11 Jul 2000 14:28:09 +0000 (14:28 +0000)]
* cpplex.c (T, I, S, C, N): Avoid non-constant initializers.

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

23 years ago * gcc.dg/cpp/cmdlne-C.c: Fix typo.
neil [Tue, 11 Jul 2000 13:51:39 +0000 (13:51 +0000)]
* gcc.dg/cpp/cmdlne-C.c:  Fix typo.

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

23 years ago * cpp.texi: Update.
neil [Tue, 11 Jul 2000 13:39:09 +0000 (13:39 +0000)]
* cpp.texi: Update.
* gcc.dg/cpp/cmdlne-C.c: New test.

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

23 years ago * cppinit.c: (cpp_reader_init): Allow digraphs by default.
neil [Tue, 11 Jul 2000 08:58:28 +0000 (08:58 +0000)]
* cppinit.c: (cpp_reader_init): Allow digraphs by default.
(handle_option): Set digraphs according to standard.
Merge OPT_lang_c89 handler with OPT_std_c89.

* cpplex.c: (lex_line, can_paste): Honour digraphs in
accordance with the digraphs flag.

* cpplib.h: (struct cpp_options): New option digraphs.

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

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

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

23 years agoFixing a really lame patch. Sorry for the ChangeLog tweaking.)
apbianco [Tue, 11 Jul 2000 04:00:14 +0000 (04:00 +0000)]
Fixing a really lame patch. Sorry for the ChangeLog tweaking.)

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

23 years agoAdd tradcif.c: tradcif.y dependency
zack [Tue, 11 Jul 2000 01:36:39 +0000 (01:36 +0000)]
Add tradcif.c: tradcif.y dependency

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

23 years agoOops, fix date in ChangeLog entry
hp [Mon, 10 Jul 2000 22:40:31 +0000 (22:40 +0000)]
Oops, fix date in ChangeLog entry

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

23 years ago * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
hp [Mon, 10 Jul 2000 22:37:54 +0000 (22:37 +0000)]
* fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/testing.h: Add testcase.

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

23 years ago * stl_function.h (bind1st, bind2nd): Rename __opr to __oper,
jason [Mon, 10 Jul 2000 21:04:22 +0000 (21:04 +0000)]
    * stl_function.h (bind1st, bind2nd): Rename __opr to __oper,
        as __opr is used internally by egcs.
        * stl_numeric.h (__power, power): Likewise.

        * stl_algo.h (transform): Rename __opr to __oper, as __opr is used
        internally by egcs.
        Reported by Harri Porten <porten@tu-harburg.de>

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

23 years ago * config/ia64/ia64.c (got_symbolic_operand): New.
rth [Mon, 10 Jul 2000 20:51:23 +0000 (20:51 +0000)]
    * config/ia64/ia64.c (got_symbolic_operand): New.
        (symbolic_operand, move_operand): Revert 0701 change.
        * config/ia64/ia64.h (PREDICATE_CODES): Update.
        * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
        * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
        split the offset into a 14-bit low part instead of a 13-bit low part.
        (load_fptr): Mark the mem as unchanging.
        (load_symptr): Use got_symbolic_operand.

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

23 years agoFix compile time warning message
nickc [Mon, 10 Jul 2000 20:25:56 +0000 (20:25 +0000)]
Fix compile time warning message

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

23 years ago * flags.h : Add new variable flag_single_precision_constant.
cchavva [Mon, 10 Jul 2000 20:10:15 +0000 (20:10 +0000)]
    * flags.h : Add new variable flag_single_precision_constant.
        * toplev.c (display_help) : Add -fsingle-precision-constant option.
        (flag_single_precision_constant): New.
        * c-lex.c (yylex): Convert floating point constant to single
        precision constant.
        * invoke.texi : Add documentation for this new option.

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

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

* diagnostic.c (output_octal): Second parameter is unsigned.
(output_long_octal): Likewise.
(output_hexadecimal): Likewise.
(output_long_hexadecimal): Likewise.
(output_format): Adjust arguments extraction. Tweak.
(output_verbatim, verbatim): End variable argument list.
(report_diagnostic): Improve documentation.

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

23 years ago2000-07-10 Benjamin Chelf <chelf@codesourcery.com>
chelf [Mon, 10 Jul 2000 11:03:04 +0000 (11:03 +0000)]
2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>

* c-parse.y: Regenerate.
* c-pasre.c: Likewise.

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

23 years ago2000-07-10 Benjamin Chelf <chelf@codesourcery.com>
chelf [Mon, 10 Jul 2000 10:56:23 +0000 (10:56 +0000)]
2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>

* c-common.h (build_stmt): Declare.
(build_continue_stmt): Likewise.
(build_break_stmt): Likewise.
(build_return_stmt): Likewise.

* c-decl.c (do_case): Rewrite to do what previously done in
c-parse.in.

* c-semantics.c (build_stmt): Define.
(build_return_stmt): Likewise.
(build_break_stmt): Likewise.
(build_continue_stmt): Likewise.
(build_case_label): Likewise.

* c-parse.in (BREAK): Change to build tree, then generate RTL.
(CONTINUE): Likewise.
(RETURN): Likewise.
(CASE): Likewise.
(DEFAULT): Likewise.

* c-parse.y: Regenerate.
* c-pasre.c: Likewise.

* cp/semantics.c (finish_for_stmt): Remove call to emit_line_note.
(finish_continue_stmt): Likewise.
(begin_for_stmt): Remove call to note_level_for_for.
(finish_goto_stmt): Change call from build_min_nt
to build_stmt.
(finish_expr_stmt): Likewise.
(begin_if_stmt): Likewise.
(begin_while_stmt): Likewise.
(finish_while_stmt): Likewise.
(finish_return_stmt): Likewise.
(begin_for_stmt): Likewise.
(finish_for_stmt): Likewise.
(finish_break_stmt): Likewise.
(begin_switch_stmt): Likewise.
(finish_case_label): Likewise.
(genrtl_try_block): Likewise.
(begin_try_block): Likewise.
(begin_handler): Likewise.
(begin_compound_stmt): Likewise.
(finish_asm_stmt): Likewise.
(finish_label_stmt): Likewise.
(add_decl_stmt): Likewise.
(finish_subobject): Likewise.
(finish_decl_cleanup): Likewise.
(finish_named_return_value): Likewise.
(setup_vtbl_ptr): Likewise.
(add_scope_stmt): Likewise.
* cp/decl.c (finish_constructor_body): Likewise.
(finish_destructor_body): Likewise.
* cp/optimize.c (copy_body_r): Likewise.
(initialize_inlined_parameters): Likewise.
(declare_return_variable): Likewise.
(expand_call_inline): Likewise.

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

23 years ago * semantics.c (expand_body): Sync interface information
jakub [Mon, 10 Jul 2000 07:54:41 +0000 (07:54 +0000)]
* semantics.c (expand_body): Sync interface information
at the end of function body expansion.

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

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

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

23 years ago * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
jason [Mon, 10 Jul 2000 07:20:47 +0000 (07:20 +0000)]
    * expr.c (expand_expr): Bail earlier if we get an error_mark_node.

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

23 years ago * tree.h (STRIP_NOPS): Check for error_mark_node.
jason [Mon, 10 Jul 2000 07:18:06 +0000 (07:18 +0000)]
    * tree.h (STRIP_NOPS): Check for error_mark_node.
        (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
        (dwarf2out_*): Remove duplicate declarations.

        * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
        DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.

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

23 years ago * init.c (build_new_1): Bail early if the call to new fails.
jason [Mon, 10 Jul 2000 07:16:23 +0000 (07:16 +0000)]
    * init.c (build_new_1): Bail early if the call to new fails.

        * decl.c (compute_array_index_type): Check specifically for
        an INTEGER_CST, not just TREE_CONSTANT.

        * decl.c (duplicate_decls): Don't call duplicate_decls on
        the DECL_TEMPLATE_RESULT.
        (decls_match): Return 0 if the DECL_TEMPLATE_RESULTs have different
        codes.

        * error.c (dump_template_bindings): Don't crash if we had an
        invalid argument list.

        * typeck.c (c_expand_start_case): Do narrowing here.
        * semantics.c (finish_switch_cond): Not here.

        * parse.y (asm_clobbers): Do string concatenation.

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

23 years ago * decl.c (pushtag): Don't put local classes in template functions
mmitchel [Mon, 10 Jul 2000 06:32:58 +0000 (06:32 +0000)]
* decl.c (pushtag): Don't put local classes in template functions
on the local_classes list.

* decl2.c (get_guard): Add missing return for old ABI local
variable case.

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

23 years ago * cp-tree.h (char_type_p): New function.
mmitchel [Mon, 10 Jul 2000 03:47:36 +0000 (03:47 +0000)]
* cp-tree.h (char_type_p): New function.
* decl.c (init_decl_processing): Don't initialize
signed_wchar_type_node or unsigned_wchar_type_node.
(complete_array_type): Handle brace-enclosed string-constants.
* rtti.c (emit_support_tinfos): Remove #if 0'd code.
* tree.c (char_type_p): New function.
* typeck2.c (digest_init): Use char_type_p.

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

23 years ago2000-07-10 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Sun, 9 Jul 2000 22:51:25 +0000 (22:51 +0000)]
2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>

* diagnostic.c (wrap_text): New function.
(maybe_wrap_text): Likewise.
(output_add_string): Use it.
(output_format): Likewise.
(count_error): Use verbatim instead of notice.
(report_error_function): Likewise. Don't use plain fprintf.
(finish_diagnostic): New function.
(output_do_verbatim): Tweak.  Commonalize functionalities in
output_verbatim and verbatim.
(output_verbatim): Adjust.
(verbatim): Likewise.
(report_diagnostic): Define.

* diagnostic.h (report_diagnostic): Prototype.

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

23 years ago * cppexp.c (_cpp_parse_expr): Don't use unary plus.
zack [Sun, 9 Jul 2000 20:44:51 +0000 (20:44 +0000)]
* cppexp.c (_cpp_parse_expr): Don't use unary plus.

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

23 years ago * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
neil [Sun, 9 Jul 2000 09:19:44 +0000 (09:19 +0000)]
* cpphash.h: ISvspace, is_vspace, is_nvspace: New.
IShspace, ISspace: Update.

* cppinit.c: ISTABLE: Update.
V: New.

* cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
(IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
(skip_block_comment, skip_line_comment, parse_string,
lex_line): Use is_vspace rather than IS_NEWLINE.
(skip_whitespace, lex_line): Clean up to use is_nvspace.
(lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
gets a BOL flag.
(lex_next): Unconditionally stop if within a directive.
Treat directives within macro invocations as directives
(after parse_args emits error), not as the argument.

* testsuite/gcc.dg/cpp/directiv.c: New tests.
* testsuite/gcc.dg/cpp/undef1.c: Update.

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

23 years ago2000-07-09 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Sun, 9 Jul 2000 07:51:26 +0000 (07:51 +0000)]
2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>

* diagnostic.c (diagnostic_args): New macro.
(diagnostic_msg): Likewise.
(output_formatted_integer): Likewise.
(output_state): New data type.
(digit_buffer): Make global.
(output_add_integer): Rename to output_decimal. Squeeze
digit_buffer.
(output_long_decimal, output_unsigned_decimal,
output_long_unsigned_decimal, output_octal, output_long_octal,
output_hexadecimal, output_long_hexadecimal): New functions.
(output_append_r): New function.
(output_append): Tweak.
(output_flush_on): Rename to output_to_stream.
(output_format): Change prototype.  Improve documentation. Handle
more format specifiers.
(build_location_prefix): Rename to context_as_prefix.
(output_notice): Rename to output_do_printf.
(output_printf): Tweak.
(line_wrapper_printf): Likewise.
(vline_wrapper_message_with_location): Adjust call to renamed
functions.
(v_message_with_decl): Likewise.
(default_print_error_function): Likewise.
(save_output_state): New function.
(restore_output_state): Likewise.
(output_do_verbatim): Likewise.
(output_verbatim): Define.
(verbatim): Likewise.

* diagnostic.h (printer_fn): Change return type from void to int.
Improve documentation.
(output_add_integer): Rename to output_decimal.
(output_flush_on, output_format): Don't export.
(output_verbatim, verbatim): Declare.

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

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

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

23 years ago2000-07-08 Angela Marie Thomas <angela@cygnus.com>
geoffk [Sat, 8 Jul 2000 23:55:09 +0000 (23:55 +0000)]
2000-07-08  Angela Marie Thomas <angela@cygnus.com>

* lib/c-torture.exp: Make compiler_conditional_xfail_data global.

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

23 years ago * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
neil [Sat, 8 Jul 2000 23:08:28 +0000 (23:08 +0000)]
* gcc.dg/cpp/macsyntx.c: Add test for #define defined.

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

23 years ago2000-07-08 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Sat, 8 Jul 2000 22:29:17 +0000 (22:29 +0000)]
2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>

* fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
Check whether c divides op1 exactly if operation is not
multiplication.

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

23 years ago * final.c (final): Do not abort when reg-stack introduces
rth [Sat, 8 Jul 2000 21:17:51 +0000 (21:17 +0000)]
    * final.c (final): Do not abort when reg-stack introduces
        a new insn.

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

23 years ago * cpplib.h (struct cpp_name): Now struct cpp_string.
zack [Sat, 8 Jul 2000 19:00:39 +0000 (19:00 +0000)]
* cpplib.h (struct cpp_name): Now struct cpp_string.
(CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
CPP_HEADER_NAME): Change to type S.
(struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
field, a cpp_hashnode *.  All references to val.name updated
to use val.str or val.node as appropriate.
(struct cpp_reader): Add spec_nodes field.
(cpp_idcmp): Now cpp_ideq; takes a token * and a char *.

* cpphash.h (struct spec_nodes): New.
(enum spell_type): Reorder.  Only SPELL_STRING tokens use
val.str.  All references to 'spelling > SPELL_NONE' updated to
match.

(CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
pfile->buffer->inc are not NULL before dereferencing them.

* cpplex.c (parse_name): Take a pointer to the current token,
plus current position and limit as args; return the new
position; don't copy the text of a name into the string
buffer, instead call cpp_lookup and store the node pointer.
If extending a token, copy out the text of the old into a
scratch buffer, append the new, look that up and store the new
node pointer.  Inline.
(maybe_paste_with_next): If the result of paste is a NAME,
then look up the pasted text and store its node pointer.
(lex_line): Adjust for new parse_name interface.
Check for L"str", L'str' using spec_nodes->n_L.
(spell_token): SPELL_IDENT tokens have their spelling in
val.node->name.  Handle SPELL_STRING tokens that don't have
string delimiters.
(_cpp_expand_name_space,
(can_paste): Check for L ## "str" using spec_nodes->n_L.
(cpp_get_token, special_symbol): No need to call cpp_lookup.
(cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
return 1=equal 0=not, not a tristate.

* cpphash.c (var_args_str): Delete.
(find_param): Compare node fields directly.
(is__va_args__): Use CPP_PEDANTIC.  Just compare
token->val.node with spec_nodes->n__VA_ARGS__.
(dump_funlike_macro): Don't use var_args_str.

* cpplib.c (_cpp_check_directive): Just walk through
spec_nodes->dirs comparing pointers.
(get_define_node, do_pragma_poison, detect_if_not_defined,
parse_ifdef): The identifier has already been looked up.
(do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
node.
(do_if): Only call detect_if_not_defined at beginning of file.
(_cpp_parse_assertion): Only copy string pointers for
SPELL_STRING tokens.
(pragma_dispatch): Take a node pointer and examine its name
field.
(_cpp_init_stacks): Also initialize the spec_nodes structure.

* cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
_cpp_init_macros.
(cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
reverse order from the corresponding _cpp_init_* routines.

* cppexp.c (parse_number, parse_charconst, parse_defined,
lex): Check val.node->type instead of calling cpp_defined.
Use spec_nodes entries where appropriate.

* fix-header.c, scan-decls.c: Update for interface changes.

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

23 years agoCommited on behalf of geoffk@cygnus.com:
ghazi [Sat, 8 Jul 2000 12:42:09 +0000 (12:42 +0000)]
Commited on behalf of geoffk@cygnus.com:

* config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
emitting aux_truncdfsf2.

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

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

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

23 years ago2000-07-07 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Sat, 8 Jul 2000 06:23:02 +0000 (06:23 +0000)]
2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (generate_classfile): Exclude null strings.

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

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

23 years ago2000-07-03 Donn Terry (donnte@microsoft.com)
zack [Sat, 8 Jul 2000 06:21:13 +0000 (06:21 +0000)]
2000-07-03  Donn Terry  (donnte@microsoft.com)

* cppinit.c (print_help): split overlong line into ISO C89
maximum chunks.

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

23 years ago2000-07-07 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Sat, 8 Jul 2000 03:35:20 +0000 (03:35 +0000)]
2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * jcf-write.c (generate_classfile): Properly install the
        ConstantValue attribute and the initial value constant pool index
        on string constants.
        * parse.y (java_complete_lhs): Keep DECL_INITIAL when emitting
        class files.

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

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

23 years ago * cppexp.c: Update all code for new lexer interface.
zack [Sat, 8 Jul 2000 02:33:00 +0000 (02:33 +0000)]
* cppexp.c: Update all code for new lexer interface.
(op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
(struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
* cpplex.c (token_names): Trim leading CPP_ from names; make
the strings unsigned.
(_cpp_spell_operator): New.
(is_macro_disabled): Disable all macros if rescanning
preprocessed text.
(_cpp_get_directive_token): Remove.

* cppinit.c: Don't set no_macro_expand.
* cpplib.c (read_line_number, do_line): Check only for EOF,
not VSPACE.
* cpphash.h: Update prototypes.
* cpplib.h (CPP_VSPACE): Remove.
(struct cpp_reader): Remove no_macro_expand.

testsuite:
* gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.

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

23 years ago * cpphash.c (is__va_args__): New function.
neil [Sat, 8 Jul 2000 02:18:25 +0000 (02:18 +0000)]
* cpphash.c (is__va_args__): New function.
(count_params): Fix line reported in error messages.  Use
is__va_args__.  Don't return ')' on error.  Flag GNU style
rest args macro definitions.
(parse_define): Check macro name is not __VA_ARGS__.
(save_expansion): Check identifier in non-varargs-macro is
not __VA_ARGS__.  Don't flag GNU_VARARGS.
* cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
(maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
 than per-token GNU_VARARGS.
* cpplib.h (GNU_VARARGS): Remove.
(GNU_REST_ARGS): New.

* gcc.dg/cpp/macsyntx.c: New tests.

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

23 years ago2000-07-07 Benjamin Kosnik <bkoz@soma.redhat.com>
bkoz [Sat, 8 Jul 2000 01:25:04 +0000 (01:25 +0000)]
2000-07-07  Benjamin Kosnik  <bkoz@soma.redhat.com>

* configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
c++threads.h instead of copying.
* acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.
Tweaks.

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

23 years ago2000-07-07 Benjamin Kosnik <bkoz@soma.redhat.com>
bkoz [Sat, 8 Jul 2000 01:08:44 +0000 (01:08 +0000)]
2000-07-07  Benjamin Kosnik  <bkoz@soma.redhat.com>

Clean up configure/build longstanding issues.
* src/Makefile.am (AC_CXXFLAGS): Don't set @SECTION_LDFLAGS@ here.
(CXXLINK): Add here, instead.

* Makefile.am (check-install): Make sure mkcheck has execute privs.
(check): Same here.
* configure.in (AC_OUTPUT_COMMANDS): Remove hacks here.

* configure.in (AC_OUTPUT_COMMANDS): Link c_io_libio.h and
c_io_libio.cc instead of copying.
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Do link here.

* configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
c++threads.h instead of copying.
* acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.

* config/c_io_libio.cc (__basic_file::_M_open_mode): Consolidate.
* bits/basic_file.h: Declare.

* mkcheck.in (TESTS_FILE): Use -v instead of --version.

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

23 years ago * i386.md (call_pop, call, call_value_pop): Do not set
hubicka [Fri, 7 Jul 2000 23:49:18 +0000 (23:49 +0000)]
* i386.md (call_pop, call, call_value_pop): Do not set
current_function_uses_pic_offset_table for calls to static
functions or indirect calls.

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

23 years agoFix glibc -O2 iso646.i abort.
wilson [Fri, 7 Jul 2000 23:43:28 +0000 (23:43 +0000)]
Fix glibc -O2 iso646.i abort.
* config/ia64/ia64.c (rws_access_reg): New local write_count.  If
is_predicate_reg, then take max write_count of register pair.

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

23 years ago2000-07-07 Benjamin Kosnik <bkoz@soma.redhat.com>
bkoz [Fri, 7 Jul 2000 22:46:52 +0000 (22:46 +0000)]
2000-07-07  Benjamin Kosnik  <bkoz@soma.redhat.com>

Clean up configure/build longstanding issues.
* src/Makefile.am (AC_CXXFLAGS): Don't set @SECTION_LDFLAGS@ here.
(CXXLINK): Add here, instead.

* Makefile.am (check-install): Make sure mkcheck has execute privs.
(check): Same here.
* configure.in (AC_OUTPUT_COMMANDS): Remove hacks here.

* configure.in (AC_OUTPUT_COMMANDS): Link c_io_libio.h and
c_io_libio.cc instead of copying.
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Do link here.

* configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
c++threads.h instead of copying.
* acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.

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

23 years ago2000-07-07 brent verner <brent@rcfile.org>
bkoz [Fri, 7 Jul 2000 21:21:57 +0000 (21:21 +0000)]
2000-07-07   brent verner  <brent@rcfile.org>

* testsuite/27_io/istream_unformatted.cc (test05): New test.

2000-07-07  Benjamin Kosnik  <bkoz@gnu.org>

* bits/istream.tcc (istream::getline): Minor tweaks.

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

23 years ago2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
pme [Fri, 7 Jul 2000 21:13:28 +0000 (21:13 +0000)]
2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>

* docs/download.html:  Mention gcc_update.
* docs/configopts.html:  Minor updates.
* docs/gccrebuild.html:  Ditto.
* docs/18_support/howto.html:  More tips, explanations, and reminders.
* docs/19_diagnostics/howto.html:  Ditto.
* docs/21_strings/howto.html:  Ditto.
* docs/24_iterators/howto.html:  Ditto.
* docs/25_algorithms/howto.html:  Ditto.
* docs/26_numerics/howto.html:  Ditto.

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

23 years agoDummy checkin of footer.html to force web sync.
pme [Fri, 7 Jul 2000 20:58:17 +0000 (20:58 +0000)]
Dummy checkin of footer.html to force web sync.

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

23 years ago * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass):
tromey [Fri, 7 Jul 2000 20:54:32 +0000 (20:54 +0000)]
* java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass):
Initialize static final String fields.

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

23 years ago * libjava.lang/stringconst2.out: New file.
tromey [Fri, 7 Jul 2000 20:51:48 +0000 (20:51 +0000)]
* libjava.lang/stringconst2.out: New file.
* libjava.lang/stringconst2.java: New file.

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

23 years ago * tradcpp.c (main): Rename label `include' to `add_include' to
ghazi [Fri, 7 Jul 2000 20:13:35 +0000 (20:13 +0000)]
* tradcpp.c (main): Rename label `include' to `add_include' to
avoid conflicts with variable `include' in traditional C.

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

23 years ago * integrate.c (copy_insn_list): Remove REG_LABEL notes.
jakub [Fri, 7 Jul 2000 20:06:57 +0000 (20:06 +0000)]
* integrate.c (copy_insn_list): Remove REG_LABEL notes.

* gcc.dg/20000707-1.c: New test.

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

23 years ago * sibcall.c (uses_addressof): Add INMEM argument, check for
jakub [Fri, 7 Jul 2000 19:55:29 +0000 (19:55 +0000)]
* sibcall.c (uses_addressof): Add INMEM argument, check for
current_function_internal_arg_pointer outside of MEM rtxs in addition
to ADDRESSOFs.
(sequence_uses_addressof): Update caller.

* gcc.c-torture/execute/20000706-1.c: New test.
* gcc.c-torture/execute/20000706-2.c: New test.
* gcc.c-torture/execute/20000706-3.c: New test.
* gcc.c-torture/execute/20000706-4.c: New test.
* gcc.c-torture/execute/20000706-5.c: New test.

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