OSDN Git Service

pf3gnuchains/gcc-fork.git
23 years ago2001-05-18 Angela Marie Thomas <angela@cygnus.com>
bkoz [Fri, 18 May 2001 18:55:44 +0000 (18:55 +0000)]
2001-05-18  Angela Marie Thomas <angela@cygnus.com>

        * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Set flags
        appropriately for remote testing and testing installed files without
        a build dir.

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

23 years ago * jvspec.c (lang_specific_pre_link): Re-arrange the linker
bothner [Fri, 18 May 2001 18:34:51 +0000 (18:34 +0000)]
* jvspec.c (lang_specific_pre_link):  Re-arrange the linker
        command line so the jvgenmain-generated main program comes first.

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

23 years ago Changes needed for java/jvspec.c
bothner [Fri, 18 May 2001 18:30:40 +0000 (18:30 +0000)]
    Changes needed for java/jvspec.c
        * gcc.h (n_infiles, outfiles):  Add declarations.
        * gcc.c (n_infiles, outfiles):  Mske no longer static.

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

23 years ago * config/pa/som.h (EXCEPTION_SECTION): Define.
law [Fri, 18 May 2001 16:12:34 +0000 (16:12 +0000)]
    * config/pa/som.h (EXCEPTION_SECTION): Define.

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

23 years ago2001-05-18 Daniel Berlin <dan@cgsoftware.com>
dberlin [Fri, 18 May 2001 15:39:11 +0000 (15:39 +0000)]
2001-05-18  Daniel Berlin  <dan@cgsoftware.com>

* dwarf2out.c: Add dw_loc_list_ref, a reference to a location
list.
Add have_location_lists, a variable to determine whether we need a
.debug_loc section or not.
(enum dw_val_class): Add dw_val_class_loc_list.
(dw_val_struct): Add val_loc_list.
(dw_loc_list_struct): New structure, represents location lists.
(new_loc_list): New function, return a new location list, given
the range and location expression.
(add_loc_descr_to_loc_list): New function, add a location
expression to a location list, given the expression and range.
(output_loc_list): New function, output a location list.
(gen_internal_sym): Modified to take symbol prefix, so we can
reuse it for location list symbols.
(add_AT_loc_list): New function, add a location list to a DIE at
the named attribute.
(AT_loc_list): New function, return the location list reference
for a given attribute, if it's a location list.
(print_die): Handle dw_val_class_loc_list.
(size_of_die): Ditto.
(value_format): Ditto.
(output_die): Ditto.
(output_location_lists): New function, output all of the location
lists for a DIE and it's children.
(dwarf2out_finish): Call output_location_lists if we have location
lists.

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

23 years agocp:
nathan [Fri, 18 May 2001 15:00:29 +0000 (15:00 +0000)]
cp:
PR c++/2526
* decl.c (pushdecl): Adjust error string.
(xref_tag): Adjust friend class injection warning. Remove the
inherited name from the class shadowed scope.
testsuite:
* g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
* g++.old-deja/g++.pt/crash67.C: New test.

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

23 years ago * gcse.c (try_replace_reg): First try global replace, later try to
hubicka [Fri, 18 May 2001 13:43:27 +0000 (13:43 +0000)]
* gcse.c (try_replace_reg): First try global replace, later try to
simplify the expression.

* gcse.c (find_used_regs): Change calling convention; work via
note_uses.
(cprop_insn): Update call of find_used_regs; work for CALL_INSNs too.

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

23 years agoRevert an incorrect change
bernds [Fri, 18 May 2001 12:45:03 +0000 (12:45 +0000)]
Revert an incorrect change

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

23 years ago * libI77/Makefile.in (stamp-h): Only create config.h, touch stamp-h.
aj [Fri, 18 May 2001 07:45:56 +0000 (07:45 +0000)]
* libI77/Makefile.in (stamp-h): Only create config.h, touch stamp-h.
(${srcdir}/config.h.in): Add true rule.

* libI77/stamp-h.in: Added.

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

23 years ago * gcc_update: Add rules for libf2c/libI77.
aj [Fri, 18 May 2001 07:44:34 +0000 (07:44 +0000)]
* gcc_update: Add rules for libf2c/libI77.

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

23 years ago * function.c (expand_function_start): Avoid creating BLKmode
mmitchel [Fri, 18 May 2001 07:25:50 +0000 (07:25 +0000)]
* function.c (expand_function_start): Avoid creating BLKmode
pseudos.

* dwarf2out.c (output_comp_unit): Always output a compilation-unit
DIE, even if it has no children.
(dwarf2out_finish): Always output the line-number table, even if
it has no content.

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

23 years ago2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 18 May 2001 07:24:24 +0000 (07:24 +0000)]
2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Set glibcpp_srcdir
amd glibcpp_prefixdir with absolute paths.

* include/bits/c++config (__GLIBCPP__): Bump.
* acinclude.m4 (GLIBCPP_CONFIGURE): Correct version number.

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

23 years agoDaily bump.
gccadmin [Fri, 18 May 2001 07:16:19 +0000 (07:16 +0000)]
Daily bump.

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

23 years ago2001-05-18 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
bryce [Fri, 18 May 2001 06:29:11 +0000 (06:29 +0000)]
2001-05-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>

* include/jvm.h: Move "#pragma GCC java_exceptions" to ...
* gcj/javaprims.h: ... here.
* gnu/gcj/io/shs.cc: Add "#pragma GCC java_exceptions".

2001-05-17  Martin Kahlert  <martin.kahlert@infineon.com>

* java/lang/natClass.cc (_Jv_FindIIndex): Fix an off by one error
with length of ioffset table.
(_Jv_IsAssignableFrom): Likewise.

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

23 years ago* rs6000.md (movsfcc,movdfcc): Remove NE case.
dje [Fri, 18 May 2001 05:55:52 +0000 (05:55 +0000)]
* rs6000.md (movsfcc,movdfcc): Remove NE case.

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

23 years agoOops, forgot the ChangeLog entry.
gdr [Fri, 18 May 2001 05:49:20 +0000 (05:49 +0000)]
Oops, forgot the ChangeLog entry.

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

23 years ago * include/bits/std_valarray.h (valarray<>::operator[] const):
gdr [Fri, 18 May 2001 05:47:46 +0000 (05:47 +0000)]
    * include/bits/std_valarray.h (valarray<>::operator[] const):
        Return a const reference.
        * testsuite/26_numerics/valarray_const_bracket.cc: New test.

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

23 years ago* configure.target (ATOMICITYH): Actually use AIX-specific code on
aoliva [Fri, 18 May 2001 05:46:30 +0000 (05:46 +0000)]
* configure.target (ATOMICITYH): Actually use AIX-specific code on
earlier versions of AIX 4.*.

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

23 years ago2001-05-18 Angela Marie Thomas <angela@cygnus.com>
bkoz [Fri, 18 May 2001 05:37:43 +0000 (05:37 +0000)]
2001-05-18  Angela Marie Thomas <angela@cygnus.com>

        * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-dg-test):  Set
        output_file based on the name of the testcase.

2001-05-18  Angela Marie Thomas <angela@cygnus.com>

        * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init):  Build
        gluefile and use it if needs_status_wrapper is set.

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

23 years ago* configure.target (ATOMICITYH): Use cpu/generic code on earlier
aoliva [Fri, 18 May 2001 04:50:27 +0000 (04:50 +0000)]
* configure.target (ATOMICITYH): Use cpu/generic code on earlier
versions of AIX.

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

23 years agoregeneration based on new engine
korbb [Fri, 18 May 2001 03:13:20 +0000 (03:13 +0000)]
regeneration based on new engine

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

23 years agoUpgrade to AutoGen 5 Template
korbb [Fri, 18 May 2001 02:54:25 +0000 (02:54 +0000)]
Upgrade to AutoGen 5 Template

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

23 years agoaccept local directory for fixincl in fixincl.sh script
korbb [Fri, 18 May 2001 02:02:37 +0000 (02:02 +0000)]
accept local directory for fixincl in fixincl.sh script

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

23 years ago2001-05-17 Jeffrey Oldham <oldham@codesourcery.com>
oldham [Thu, 17 May 2001 22:57:36 +0000 (22:57 +0000)]
2001-05-17  Jeffrey Oldham  <oldham@codesourcery.com>

* dbxout.c (dbxout_symbol_location): For CONCAT, skip types not
COMPLEX_TYPE.

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

23 years ago* gcc_update (touch_files): Use simpler, yet as portable, syntax.
aoliva [Thu, 17 May 2001 22:48:41 +0000 (22:48 +0000)]
* gcc_update (touch_files): Use simpler, yet as portable, syntax.

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

23 years ago* dwarf2out.c (modified_type_die): Equate qualified type to die.
aoliva [Thu, 17 May 2001 22:43:07 +0000 (22:43 +0000)]
* dwarf2out.c (modified_type_die): Equate qualified type to die.

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

23 years ago* configure.target (ATOMICITYH): Don't use AIX 4.3-specific code
aoliva [Thu, 17 May 2001 22:38:13 +0000 (22:38 +0000)]
* configure.target (ATOMICITYH): Don't use AIX 4.3-specific code
on earlier versions of AIX.

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

23 years ago * integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.
hubicka [Thu, 17 May 2001 21:21:21 +0000 (21:21 +0000)]
* integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.
(simplify_subreg): Handle complex types represented as CONCAT.

* recog.c (validate_replace_rtx_1): Properly canonicalize expression
* rtl.h (swap_commutative_operands_p): Declare.
* rtlanal.c (swap_commutative_operands_p): New.
(operand_preference): New static function.

* combine.c (combine_simplify_rtx): Use swap_commutative_operands_p.
(gen_binary): Likewise.
* optabs.c (emit_cmp_and_jump_insns, emit_conditional_move): Likewise.
* simplify-rtx.c (simplify_gen_binary,
simplify_gen_relational): Likewise.

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

23 years ago * cse.c (fold_rtx): Use simplify_subreg.
hubicka [Thu, 17 May 2001 18:46:58 +0000 (18:46 +0000)]
* cse.c (fold_rtx): Use simplify_subreg.

* simplify-rtx.c (simplify_replace_rtx): Use simplify_gen_subreg.
(simplify_gen_subreg): New.
(simplify_rtx): Use simplify_subreg.
* rtl.h (simplify_gen_subreg): Declare.

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

23 years ago * doc/install.texi: Update Solaris information.
mmitchel [Thu, 17 May 2001 18:14:47 +0000 (18:14 +0000)]
* doc/install.texi: Update Solaris information.

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

23 years ago * except.h (protect_cleanup_actions): Remove it.
mmitchel [Thu, 17 May 2001 18:12:27 +0000 (18:12 +0000)]
* except.h (protect_cleanup_actions): Remove it.
(lang_protect_cleanup_actions): Declare it.
* except.c (protect_cleanup_actions): Remove it.
(lang_protect_cleanup_actions): New variable.
(init_eh): Don't make protect_cleanup_actions a GC root.
(expand_eh_region_and_cleanup): Call
lang_protect_cleanup_actions.
(output_function_exception_table): Remove unused `align'
variable.
* varasm.c (assemble_external): Abort if we have not yet
opened the assembly output file.

* except.c (cp_protect_cleanup_actions): New function.
(init_exception_processing): Don't set protect_cleanup_actions
here.  Do set lang_protect_cleanup_actions.

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

23 years ago * except.c (sjlj_emit_function_enter): Call assemble_external_libcall
law [Thu, 17 May 2001 17:53:52 +0000 (17:53 +0000)]
    * except.c (sjlj_emit_function_enter): Call assemble_external_libcall
        for eh_personality_libfunc.

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

23 years ago * recog.c (validate_replace_rtx_1): Use "TO" mode if not VOIDmode
hubicka [Thu, 17 May 2001 17:49:34 +0000 (17:49 +0000)]
* recog.c (validate_replace_rtx_1): Use "TO" mode if not VOIDmode
when calling simplify_subreg.  This is needed to allow replacing
of expression of one mode by expression of different mode.

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

23 years ago2001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
oldham [Thu, 17 May 2001 17:44:55 +0000 (17:44 +0000)]
2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>

* g++.old-deja/g++.other/debug9.C: New test.

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

23 years ago * simplify-rtx.c (simplify_subreg): Avoid creating of incorrect subregs.
hubicka [Thu, 17 May 2001 17:40:48 +0000 (17:40 +0000)]
* simplify-rtx.c  (simplify_subreg): Avoid creating of incorrect subregs.

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

23 years ago * Makefile.am (ZIP): The "fastjar" binary is now plain "jar".
bothner [Thu, 17 May 2001 17:04:08 +0000 (17:04 +0000)]
* Makefile.am (ZIP):  The "fastjar" binary is now plain "jar".

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

23 years agoFix queueing related bugs
bernds [Thu, 17 May 2001 17:02:35 +0000 (17:02 +0000)]
Fix queueing related bugs

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

23 years ago * Makefile.am (bin_PROGRAMS): Renamed from "fastjar" to "jar".
bothner [Thu, 17 May 2001 17:02:03 +0000 (17:02 +0000)]
    * Makefile.am (bin_PROGRAMS):  Renamed from "fastjar" to "jar".

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

23 years ago * simplify_rtx.c (simplify_subreg): Fix simplification of nested subregs.
hubicka [Thu, 17 May 2001 16:18:26 +0000 (16:18 +0000)]
* simplify_rtx.c (simplify_subreg): Fix simplification of nested subregs.

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

23 years ago * gccbug.in (CATEGORIES): Add "bootstrap".
gerald [Thu, 17 May 2001 15:19:53 +0000 (15:19 +0000)]
* gccbug.in (CATEGORIES): Add "bootstrap".

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

23 years ago * simplify-rtx.c (simplify_subreg): Break out from ...
hubicka [Thu, 17 May 2001 15:00:35 +0000 (15:00 +0000)]
* simplify-rtx.c (simplify_subreg): Break out from ...
* combine.c (combine_splify_rtx) ... here and ...
* recog.c (validate_replace_rtx_1): ... here;
* rtl.h (subreg_lowpart_parts_p, simplify_subreg): Declare.
* emit-rtl.c (subreg_lowpart_parts_p): Break out from ...
(subreg_lowpart_p): ... here.

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

23 years agoCorrectly count substitutions if eliminations are going on.
bernds [Thu, 17 May 2001 12:38:47 +0000 (12:38 +0000)]
Correctly count substitutions if eliminations are going on.

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

23 years agoFix c/2728
bernds [Thu, 17 May 2001 11:26:04 +0000 (11:26 +0000)]
Fix c/2728

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

23 years ago * gcc.texi (gccbug): Refer to the web pages for detailed information
gerald [Thu, 17 May 2001 11:21:53 +0000 (11:21 +0000)]
* gcc.texi (gccbug): Refer to the web pages for detailed information
on GNATS.

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

23 years ago * libI77/Makefile.in: Add rules to rebuild config.h.in when
aj [Thu, 17 May 2001 08:47:10 +0000 (08:47 +0000)]
* libI77/Makefile.in: Add rules to rebuild config.h.in when
needed.

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

23 years agoDaily bump.
gccadmin [Thu, 17 May 2001 07:16:19 +0000 (07:16 +0000)]
Daily bump.

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

23 years agoi * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.
zack [Thu, 17 May 2001 03:16:18 +0000 (03:16 +0000)]
i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.
* testsuite/gcc.dg/complete-port.c: New (revised version of
libgcc1-test.c)
* po/POTFILES.in: Remove libgcc1-test.c and libgcc1.c.

* Makefile.in: Delete variables: OLDCC, CCLIBFLAGS, OLDAR,
OLDAR_FLAGS, LIBGCC1, LIBGCC1_TEST, CROSS_LIBGCC1,
LIB1FUNCS, and LIB1FUNCS_EXTRA.  Delete rules: libgcc1-test,
libgcc1-test.o.  Clarify commentary now that libgcc1 no longer exists.
* cross-make: Don't set LIBGCC1.
* mklibgcc.in: Delete all code for building from libgcc1.c.
Always honor LIB1ASMFUNCS if set.

* crtstuff.c, floatlib.c, longlong.h, config/fp-bit.c,
config/arc/lib1funcs.asm, config/arm/lib1funcs.asm,
config/d30v/libgcc1.asm, config/fr30/lib1funcs.asm,
config/h8300/lib1funcs.asm, config/i386/cygwin.asm,
config/i386/uwin.asm, config/m68hc11/larith.asm,
config/m68k/lb1sf68.asm, config/mcore/lib1.asm,
config/mn10200/lib1funcs.asm, config/sh/lib1funcs.asm,
config/sparc/lb1spc.asm, config/sparc/lb1spl.asm,
config/v850/lib1funcs.asm, config/c4x/libgcc.S:
Delete or update references to libgcc1 in commentary.

* config/t-libc-ok, config/t-linux, config/t-linux-aout,
config/t-netbsd, config/a29k/t-a29kbare, config/a29k/t-vx29k,
config/alpha/t-interix, config/alpha/t-osf, config/alpha/t-vms,
config/arc/t-arc, config/arm/t-arm-aout, config/arm/t-arm-coff,
config/arm/t-arm-elf, config/arm/t-linux, config/arm/t-pe,
config/arm/t-semi, config/arm/t-strongarm-coff,
config/arm/t-strongarm-elf, config/arm/t-strongarm-pe,
config/arm/t-xscale-coff, config/arm/t-xscale-elf, config/avr/t-avr,
config/c4x/t-c4x, config/d30v/t-d30v, config/fr30/t-fr30,
config/h8300/t-h8300, config/i386/t-beos, config/i386/t-cygwin,
config/i386/t-i386elf, config/i386/t-interix, config/i386/t-netware,
config/i386/t-next, config/i386/t-rtems-i386, config/i386/t-sol2,
config/i960/t-960bare, config/i960/t-vxworks960, config/ia64/t-ia64,
config/m32r/t-m32r, config/m68hc11/t-m68hc11-gas, config/m68k/t-lynx,
config/m68k/t-m68kbare, config/m68k/t-m68kelf,
config/m68k/t-mot3300-gald, config/m68k/t-mot3300-gas,
config/m68k/t-next, config/m68k/t-vxworks68, config/m88k/t-bug,
config/m88k/t-dgux, config/m88k/t-dgux-gas, config/m88k/t-dguxbcs,
config/m88k/t-luna, config/m88k/t-luna-gas, config/m88k/t-m88k,
config/m88k/t-m88k-gas, config/m88k/t-sysv4, config/mcore/t-mcore,
config/mcore/t-mcore-pe, config/mips/t-bsd, config/mips/t-bsd-gas,
config/mips/t-cross64, config/mips/t-ecoff, config/mips/t-elf,
config/mips/t-iris6, config/mips/t-r3900, config/mips/t-svr3,
config/mips/t-svr3-gas, config/mips/t-svr4, config/mips/t-svr4-gas,
config/mips/t-ultrix, config/mn10200/t-mn10200,
config/mn10300/t-mn10300, config/pa/t-linux, config/pa/t-linux64,
config/pa/t-pa, config/pa/t-pa64, config/pa/t-pro,
config/pdp11/t-pdp11, config/pj/t-pj, config/rs6000/t-aix43,
config/rs6000/t-beos, config/rs6000/t-darwin, config/rs6000/t-newas,
config/rs6000/t-ppccomm, config/rs6000/t-rs6000, config/sh/t-linux,
config/sh/t-sh, config/sparc/t-chorus-elf, config/sparc/t-elf,
config/sparc/t-sol2, config/sparc/t-sp86x, config/sparc/t-sparcbare,
config/sparc/t-sparclite, config/sparc/t-splet,
config/sparc/t-sunos41, config/sparc/t-vxsparc,
config/sparc/t-vxsparc64, config/v850/t-v850:
Don't set any of LIBGCC1, CROSS_LIBGCC1, or LIBGCC1_TEST.

* config/alpha/alpha.h, config/i386/i386.h, config/i860/i860.h:
Don't set FLOAT_VALUE_TYPE, FLOAT_ARG_TYPE, INTIFY, or FLOATIFY.
* config/d30v/d30v.h: Don't mention LIBGCC_NEEDS_DOUBLE,
FLOAT_VALUE_TYPE, FLOAT_ARG_TYPE, FLOATIFY, INTIFY,
nongcc_SI_type, nongcc_word_type, or perform_*
* config/i860/fx2800: Don't define perform_umodsi3 or perform_modsi3.

* config/i386/386bsd.h, config/i386/beos-elf.h,
config/i386/linux-aout.h, config/i386/linux-oldld.h,
config/i386/linux.h, config/i386/mach.h, config/i386/netbsd.h,
config/i386/openbsd.h, config/i386/osfrose.h, config/i386/rtemself.h:
Don't include i386/perform.h.

* config/a29k/t-a29k, config/arm/t-semiaof, config/i370/t-i370,
config/i370/t-linux, config/i370/t-mvs, config/i370/t-oe,
config/i386/t-djgpp, config/i386/t-i386bare, config/i386/t-vsta,
config/ia64/t-hpux, config/mips/t-mips, config/mips/t-mips-gas,
config/mips/t-osfrose, config/sparc/t-sp64, config/sparc/t-sunos40,
config/vax/t-openbsd, config/vax/t-vax: Delete.

* config.gcc: Remove references to deleted files.
(arm-semi-aof): Use arm/t-semi for tmake_file.

* gcc.texi, install.texi, invoke.texi, tm.texi:
Delete or rewrite text which is no longer relevant now that
libgcc1 no longer exists.

* config/t-openbsd, config/alpha/t-interix, config/i386/t-interix:
No need to set INSTALL_ASSERT_H.  (Missed in previous sweep.)

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

23 years agofix broken mutex initializer
korbb [Thu, 17 May 2001 01:27:32 +0000 (01:27 +0000)]
fix broken mutex initializer

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

23 years ago * i386.md: Add two peepholes to clean up code generated by
zack [Thu, 17 May 2001 00:53:25 +0000 (00:53 +0000)]
* i386.md: Add two peepholes to clean up code generated by
cmpstr* expanders.

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

23 years ago * libgcc-std.ver (_Unwind_Find_FDE, __register_frame_info_bases,
rth [Wed, 16 May 2001 22:53:51 +0000 (22:53 +0000)]
    * libgcc-std.ver (_Unwind_Find_FDE, __register_frame_info_bases,
        __register_frame_info_table_bases): Export.

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

23 years ago * config/i386/i386.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
rth [Wed, 16 May 2001 22:50:16 +0000 (22:50 +0000)]
    * config/i386/i386.h (ASM_PREFERRED_EH_DATA_FORMAT): New.

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

23 years ago * dwarf2asm.c (eh_data_format_name): Add names for "pointer size"
rth [Wed, 16 May 2001 22:45:22 +0000 (22:45 +0000)]
    * dwarf2asm.c (eh_data_format_name): Add names for "pointer size"
        variants of non-absolute encodings.

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

23 years ago * except.c (eh_data_format_name): Move to ...
rth [Wed, 16 May 2001 22:42:36 +0000 (22:42 +0000)]
* except.c (eh_data_format_name): Move to ...
* dwarf2asm.c: ... here.  Use designated initializers if available.
(dw2_asm_output_encoded_addr_rtx): Accept varargs commentary.
* dwarf2asm.h: Update declarations.
* dwarf2out.c (output_cfi) [DW_CFA_set_loc]: If for_eh, mind
ASM_PREFERRED_EH_DATA_FORMAT.
(output_call_frame_info): Likewise.  Use 'L' augmentation for
the LSDA encoding.

* unwind-dw2-fde.h (struct fde_vector): New.
(struct old_object): Rename from struct object.
(struct object): New.
(__register_frame_info_bases): Declare.
(__register_frame_info_table_bases): Declare.
(struct dwarf_fde): Remove explicit pc_begin/pc_range members.
* unwind-dw2-fde.c (objects): Remove.
(unseen_objects, seen_objects): New.
(__register_frame_info_bases): New.
(__register_frame_info): Use it.
(__register_frame_info_table_bases): New.
(__register_frame_info_table): Use it.
(__deregister_frame_info): Rewrite for changed object struct.
(base_from_object, get_cie_encoding, get_fde_encoding): New.
(fde_unencoded_compare): Rename from fde_compare; uninline.
(fde_single_encoding_compare, fde_mixed_encoding_compare): New.
(start_fde_sort): Adjust for new definition of fde_vector.
(fde_insert): Likewise.
(end_fde_sort): Likewise.  Select comparison function based
on properties of the object.
(fde_split): Take object and fde_compare_t arguments.
(frame_heapsort, fde_merge): Likewise.
(classify_object_over_fdes): Rename from count_fdes.  Handle
encoded pointers.  Collect encoding, mixed_encoding, and pc_begin
for the object.
(add_fdes): Handle encoded pointers.
(init_object): Rename from frame_init.  Update for new struct object.
(linear_search_fdes): Rename from search_fdes.  Handle encoded
pointers.
(binary_search_unencoded_fdes): Broken out from _Unwind_Find_FDE.
(binary_search_single_encoding_fdes): New.
(binary_search_mixed_encoding_fdes): New.
(search_object): New.
(_Unwind_Find_FDE): Update for new struct object.  Fill in
the dwarf_eh_bases.
* unwind-dw2.c: Include unwind-pe.h.  Constify all pointers
iterating over EH data.
(_Unwind_FrameState): Remove saw_lsda, addr_encoding.  Add
fde_encoding, lsda_encoding.
(read_uleb128, read_sleb128): Remove.
(read_encoded_pointer): Remove.  All callers use read_encoded_value.
(extract_cie_info): Set lsda_encoding from 'L' augmentation.
(uw_frame_state_for): Don't set bases.func.  Handle encoded fde
pointers.
* unwind-pe.h: Add "struct" to _Unwind_Context references.

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

23 years ago2001-05-16 Jeff Knaggs <jknaggs@redhat.com>
jknaggs [Wed, 16 May 2001 22:26:01 +0000 (22:26 +0000)]
2001-05-16  Jeff Knaggs <jknaggs@redhat.com>

* MAINTAINERS (write after permission): Per Jeff Law, added self.

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

23 years ago * cppexp.c (lex): Use NODE_NAME and NODE_LEN.
neil [Wed, 16 May 2001 22:02:09 +0000 (22:02 +0000)]
* cppexp.c (lex): Use NODE_NAME and NODE_LEN.
* cpphash.c (_cpp_lookup_with_hash): Similarly.
* cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
cpp_spell_token, cpp_output_token): Similarly.
* cpplib.c (lex_macro_node, do_undef, do_pragma,
do_pragma_poison, parse_assertion, do_assert): Similarly.
* cppmacro.c (builtin_macro, parse_args, funlike_invocation_p,
save_parameter, _cpp_create_definition, check_trad_stringification,
cpp_macro_definition): Similarly.
* cppmain.c (cb_define, cb_undef, dump_macro): Similarly.
* c-lex.c (cb_undef, c_lex): Similarly.
* fix-header.c (recognized_function): Similarly.
* cpplib.h (NODE_LEN, NODE_NAME): New.
(cpp_hashnode): Rename length len.

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

23 years ago * cpplib.h: Undo mistaken commit.
neil [Wed, 16 May 2001 21:55:14 +0000 (21:55 +0000)]
* cpplib.h: Undo mistaken commit.

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

23 years ago * cppexp.c (lex): Use NODE_NAME and NODE_LEN.
neil [Wed, 16 May 2001 21:50:27 +0000 (21:50 +0000)]
* cppexp.c (lex): Use NODE_NAME and NODE_LEN.
* cpphash.c (_cpp_lookup_with_hash): Similarly.
* cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
cpp_spell_token, cpp_output_token): Similarly.
* cpplib.c (lex_macro_node, do_undef, do_pragma,
do_pragma_poison, parse_assertion, do_assert): Similarly.
* cppmacro.c (builtin_macro, parse_args, funlike_invocation_p,
save_parameter, _cpp_create_definition, check_trad_stringification,
cpp_macro_definition): Similarly.
* cppmain.c (cb_define, cb_undef, dump_macro): Similarly.
* c-lex.c (cb_undef, c_lex): Similarly.
* fix-header.c (recognized_function): Similarly.
* cpplib.h (NODE_LEN, NODE_NAME): New.
(cpp_hashnode): Rename length len.

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

23 years ago * partition.h: Fix misspelling of `implementation'.
gerald [Wed, 16 May 2001 21:00:55 +0000 (21:00 +0000)]
* partition.h: Fix misspelling of `implementation'.

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

23 years ago * partition.c: Fix misspelling of `implementation'.
gerald [Wed, 16 May 2001 20:44:03 +0000 (20:44 +0000)]
* partition.c: Fix misspelling of `implementation'.

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

23 years ago * pa32-regs.h (HARD_REGNO_MODE_OK): Allow TI/TFmode values in
law [Wed, 16 May 2001 19:39:26 +0000 (19:39 +0000)]
    * pa32-regs.h (HARD_REGNO_MODE_OK): Allow TI/TFmode values in
        GPRs.

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

23 years ago * Makefile.in (toplev.o): Add dependency on dwarf2asm.h.
aj [Wed, 16 May 2001 19:05:50 +0000 (19:05 +0000)]
* Makefile.in (toplev.o): Add dependency on dwarf2asm.h.

* toplev.c: Include dwarf2asm.h for prototype of
dw2_output_indirect_constants.

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

23 years ago * libI77/backspace.c: Include "config.h".
aj [Wed, 16 May 2001 18:59:29 +0000 (18:59 +0000)]
* libI77/backspace.c: Include "config.h".
* libI77/close.c: Likewise.
* libI77/dfe.c: Likewise.
* libI77/dolio.c: Likewise.
* libI77/due.c: Likewise.
* libI77/err.c: Likewise.
* libI77/fmt.c: Likewise.
* libI77/fmtlib.c: Likewise.
* libI77/ftell_.c: Likewise.
* libI77/ilnw.c: Likewise.
* libI77/lread.c: Likewise.
* libI77/open.c: Likewise.
* libI77/rdfmt.c: Likewise.
* libI77/rsfe.c: Likewise.
* libI77/rsne.c: Likewise.
* libI77/util.c: Likewise.
* libI77/wrtfmt.c: Likewise.
* libI77/wsne.c: Likewise.
* libI77/xwsne.c: Likewise.

* libI77/config.h.in: Generate with autoheader.

* libI77/configure.in: Add comments for all AC_DEFINES so that
autoheader can grok it.
* libI77/configure: Regenerated.

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

23 years ago * gcc.c-torture/compile/20010516-1.c: New test.
hubicka [Wed, 16 May 2001 18:35:08 +0000 (18:35 +0000)]
* gcc.c-torture/compile/20010516-1.c: New test.

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

23 years ago * stmt.c (expand_asm_operands): Be able to offload addressof
hubicka [Wed, 16 May 2001 17:58:10 +0000 (17:58 +0000)]
* stmt.c (expand_asm_operands): Be able to offload addressof
expression to memory. (PR optimization/185)

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

23 years ago * combine.c (combine_simplify_rtx): Set op0_mode to VOIDmode after
hubicka [Wed, 16 May 2001 16:54:12 +0000 (16:54 +0000)]
* combine.c (combine_simplify_rtx): Set op0_mode to VOIDmode after
applying distributive law.

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

23 years ago * pa-hpux10.h (THREAD_MODEL_SPEC): Define.
danglin [Wed, 16 May 2001 16:08:41 +0000 (16:08 +0000)]
* pa-hpux10.h (THREAD_MODEL_SPEC): Define.

* gthr-dce.h (UNUSED): Attribute unused macro.
(__gthread_key_dtor): Make arguments UNUSED.
(__gthread_key_delete): Revise for compatibility with DRAFT4
implementation.

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

23 years ago * java/text/SimpleDateFormat.java (parse): Handle non-dst time
tromey [Wed, 16 May 2001 15:34:46 +0000 (15:34 +0000)]
* java/text/SimpleDateFormat.java (parse): Handle non-dst time
zones.

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

23 years ago * doc/install.texi: Update AIX information.
dje [Wed, 16 May 2001 14:57:06 +0000 (14:57 +0000)]
* doc/install.texi: Update AIX information.
* README.RS6000: Remove obsolete file.

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

23 years agoRevert XFAIL removal.
nathan [Wed, 16 May 2001 13:53:43 +0000 (13:53 +0000)]
Revert XFAIL removal.

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

23 years ago * gcc.c (give_switch): Don't write before start of string.
nathan [Wed, 16 May 2001 12:23:30 +0000 (12:23 +0000)]
    * gcc.c (give_switch): Don't write before start of string.
Always append suffix.

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

23 years ago * libI77/Makefile.in (endfile.o): Add dependency on config.h.
aj [Wed, 16 May 2001 10:26:52 +0000 (10:26 +0000)]
* libI77/Makefile.in (endfile.o): Add dependency on config.h.

* libI77/endfile.c: Include config.h and sys/types for off_t.

* libI77/config.h.in: New file.

* libI77/configure.in: Add test for off_t, create config.h file.
* libI77/configure: Regenerated.

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

23 years ago * cpplex.c (_cpp_lex_token, '/' case): Comments can't appear
nathan [Wed, 16 May 2001 09:38:47 +0000 (09:38 +0000)]
* cpplex.c (_cpp_lex_token, '/' case): Comments can't appear
after stage3.

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

23 years agocp:
nathan [Wed, 16 May 2001 09:37:21 +0000 (09:37 +0000)]
cp:
* spew.c (read_token): Call yyerror on all unexpected tokens.
testsuite:
* g++.old-deja/g++.other/crash41.C: New test.

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

23 years agocp:
nathan [Wed, 16 May 2001 09:34:24 +0000 (09:34 +0000)]
cp:
* init.c (member_init_ok_or_else): Take a tree rather than
string for name.
(expand_member_init): Adjust.
testsuite:
* g++.pt/inherit2.C: Remove XFAIL.
* g++.pt/crash66.C: New test.

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

23 years agoDaily bump.
gccadmin [Wed, 16 May 2001 07:16:10 +0000 (07:16 +0000)]
Daily bump.

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

23 years ago2001-05-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
gerald [Wed, 16 May 2001 06:44:48 +0000 (06:44 +0000)]
2001-05-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

* README.ALTOS: Remove obsolete file.

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

23 years ago * c-lex.h (save_and_forget_protocol_qualifiers,
neil [Wed, 16 May 2001 06:42:06 +0000 (06:42 +0000)]
* c-lex.h (save_and_forget_protocol_qualifiers,
forget_protocol_qualifiers, remember_protocol_qualifiers):
Remove deleted functions' prototypes.

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

23 years ago2000-05-02 Jeff Sturm <jsturm@one-point.com>
apbianco [Wed, 16 May 2001 06:41:10 +0000 (06:41 +0000)]
2000-05-02  Jeff Sturm  <jsturm@one-point.com>

* expr.c (build_class_init): Move MODIFY_EXPR
outside of COND_EXPR.  Remove variable `call'.

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

23 years ago * c-parse.in (methodtype): New production.
neil [Wed, 16 May 2001 06:34:34 +0000 (06:34 +0000)]
* c-parse.in (methodtype): New production.
(methoddef, methodproto): Collapse separate '-' and '+'
handlers into 1.

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

23 years ago * c-common.h (RID_FIRST_PQ): New.
neil [Wed, 16 May 2001 06:22:15 +0000 (06:22 +0000)]
* c-common.h (RID_FIRST_PQ): New.
* c-parse.in (objc_pq_context): New.
(objc parser): Set objc_pq_context rather than calling
remember_protocol_qualifiers and forget_protocol_qualifiers.
Don't call save_and_forget_protocol_qualifiers.
(yylexname): Handle objc protocol qualifiers here.
* stringpool.c (struct str_header): Replace with sp_hashnode.
(SP_EMPTY, SP_LEN, SP_TREE, SP_STR, SP_VALID): New.
(alloc_string): Rename alloc_ident.  Use the SP_ accessors.
Allocate an IDENTIFIER_NODE for each identifier.
(FORALL_STRINGS, set_identifier): Delete.
(FORALL_IDS, expand_string_table, stringpool_statistics): Update.
(ggc_alloc_string): Use an obstack.
(get_identifier, maybe_get_identifier, mark_string_hash): Update.
* tree.h: Update comments.
(set_identifier): Delete.
* objc/objc-act.c (N_PQ, saved_pq, saved_not_pq,
save_and_forget_protocol_qualifiers, forget_protocol_qualifiers,
remember_protocol_qualifiers): Delete.

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

23 years ago * flow.c (life_analysis): After life analysis is complete, do
law [Wed, 16 May 2001 04:12:33 +0000 (04:12 +0000)]
    * flow.c (life_analysis): After life analysis is complete, do
        an optional scan over insns looking for REG_LABEL notes that
        reference a deleted label.
        (propagate_block_delete_insn): Verify INOTE is a CODE_LABEL
        before peeking at LABEL_NUSES.

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

23 years ago * unwind-sjlj.c (_Unwind_GetDataRelBase): New.
rth [Wed, 16 May 2001 03:08:28 +0000 (03:08 +0000)]
    * unwind-sjlj.c (_Unwind_GetDataRelBase): New.
        (_Unwind_GetTextRelBase): New.

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

23 years ago001-05-15 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 16 May 2001 02:03:30 +0000 (02:03 +0000)]
001-05-15  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite_flags.in (query): Add backwards, ext directories.

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

23 years ago2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 16 May 2001 01:59:01 +0000 (01:59 +0000)]
2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>

* g++.old-deja/g++.robertl/eb27.C: Convert.

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

23 years ago * config/sparc/sol2.h (CPLUSPLUS_CPP_SPEC): Define.
mmitchel [Wed, 16 May 2001 01:11:20 +0000 (01:11 +0000)]
* config/sparc/sol2.h (CPLUSPLUS_CPP_SPEC): Define.

* porting.texi: Correct documentation about handling
_LARRGEFILE_SOURCE and its ilk.
* config/os/solaris/solaris2.5/bits/os_defines.h: Remove
definitions of _XOPEN_SOURCE, _LARGEFILE64_SOURCE, and
__EXTENSIONS__.
* config/os/solaris/solaris2.6/bits/os_defines.h: Likewise.
* config/os/solaris/solaris2.7/bits/os_defines.h: Likewise.

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

23 years ago * java/util/GregorianCalendar.java (computeTime): Only call
tromey [Tue, 15 May 2001 21:44:24 +0000 (21:44 +0000)]
* java/util/GregorianCalendar.java (computeTime): Only call
getTimeZone() once.

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

23 years ago * libI77/endfile.c (t_runc): Add cast to help case where
ljrittle [Tue, 15 May 2001 21:24:41 +0000 (21:24 +0000)]
* libI77/endfile.c (t_runc): Add cast to help case where
ftruncate() prototype is somehow missing even though autoconf
test found it properly.

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

23 years ago2001-05-15 Zack Weinberg <zackw@stanford.edu>
bkoz [Tue, 15 May 2001 20:46:50 +0000 (20:46 +0000)]
2001-05-15  Zack Weinberg  <zackw@stanford.edu>

        * testsuite/21_strings/inserters_extractors.cc,
        testsuite/27_io/istream_unformatted.cc,
        testsuite/27_io/stringstream.cc:
        Replace multi-line string constants with C89-style
        concatenated string constants.

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

23 years ago * objc/objc-act.c (handle_class_ref): Use rest_of_decl_compilation
geoffk [Tue, 15 May 2001 19:54:53 +0000 (19:54 +0000)]
* objc/objc-act.c (handle_class_ref): Use rest_of_decl_compilation
so that CHOOSE_SECTION gets used.

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

23 years ago * config/rs6000/sysv4.h (ASM_PREFERRED_EH_DATA_FORMAT): Treat
geoffk [Tue, 15 May 2001 19:50:49 +0000 (19:50 +0000)]
* config/rs6000/sysv4.h (ASM_PREFERRED_EH_DATA_FORMAT): Treat
TARGET_RELOCATABLE like flag_pic for now.

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

23 years agofix typo
dje [Tue, 15 May 2001 19:29:44 +0000 (19:29 +0000)]
fix typo

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

23 years ago * rs6000.md (movdi splitter): Sign extend more efficiently.
dje [Tue, 15 May 2001 19:27:13 +0000 (19:27 +0000)]
* rs6000.md (movdi splitter): Sign extend more efficiently.
* rs6000.c (reg_or_arith_cint_operand): Redefine 64-bit constant
to "long long" valid on 32-bit and 64-bit hosts.
(logical_operand): Cast trunc_int_for_mode rturn value.
(rs6000_emit_move): Shift macro to encapsulate variable.
(rs6000_va_start): Use HOST_WIDE_INT_PRINT_DEC.
(rs6000_emit_{prologue,epilogue}): EH regno is unsigned but
plus_constant requires signed argument.

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

23 years ago * class.c (build_utf8_ref): Don't generate identifier based on
tromey [Tue, 15 May 2001 18:20:57 +0000 (18:20 +0000)]
* class.c (build_utf8_ref): Don't generate identifier based on
utf8const contents.

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

23 years ago* gthr-posix.h: Make additional pthread-* functions weak.
ljrittle [Tue, 15 May 2001 16:29:06 +0000 (16:29 +0000)]
* gthr-posix.h: Make additional pthread-* functions weak.

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

23 years ago * recog.c (apply_change_group): Avoid unneeded validating.
hubicka [Tue, 15 May 2001 11:55:42 +0000 (11:55 +0000)]
* recog.c (apply_change_group): Avoid unneeded validating.

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

23 years agoAdd new test - do not warn about (non-)redundant friend declaration.
nickc [Tue, 15 May 2001 07:55:53 +0000 (07:55 +0000)]
Add new test - do not warn about (non-)redundant friend declaration.

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

23 years agoMove ChangeLog entry to correct file
nickc [Tue, 15 May 2001 07:39:52 +0000 (07:39 +0000)]
Move ChangeLog entry to correct file

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

23 years agoDaily bump.
gccadmin [Tue, 15 May 2001 07:16:42 +0000 (07:16 +0000)]
Daily bump.

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

23 years ago* gcc_update (touch_files): Enhance make portability.
ljrittle [Tue, 15 May 2001 04:58:07 +0000 (04:58 +0000)]
* gcc_update (touch_files): Enhance make portability.

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

23 years ago * rs6000.c (num_insns_constant_wide): Constants are sign-extended.
dje [Tue, 15 May 2001 04:26:33 +0000 (04:26 +0000)]
    * rs6000.c (num_insns_constant_wide): Constants are sign-extended.
        (num_insns_constant): CONST_INT can be 64-bits.

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