platform/upstream/gcc.git
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

24 years agocalls.c (stored_args_map): New variable.
Jakub Jelinek [Thu, 13 Jul 2000 18:19:27 +0000 (20:19 +0200)]
calls.c (stored_args_map): New variable.

* calls.c (stored_args_map): New variable.
(check_sibcall_argument_overlap_1): New.
(check_sibcall_argument_overlap): New.
(expand_call): Initialize stored_args_map.
Call check_sibcall_argument_overlap.

* gcc.c-torture/execute/20000707-1.c: New test.

From-SVN: r35017

24 years agoimplement various pre-processor guards around standard types
Bruce Korb [Thu, 13 Jul 2000 15:23:51 +0000 (15:23 +0000)]
implement various pre-processor guards around standard types

From-SVN: r35016

24 years agoRegenerate fixincl.x, too
Bruce Korb [Thu, 13 Jul 2000 15:20:45 +0000 (15:20 +0000)]
Regenerate fixincl.x, too

From-SVN: r35015

24 years agoObsolete test result
Bruce Korb [Thu, 13 Jul 2000 15:16:39 +0000 (15:16 +0000)]
Obsolete test result

From-SVN: r35014

24 years agofixinc test result changes
Bruce Korb [Thu, 13 Jul 2000 14:51:14 +0000 (14:51 +0000)]
fixinc test result changes

From-SVN: r35013

24 years agoimplement various pre-processor guards around standard types
Bruce Korb [Thu, 13 Jul 2000 14:47:55 +0000 (14:47 +0000)]
implement various pre-processor guards around standard types

From-SVN: r35012

24 years agodiagnostic.c (vline_wrapper_message_with_location, [...]): Remove.
Gabriel Dos Reis [Thu, 13 Jul 2000 10:37:41 +0000 (10:37 +0000)]
diagnostic.c (vline_wrapper_message_with_location, [...]): Remove.

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

        * diagnostic.c (vline_wrapper_message_with_location,
        v_message_with_file_and_line, v_error_with_file_and_file,
        v_error_for_asm, v_warning_for_asm, vfatal,
        v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
        vsorry, verror, vwarning, vpedwarn): Remove.
        (diagnostic_for_asm): New function.
        (pedwarn, error, warning, pedwarn_with_file_and_line,
        error_with_file_and_line, warning_with_file_and_line, sorry,
        error_for_asm, warning_for_asm, fatal): Reimplement.
        (finish_diagnostic): Clear diagnostic info as well.

From-SVN: r35011

24 years agoc-common.h (flag_digraphs): New.
Neil Booth [Thu, 13 Jul 2000 10:12:08 +0000 (10:12 +0000)]
c-common.h (flag_digraphs): New.

* c-common.h (flag_digraphs): New.
* c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
* c-lex.c (yylex): Use flag_digraphs to decide whether to
honour digraphs.

* testsuite/gcc.dg/cpp/digraph1.c,
testsuite/gcc.dg/cpp/digraph2.c,
testsuite/gcc.dg/cpp/digraphs.c: New tests.

From-SVN: r35010

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

From-SVN: r35009

24 years agogcc.c (do_spec_1): Add new %B operator.
Zack Weinberg [Thu, 13 Jul 2000 07:14:13 +0000 (07:14 +0000)]
gcc.c (do_spec_1): Add new %B operator.

* gcc.c (do_spec_1): Add new %B operator.
(set_input): Prepare for %B.

(link_command_spec): Move up with the other tm.h-
overrideable specs.  Factor out the portion conditional on
LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
(struct compiler): Just have a single spec string.  All users
updated.
(default_compilers): Remove unnecessary braces.
(static_specs): Update.

(trad_capable_cpp, cpp_options, cc1_options, asm_options): New
named specs.
(C and assembly specs): Use the new named specs, as appropriate.

* objc/lang-specs.h, ch/lang-specs.h, cp/lang-specs.h,
f/lang-specs.h, java/lang-specs.h: Use the new named specs.
Remove unnecessary braces.

From-SVN: r35008

24 years ago* tradcif.c: Remove.
Zack Weinberg [Thu, 13 Jul 2000 04:52:22 +0000 (04:52 +0000)]
* tradcif.c: Remove.

From-SVN: r35007

24 years agogcc.c (execute): If a subprocess gets a fatal signal...
Zack Weinberg [Thu, 13 Jul 2000 04:43:47 +0000 (04:43 +0000)]
gcc.c (execute): If a subprocess gets a fatal signal...

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

From-SVN: r35006

24 years agofinal.c (profile_function): Do not emit profile counters in the data section, if...
Zack Weinberg [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.

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

From-SVN: r35005

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

From-SVN: r35004

24 years agocppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_chill...
Zack Weinberg [Thu, 13 Jul 2000 02:32:41 +0000 (02:32 +0000)]
cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_chill, or lang_fortran.

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

From-SVN: r35003

24 years agoAdd missing imports.
Bryce McKinlay [Wed, 12 Jul 2000 21:24:00 +0000 (22:24 +0100)]
Add missing imports.

From-SVN: r35002

24 years agoFix missing "package" declaration.
Bryce McKinlay [Wed, 12 Jul 2000 21:16:52 +0000 (22:16 +0100)]
Fix missing "package" declaration.

From-SVN: r35001

24 years agoAdd missing files from last check-in:
Bryce McKinlay [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.

From-SVN: r35000

24 years agoc-common.c (combine_strings): Emit a pedantic warning when a string length is greater...
Kaveh R. 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...

* c-common.c (combine_strings): Emit a pedantic warning when a
string length is greater than the minimum ANSI C is required
to support.

From-SVN: r34999

24 years agoxm-pa64.h (NO_SYS_SIGLIST): Kill.
Jeffrey A Law [Wed, 12 Jul 2000 20:29:05 +0000 (20:29 +0000)]
xm-pa64.h (NO_SYS_SIGLIST): Kill.

        * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
        * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.

From-SVN: r34998

24 years agoc-decl.c (define_label): Warn about identifier conflicts with labels in traditional C.
Kaveh R. 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-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.

From-SVN: r34997

24 years agoMakefile.in (c-errors.o): Fix thinko in dependency.
Gabriel Dos Reis [Wed, 12 Jul 2000 20:05:45 +0000 (20:05 +0000)]
Makefile.in (c-errors.o): Fix thinko in dependency.

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

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

From-SVN: r34996

24 years agogcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of -traditional, -ftraditional...
Zack Weinberg [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.

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

From-SVN: r34995

24 years agocppexp.c (LOGICAL): Delete macro.
Zack Weinberg [Wed, 12 Jul 2000 19:41:30 +0000 (19:41 +0000)]
cppexp.c (LOGICAL): Delete macro.

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

From-SVN: r34994

24 years agoconfigure.in (m88k-openbsd): Express configuration using new fragment style.
Marc Espie [Wed, 12 Jul 2000 19:19:18 +0000 (19:19 +0000)]
configure.in (m88k-openbsd): Express configuration using new fragment style.

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

From-SVN: r34993

24 years ago20000630-2.f: New test.
David Billinghurst [Wed, 12 Jul 2000 19:12:14 +0000 (13:12 -0600)]
20000630-2.f: New test.

        * g77.f-torture/compile/20000630-2.f:  New test.
        * g77.f-torture/compile/20000630-2.x

From-SVN: r34992

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

From-SVN: r34991

24 years agoreload.c (push_secondary_reload): Make sure to add the new reload at the end, after...
Richard Henderson [Wed, 12 Jul 2000 17:20:17 +0000 (10:20 -0700)]
reload.c (push_secondary_reload): Make sure to add the new reload at the end, after acquiring secondary memory.

        * reload.c (push_secondary_reload): Make sure to add the new
        reload at the end, after acquiring secondary memory.

From-SVN: r34990

24 years agoOops, use CPP_WTRADITIONAL, not CPP_TRADITIONAL.
Kaveh R. Ghazi [Wed, 12 Jul 2000 17:08:20 +0000 (17:08 +0000)]
Oops, use CPP_WTRADITIONAL, not CPP_TRADITIONAL.

From-SVN: r34989

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

From-SVN: r34988

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

From-SVN: r34987

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

From-SVN: r34986

24 years agocpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
Neil Booth [Wed, 12 Jul 2000 14:37:47 +0000 (14:37 +0000)]
cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.

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

From-SVN: r34985

24 years agoc-typeck.c (pedwarn_c99): Move to
Gabriel Dos Reis [Wed, 12 Jul 2000 14:12:51 +0000 (14:12 +0000)]
c-typeck.c (pedwarn_c99): Move to

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.

From-SVN: r34984

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

From-SVN: r34983

24 years agogcc_update (files_and_dependencies): Remove generated YACC files.
Mark Mitchell [Wed, 12 Jul 2000 07:12:56 +0000 (07:12 +0000)]
gcc_update (files_and_dependencies): Remove generated YACC files.

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

From-SVN: r34982

24 years agobackport: Applet.java: New file.
Bryce McKinlay [Wed, 12 Jul 2000 04:52:04 +0000 (04:52 +0000)]
backport: Applet.java: New file.

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.

From-SVN: r34981

24 years agogcc.texi: Fix minor typos
Rodney Brown [Wed, 12 Jul 2000 04:29:22 +0000 (04:29 +0000)]
gcc.texi: Fix minor typos

        * gcc.texi: Fix minor typos
        * extend.texi: Fix minor typos

From-SVN: r34980

24 years agopa.c (hppa_encode_label): Store labels in gc memory when ggc_p is true.
J. David Anglin [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.

* pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
true.

From-SVN: r34979

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

From-SVN: r34978

24 years agoaclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems with MAP_ANONYMOUS...
J. David Anglin [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.

        * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
        with MAP_ANONYMOUS and MAP_ANON.
        * configure, config.in: Rebuilt.

From-SVN: r34977

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

From-SVN: r34976

24 years agodiagnostic.c (save_output_state): Remove.
Gabriel Dos Reis [Wed, 12 Jul 2000 00:48:02 +0000 (00:48 +0000)]
diagnostic.c (save_output_state): Remove.

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.

From-SVN: r34975

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

From-SVN: r34974

24 years agoRemove. No longer expected to fail.
David Billinghurst [Tue, 11 Jul 2000 23:44:21 +0000 (17:44 -0600)]
Remove.  No longer expected to fail.

From-SVN: r34973

24 years ago[multiple changes]
Zack Weinberg [Tue, 11 Jul 2000 23:20:53 +0000 (23:20 +0000)]
[multiple changes]

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.

From-SVN: r34972

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

From-SVN: r34971

24 years agoRegenerate after this patch:
Benjamin Chelf [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.

From-SVN: r34970

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

From-SVN: r34969

24 years agogensupport.c (process_rtx): Make rtl checking stop complaining about the define_insn...
Clinton Popetz [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...

* gensupport.c (process_rtx): Make rtl checking stop
complaining about the define_insn while it is being
converted from a define_insn_and_split.

From-SVN: r34968

24 years agodocs: Update sourceware->sources in every HTML file.
Phil Edwards [Tue, 11 Jul 2000 21:45:08 +0000 (21:45 +0000)]
docs: Update sourceware->sources in every HTML file.

2000-07-11  Phil Edwards  <pme@sourceware.cygnus.com>

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

From-SVN: r34967

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

From-SVN: r34966

24 years agomips.c (simple_memory_operand): Access the INTVAL of the address, not it's containing...
Clinton Popetz [Tue, 11 Jul 2000 21:30:23 +0000 (21:30 +0000)]
mips.c (simple_memory_operand): Access the INTVAL of the address, not it's containing MEM.

* config/mips/mips.c (simple_memory_operand): Access the
INTVAL of the address, not it's containing MEM.

From-SVN: r34965

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

From-SVN: r34964

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

From-SVN: r34963

24 years agostatic_init2.java: New file.
Andrew Haley [Tue, 11 Jul 2000 17:45:27 +0000 (17:45 +0000)]
static_init2.java: New file.

2000-07-11  Andrew Haley  <aph@cygnus.com>

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

From-SVN: r34962

24 years agoclass.c (layout_class_type): Add pointers to virtual bases after base classes under...
Mark Mitchell [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.

* class.c (layout_class_type): Add pointers to virtual bases after
base classes under the old ABI.

From-SVN: r34961

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

From-SVN: r34960

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

From-SVN: r34959

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

From-SVN: r34958

24 years agocpp.texi: Update.
Neil Booth [Tue, 11 Jul 2000 13:39:09 +0000 (13:39 +0000)]
cpp.texi: Update.

* cpp.texi: Update.
* gcc.dg/cpp/cmdlne-C.c: New test.

From-SVN: r34957

24 years agocppinit.c: (cpp_reader_init): Allow digraphs by default.
Neil Booth [Tue, 11 Jul 2000 08:58:28 +0000 (08:58 +0000)]
cppinit.c: (cpp_reader_init): Allow digraphs by default.

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

From-SVN: r34956

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

From-SVN: r34955

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

From-SVN: r34954

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

From-SVN: r34953

24 years agoOops, fix date in ChangeLog entry
Hans-Peter Nilsson [Mon, 10 Jul 2000 22:40:31 +0000 (22:40 +0000)]
Oops, fix date in ChangeLog entry

From-SVN: r34951

24 years agoinclhack.def (libc1_ifdefd_memx): New fix.
Hans-Peter Nilsson [Mon, 10 Jul 2000 22:37:54 +0000 (22:37 +0000)]
inclhack.def (libc1_ifdefd_memx): New fix.

* fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/testing.h: Add testcase.

Co-Authored-By: Bruce Korb <bkorb@gnu.org>
From-SVN: r34950

24 years agostl_function.h (bind1st, bind2nd): Rename __opr to __oper, as __opr is used internall...
Jason Merrill [Mon, 10 Jul 2000 21:04:22 +0000 (17:04 -0400)]
stl_function.h (bind1st, bind2nd): Rename __opr to __oper, as __opr is used internally by egcs.

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

From-SVN: r34949

24 years agoia64.c (got_symbolic_operand): New.
Richard Henderson [Mon, 10 Jul 2000 20:51:23 +0000 (13:51 -0700)]
ia64.c (got_symbolic_operand): New.

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

From-SVN: r34948

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

From-SVN: r34947

24 years agoflags.h: Add new variable flag_single_precision_constant.
Chandrakala Chavva [Mon, 10 Jul 2000 20:10:15 +0000 (16:10 -0400)]
flags.h: Add new variable flag_single_precision_constant.

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

From-SVN: r34946

24 years agodiagnostic.c (output_octal): Second parameter is unsigned.
Gabriel Dos Reis [Mon, 10 Jul 2000 17:14:25 +0000 (17:14 +0000)]
diagnostic.c (output_octal): Second parameter is unsigned.

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.

From-SVN: r34945

24 years agoc-parse.y: Regenerate.
Ben Chelf [Mon, 10 Jul 2000 11:03:04 +0000 (04:03 -0700)]
c-parse.y: Regenerate.

2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>

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

From-SVN: r34944

24 years agoc-common.h (build_stmt): Declare.
Benjamin Chelf [Mon, 10 Jul 2000 10:56:23 +0000 (10:56 +0000)]
c-common.h (build_stmt): Declare.

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.

From-SVN: r34943

24 years agosemantics.c (expand_body): Sync interface information at the end of function body...
Jakub Jelinek [Mon, 10 Jul 2000 07:54:41 +0000 (09:54 +0200)]
semantics.c (expand_body): Sync interface information at the end of function body expansion.

* semantics.c (expand_body): Sync interface information
at the end of function body expansion.

From-SVN: r34942

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

From-SVN: r34941

24 years ago* expr.c (expand_expr): Bail earlier if we get an error_mark_node.
Jason Merrill [Mon, 10 Jul 2000 07:20:47 +0000 (03:20 -0400)]
* expr.c (expand_expr): Bail earlier if we get an error_mark_node.

From-SVN: r34940

24 years agotree.h (STRIP_NOPS): Check for error_mark_node.
Jason Merrill [Mon, 10 Jul 2000 07:18:06 +0000 (03:18 -0400)]
tree.h (STRIP_NOPS): Check for error_mark_node.

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

From-SVN: r34939