Jakub Jelinek
9512cb3f2f
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
2000-07-24 19:04:03 +02:00
Michael Meissner
e8ad90e508
Add D30V options
...
From-SVN: r35228
2000-07-24 16:39:45 +00:00
Benjamin Kosnik
99b5135954
[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
2000-07-24 16:34:00 +00:00
Jeffrey A Law
55d3f91712
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
2000-07-24 09:47:06 -06:00
Jeffrey A Law
68e866451e
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
2000-07-24 09:32:05 -06:00
Jeffrey A Law
bd3675fcf1
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
2000-07-24 09:21:16 -06:00
Jakub Jelinek
45d523184d
* gcc.dg/cpp/20000720-1.S: New test.
...
From-SVN: r35223
2000-07-24 10:17:31 +02:00
Jeffrey A Law
e20dccadaf
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
2000-07-24 02:05:03 -06:00
Jeff Law
8410668038
Daily bump.
...
From-SVN: r35221
2000-07-24 01:45:07 -06:00
Alexandre Oliva
5b28edd4e7
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
2000-07-24 04:33:01 +00:00
Alexandre Oliva
059ae32cc4
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
2000-07-24 04:29:33 +00:00
Alexandre Oliva
c030bee9a8
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
2000-07-24 04:20:09 +00:00
Alexandre Oliva
14400a5922
* dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
...
From-SVN: r35217
2000-07-24 04:06:16 +00:00
David Billinghurst
9d093ac0f4
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
2000-07-23 16:02:00 -06:00
Mark Mitchell
95ee998ceb
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
2000-07-23 19:59:41 +00:00
Jason Eckhardt
07964b9c09
Added myself as i860 port maintainer.
...
From-SVN: r35214
2000-07-23 19:54:46 +00:00
Jason Eckhardt
0f7df3fb37
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
2000-07-23 19:51:43 +00:00
Michael Sokolov
c6451ce1ed
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
2000-07-23 13:18:32 -06:00
Michael Sokolov
cd44736010
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
2000-07-23 13:13:46 -06:00
Alex Samuel
0fac482ed6
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
2000-07-23 17:55:13 +00:00
George Helffrich
2d0e2e024c
* dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
...
From-SVN: r35209
2000-07-23 11:53:21 -06:00
Oskar Liljeblad
05ae1c31cf
StreamTokenizer.java: Merged with classpath.
...
2000-07-23 Oskar Liljeblad <osk@hem.passagen.se>
* java/io/StreamTokenizer.java: Merged with classpath.
From-SVN: r35208
2000-07-23 17:52:13 +00:00
Michael Sokolov
1adcd14938
* configure (topsrcdir): Don't use dirname.
...
From-SVN: r35207
2000-07-23 11:41:56 -06:00
Aldy Hernandez
4eeaee5d07
unuglyfying code
...
From-SVN: r35206
2000-07-23 17:17:37 +00:00
Aldy Hernandez
fe3439b066
unuglyfying code
...
From-SVN: r35205
2000-07-23 17:12:04 +00:00
Joseph Myers
b510e0bd82
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
2000-07-23 10:35:23 -06:00
Kazu Hirata
22c9a79528
* h8300.c: Fix formatting.
...
From-SVN: r35203
2000-07-23 10:32:10 -06:00
Joseph Myers
ed03b55bb0
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
2000-07-23 10:28:30 -06:00
Joseph Myers
683eb0e99a
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
2000-07-23 10:25:06 -06:00
Krister Walfridsson
317770266d
* gen-params: Added trailing space for 'long long int' regexp.
...
From-SVN: r35200
2000-07-23 10:15:42 -06:00
Michael Sokolov
3b58c09931
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
2000-07-23 10:05:03 -06:00
Michael Sokolov
8502a10066
* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
...
From-SVN: r35198
2000-07-23 09:57:38 -06:00
Jeff Law
5e8d20c178
Daily bump.
...
From-SVN: r35197
2000-07-23 01:45:08 -06:00
Aldy Hernandez
9246aadb57
find_reloads_toplev: add new parameter "address_reloaded".
...
From-SVN: r35196
2000-07-23 06:17:41 +00:00
Tom Tromey
8039a4ea73
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
2000-07-23 00:24:14 +00:00
Jeffrey Oldham
4eb00163ad
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
2000-07-22 23:29:14 +00:00
Benjamin Kosnik
11489a9595
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
2000-07-22 17:08:46 +00:00
Jeffrey Oldham
2d573dffb6
* MAINTAINERS: Add self to Write After Approval list.
...
From-SVN: r35192
2000-07-22 16:55:05 +00:00
Toon Moene
62b3b9db4d
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
2000-07-22 15:30:33 +00:00
Kaveh R. Ghazi
791ef777c9
* system.h (__FUNCTION__): Wrap definition in #ifndef.
...
From-SVN: r35190
2000-07-22 14:12:38 +00:00
Gabriel Dos Reis
4a0d2ea601
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
2000-07-22 10:40:30 +00:00
Jason Merrill
d207ebef02
merge with /cvs/src
...
From-SVN: r35188
2000-07-22 04:08:22 -04:00
Jeff Law
6beb1915dd
Daily bump.
...
From-SVN: r35187
2000-07-22 01:45:08 -06:00
Alexandre Petit-Bianco
f4530f43e7
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
2000-07-21 21:36:13 -07:00
Michael Meissner
ed7d4ce863
fix typo
...
From-SVN: r35185
2000-07-22 02:48:11 +00:00
Michael Meissner
f0f4cb1b04
Add gcc.c-torture/execute/ieee/hugeval.c
...
From-SVN: r35184
2000-07-22 02:46:24 +00:00
Benjamin Kosnik
05298deabe
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
2000-07-22 01:27:11 +00:00
Alexandre Petit-Bianco
4142b24701
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
2000-07-21 17:50:14 -07:00
Mike Stump
0c978c4686
* (vasprintf.o): Add dependency for config.h in vasprintf.c.
...
From-SVN: r35181
2000-07-21 23:18:01 +00:00
Mike Stump
da0c774308
* Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
...
From-SVN: r35180
2000-07-21 23:09:30 +00:00