platform/upstream/gcc.git
24 years agoGenerate REG_FRAME_RELATED_EXPR notes that are compatible with
Nick Clifton [Mon, 24 Jul 2000 19:01:55 +0000 (19:01 +0000)]
Generate REG_FRAME_RELATED_EXPR notes that are compatible with
dwarf2out_frame_debug_expt.

From-SVN: r35233

24 years agodwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without UNALIGNED_INT_ASM_OP.
Jason Merrill [Mon, 24 Jul 2000 17:52:37 +0000 (13:52 -0400)]
dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without UNALIGNED_INT_ASM_OP.

        * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
        UNALIGNED_INT_ASM_OP.
        (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
        a location expression.
        (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff.  Don't
        assume indirect access if we're saving the CFA address exactly.

From-SVN: r35232

24 years ago* Makefile.in (bootstrap): Move -BstageN/ to the end.
Jason Merrill [Mon, 24 Jul 2000 17:43:42 +0000 (13:43 -0400)]
* Makefile.in (bootstrap): Move -BstageN/ to the end.

From-SVN: r35231

24 years agotweak
Jason Merrill [Mon, 24 Jul 2000 17:36:49 +0000 (13:36 -0400)]
tweak

From-SVN: r35230

24 years agotradcpp.c (main): Update max_include_len for cpp_include_defaults as well.
Jakub Jelinek [Mon, 24 Jul 2000 17:04:03 +0000 (19:04 +0200)]
tradcpp.c (main): Update max_include_len for cpp_include_defaults as well.

* tradcpp.c (main): Update max_include_len for cpp_include_defaults
as well.

From-SVN: r35229

24 years agoAdd D30V options
Michael Meissner [Mon, 24 Jul 2000 16:39:45 +0000 (16:39 +0000)]
Add D30V options

From-SVN: r35228

24 years ago[multiple changes]
Benjamin Kosnik [Mon, 24 Jul 2000 16:34:00 +0000 (16:34 +0000)]
[multiple changes]

2000-07-23  Brent Verner <brent@rcfile.org>

        * bits/istream.tcc: istream::getline(char_type*, streamsize,
char_type) make compliant
        * testsuite/27_io/istream_unformatted.cc: test for compliant behavior

2000-07-23  Benjamin Kosnik  <bkoz@haight.constant.com>

* acinclude.m4 (enable_cshadow_headers): Fix problems with blddir
and srcdir used to define CSHADOW_INCLUDES..

* configure.in: For consistency, change .sanity_warned to
stamp-sanity-warned.

* acinclude.m4: Tweak formatting.
* Makefile.am (check): Call mkcheck with full pathname for build
directory...
(check-install): And here.
* Makefile.in: Regenerate.

From-SVN: r35227

24 years agogcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not needed by our gcse pass...
Jeffrey A Law [Mon, 24 Jul 2000 15:47:06 +0000 (15:47 +0000)]
gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not needed by our gcse pass anymore.

        * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
        needed by our gcse pass anymore.
        (free_pre_mem): Corresponding changes.
        (compute_pre_data): Do not call compute_transpout anymore.

From-SVN: r35226

24 years agogcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
Jeffrey A Law [Mon, 24 Jul 2000 15:32:05 +0000 (15:32 +0000)]
gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.

        * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
        (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
        changes.

From-SVN: r35225

24 years agogcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
Jeffrey A Law [Mon, 24 Jul 2000 15:21:16 +0000 (15:21 +0000)]
gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.

        * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
        (compute_pre_data): Do it here instead.

From-SVN: r35224

24 years ago* gcc.dg/cpp/20000720-1.S: New test.
Jakub Jelinek [Mon, 24 Jul 2000 08:17:31 +0000 (10:17 +0200)]
* gcc.dg/cpp/20000720-1.S: New test.

From-SVN: r35223

24 years agogcse.c (alloc_pre_mem, [...]): Delete unused bitmap 'temp_bitmap'.
Jeffrey A Law [Mon, 24 Jul 2000 08:05:03 +0000 (08:05 +0000)]
gcse.c (alloc_pre_mem, [...]): Delete unused bitmap 'temp_bitmap'.

        * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
        'temp_bitmap'.
        (pre_delete): Corresponding changes.

From-SVN: r35222

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

From-SVN: r35221

24 years agoMakefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
Alexandre Oliva [Mon, 24 Jul 2000 04:33:01 +0000 (04:33 +0000)]
Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).

* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
(configure-target-libchill, configure-target-libobjc): Likewise.

From-SVN: r35220

24 years agoconfigure.in: Use the same cache file for all target libs.
Alexandre Oliva [Mon, 24 Jul 2000 04:29:33 +0000 (04:29 +0000)]
configure.in: Use the same cache file for all target libs.

* configure.in: Use the same cache file for all target libs.
* config-ml.in: But different cache files per multilib variant.

From-SVN: r35219

24 years agoconfigure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
Alexandre Oliva [Mon, 24 Jul 2000 04:20:09 +0000 (04:20 +0000)]
configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.

* configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
* configure: Rebuilt.

From-SVN: r35218

24 years ago* dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
Alexandre Oliva [Mon, 24 Jul 2000 04:06:16 +0000 (04:06 +0000)]
* dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.

From-SVN: r35217

24 years agoMake-lang.in: Put $(build_exeext) suffix on programs which run on the build machine.
David Billinghurst [Sun, 23 Jul 2000 22:02:00 +0000 (16:02 -0600)]
Make-lang.in: Put $(build_exeext) suffix on programs which run on the build machine.

        * Make-lang.in: Put $(build_exeext) suffix on programs which run
        on the build machine.

From-SVN: r35216

24 years agoc-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN to figure out whether...
Mark Mitchell [Sun, 23 Jul 2000 19:59:41 +0000 (19:59 +0000)]
c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN to figure out whether or not a variable has already been...

* c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
to figure out whether or not a variable has already been emitted.

* decl.c (make_rtl_for_nonlocal_decl): Rework.

* pt.c (lookup_template_class): Ensure that TYPE_CONTEXT is set
correctly.

From-SVN: r35215

24 years agoAdded myself as i860 port maintainer.
Jason Eckhardt [Sun, 23 Jul 2000 19:54:46 +0000 (19:54 +0000)]
Added myself as i860 port maintainer.

From-SVN: r35214

24 years agoi860.md (untyped_call expander): Use GEN_CALL instead of gen_call.
Jason Eckhardt [Sun, 23 Jul 2000 19:51:43 +0000 (19:51 +0000)]
i860.md (untyped_call expander): Use GEN_CALL instead of gen_call.

Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com>

        * config/i860/i860.md (untyped_call expander): Use GEN_CALL
        instead of gen_call.

From-SVN: r35213

24 years agoconfigure.in (AC_CHECK_HEADERS): Add time.h.
Michael Sokolov [Sun, 23 Jul 2000 19:18:32 +0000 (19:18 +0000)]
configure.in (AC_CHECK_HEADERS): Add time.h.

        * configure.in (AC_CHECK_HEADERS): Add time.h.
        (AC_HEADER_TIME): Add check.
        * configure, config.in: Regenerate.
        * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r35212

24 years agoconfigure.in (AC_CHECK_HEADERS): Add limits.h.
Michael Sokolov [Sun, 23 Jul 2000 19:13:46 +0000 (19:13 +0000)]
configure.in (AC_CHECK_HEADERS): Add limits.h.

        * configure.in (AC_CHECK_HEADERS): Add limits.h.
        * configure, config.in: Regenerate.
        * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
        * strtol.c, strtoul.c: #include "config.h". Portably #include
        <limits.h> and/or <sys/param.h>.
        * Makefile.in (strtol.o, strtoul.o): Update dependencies.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r35211

24 years agocp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge allocating ctor mangling.
Alex Samuel [Sun, 23 Jul 2000 17:55:13 +0000 (17:55 +0000)]
cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge allocating ctor mangling.

* cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
allocating ctor mangling.
(demangle_array_type): Handle empty and non-constant array length.

From-SVN: r35210

24 years ago* dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
George Helffrich [Sun, 23 Jul 2000 17:53:21 +0000 (17:53 +0000)]
* dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.

From-SVN: r35209

24 years agoStreamTokenizer.java: Merged with classpath.
Oskar Liljeblad [Sun, 23 Jul 2000 17:52:13 +0000 (19:52 +0200)]
StreamTokenizer.java: Merged with classpath.

2000-07-23  Oskar Liljeblad <osk@hem.passagen.se>

* java/io/StreamTokenizer.java: Merged with classpath.

From-SVN: r35208

24 years ago* configure (topsrcdir): Don't use dirname.
Michael Sokolov [Sun, 23 Jul 2000 17:41:56 +0000 (17:41 +0000)]
* configure (topsrcdir): Don't use dirname.

From-SVN: r35207

24 years agounuglyfying code
Aldy Hernandez [Sun, 23 Jul 2000 17:17:37 +0000 (17:17 +0000)]
unuglyfying code

From-SVN: r35206

24 years agounuglyfying code
Aldy Hernandez [Sun, 23 Jul 2000 17:12:04 +0000 (17:12 +0000)]
unuglyfying code

From-SVN: r35205

24 years agoc-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn for `long' switch...
Joseph Myers [Sun, 23 Jul 2000 16:35:23 +0000 (10:35 -0600)]
c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn for `long' switch expression into a plain warning.

* c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
for `long' switch expression into a plain warning.

From-SVN: r35204

24 years ago* h8300.c: Fix formatting.
Kazu Hirata [Sun, 23 Jul 2000 16:32:10 +0000 (16:32 +0000)]
* h8300.c: Fix formatting.

From-SVN: r35203

24 years agoc-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
Joseph Myers [Sun, 23 Jul 2000 16:28:30 +0000 (10:28 -0600)]
c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.

* c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
(yylex): Don't pedwarn for "inline" in C99 mode.

From-SVN: r35202

24 years agobitmap.c (debug_bitmap_file): Cast pointers to PTR for printing with %p.
Joseph Myers [Sun, 23 Jul 2000 16:25:06 +0000 (10:25 -0600)]
bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing with %p.

* bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
with %p.
* ggc-page.c (debug_print_page_list, alloc_page, free_page,
ggc_alloc): Likewise.
* bb-reorder.c (dump_scope_forest_1): Likewise.

From-SVN: r35201

24 years ago* gen-params: Added trailing space for 'long long int' regexp.
Krister Walfridsson [Sun, 23 Jul 2000 16:15:42 +0000 (18:15 +0200)]
* gen-params: Added trailing space for 'long long int' regexp.

From-SVN: r35200

24 years agoaclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
Michael Sokolov [Sun, 23 Jul 2000 16:05:03 +0000 (16:05 +0000)]
aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.

* aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
* configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
* configure, config.in: Regenerate.
* pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.

From-SVN: r35199

24 years ago* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
Michael Sokolov [Sun, 23 Jul 2000 15:57:38 +0000 (15:57 +0000)]
* cp-demangle.c, mkstemps.c: #include <sys/types.h>.

From-SVN: r35198

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

From-SVN: r35197

24 years agofind_reloads_toplev: add new parameter "address_reloaded".
Aldy Hernandez [Sun, 23 Jul 2000 06:17:41 +0000 (06:17 +0000)]
find_reloads_toplev: add new parameter "address_reloaded".

From-SVN: r35196

24 years agoMakefile.in: Rebuilt.
Tom Tromey [Sun, 23 Jul 2000 00:24:14 +0000 (00:24 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (awt_java_source_files): Updated for new files.
* java/awt/Adjustable.java (HORIZONTAL, VERTICAL): Set values.
* java/awt/Label.java: New file.
* java/awt/Rectangle.java (Rectangle): Extend Rectangle2D.
(createIntersection, createUnion, getBounds2D): New methods.
* java/awt/Scrollbar.java: New file.
* java/awt/Shape.java: Updated to 1.2.
* java/awt/geom/AffineTransform.java: New file.
* java/awt/geom/Ellipse2D.java: New file.
* java/awt/geom/NoninvertibleTransformException.java: New file.
* java/awt/geom/PathIterator.java: New file.
* java/awt/geom/Rectangle2D.java: New file.
* java/awt/geom/RectangularShape.java: New file.
* java/awt/geom/Point2D.java (Double, Float): New inner classes.
* java/awt/geom/IllegalPathStateException.java: New file.

From-SVN: r35195

24 years agocollect2.c (main): Typo fixed.
Jeffrey Oldham [Sat, 22 Jul 2000 23:29:14 +0000 (23:29 +0000)]
collect2.c (main): Typo fixed.

2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>

* collect2.c (main): Typo fixed.
* diagnostic.c: Typo fixed.
* dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
* eh-common.h: Typo fixed.
* emit-rtl.c (start_sequence): Typo fixed.
* flow.c (find_label_refs): Typo fixed.
(calculate_global_regs_live): Typo fixed.
(mark_regno_cond_dead): Typo fixed.
(create_edge_list): Typos fixed.
(verify_edge_list): Typo fixed.
* ggc-common.c (ggc_mark_rtx_children): Typo fixed.
* loop.c (strength_reduce): Typo in function name fixed.
* rtl.h: Added comments.  Typo in function name fixed.
* rtlanal.c: Typo in function name fixed.
(insn_dependant_p): Rename to ...
(insn_dependent_p): ... this.
(computed_jumo_p): Typo fixed.

From-SVN: r35194

24 years agostl-inst.cc: Change __sink_unused_warning to unsigned int for alpha.
Benjamin Kosnik [Sat, 22 Jul 2000 17:08:46 +0000 (17:08 +0000)]
stl-inst.cc: Change __sink_unused_warning to unsigned int for alpha.

2000-07-21  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

        * src/stl-inst.cc: Change __sink_unused_warning to unsigned int
        for alpha.

        * testsuite/26_numerics/complex_inserters_extractors.cc (testall):
        Change return type to void.
        * testsuite/25_algorithms/lower_bound.cc: Add return values.
* testsuite/17_intro/header_ciso646.cc: Modify.
        * bits/locale_facets.h: Add return values for the generic cases.

From-SVN: r35193

24 years ago* MAINTAINERS: Add self to Write After Approval list.
Jeffrey Oldham [Sat, 22 Jul 2000 16:55:05 +0000 (16:55 +0000)]
* MAINTAINERS: Add self to Write After Approval list.

From-SVN: r35192

24 years agocom.c (ffecom_expr_intrinsic_): case FFEINTRIN_impFGETC_subr, FFEINTRIN_impFPUTC_subr...
Toon Moene [Sat, 22 Jul 2000 15:30:33 +0000 (17:30 +0200)]
com.c (ffecom_expr_intrinsic_): case FFEINTRIN_impFGETC_subr, FFEINTRIN_impFPUTC_subr: Check for arg3 being NULL.

2000-07-22  Toon Moene  <toon@moene.indiv.nluug.nl>

* com.c (ffecom_expr_intrinsic_): case FFEINTRIN_impFGETC_subr,
FFEINTRIN_impFPUTC_subr: Check for arg3 being NULL.

From-SVN: r35191

24 years ago* system.h (__FUNCTION__): Wrap definition in #ifndef.
Kaveh R. Ghazi [Sat, 22 Jul 2000 14:12:38 +0000 (14:12 +0000)]
* system.h (__FUNCTION__): Wrap definition in #ifndef.

From-SVN: r35190

24 years agoLine up with libstdc++-v2 version of valarray.
Gabriel Dos Reis [Sat, 22 Jul 2000 10:40:30 +0000 (10:40 +0000)]
Line up with libstdc++-v2 version of valarray.

* bits/valarray_array.h (__valarray_product): Make inline.
* src/valarray-inst.cc (__valarray_product): Remove explicit
instantiation.

From-SVN: r35189

24 years agomerge with /cvs/src
Jason Merrill [Sat, 22 Jul 2000 08:08:22 +0000 (04:08 -0400)]
merge with /cvs/src

From-SVN: r35188

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

From-SVN: r35187

24 years agoparse.y (simple_name:): Fixed typo in error message.
Alexandre Petit-Bianco [Sat, 22 Jul 2000 04:36:13 +0000 (04:36 +0000)]
parse.y (simple_name:): Fixed typo in error message.

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

        * parse.y (simple_name:): Fixed typo in error message.

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

From-SVN: r35186

24 years agofix typo
Michael Meissner [Sat, 22 Jul 2000 02:48:11 +0000 (02:48 +0000)]
fix typo

From-SVN: r35185

24 years agoAdd gcc.c-torture/execute/ieee/hugeval.c
Michael Meissner [Sat, 22 Jul 2000 02:46:24 +0000 (02:46 +0000)]
Add gcc.c-torture/execute/ieee/hugeval.c

From-SVN: r35184

24 years agostl-inst.cc: Change __sink_unused_warning to unsigned int for alpha.
Benjamin Kosnik [Sat, 22 Jul 2000 01:27:11 +0000 (01:27 +0000)]
stl-inst.cc: Change __sink_unused_warning to unsigned int for alpha.

2000-07-21  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* src/stl-inst.cc: Change __sink_unused_warning to unsigned int
for alpha.

* testsuite/26_numerics/complex_inserters_extractors.cc (testall):
Change return type to void.
* testsuite/25_algorithms/lower_bound.cc: Add return values.
* bits/locale_facets.h: Add return values for the generic cases.

From-SVN: r35183

24 years agoparse.y (simple_name:): Reject `$' in type names.
Alexandre Petit-Bianco [Sat, 22 Jul 2000 00:50:14 +0000 (00:50 +0000)]
parse.y (simple_name:): Reject `$' in type names.

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

        * parse.y (simple_name:): Reject `$' in type names.
(resolve_type_during_patch): Use `type' as a second
argument to resolve_no_layout. Fixes gcj/257.

(Fixes gcj/257: http://gcc.gnu.org/ml/gcc-patches/2000-07/msg00869.html)

From-SVN: r35182

24 years ago* (vasprintf.o): Add dependency for config.h in vasprintf.c.
Mike Stump [Fri, 21 Jul 2000 23:18:01 +0000 (23:18 +0000)]
* (vasprintf.o): Add dependency for config.h in vasprintf.c.

From-SVN: r35181

24 years ago* Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
Mike Stump [Fri, 21 Jul 2000 23:09:30 +0000 (23:09 +0000)]
* Makefile.in (xexit.o): Add dependency for config.h in xexit.c.

From-SVN: r35180

24 years agoacinclude.m4: Include <features.h> for glibc testing.
H.J. Lu [Fri, 21 Jul 2000 20:59:23 +0000 (20:59 +0000)]
acinclude.m4: Include <features.h> for glibc testing.

2000-07-21  H.J. Lu  (hjl@gnu.org)

        * acinclude.m4: Include <features.h> for glibc testing.
        * aclocal.m4: Likewise.

        * configure: Rebuild.

From-SVN: r35179

24 years agoWarning fixes:
Kaveh R. Ghazi [Fri, 21 Jul 2000 20:08:36 +0000 (20:08 +0000)]
Warning fixes:

* cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.

* setenv.c (setenv): Initialize variable `ep'.

* sigsetmask.c (abort): Prototype.

* vasprintf.c: Include config.h.  Check ANSI_PROTOTYPES, not
__STDC__ for stdarg.h include.
(int_vasprintf): Prototype.
(checkit): Prototype.  Use VPARAMS/ANSI_PROTOTYPES/VA_START in
definition.  Cast `global_total_width' in comparison.
(main): Prototype.  Return a value.

* vfork.c (fork): Prototype.

* xexit.c: Include config.h.

From-SVN: r35178

24 years ago* rs6000.h (SIZE_TYPE): Define.
David Edelsohn [Fri, 21 Jul 2000 18:29:16 +0000 (18:29 +0000)]
* rs6000.h (SIZE_TYPE): Define.

From-SVN: r35177

24 years ago[multiple changes]
Alexandre Petit-Bianco [Fri, 21 Jul 2000 18:11:52 +0000 (18:11 +0000)]
[multiple changes]

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

* parse.y (java_complete_lhs): LOOP_EXPR:, SWITCH_EXPR: the node
or its first operand can be error marks.

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

* parse.h (SET_TYPE_FOR_RESOLUTION): Use GET_CPC.
* parse.y (method_header): Likewise.

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

* parse.y (find_as_inner_class): Handle the case where the
enclosing context of an innerclass has been loaded as bytecode.

(Side gcj/225 bug fix and some cleanup:
 http://gcc.gnu.org/ml/gcc-patches/2000-07/msg00832.html)

From-SVN: r35176

24 years agoChangeLog: Ops.
Benjamin Kosnik [Fri, 21 Jul 2000 16:14:26 +0000 (16:14 +0000)]
ChangeLog: Ops.

2000-07-21  Benjamin Kosnik  <bkoz@cygnus.com>

* ChangeLog: Ops.

From-SVN: r35175

24 years agoconfigure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
Andrew Haley [Fri, 21 Jul 2000 14:19:36 +0000 (14:19 +0000)]
configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.

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

        * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
        (target_makefile_frag): Use mt-ia64pic on IA-64 targets.

From-SVN: r35174

24 years agomh-ia64pic: New file.
Andrew Haley [Fri, 21 Jul 2000 14:11:08 +0000 (14:11 +0000)]
mh-ia64pic: New file.

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

        * mh-ia64pic: New file.
        * mt-ia64pic: New file.

From-SVN: r35173

24 years agossa.c (rename_insn_1): Don't rename registers that are CLOBBERed.
Mark Mitchell [Fri, 21 Jul 2000 09:01:12 +0000 (09:01 +0000)]
ssa.c (rename_insn_1): Don't rename registers that are CLOBBERed.

* ssa.c (rename_insn_1): Don't rename registers that are
CLOBBERed.

From-SVN: r35172

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

From-SVN: r35171

24 years agodiagnostic.c (trim_filename, [...]): Moved here from rtl.c.
Zack Weinberg [Fri, 21 Jul 2000 07:10:36 +0000 (07:10 +0000)]
diagnostic.c (trim_filename, [...]): Moved here from rtl.c.

* diagnostic.c (trim_filename, fancy_abort): Moved here from
rtl.c.
(fatal_function, set_fatal_function): Removed.
(fatal): Don't prepare for or call the fatal_function.
(diagnostic_lock, error_recursion): New.
(diagnostic_for_decl, report_diagnostic): Guard against
re-entering the error reporting routines.
(fancy_abort): Assume function is not NULL.

* errors.c (fancy_abort): New.  Assume function is not NULL.
* tradcpp.c (fancy_abort): Assume function is not NULL.

* system.h: Provide default definition of __FUNCTION__.
* rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
Always use __FUNCTION__ in definition of abort.
* tree.h: Likewise.
* varray.h: Likewise.
* toplev.h: Likewise.  Don't prototype set_fatal_function.

From-SVN: r35170

24 years agocp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
Zack Weinberg [Fri, 21 Jul 2000 06:41:39 +0000 (06:41 +0000)]
cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.

* cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
Define my_friendly_assert and my_friendly_abort as macros
which may call friendly_abort.  Prototype friendly abort, not
my_friendly_abort or my_friendly_assert.
* decl.c (signal_catch): Report the signal caught in the error
message.  Call fatal directly.
* typeck2.c (ack, my_friendly_assert): Delete.
(my_friendly_abort): Rename to friendly_abort.  Expect file,
line, and function parameters.  Report the abort code, then
call fancy_abort.  Do not mask an abort if errors have
already occurred.

* g++.old-deja/g++.brendan/crash16.C,
g++.old-deja/g++.brendan/parse3.C,
g++.old-deja/g++.brendan/redecl1.C,
g++.old-deja/g++.ns/template13.C,
g++.old-deja/g++.other/decl4.C,
g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.

From-SVN: r35169

24 years agomerge with /cvs/src
Jason Merrill [Fri, 21 Jul 2000 05:44:02 +0000 (01:44 -0400)]
merge with /cvs/src

From-SVN: r35168

24 years agoacinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header".
H.J. Lu [Fri, 21 Jul 2000 01:02:32 +0000 (01:02 +0000)]
acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header".

2000-07-20  H.J. Lu  (hjl@gnu.org)

        * acinclude.m4: Change "#pragma system_header" to
        "#pragma GCC system_header".
        * aclocal.m4: Likewise.
        * bits/std_cmath.h: Likewise.
        * bits/std_cassert.h: Likewise.
        * bits/std_cctype.h: Likewise.
        * bits/std_cerrno.h: Likewise.
        * bits/std_cfloat.h: Likewise.
        * bits/std_climits.h: Likewise.
        * bits/std_clocale.h: Likewise.
        * bits/std_cwchar.h: Likewise.
        * bits/std_csetjmp.h: Likewise.
        * bits/std_csignal.h: Likewise.
        * bits/std_cstdarg.h: Likewise.
        * bits/std_cstddef.h: Likewise.
        * bits/std_cstdio.h: Likewise.
        * bits/std_cstdlib.h: Likewise.
        * bits/std_cstring.h: Likewise.
        * bits/std_ctime.h: Likewise.
        * bits/std_cwctype.h: Likewise.
        * bits/std_exception.h: Likewise.
        * bits/std_new.h: Likewise.
        * bits/std_typeinfo.h: Likewise.
        * shadow/bits/std_cassert.h: Likewise.
        * shadow/bits/std_cctype.h: Likewise.
        * shadow/bits/std_cerrno.h: Likewise.
        * shadow/bits/std_cfloat.h: Likewise.
        * shadow/bits/std_climits.h: Likewise.
        * shadow/bits/std_clocale.h: Likewise.
        * shadow/bits/std_cmath.h: Likewise.
        * shadow/bits/std_csetjmp.h: Likewise.
        * shadow/bits/std_csignal.h: Likewise.
        * shadow/bits/std_cstdarg.h: Likewise.
        * shadow/bits/std_cstddef.h: Likewise.
        * shadow/bits/std_cstdio.h: Likewise.
        * shadow/bits/std_cstdlib.h: Likewise.
        * shadow/bits/std_cstring.h: Likewise.
        * shadow/bits/std_ctime.h: Likewise.
        * shadow/bits/std_cwchar.h: Likewise.
        * shadow/bits/std_cwctype.h: Likewise.
        * shadow/bits/wrap_libio.h: Likewise.
        * shadow/bits/wrap_unistd.h: Likewise.
        * shadow/sys/cdefs.h: Likewise.

        * configure: Rebuild.

From-SVN: r35167

24 years agoatomicity.h (__exchange_and_add): Use extended word instructions to match 64bit _Atom...
Jakub Jelinek [Fri, 21 Jul 2000 01:01:00 +0000 (01:01 +0000)]
atomicity.h (__exchange_and_add): Use extended word instructions to match 64bit _Atomic_word.

2000-07-20  Jakub Jelinek  <jakub@redhat.com>

        * config/cpu/sparc/sparc64/bits/atomicity.h (__exchange_and_add):
        Use extended word instructions to match 64bit _Atomic_word.
        (__atomic_add): Likewise.
        * math/clog10l.c (clog10l): Use M_PIl if defined.
        * math/c_logl.c (c_logl): Likewise.
        * math/signbitl.c (__signbitl): Adapt for IEEE quad long doubles.
        * math/mathconf.h (ieee_quad_double_shape_type): New type.
        (GET_LDOUBLE_MSW64): New define.

From-SVN: r35166

24 years agoaix43.h (CPP_SPEC): Define __LONG_MAX__ correctly in 64-bit mode.
Geoff Keating [Fri, 21 Jul 2000 00:47:27 +0000 (00:47 +0000)]
aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly in 64-bit mode.

* config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
in 64-bit mode.
* glimits.h: Don't do #if defined for ARCH_PPC.

From-SVN: r35165

24 years agors6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All constants of size no larger than...
Geoff Keating [Fri, 21 Jul 2000 00:46:23 +0000 (00:46 +0000)]
rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All constants of size no larger than a pointer should go in the TOC.

* config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
constants of size no larger than a pointer should go in the TOC.
Add 'MODE' parameter.
(LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
(ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
* config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
* config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
* config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
(rs6000_legitimize_address): Likewise.
(rs6000_emit_move): Likewise.
(rs6000_select_rtx_section): Likewise.
(output_toc): Deal properly with outputting small constants like
HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
* config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
MODE parameter.  Put small constants in the TOC.

* config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
easy in SImode.
(rs6000_emit_move): When reload calls us with an illegitimate
address, exit early.  Move the change_address calls to one place
at the end of the routine.  Merge the SImode and DImode expanders.
When called by reload to put an integer into a FP register, force
it to memory.

* config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
field.
(rs6000_hash_constant): Hash mode too.
(toc_hash_function): Allow for key_mode.
(toc_hash_eq): Structures are different if key_mode differs.
(output_toc): Add 'mode' parameter.  Save key_mode.
* config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
Pass 'mode' parameter.
* config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.

From-SVN: r35164

24 years agors6000.c (output_toc): Use RS6000_OUTPUT_BASENAME for vtable references.
Geoff Keating [Fri, 21 Jul 2000 00:45:19 +0000 (00:45 +0000)]
rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME for vtable references.

* config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
for vtable references.

From-SVN: r35163

24 years agors6000.h (PREFERRED_RELOAD_CLASS): If we have a choice, don't put integer values...
Geoff Keating [Fri, 21 Jul 2000 00:44:14 +0000 (00:44 +0000)]
rs6000.h (PREFERRED_RELOAD_CLASS): If we have a choice, don't put integer values in FP regs.

* config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
choice, don't put integer values in FP regs.

From-SVN: r35162

24 years agoUpdate Windows maintainers.
Christopher Faylor [Fri, 21 Jul 2000 00:40:22 +0000 (00:40 +0000)]
Update Windows maintainers.

From-SVN: r35161

24 years agoflow.c (verify_flow_info): Revamp code to verify that the head and end of each basic...
Jeffrey A Law [Fri, 21 Jul 2000 00:15:44 +0000 (00:15 +0000)]
flow.c (verify_flow_info): Revamp code to verify that the head and end of each basic block are in the insn...

        * flow.c (verify_flow_info): Revamp code to verify that the
        head and end of each basic block are in the insn chain.

From-SVN: r35160

24 years agoChangeLog to fixes to gcj/242, gcj/249, gcj/239, gcj/225 and gcj/256:
Alexandre Petit-Bianco [Fri, 21 Jul 2000 00:14:35 +0000 (17:14 -0700)]
ChangeLog to fixes to gcj/242, gcj/249, gcj/239, gcj/225 and gcj/256:

  http://gcc.gnu.org/ml/gcc-patches/2000-07/msg00801.html

From-SVN: r35159

24 years agogcse.c (record_one_set): Prepend instead of append onto reg_set_table, making it...
Michael Matz [Fri, 21 Jul 2000 00:07:33 +0000 (00:07 +0000)]
gcse.c (record_one_set): Prepend instead of append onto reg_set_table, making it O(n) instead O(n^2).

        * gcse.c (record_one_set): Prepend instead of append onto
        reg_set_table, making it O(n) instead O(n^2).
        * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
        Use a queue instead of a stack as worklist.

From-SVN: r35158

24 years ago[multiple changes]
Benjamin Kosnik [Fri, 21 Jul 2000 00:06:51 +0000 (00:06 +0000)]
[multiple changes]

2000-07-20  Benjamin Kosnik  <bkoz@cygnus.com>

* bits/std_streambuf.h: Add bits for pback buffers here, so that
in_avail, etc can use them.
* bits/std_fstream.h: Ditto.
* bits/fstream.tcc: Ditto.
* testsuite/27_io/filebuf.cc: Tweaks.
* testsuite/27_io/filebuf-3.tst: Correct for pbackfail bits.

2000-07-19  Benjamin Kosnik  <bkoz@cygnus.com>

* src/localename.cc: Same.
* src/locale.cc: Same.
* bits/localefwd.h: _M_init_facet to _M_facet_init.

* bits/locale_facets.h: _M_init_boolnames to _M_boolnames_init.

* bits/std_sstream.h: Change _M_init_stringbuf to _M_stringbuf_init.

* bits/fstream.tcc: Change _M_init_filebuf to _M_filebuf_init.
* bits/std_fstream.h: Same.

* bits/basic_string.h: Tweaks.

From-SVN: r35157

24 years ago[multiple changes]
Alexandre Petit-Bianco [Fri, 21 Jul 2000 00:01:43 +0000 (17:01 -0700)]
[multiple changes]

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

* parse.y (patch_method_invocation): Fixed comment.
(maybe_use_access_method): Build this$<n>s to the context of the
target method, or a type that extends it. Fixes gcj/242.

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

* parse.y (not_accessible_p): Access granted to innerclasses
(indirectly) extending the reference type. Fixes gcj/249.

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

* parse.y (resolve_qualified_expression_name): Verify qualified
access to `this.' Fixes gcj/239.

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

* class.c (set_super_info): Handled protected inner classes.
(common_enclosing_context_p): Bail early if arguments aren't both
inner classes.
(get_access_flags_from_decl): Handle private and protected inner
classes.
* java-tree.h (TYPE_PROTECTED_INNER_CLASS): New macro.
(CLASS_PROTECTED): Likewise.
(struct lang_type): New bitfield `poic.'
* parse.y (jdep_resolve_class): Call check_inner_class_access on
inner classes only.
(check_inner_class_access): Renamed arguments, added
comments. Handles protected inner classes (fixes gcj/225)
(not_accessible_p): Fixed comments. Avoid handling inner classes.

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

* parse.y (resolve_qualified_expression_name): Handle inner class
access. Fixes gcj/256.

(Fixes gcj/242, gcj/249, gcj/239, gcj/225 and gcj/256:
 http://gcc.gnu.org/ml/gcc-patches/2000-07/msg00801.html)

From-SVN: r35156

24 years agoh8300.c (two_insn_adds_subs_operand): Fix a typo.
Kazu Hirata [Thu, 20 Jul 2000 21:34:07 +0000 (21:34 +0000)]
h8300.c (two_insn_adds_subs_operand): Fix a typo.

        * h8300.c (two_insn_adds_subs_operand): Fix a typo.
        * h8300.h (OK_FOR_T): New.
        (EXTRA_CONSTRAINT): Support OK_FOR_T.
        * h8300.md: Use inc/dec.[wl] for increment/decrement
        by 1 and 2 in HI and SI modes.

From-SVN: r35155

24 years agoFix out-of-range immediate for large thunk offset.
Jim Wilson [Thu, 20 Jul 2000 21:27:15 +0000 (21:27 +0000)]
Fix out-of-range immediate for large thunk offset.

* config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
larger than 14 bits.

From-SVN: r35154

24 years agocplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int, and print it with %u.
Joseph Myers [Thu, 20 Jul 2000 19:58:34 +0000 (13:58 -0600)]
cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int, and print it with %u.

        * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
        and print it with %u.

From-SVN: r35153

24 years ago* scripts/showval.java: New file.
Tom Tromey [Thu, 20 Jul 2000 19:35:43 +0000 (19:35 +0000)]
* scripts/showval.java: New file.

From-SVN: r35152

24 years agoclasses.pl (scan): Print inner classes properly.
Tom Tromey [Thu, 20 Jul 2000 19:34:29 +0000 (19:34 +0000)]
classes.pl (scan): Print inner classes properly.

* scripts/classes.pl (scan): Print inner classes properly.
* gcj/javaprims.h: Updated class list.

From-SVN: r35151

24 years agonatClassLoader.cc (_Jv_PrepareCompiledClass): Only initialize String fields for inter...
Tom Tromey [Thu, 20 Jul 2000 19:31:16 +0000 (19:31 +0000)]
natClassLoader.cc (_Jv_PrepareCompiledClass): Only initialize String fields for interpreted classes.

* java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Only
initialize String fields for interpreted classes.  Fixes bug
reported by Hans Boehm.

From-SVN: r35150

24 years agoFile.java (getParentFile): New method, from Classpath via Oskar Liljeblad.
Tom Tromey [Thu, 20 Jul 2000 19:29:14 +0000 (19:29 +0000)]
File.java (getParentFile): New method, from Classpath via Oskar Liljeblad.

* java/io/File.java (getParentFile): New method, from Classpath
via Oskar Liljeblad.

From-SVN: r35149

24 years ago* java/util/Vector.java (remove(Object)): Implemented.
Tom Tromey [Thu, 20 Jul 2000 19:27:57 +0000 (19:27 +0000)]
* java/util/Vector.java (remove(Object)): Implemented.

From-SVN: r35148

24 years agoold-dejagnu.exp: Check for both "Internal compiler error" and "Internal error".
Zack Weinberg [Thu, 20 Jul 2000 18:04:46 +0000 (18:04 +0000)]
old-dejagnu.exp: Check for both "Internal compiler error" and "Internal error".

* lib/old-dejagnu.exp: Check for both "Internal compiler error"
and "Internal error".

From-SVN: r35147

24 years agocppmacro.c (CAN_PASTE_AFTER): New macro.
Zack Weinberg [Thu, 20 Jul 2000 17:57:38 +0000 (17:57 +0000)]
cppmacro.c (CAN_PASTE_AFTER): New macro.

* cppmacro.c (CAN_PASTE_AFTER): New macro.
(count_params): Don't set GNU_REST_ARGS on anything.
(save_expansion): Set PASTE_LEFT only on tokens for which
CAN_PASTE_AFTER is true, or which are named operators.

* cpplex.c (parse_args): Distinguish between a rest argument
given one empty argument, and a rest argument given zero arguments.
(maybe_paste_with_next): Look for VOID_REST tag, and trigger
deletion of previous token based on that.
(get_raw_token): Flatten some control structure.

* cpplib.h (CPP_LAST_EQ): Correct.
(VOID_REST): New token flag.
(GNU_REST_ARGS): Delete.

* gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
regexps.
* gcc.dg/cpp/paste6.c: New test.

From-SVN: r35146

24 years ago[multiple changes]
Zack Weinberg [Thu, 20 Jul 2000 17:14:23 +0000 (17:14 +0000)]
[multiple changes]

2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>

* tradcpp.c (main): Don't munge -D options.
(make_definition): Bring -D handling in line with cpplib.
(do_define): Strip all leading whitespace from macro definitions.

2000-07-20  David Billinghurst <David.Billinghurst@riotinto.com.au>

* Makefile.in (tradcpp): Depend on intl.o and version.o.

From-SVN: r35145

24 years agonew test result
Bruce Korb [Thu, 20 Jul 2000 13:36:04 +0000 (13:36 +0000)]
new test result

From-SVN: r35144

24 years agouse platform specific types in gnu_type_fix
Bruce Korb [Thu, 20 Jul 2000 13:29:29 +0000 (13:29 +0000)]
use platform specific types in gnu_type_fix

From-SVN: r35143

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

From-SVN: r35142

24 years agoApplied H.J.Lu's patch to not require -lpthread when compiling single threaded Object...
H.J. Lu [Thu, 20 Jul 2000 07:27:26 +0000 (07:27 +0000)]
Applied H.J.Lu's patch to not require -lpthread when compiling single threaded Objective-C programs.

From-SVN: r35141

24 years agoFix for abort while compiling PlumHall.
Jim Wilson [Wed, 19 Jul 2000 23:02:03 +0000 (23:02 +0000)]
Fix for abort while compiling PlumHall.

* config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
GR_REGS.

From-SVN: r35140

24 years agotradcpp.c (rescan): Do not recognize directives when the # is indented.
Zack Weinberg [Wed, 19 Jul 2000 20:37:26 +0000 (20:37 +0000)]
tradcpp.c (rescan): Do not recognize directives when the # is indented.

* tradcpp.c (rescan): Do not recognize directives when the #
is indented.

* gcc.dg/cpp/tr-direct.c: New test.

From-SVN: r35139

24 years agohowto.html: Update.
Phil Edwards [Wed, 19 Jul 2000 20:20:51 +0000 (20:20 +0000)]
howto.html: Update.

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

* docs/18_support/howto.html:  Update.

From-SVN: r35138

24 years agocpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allowed...
Zack Weinberg [Wed, 19 Jul 2000 20:18:08 +0000 (20:18 +0000)]
cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allowed in #if...

* cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
of operators allowed in #if and having an _EQ variant.  Add
CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
(cpp_token flags): Add NAMED_OP.
(enum node_type): Add T_OPERATOR.
(struct cpp_hashnode): Add code slot to value union.
* cpphash.h (spec_nodes): Remove n_defined.

* cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
(spell_token, can_paste, maybe_paste_with_next): Handle named operators.
(is_macro_disabled): Tweak error messages.

* cpplib.c (get_define_node): Disallow all named operators as
macro names.  Tweak error messages.
(_cpp_init_stacks): Don't set up spec_nodes->n_defined.

* cppinit.c (builtin_array): Add entries for the named operators.
* cppexp.c (lex): Check for CPP_DEFINED token.
(priority table): Add entries for CPP_MIN and CPP_MAX.
(_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.

testsuite:
* gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
gcc.dg/cpp/undef1.c: Tweak error regexps.

From-SVN: r35137

24 years agoAdditional ENABLE_CHECKING code.
Bernd Schmidt [Wed, 19 Jul 2000 17:22:01 +0000 (17:22 +0000)]
Additional ENABLE_CHECKING code.

From-SVN: r35136

24 years agonatThrowable.cc (fillInStackTrace): Check for zero return from backtrace().
Jeff Sturm [Wed, 19 Jul 2000 14:37:56 +0000 (14:37 +0000)]
natThrowable.cc (fillInStackTrace): Check for zero return from backtrace().

2000-07-19  Jeff Sturm  <jeff.sturm@appnet.com>

* java/lang/natThrowable.cc (fillInStackTrace): Check for
zero return from backtrace().

From-SVN: r35135

24 years agoNewly modified test results
Bruce Korb [Wed, 19 Jul 2000 14:18:31 +0000 (14:18 +0000)]
Newly modified test results

From-SVN: r35134