gcc.git
23 years agopt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.
Nathan Sidwell [Fri, 17 Nov 2000 10:24:05 +0000 (10:24 +0000)]
pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.

cp:
* pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.

testsuite:
* g++.old-deja/g++.pt/instantiate8.C: New test.

From-SVN: r37518

23 years agocp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
Nathan Sidwell [Fri, 17 Nov 2000 10:05:31 +0000 (10:05 +0000)]
cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.

cp:
* cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
* decl.c (grokdeclarator): Don't reject void parms here.
(require_complete_types_for_parms): Simplify, use
complete_type_or_else.
(grokparms): Remove bitrot. Remove funcdef parm.
Deal with ellipsis parm lists here.
* semantics.c (finish_parmlist): Don't append void_list_node
here. Set PARMLIST_ELLIPSIS_P.

testsuite:
* g++.old-deja/g++.other/incomplete.C: Add more tests.
* g++.old-deja/g++.pt/crash9.C: Mark new expected error.

From-SVN: r37517

23 years agotypeck2.c (incomplete_type_error): Reorganise to avoid excessive diagnostics.
Nathan Sidwell [Fri, 17 Nov 2000 09:48:53 +0000 (09:48 +0000)]
typeck2.c (incomplete_type_error): Reorganise to avoid excessive diagnostics.

* typeck2.c (incomplete_type_error): Reorganise to avoid
excessive diagnostics.

From-SVN: r37516

23 years agoDaily bump.
Jeff Law [Fri, 17 Nov 2000 08:45:08 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r37515

23 years agostringpool.c: New file.
Zack Weinberg [Fri, 17 Nov 2000 06:05:31 +0000 (06:05 +0000)]
stringpool.c: New file.

* stringpool.c: New file.
* ggc-common.c (ggc_mark_string_ptr, ggc_add_string_root): Delete.
(ggc_alloc_string): Now in stringpool.o.
* ggc-page.c, ggc-simple.c: Do not define or allocate empty_string.
* ggc.h: Delete prototype of ggc_add_string_root.  #define
ggc_add_string_root and ggc_mark_string to nothing.  Prototype
init_stringpool and stringpool_statistics.
(ggc_alloc_string): Returns a const char *.
* tree.c (hash_table, do_identifier_warnings): Delete.
(init_obstacks): Don't initialize the identifier hash table.
(get_identifier, maybe_get_identifier, start_identifier_warnings,
set_identifier_size): Now in stringpool.c.
* tree.h (struct tree_string): Constify pointer field.
(approx_sqrt): Prototype.

* Makefile.in (stringpool.o): Add rule, mention in OBJS.

* toplev.c (approx_sqrt): New function.
(compile_file): Call stringpool_statistics if mem_report is on.
(main): Call init_stringpool.

* builtins.c (c_strlen), c-decl.c (finish_decl), c-lex.c
(process_directive), c-typeck.c (constructor_asmspec, struct
initializer_stack, start_init), except.c (create_rethrow_ref),
stmt.c (digit_strings), toplev.c (decode_f_option), tree.c
(built_in_filename), varasm,c (in_named_name,
assemble_static_space, struct constant_descriptor, struct
deferred_string, struct pool_constant, force_const_mem),
i386.c (pic_label_name, global_offset_table_name), rs6000.c
(rs6000_emit_prologue, rs6000_emit_epilogue) : Constify a char *.

* c-common.c (combine_strings): Combine strings in scratch
buffer, then pass to build_string.
* optabs.c (init_libfuncs), profile.c (init_edge_profiler,
output_func_start_profiler), stmt.c (init_stmt), alpha.c
(alpha_need_linkage), arm.c (arm_encode_call_attribute),
i386.c (load_pic_register), ia64.c (ia64_encode_section_info),
rs6000.c (rs6000_encode_section_info): Create string in
scratch buffer, then pass to ggc_alloc_string.

* stmt.c (expand_asm_operands): If we must adjust the
constraint strings, do so by creating a new one, not by
modifying the old one in place.  Constify some char *s.
* config/pa/pa.c (hppa_encode_label): Drop unnecessary second
argument.  Create string in scratch buffer, then pass to
ggc_alloc_string.
* config/pa/pa-protos.h: Update prototype.
* config/pa/elf.h, config/pa/pa.h, config/pa/som.h:
hppa_encode_label takes only one argument.

* c-parse.in (if_prefix): Find the filename and line number at
$-2 and $-1 respectively.
* diagnostic.c (error_recursion): Add missing newline, use
fputs, translate string.

cp:
* lex.c (struct impl_files, internal_filename): Constify a char *.
java:
* jcf-parse.c (get_constant), parse.y (do_merge_string_cste):
Create string in scratch buffer, then pass to build_string.

From-SVN: r37514

23 years agolocale_facets.tcc (num_get<_CharT, [...]): Add missing typename keyword.
Loren J. Rittle [Fri, 17 Nov 2000 05:38:04 +0000 (05:38 +0000)]
locale_facets.tcc (num_get<_CharT, [...]): Add missing typename keyword.

        * include/bits/locale_facets.tcc (num_get<_CharT,
          _InIter>::do_get(...)): Add missing typename keyword.

From-SVN: r37513

23 years agoPushbackReader.java: Merged with Classpath.
Tom Tromey [Fri, 17 Nov 2000 04:51:25 +0000 (04:51 +0000)]
PushbackReader.java: Merged with Classpath.

* java/io/PushbackReader.java: Merged with Classpath.
* java/util/Arrays.java: Updated from Classpath.

* scripts/blocks.pl: New file.
* java/lang/Character.java (Subset): New class.
(UnicodeBlock): New class.

* java/lang/Math.java (toDegrees, toRadians): New methods.

* java/lang/Float.java: Implement Comparable.
(compareTo): New methods.
* java/lang/Double.java: Implement Comparable.
(compareTo): New methods.

From-SVN: r37512

23 years agomcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not malloc/realloc.
Kaveh R. Ghazi [Fri, 17 Nov 2000 04:16:55 +0000 (04:16 +0000)]
mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not malloc/realloc.

* mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not
malloc/realloc.

* cpplib.c (glue_header_name): Likewise.

* fixincl.c (run_compiles, start_fixer): Likewise.

* fixlib.c (load_file_data): Likewise.

* mkdeps.c (munge): Likewise.

f:
* malloc.c (malloc_init): Call xmalloc, not malloc.

From-SVN: r37511

23 years agodefaults.h [...] (EH_FRAME_SECTION): Remove trailing ';'.
Hans-Peter Nilsson [Fri, 17 Nov 2000 01:52:43 +0000 (01:52 +0000)]
defaults.h [...] (EH_FRAME_SECTION): Remove trailing ';'.

* defaults.h [EH_FRAME_SECTION_ASM_OP] (EH_FRAME_SECTION): Remove
trailing ';'.  Fix formatting.

From-SVN: r37510

23 years agoacinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Make --enable-cstdio=stdio the default.
Mark Mitchell [Fri, 17 Nov 2000 01:04:02 +0000 (01:04 +0000)]
acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Make --enable-cstdio=stdio the default.

* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Make
--enable-cstdio=stdio the default.  Disable wide character support
in that event.
* configure.in: Move GLIBCPP_ENABLE_C_MBCHAR after
(GLIBCPP_ENABLE_CSTDIO).
* config/c_io_stdio.h: Don't include <libio.h>, don't define
__c_wfile_type.
* aclocal.m4: Regenerated.
* configure: Likewise.
* Makefile.in: Likewise.
* libio/Makefile.in: Likewise.
* libmath/Makefile.in: Likewise.
* libsupc++/Makefile.in: Likewise.
* src/Makefile.in: Likewise.

From-SVN: r37509

23 years agomangle.c (write_special_name_constructor): Don't generate assembler junk when confron...
Mark Mitchell [Thu, 16 Nov 2000 22:36:20 +0000 (22:36 +0000)]
mangle.c (write_special_name_constructor): Don't generate assembler junk when confronted with an old-style constructor.

* mangle.c (write_special_name_constructor): Don't generate
assembler junk when confronted with an old-style constructor.
(write_special_name_destructor): Likewise.
(mangle_decl_string): Do it here instead.

From-SVN: r37508

23 years agoFix ia64 mask bit conflict from parallel development.
Jim Wilson [Thu, 16 Nov 2000 21:35:16 +0000 (21:35 +0000)]
Fix ia64 mask bit conflict from parallel development.

* config/ia64/ia64.h (MASK_INLINE_DIV_LAT, MASK_INLINE_DIV_THR):
Shift masks left by one to avoid conflict.

From-SVN: r37507

23 years agoPropertyChangeSupport.java (propertyListeners): Made transient.
Warren Levy [Thu, 16 Nov 2000 21:34:48 +0000 (21:34 +0000)]
PropertyChangeSupport.java (propertyListeners): Made transient.

* java/beans/PropertyChangeSupport.java (propertyListeners): Made
transient.
(listeners): Made transient.
(source): Renamed from 'bean'.
(children): New field for serialization.
(propertyChangeSupportSerializedDataVersion): Ditto.
(serialVersionUID): Ditto.
(writeObject): New serialization method.
(readObject): New serialization method.
* java/beans/VetoableChangeSupport.java (propertyListeners): Made
transient.
(listeners): Made transient.
(source): Renamed from 'bean'.
(children): New field for serialization.
(vetoableChangeSupportSerializedDataVersion): Ditto.
(serialVersionUID): Ditto.
(writeObject): New serialization method.
(readObject): New serialization method.
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Fixed assert
to allow constructor to have a return type (i.e. the class that the
constructor constructs).

Serialization mods.

From-SVN: r37506

23 years agoFix ia64 C++ gprel link errors.
Jim Wilson [Thu, 16 Nov 2000 20:01:21 +0000 (20:01 +0000)]
Fix ia64 C++ gprel link errors.

* config/ia64/ia64.c (ia64_encode_section_info): Disallow decls with
DECL_EXTERNAL set.

From-SVN: r37505

23 years agoAdd a couple of new test cases for nested function support.
Nick Clifton [Thu, 16 Nov 2000 19:45:23 +0000 (19:45 +0000)]
Add a couple of new test cases for nested function support.

From-SVN: r37504

23 years agoFix nested function support for the ARM
Nick Clifton [Thu, 16 Nov 2000 19:23:15 +0000 (19:23 +0000)]
Fix nested function support for the ARM

From-SVN: r37503

23 years ago* config/c_io_stdio.h: Include stddef.h.
Gerald Pfeifer [Thu, 16 Nov 2000 17:45:11 +0000 (18:45 +0100)]
* config/c_io_stdio.h: Include stddef.h.

From-SVN: r37502

23 years agoNew testcase
Bernd Schmidt [Thu, 16 Nov 2000 16:19:37 +0000 (16:19 +0000)]
New testcase

From-SVN: r37501

23 years agooops, forgot a const
DJ Delorie [Thu, 16 Nov 2000 15:21:50 +0000 (10:21 -0500)]
oops, forgot a const

From-SVN: r37500

23 years agortl.c (read_rtx): Provide suitable names for unnamed define_insn and define_insn_and_...
DJ Delorie [Thu, 16 Nov 2000 15:19:01 +0000 (10:19 -0500)]
rtl.c (read_rtx): Provide suitable names for unnamed define_insn and define_insn_and_split...

* rtl.c (read_rtx): Provide suitable names for unnamed
define_insn and define_insn_and_split patterns, based on file
and line numbers.

From-SVN: r37499

23 years ago* call.c (op_error): Make error messages clearer.
Nathan Sidwell [Thu, 16 Nov 2000 11:49:44 +0000 (11:49 +0000)]
* call.c (op_error): Make error messages clearer.

From-SVN: r37498

23 years ago20001115-1.c: New test.
Franz Sirl [Thu, 16 Nov 2000 11:19:11 +0000 (11:19 +0000)]
20001115-1.c: New test.

2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

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

From-SVN: r37497

23 years agoc_io_stdio.h (streamsize): Make it a typedef for ptrdiff_t.
Mark Mitchell [Thu, 16 Nov 2000 09:26:14 +0000 (09:26 +0000)]
c_io_stdio.h (streamsize): Make it a typedef for ptrdiff_t.

* config/c_io_stdio.h (streamsize): Make it a typedef for
ptrdiff_t.
(wstreamsize): Likewise.

From-SVN: r37496

23 years ago* config/c_io_stdio.h: Include libio.h.
Mark Mitchell [Thu, 16 Nov 2000 09:20:48 +0000 (09:20 +0000)]
* config/c_io_stdio.h: Include libio.h.

From-SVN: r37495

23 years agocplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for parameter `option'.
Hans-Peter Nilsson [Thu, 16 Nov 2000 09:12:47 +0000 (09:12 +0000)]
cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for parameter `option'.

* cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
parameter `option'.
Do s/cplus_dem.c/cplus-dem.c/g on ChangeLog.

From-SVN: r37494

23 years agoDaily bump.
Jeff Law [Thu, 16 Nov 2000 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r37493

23 years agoarraynew.C: Use `std' where necessary.
Mark Mitchell [Thu, 16 Nov 2000 04:14:37 +0000 (04:14 +0000)]
arraynew.C: Use `std' where necessary.

* g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
* g++.old-deja/g++.abi/cxa_vec.C: Likewise.
* g++.old-deja/g++.abi/ptrflags.C: Likewise.
* g++.old-deja/g++.abi/vmihint.C: Likewise.

From-SVN: r37492

23 years agoacinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la.
Mark Mitchell [Thu, 16 Nov 2000 01:44:03 +0000 (01:44 +0000)]
acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la.

* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la.
* src/Makefile.am (libstdc___la_LIBADD): Use it.
* aclocal.m4: Regenerated.
* configure: Likewise.
* Makefile.in: Likewise.
* libio/Makefile.in: Likewise.
* libmath/Makefile.in: Likewise.
* libsupc++/Makefile.in: Likewise.
* src/Makfile.in: Likewise.

From-SVN: r37491

23 years agomkcheckin.in: Move check for bash version 2 later in the file.
Mark Mitchell [Thu, 16 Nov 2000 01:03:20 +0000 (01:03 +0000)]
mkcheckin.in: Move check for bash version 2 later in the file.

* mkcheckin.in: Move check for bash version 2 later in the file.

* include/bits/basic_string.h (basic_string::_Rep::_S_max_size):
Make it const.
(basic_string::_Rep::_S_terminal): Likewise.
* include/bits/string.tcc (basic_string::_Rep::_S_max_size):
Likewise.
(basic_string::_Rep::_S_terminal): Likewise.

From-SVN: r37490

23 years agoFix ChangeLog entry: cplus-dem.c instead of cplus_dem.c
Gerald Pfeifer [Wed, 15 Nov 2000 23:03:52 +0000 (23:03 +0000)]
Fix ChangeLog entry: cplus-dem.c instead of cplus_dem.c

From-SVN: r37489

23 years agomkcheck.in: Add function size_command() for irix.
David Billinghurst [Wed, 15 Nov 2000 20:08:59 +0000 (20:08 +0000)]
mkcheck.in: Add function size_command() for irix.

2000-11-15  David Billinghurst  <David.Billinghurst@riotinto.com>

* mkcheck.in:  Add function size_command() for irix.

From-SVN: r37488

23 years agocpplib.c (start_directive, [...]): New functions.
Neil Booth [Wed, 15 Nov 2000 19:25:22 +0000 (19:25 +0000)]
cpplib.c (start_directive, [...]): New functions.

        * cpplib.c (start_directive, end_directive): New functions.
        (_cpp_handle_directive, run_directive): Use them.
        (_cpp_handle_directive): Don't -Wtraditional on indented
        null directives.
        (_cpp_push_buffer): Don't re-clear was_skipping.
        * cpplib.h (struct cpp_reader): New member la_saved.
        * cppmacro.c (cpp_get_token): Don't interpret _Pragma in
        directives.

From-SVN: r37487

23 years ago_Pragma1.c: Update.
Neil Booth [Wed, 15 Nov 2000 19:23:41 +0000 (19:23 +0000)]
_Pragma1.c: Update.

        * gcc.dg/cpp/_Pragma1.c: Update.
        * gcc.dg/cpp/_Pragma2.c: New test.

From-SVN: r37486

23 years agotoplev.c (wrapup_global_declarations): Don't write out artificial static variables...
Mark Mitchell [Wed, 15 Nov 2000 18:34:29 +0000 (18:34 +0000)]
toplev.c (wrapup_global_declarations): Don't write out artificial static variables that aren't needed.

* toplev.c (wrapup_global_declarations): Don't write out
artificial static variables that aren't needed.

* decl.c (wrapup_globals_for_namespace): Don't mark things
TREE_ASM_WRITTEN when they're not.

From-SVN: r37485

23 years agoconfigure.in: See if `mkstemp' is available.
Toon Moene [Wed, 15 Nov 2000 18:26:42 +0000 (19:26 +0100)]
configure.in: See if `mkstemp' is available.

2000-11-15  Toon Moene  <toon@moene.indiv.nluug.nl>

* libI77/configure.in: See if `mkstemp' is available.
* libI77/configure: Regenerate.
* libI77/open.c: Use `mkstemp' to create scratch
file atomically.

From-SVN: r37484

23 years agocplus_dem.c: Eliminate use of DEFUN, it is obsolete and cannot be used in GCC.
Kenneth Block [Wed, 15 Nov 2000 17:35:20 +0000 (17:35 +0000)]
cplus_dem.c: Eliminate use of DEFUN, it is obsolete and cannot be used in GCC.

* cplus_dem.c: Eliminate use of DEFUN, it is obsolete and cannot
be used in GCC.

From-SVN: r37483

23 years agoWorkaround for Itanium A/B step errata
Bernd Schmidt [Wed, 15 Nov 2000 17:29:00 +0000 (17:29 +0000)]
Workaround for Itanium A/B step errata

From-SVN: r37482

23 years agomkfixinc.sh (fixincludes): Add *-*-beos* to list of machines for which fixincludes...
Fred Fish [Wed, 15 Nov 2000 15:56:59 +0000 (15:56 +0000)]
mkfixinc.sh (fixincludes): Add *-*-beos* to list of machines for which fixincludes is not needed.

        * fixinc/mkfixinc.sh (fixincludes): Add *-*-beos* to list of
        machines for which fixincludes is not needed.
        * config/i386/x-beos (STMP_FIXPROTO): Don't run fixproto.

From-SVN: r37481

23 years agodiagnostic.c (finish_abort): New fn.
Jason Merrill [Wed, 15 Nov 2000 15:50:51 +0000 (10:50 -0500)]
diagnostic.c (finish_abort): New fn.

        * diagnostic.c (finish_abort): New fn.
        (fancy_abort, error_recursion): Use it.
        * toplev.c (crash_signal): Likewise.
        * diagnostic.h: Declare it.

        * typeck2.c (friendly_abort): Uncount the error before handing
        off to fancy_abort.

From-SVN: r37480

23 years agotree.c (build_type_no_quals): New function.
Andrew Haley [Wed, 15 Nov 2000 14:39:14 +0000 (14:39 +0000)]
tree.c (build_type_no_quals): New function.

2000-11-13  Andrew Haley  <aph@redhat.com>

        * tree.c (build_type_no_quals): New function.
        * tree.h (build_type_no_quals): Declare.
        * c-common.c (c_get_alias_set): When considering type
        compatibility for pointer types, ignore cv-qualifiers anywhere in
        a pointer chain.

From-SVN: r37479

23 years agotypeck.c (lookup_anon_field): Cope with qv qualifiers.
Nathan Sidwell [Wed, 15 Nov 2000 11:59:07 +0000 (11:59 +0000)]
typeck.c (lookup_anon_field): Cope with qv qualifiers.

cp/
* typeck.c (lookup_anon_field): Cope with qv qualifiers.
testsuite/
* g++.old-deja/g++.other/anon5.C: New test.

From-SVN: r37478

23 years agoCorrect style of last entry
Hans-Peter Nilsson [Wed, 15 Nov 2000 11:58:16 +0000 (11:58 +0000)]
Correct style of last entry

From-SVN: r37477

23 years agoCorrect date and style of last entry
Hans-Peter Nilsson [Wed, 15 Nov 2000 11:57:23 +0000 (11:57 +0000)]
Correct date and style of last entry

From-SVN: r37476

23 years agocplus_dem.c: Add gnat demangler.
Kenneth Block [Wed, 15 Nov 2000 11:54:53 +0000 (11:54 +0000)]
cplus_dem.c: Add gnat demangler.

* cplus_dem.c: Add gnat demangler.  Add java to demangle style
list.

From-SVN: r37475

23 years ago* demangle.h: Add gnat and java demangle styles.
Kenneth Block [Wed, 15 Nov 2000 11:52:30 +0000 (11:52 +0000)]
* demangle.h: Add gnat and java demangle styles.

From-SVN: r37474

23 years agoregrename.c (scan_rtx_rtx): Skip to the next chain on encountering a terminated chain.
Graham Stott [Wed, 15 Nov 2000 11:07:44 +0000 (11:07 +0000)]
regrename.c (scan_rtx_rtx): Skip to the next chain on encountering a terminated chain.

        * regrename.c (scan_rtx_rtx): Skip to the next chain on
        encountering a terminated chain.

From-SVN: r37473

23 years agoDaily bump.
Jeff Law [Wed, 15 Nov 2000 08:45:08 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r37472

23 years agoclass.c (build_vtbl_initializer): Fix typo in comment.
Mark Mitchell [Wed, 15 Nov 2000 05:07:03 +0000 (05:07 +0000)]
class.c (build_vtbl_initializer): Fix typo in comment.

* class.c (build_vtbl_initializer): Fix typo in comment.
* typeck.c (expr_sizeof): Don't crash on errors.

From-SVN: r37471

23 years agoconfigure.in: Move check for V3 above check for C++ header-file directory.
Mark Mitchell [Wed, 15 Nov 2000 04:40:30 +0000 (04:40 +0000)]
configure.in: Move check for V3 above check for C++ header-file directory.

* configure.in: Move check for V3 above check for C++ header-file
directory.
* configure: Regenerated.

From-SVN: r37470

23 years agoacinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to initial value.
Benjamin Kosnik [Tue, 14 Nov 2000 21:05:05 +0000 (21:05 +0000)]
acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to initial value.

2000-11-14  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to
initial value.
(GLIBCPP_EXPORT_INCLUDES): Only export TOPLEVEL_INCLUDES if
building a canadian cross. This should fix the remaining java
build issues.
* aclocal.m4: Regenerate.
* configure: Regenerate.

* include/bits/c++config (__GLIBCPP__): Set release version for 2.91.

From-SVN: r37469

23 years agoFix cc1plus specs breakage.
Jim Wilson [Tue, 14 Nov 2000 20:42:43 +0000 (20:42 +0000)]
Fix cc1plus specs breakage.

* lang-specs.h: Add %2 after %(cc1_options).

From-SVN: r37468

23 years ago* config/v850/v850.c: Remove obstacks.
DJ Delorie [Tue, 14 Nov 2000 19:45:29 +0000 (14:45 -0500)]
* config/v850/v850.c: Remove obstacks.

From-SVN: r37467

23 years agoc90-const-expr-2.c, [...]: Add more tests.
Joseph Myers [Tue, 14 Nov 2000 19:34:22 +0000 (19:34 +0000)]
c90-const-expr-2.c, [...]: Add more tests.

* gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
tests.

From-SVN: r37466

23 years agoavr.c (avr_case_values_threshold): New.
Marek Michalkiewicz [Tue, 14 Nov 2000 19:05:41 +0000 (22:05 +0300)]
avr.c (avr_case_values_threshold): New.

* config/avr/avr.c (avr_case_values_threshold): New.
(avr_override_options): Set it depending on options, make it large
when not optimizing to work around "unable to generate reloads".

* config/avr/avr.h (TARGET_SWITCHES): Add -mno-tablejump option.
(EXTRA_SECTION_FUNCTIONS): Make the .progmem.gcc_sw_table section
executable if not AVR_MEGA.  Make sure jump tables are word-aligned.
(JUMP_TABLES_IN_TEXT_SECTION): Define as 0, not 1.
(ASM_OUTPUT_ADDR_VEC_ELT): Optimize, use "rjmp" if not AVR_MEGA.
(avr_case_values_threshold): Declare as extern int.
(CASE_VALUES_THRESHOLD): Define as avr_case_values_threshold.

* config/avr/avr.md (tablejump): Removed.
(*tablejump_rjmp): New for jump tables made from "rjmp" instructions.
(*tablejump_lib, *tablejump_enh, *tablejump): Change to expect the
index in the table, not multiplied by 2.
(casesi): Change to match the above insns.  Always enable.

* config/avr/libgcc.S (__tablejump__): Rename to __tablejump2__.
Change to expect the word address of the table, multiply it by 2
here and not in the caller.  Change "adiw" to faster "inc".

From-SVN: r37465

23 years agoMakefile.in: Rebuilt.
Tom Tromey [Tue, 14 Nov 2000 18:59:10 +0000 (18:59 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (libgcj.zip): Fail immediately if compilation fails
and -k not given.

From-SVN: r37464

23 years agoTest which exposed a gcse bug at one time.
Don Lindsay [Tue, 14 Nov 2000 18:42:53 +0000 (18:42 +0000)]
Test which exposed a gcse bug at one time.

From-SVN: r37463

23 years agocppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.
Neil Booth [Tue, 14 Nov 2000 18:32:06 +0000 (18:32 +0000)]
cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.

* cppexp.c (parse_defined): Call cpp_get_token not
_cpp_get_token.
(lex): Similarly.
* cpplex.c (cpp_output_line): Similarly.
* cpplib.c (glue_header_name, do_line, do_ident,
parse_answer, parse_assertion): Similarly.
(_cpp_handle_diretive): Don't save to lookaheads
when processing directives.
* cppmacro.c (parse_arg, expand_arg): Call cpp_get_token not
_cpp_get_token.
(funlike_invocation_p): Don't save to lookaheads
when pre-expanding arguments.
(_cpp_get_token): Delete.
(cpp_get_token): Merge contents of _cpp_get_token.

From-SVN: r37462

23 years agobuiltins.c (expand_builtin_setjmp): Set current_function_calls_setjmp.
Jakub Jelinek [Tue, 14 Nov 2000 18:05:45 +0000 (19:05 +0100)]
builtins.c (expand_builtin_setjmp): Set current_function_calls_setjmp.

* builtins.c (expand_builtin_setjmp): Set
current_function_calls_setjmp.
(expand_builtin_longjmp): Set current_function_calls_longjmp.

* config/sparc/sparc.md (builtin_setjmp_setup): New expand.
(do_builtin_setjmp_setup): New insn.

From-SVN: r37461

23 years agotree.c (get_unwidened): Use host_integerp and tree_low_cst.
Richard Kenner [Tue, 14 Nov 2000 17:58:01 +0000 (17:58 +0000)]
tree.c (get_unwidened): Use host_integerp and tree_low_cst.

* tree.c (get_unwidened): Use host_integerp and tree_low_cst.
(int_fits_type_p): For variable bounds, call force_fit_type.

From-SVN: r37460

23 years agovarasm.c (struct deferred_string): New structure.
Jakub Jelinek [Tue, 14 Nov 2000 17:37:19 +0000 (18:37 +0100)]
varasm.c (struct deferred_string): New structure.

* varasm.c (struct deferred_string): New structure.
(const_str_htab): New variable.
(STRHASH): New macro.
(mark_const_str_htab_1, mark_const_str_htab, const_str_htab_hash,
constr_str_htab_eq, const_str_htab_del): New functions.
(output_constant_def): Add DEFER argument, defer string
constants until mark_constant_pool time if requested.
(mark_constant_pool): Walk the insn chain even if const_str_htab is
not empty.
(mark_constants): If a SYMBOL_REF for deferred string is found,
output it and remove from hash table.
(output_addressed_constants): Set DEFER to 0 in call to
output_constant_def.
* rtl.h (STRING_POOL_ADDRESS_P): Define.
(output_constant_def): Adjust prototype.
* expr.c (expand_expr): Set DEFER to 1 in call to output_constant_def.

* gcc.c-torture/execute/20000801-4.c: Make sure the second string is
output.

From-SVN: r37459

23 years agooptabs.c (expand_complex_ab): Use overflow-trapping optabs for signed types if flag_t...
Chandrakala Chavva [Tue, 14 Nov 2000 17:30:02 +0000 (12:30 -0500)]
optabs.c (expand_complex_ab): Use overflow-trapping optabs for signed types if flag_trapv.

* optabs.c (expand_complex_ab):: Use overflow-trapping optabs for
signed types if flag_trapv.

From-SVN: r37458

23 years agoacinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to initial value.
Benjamin Kosnik [Tue, 14 Nov 2000 17:23:49 +0000 (17:23 +0000)]
acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to initial value.

2000-11-14  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to
initial value.
* aclocal.m4: Regenerate.
* configure: Regenerate.

* include/bits/c++config (__GLIBCPP__): Set release version for 2.91.

From-SVN: r37457

23 years agoNew option --target-help.
Chandra Chavva [Tue, 14 Nov 2000 17:06:06 +0000 (12:06 -0500)]
New option --target-help.

From-SVN: r37456

23 years agotradcpp.c, tradcif.y: Update FSF mailing address, delete reference to GPLv1.
Zack Weinberg [Tue, 14 Nov 2000 17:01:35 +0000 (17:01 +0000)]
tradcpp.c, tradcif.y: Update FSF mailing address, delete reference to GPLv1.

* tradcpp.c, tradcif.y: Update FSF mailing address, delete
reference to GPLv1.

From-SVN: r37455

23 years agomkcheck.in: On a platform where we don't know how to extract section sizes...
Phil Edwards [Tue, 14 Nov 2000 16:38:02 +0000 (16:38 +0000)]
mkcheck.in: On a platform where we don't know how to extract section sizes...

2000-11-14  Phil Edwards  <pme@sources.redhat.com>

* mkcheck.in:  On a platform where we don't know how to extract
  section sizes, just set them to zero.  Use old method of reading
  file contents.

From-SVN: r37454

23 years agoc_io_stdio.h: Don't define __c_wfile_type when _GLIBCPP_USE_WCHAR_T is not defined.
Loren J. Rittle [Tue, 14 Nov 2000 13:49:27 +0000 (13:49 +0000)]
c_io_stdio.h: Don't define __c_wfile_type when _GLIBCPP_USE_WCHAR_T is not defined.

        * config/c_io_stdio.h: Don't define __c_wfile_type
        when _GLIBCPP_USE_WCHAR_T is not defined.

From-SVN: r37453

23 years ago* c-common.h (CTI_C_SIZE_TYPE): Update comment.
Joseph Myers [Tue, 14 Nov 2000 10:38:01 +0000 (10:38 +0000)]
* c-common.h (CTI_C_SIZE_TYPE): Update comment.

From-SVN: r37452

23 years agovarasm.c (struct varasm_status): Change x_const_rtx_sym_hash_table to array of pool_c...
Jakub Jelinek [Tue, 14 Nov 2000 10:31:32 +0000 (11:31 +0100)]
varasm.c (struct varasm_status): Change x_const_rtx_sym_hash_table to array of pool_constnat pointers.

* varasm.c (struct varasm_status): Change x_const_rtx_sym_hash_table
to array of pool_constnat pointers.
(struct pool_constant): Add next_sym and label members.
(struct pool_sym): Remove.
(init_varasm_status): Change pool_sym into pool_constant.
(mark_pool_constant): Mark pc->label string as well.
(mark_pool_sym_hash_table): Remove.
(mark_varasm_status): Remove it from caller as well.
(free_varasm_status): Don't free pool_sym structures.
(force_const_mem): Don't allocate pool_sym structure, instead
fill pool->label and chain it into rtx_sym hash table.
(find_pool_constant, mark_constant_pool): Use pool_constant instead
of pool_sym.

From-SVN: r37451

23 years agoreload1.c (emit_input_reload_insns): Honour forcing of constants into memory by PREFE...
Jakub Jelinek [Tue, 14 Nov 2000 10:23:38 +0000 (11:23 +0100)]
reload1.c (emit_input_reload_insns): Honour forcing of constants into memory by PREFERRED_RELOAD_CLASS NO_REGS.

* reload1.c (emit_input_reload_insns): Honour forcing of constants
into memory by PREFERRED_RELOAD_CLASS NO_REGS.

From-SVN: r37450

23 years agoMichael Matz <matzmich@cs.tu-berlin.de>
Michael Matz [Tue, 14 Nov 2000 09:58:40 +0000 (09:58 +0000)]
Michael Matz  <matzmich@cs.tu-berlin.de>

        * dominance.c: New file.
        * Makefile.in (OBJS): Add dominance.o.

        * flow.c (compute_flow_dominators): Remove.
        (compute_immediate_dominators): Remove.
        (compute_immediate_postdominators): Remove.
        * basic-block.h: Remove their prototypes.
        (calculate_dominance_info): Add prototype.

        * dce.c (eliminate_dead_code): Change calls to above functions.
        Don't compute dominators but only immediate dominators.
        * flow.c (flow_loops_find): Change callers.
        * gcse.c (compute_code_hoist_data): Likewise.
        * haifa-sched.c (schedule_insns): Likewise.
        * ifcvt.c (if_convert): Likewise.
        * ssa.c (convert_to_ssa): Likewise, and only compute immediate
        dominators.

From-SVN: r37449

23 years agostmt.c (warn_if_unused_value): Don't warn if the expression has side effects.
Richard Henderson [Tue, 14 Nov 2000 09:51:46 +0000 (01:51 -0800)]
stmt.c (warn_if_unused_value): Don't warn if the expression has side effects.

        * stmt.c (warn_if_unused_value): Don't warn if the expression
        has side effects.

From-SVN: r37448

23 years agoc-typeck.c (c_sizeof): Fold result to c_size_type_node.
Richard Henderson [Tue, 14 Nov 2000 09:47:13 +0000 (01:47 -0800)]
c-typeck.c (c_sizeof): Fold result to c_size_type_node.

        * c-typeck.c (c_sizeof): Fold result to c_size_type_node.
        (c_sizeof_nowarn, c_alignof, c_alignof_expr): Likewise.

From-SVN: r37447

23 years agotypeck.c (c_sizeof): Be strict about casting result value back to c_size_type_node.
Richard Henderson [Tue, 14 Nov 2000 09:46:55 +0000 (01:46 -0800)]
typeck.c (c_sizeof): Be strict about casting result value back to c_size_type_node.

        * typeck.c (c_sizeof): Be strict about casting result value
        back to c_size_type_node.
        (expr_sizeof, c_sizeof_nowarn, c_alignof): Likewise.

From-SVN: r37446

23 years agoDaily bump.
Jeff Law [Tue, 14 Nov 2000 08:45:08 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r37445

23 years agoacinclude.m4 (GLIBCPP_CHECK_TARGET): New macro...
Phil Edwards [Mon, 13 Nov 2000 23:49:41 +0000 (23:49 +0000)]
acinclude.m4 (GLIBCPP_CHECK_TARGET): New macro...

2000-11-13  Phil Edwards  <pme@sources.redhat.com>

* acinclude.m4 (GLIBCPP_CHECK_TARGET):  New macro, replacing
  GLIBCPP_CHECK_CPU and GLIBCPP_CHECK_OS, sourcing configure.target.
  (GLIBCPP_CONFIGURE):  Call new macro here.
* configure.host:  Cleanup.
* configure.in:  Remove those two macros.
* configure.target:  New file.
* aclocal.m4:  Regenerated.
* configure:  Ditto.
* Makefile.in:  Ditto.
* libio/Makefile.in:  Ditto.
* libmath/Makefile.in:  Ditto.
* libsupc++/Makefile.in:  Ditto.
* src/Makefile.in:  Ditto.

* mkcheck.in:  Use libtool.  Split things out into functions.

From-SVN: r37443

23 years agoMakefile.am (tmp-libstdsc++.INC:): Do not use -I$(top_builddir).
Alexandre Petit-Bianco [Mon, 13 Nov 2000 23:38:41 +0000 (23:38 +0000)]
Makefile.am (tmp-libstdsc++.INC:): Do not use -I$(top_builddir).

2000-11-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * Makefile.am (tmp-libstdsc++.INC:): Do not use -I$(top_builddir).
        * Makefile.in: Regenerate.

From-SVN: r37442

23 years agoacinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add test for libiconv.a providing wchar...
David Edelsohn [Mon, 13 Nov 2000 22:32:05 +0000 (22:32 +0000)]
acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add test for libiconv.a providing wchar_t support functions.

2000-11-12  David Edelsohn  <edelsohn@gnu.org>

        * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add test for
        libiconv.a providing wchar_t support functions.
* aclocal.m4: Regenerate.

From-SVN: r37441

23 years agoloop.c (basic_induction_var): Revert accidental checkin.
Franz Sirl [Mon, 13 Nov 2000 22:20:03 +0000 (22:20 +0000)]
loop.c (basic_induction_var): Revert accidental checkin.

2000-11-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

* loop.c (basic_induction_var): Revert accidental checkin.

From-SVN: r37440

23 years agoacinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.
Loren J. Rittle [Mon, 13 Nov 2000 22:14:18 +0000 (22:14 +0000)]
acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.

2000-11-12  Loren J. Rittle  <ljrittle@acm.org>

        * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.
        * aclocal.m4, configure: Rebuilt.

From-SVN: r37439

23 years agoc-lex.c (cb_leave_file): Harmonize conditions and order of statements to those of...
Hans-Peter Nilsson [Mon, 13 Nov 2000 21:22:10 +0000 (21:22 +0000)]
c-lex.c (cb_leave_file): Harmonize conditions and order of statements to those of process_directive for...

* c-lex.c (cb_leave_file): Harmonize conditions and order of
statements to those of process_directive for (action == act_pop).

* collect2.c (main): Pass on -B options from COLLECT_GCC_OPTIONS.

* local-alloc.c (equiv_init_movable_p): References to CC0 are not
movable.

From-SVN: r37438

23 years agowrap_langinfo.h: New file.
Brent Verner [Mon, 13 Nov 2000 21:04:54 +0000 (21:04 +0000)]
wrap_langinfo.h: New file.

2000-11-12  Brent Verner  <brent@rcfile.org>

        * include/c_std/bits/wrap_langinfo.h: New file.
        * include/c_std/langinfo.h: New file.
        * include/bits/codecvt.h (__enc_trants::__enc_traits()): Bring in
CODESET from _C_legacy::CODESET if using shadow headers.
* src/Makefile.am: Add new files.
* src/Makefile.in: Regenerate.

From-SVN: r37437

23 years agowrap_langinfo.h: New file.
Benjamin Kosnik [Mon, 13 Nov 2000 20:58:46 +0000 (20:58 +0000)]
wrap_langinfo.h: New file.

2000-11-12  Brent Verner  <brent@rcfile.org>

        * include/c_std/bits/wrap_langinfo.h: New file.
        * include/c_std/langinfo.h: New file.
        * include/bits/codecvt.h (__enc_trants::__enc_traits()): Bring in
CODESET from _C_legacy::CODESET if using shadow headers.

From-SVN: r37436

23 years agoc-parse.in (stmts_and_decls): Deprecate use of label at end of compound statement.
Joseph Myers [Mon, 13 Nov 2000 20:00:22 +0000 (20:00 +0000)]
c-parse.in (stmts_and_decls): Deprecate use of label at end of compound statement.

* c-parse.in (stmts_and_decls): Deprecate use of label at end of
compound statement.

testsuite:
* gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
labels at end of compound statements.

From-SVN: r37435

23 years agocpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF cases return without MI check.
Neil Booth [Mon, 13 Nov 2000 18:40:37 +0000 (18:40 +0000)]
cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF cases return without MI check.

        * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF
        cases return without MI check.
        * cpplib.c (do_diagnostic): Take boolean of whether to
        print the directive name.
        (do_error, do_warning): Update.
        (do_pragma_dependency): Use it.
        * cpplib.h (VARARGS_FIRST): Delete.
        (struct cpp_token): Delete integer.
        * cppmacro.c (enter_macro_context): Move disabled check
        to _cpp_get_token.
        (_cpp_get_token): Simplify into a single loop.

From-SVN: r37434

23 years agoFix minor typo.
Richard Earnshaw [Mon, 13 Nov 2000 17:12:25 +0000 (17:12 +0000)]
Fix minor typo.

From-SVN: r37433

23 years agoconfigure.in: Use 'test -f' not '[ -e'.
Richard Earnshaw [Mon, 13 Nov 2000 16:56:57 +0000 (16:56 +0000)]
configure.in: Use 'test -f' not '[ -e'.

* configure.in:  Use 'test -f' not '[ -e'.
* configure: Regenerated.

From-SVN: r37432

23 years agomn10300.md (store_movm): Note which registers are really used or clobbered.
DJ Delorie [Mon, 13 Nov 2000 16:37:09 +0000 (11:37 -0500)]
mn10300.md (store_movm): Note which registers are really used or clobbered.

* config/mn10300/mn10300.md (store_movm): Note which registers are
really used or clobbered.

From-SVN: r37431

23 years ago* gcc.c-torture/execute/loop-7.c: New test.
Jakub Jelinek [Mon, 13 Nov 2000 14:41:38 +0000 (15:41 +0100)]
* gcc.c-torture/execute/loop-7.c: New test.

From-SVN: r37430

23 years agoc-parse.in (ends_in_label): Remove from %union and %type.
Joseph Myers [Mon, 13 Nov 2000 14:20:04 +0000 (14:20 +0000)]
c-parse.in (ends_in_label): Remove from %union and %type.

* c-parse.in (ends_in_label): Remove from %union and %type.
(decls, stmts, lineno_stmt_or_labels, xstmts,
lineno_stmt_or_label, stmt_or_label): Remove.
(stmts_and_decls, lineno_stmt_decl_or_labels_ending_stmt,
lineno_stmt_decl_or_labels_ending_decl,
lineno_stmt_decl_or_labels_ending_label,
lineno_stmt_decl_or_labels_ending_error,
lineno_stmt_decl_or_labels, compstmt_contents_nonempty,
lineno_stmt, lineno_label): New.
(compstmt_nostart): Use compstmt_contents_nonempty.

testsuite:
* gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.

From-SVN: r37429

23 years agoc-common.c (boolean_increment): New function.
Joseph Myers [Mon, 13 Nov 2000 14:14:44 +0000 (14:14 +0000)]
c-common.c (boolean_increment): New function.

* c-common.c (boolean_increment): New function.
* c-common.h (enum c_tree_index): Add CTI_C_BOOL_TYPE,
CTI_C_BOOL_TRUE and CTI_C_BOOL_FALSE.
(c_bool_type_node, c_bool_true_node, c_bool_false_node): Define.
(boolean_increment): Declare.
* c-convert.c (convert): Allow for BOOLEAN_TYPE.
* c-decl.c (init_decl_processing): Create boolean nodes.
(finish_struct): Allow for _Bool bitfields.
* c-parse.in (reswords): Add _Bool.
(rid_to_yy): Allow for RID_BOOL.
* c-typeck.c (default_conversion): Make booleans promote to int.
(convert_arguments, build_unary_op, build_modify_expr,
convert_for_assignment): Allow for booleans.
* ginclude/stdbool.h: Make conforming to C99.

cp:
* typeck.c (build_unary_op): Use boolean_increment from
c-common.c, moving the relevant code there.

testsuite:
* gcc.dg/c99-bool-1.c: New test.

From-SVN: r37428

23 years agoc-parse.in (c99_block_start, [...]): New.
Joseph Myers [Mon, 13 Nov 2000 14:08:09 +0000 (14:08 +0000)]
c-parse.in (c99_block_start, [...]): New.

* c-parse.in (c99_block_start, c99_block_end,
c99_block_lineno_labeled_stmt): New.
(simple_if, do_stmt_start): Use c99_block_lineno_labeled_stmt.
(stmt): Split off selection and iteration statements into...
(select_or_iter_stmt): New.  Use c99_block_lineno_labeled_stmt.

testsuite:
* gcc.dg/c99-scope-1.c: Remove xfail.
* gcc.dg/c99-scope-2.c: New test.

From-SVN: r37427

23 years agoinvoke.texi (-Wtrigraphs, [...]): Update.
Joseph Myers [Mon, 13 Nov 2000 14:02:54 +0000 (14:02 +0000)]
invoke.texi (-Wtrigraphs, [...]): Update.

* invoke.texi (-Wtrigraphs, -fdump-translation-unit, -save-temps,
-time): Update.

From-SVN: r37426

23 years agoarm.md (mulsidi3adddi, [...]): Revert previous change.
Richard Earnshaw [Mon, 13 Nov 2000 13:58:51 +0000 (13:58 +0000)]
arm.md (mulsidi3adddi, [...]): Revert previous change.

* arm.md (mulsidi3adddi, umulsidi3adddi): Revert previous change.
Rewrite to avoid use of match_dup.  Don't try to tie registers that
are not in the same mode.

From-SVN: r37425

23 years ago* invoke.texi: Update lists of languages and suffixes supported.
Joseph Myers [Mon, 13 Nov 2000 13:41:46 +0000 (13:41 +0000)]
* invoke.texi: Update lists of languages and suffixes supported.

From-SVN: r37424

23 years agoconfigure: Provide the original toplevel configure arguments (including $0) to...
Joseph Myers [Mon, 13 Nov 2000 13:39:36 +0000 (13:39 +0000)]
configure: Provide the original toplevel configure arguments (including $0) to...

* configure: Provide the original toplevel configure arguments
(including $0) to subprocesses in the environment rather than
through gcc/configargs.h.

gcc:
* configure.in: Take toplevel configure arguments from the
environment to create configargs.h and substitute
gcc_config_arguments, taking account of any existing configargs.h
if reconfiguring.
* configure: Regenerate.
* gccbug.in: Include toplevel configure arguments in gccbug.

From-SVN: r37423

23 years agovarasm.c (struct constant_descriptor): Put CONTENTS inside a union to make it well...
Richard Earnshaw [Mon, 13 Nov 2000 13:35:26 +0000 (13:35 +0000)]
varasm.c (struct constant_descriptor): Put CONTENTS inside a union to make it well-aligned.

* varasm.c (struct constant_descriptor): Put CONTENTS inside a
union to make it well-aligned.  Update all uses.

From-SVN: r37422

23 years agoc-parse.in (initelt): Give appropriate pedantic warnings...
Joseph Myers [Mon, 13 Nov 2000 13:31:16 +0000 (13:31 +0000)]
c-parse.in (initelt): Give appropriate pedantic warnings...

* c-parse.in (initelt): Give appropriate pedantic warnings,
depending on flag_isoc99, for non-ISO syntax and for C99 syntax
outside C99 mode.
(designator): If pedantic, pedwarn for a designator specifying a
range of elements.
* c-typeck.c (set_init_index, set_init_label): Don't pedwarn for
these cases.
* extend.texi: Document the C99 syntax as the preferred syntax,
and the pre-2.5 syntax as obsolete.  Mention use of designator
lists for nested subobjects.

From-SVN: r37421

23 years agoMAINTAINERS: Remove references to cccp.
Joseph Myers [Mon, 13 Nov 2000 13:25:53 +0000 (13:25 +0000)]
MAINTAINERS: Remove references to cccp.

* MAINTAINERS: Remove references to cccp. Change C9X reference to
C99.  Alphabetise "Write After Approval" list.

From-SVN: r37420

23 years agodiagnostic.c (vbuild_message_string, [...]): Add ATTRIBUTE_PRINTF.
Joseph Myers [Mon, 13 Nov 2000 13:23:37 +0000 (13:23 +0000)]
diagnostic.c (vbuild_message_string, [...]): Add ATTRIBUTE_PRINTF.

* diagnostic.c (vbuild_message_string, output_do_printf, vnotice):
Add ATTRIBUTE_PRINTF.
* tradcpp.c (v_message, warning, error, fatal, error_with_line):
Add ATTRIBUTE_PRINTF*.

java:
* parse.y (issue_warning_error_from_context): Add
ATTRIBUTE_PRINTF.

From-SVN: r37419

23 years agoDaily bump.
Jeff Law [Mon, 13 Nov 2000 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r37418