OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago * tree.c (make_node): Don't set TREE_TYPE on 's' class nodes.
jason [Wed, 18 Dec 2002 06:36:51 +0000 (06:36 +0000)]
    * tree.c (make_node): Don't set TREE_TYPE on 's' class nodes.
        (build1): Always set TREE_SIDE_EFFECTS on 's' class nodes.

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

21 years ago * decl.c (finish_function): Also complain about no return in
jason [Wed, 18 Dec 2002 06:26:58 +0000 (06:26 +0000)]
    * decl.c (finish_function): Also complain about no return in
        templates.
        * semantics.c (finish_return_stmt): Also call check_return_expr in
        templates.
        * typeck.c (check_return_expr): In a template, just remember that we
        saw a return.

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

21 years ago * gcc.c (do_spec_1) ['W']: End any pending argument from the braces.
jason [Wed, 18 Dec 2002 06:07:26 +0000 (06:07 +0000)]
    * gcc.c (do_spec_1) ['W']: End any pending argument from the braces.

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

21 years ago * calls.c (expand_call): Don't try to be clever about expanding
jason [Wed, 18 Dec 2002 05:57:43 +0000 (05:57 +0000)]
    * calls.c (expand_call): Don't try to be clever about expanding
        the return slot address.

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

21 years ago2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Wed, 18 Dec 2002 05:28:41 +0000 (05:28 +0000)]
2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
* Makefile.in: Regenerate.

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

21 years ago * config/sh/linux.h (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC):
kkojima [Wed, 18 Dec 2002 02:26:03 +0000 (02:26 +0000)]
* config/sh/linux.h (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC):
Define.

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

21 years ago * configure.in: Define with_target_subdir and with_build_subdir
uweigand [Wed, 18 Dec 2002 01:18:58 +0000 (01:18 +0000)]
* configure.in: Define with_target_subdir and with_build_subdir
variables in config-ml.in AC_OUTPUT call.
* configure: Regenerate.

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

21 years ago * calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDR
jason [Tue, 17 Dec 2002 21:29:29 +0000 (21:29 +0000)]
    * calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDR
        with special struct-return ABIs.

cp/
        * semantics.c (simplify_aggr_init_exprs_r): Don't change the type
        of the CALL_EXPR.

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

21 years ago * genmultilib: Use 'cd ./foo'.
jason [Tue, 17 Dec 2002 21:17:35 +0000 (21:17 +0000)]
    * genmultilib: Use 'cd ./foo'.

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

21 years ago * doc/c-tree.texi: Restore deliberate spelling mistakes.
kazu [Tue, 17 Dec 2002 19:59:45 +0000 (19:59 +0000)]
* doc/c-tree.texi: Restore deliberate spelling mistakes.

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

21 years ago * doc/c-tree.texi: Fix typos and follow spelling conventions.
kazu [Tue, 17 Dec 2002 16:47:45 +0000 (16:47 +0000)]
* doc/c-tree.texi: Fix typos and follow spelling conventions.
* doc/cpp.texi: Likewise.
* doc/extend.texi: Likewise.
* doc/gty.texi: Likewise.
* doc/install.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
* doc/passes.texi: Likewise.
* doc/rtl.texi: Likewise.
* doc/sourcebuild.texi: Likewise.
* doc/tm.texi: Likewise.

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

21 years ago * doc/invoke.texi: Minor spelling and grammar fixes.
kazu [Tue, 17 Dec 2002 14:38:59 +0000 (14:38 +0000)]
* doc/invoke.texi: Minor spelling and grammar fixes.

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

21 years ago * config/s390/s390.c (s390_output_constant_pool): Replace
uweigand [Tue, 17 Dec 2002 12:38:58 +0000 (12:38 +0000)]
* config/s390/s390.c (s390_output_constant_pool): Replace
ASM_OUTPUT_INTERNAL_LABEL by (*targetm.asm_out.internal_label).

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

21 years ago * config.sub: Import from master repository
sveinse [Tue, 17 Dec 2002 10:01:10 +0000 (10:01 +0000)]
* config.sub: Import from master repository
* config.guess: Ditto

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

21 years ago * convert.c (convert_to_real): Disable function transformation for
hubicka [Tue, 17 Dec 2002 08:50:41 +0000 (08:50 +0000)]
* convert.c (convert_to_real): Disable function transformation for
now.

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

21 years agoDaily bump.
gccadmin [Tue, 17 Dec 2002 08:17:34 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago * gcc.c (handle_braces): Allow '@' as a switch name.
geoffk [Tue, 17 Dec 2002 07:49:32 +0000 (07:49 +0000)]
* gcc.c (handle_braces): Allow '@' as a switch name.

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

21 years ago * c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT
jason [Tue, 17 Dec 2002 06:24:02 +0000 (06:24 +0000)]
    * c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT
        doesn't match the begin SCOPE_STMT in partialness.

cp/
        * semantics.c (do_pushlevel): Call pushlevel after adding the
        SCOPE_STMT.
        (do_poplevel): Call poplevel before adding the SCOPE_STMT.
        * parse.y (function_body): Go back to using compstmt.
        * decl.c (pushdecl): Skip another level to get to the parms level.

        * call.c (build_new_method_call): Use is_dummy_object to determine
        whether or not to evaluate the object parameter to a static member
        function.

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

21 years ago * genmultilib: Create temporary files in unique subdirectory.
geoffk [Tue, 17 Dec 2002 05:23:07 +0000 (05:23 +0000)]
* genmultilib: Create temporary files in unique subdirectory.

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

21 years ago * gcc.c (validate_switches): Allow '@' as a switch name.
geoffk [Tue, 17 Dec 2002 05:18:51 +0000 (05:18 +0000)]
* gcc.c (validate_switches): Allow '@' as a switch name.

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

21 years ago * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
jason [Tue, 17 Dec 2002 05:10:23 +0000 (05:10 +0000)]
    * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
        previous 'make bootstrap'.
        * Makefile.in: Regenerate.

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

21 years ago * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
hp [Tue, 17 Dec 2002 04:32:25 +0000 (04:32 +0000)]
* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.

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

21 years ago* mh-cygwin: Don't build libtermcap if it doesn't exist.
cgf [Tue, 17 Dec 2002 02:58:05 +0000 (02:58 +0000)]
* mh-cygwin: Don't build libtermcap if it doesn't exist.

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

21 years ago * Makefile.in (gcov-iov.h): Improve portability.
ljrittle [Tue, 17 Dec 2002 02:02:48 +0000 (02:02 +0000)]
* Makefile.in (gcov-iov.h): Improve portability.

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

21 years ago * mips.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not use qpword on API_N32/not
hubicka [Mon, 16 Dec 2002 22:45:41 +0000 (22:45 +0000)]
* mips.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not use qpword on API_N32/not
gas
* mips.md (tablejump insn): Likewise.

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

21 years ago * root.texi: Change version number to 3.4.
mmitchel [Mon, 16 Dec 2002 22:18:33 +0000 (22:18 +0000)]
* root.texi: Change version number to 3.4.

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

21 years ago * doc/include/gcc-common.texi: Change version number to 3.4.
mmitchel [Mon, 16 Dec 2002 21:59:43 +0000 (21:59 +0000)]
* doc/include/gcc-common.texi: Change version number to 3.4.

* gcj.texi: Change version number to 3.4.

* root.texi: Change version number to 3.4.

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

21 years agoadd PR reference
jason [Mon, 16 Dec 2002 20:52:22 +0000 (20:52 +0000)]
add PR reference

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

21 years ago2002-12-16 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 16 Dec 2002 19:52:37 +0000 (19:52 +0000)]
2002-12-16  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/8949
* include/std/std_limits.h
(struct numeric_limits<short>,
struct numeric_limits<unsigned short>,
struct numeric_limits<int>,
struct numeric_limits<unsigned int>,
struct numeric_limits<long>,
struct numeric_limits<unsigned long>,
struct numeric_limits<long long>,
struct numeric_limits<unsigned long long>): According
to 18.2.1.2,53 and 18.2.1.5,1 is_iec559 shall be false.
* testsuite/18_support/numeric_limits.cc: Add test04.

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

21 years agooops.
korbb [Mon, 16 Dec 2002 19:02:09 +0000 (19:02 +0000)]
oops.

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

21 years ago2002-12-16 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 16 Dec 2002 19:02:01 +0000 (19:02 +0000)]
2002-12-16  Benjamin Kosnik  <bkoz@redhat.com>

        * configure.in (GLIBCPP_ENABLE_DEBUG): Default to none.
Call GLIBCPP_ENABLE_DEBUG_FLAGS.
        * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): GLIBCPP_BUILD_DEBUG, new
        conditional if --enable-debug is yes. Rework.
(GLIBCPP_ENABLE_DEBUG_FLAGS): New.
        * aclocal.m4: Regenerate.
* libio/Makefile.am: Remove DEBUG_FLAGS.
* libio/Makefile.in: Regenerate.
* libsupc++/Makefile.am: Remove DEBUG_FLAGS.
* libsupc++/Makefile.in: Regenerate.
* docs/html/configopts.html: Add docs for --enable-debug,
--enable-debug-flags.

2002-12-16  Benjamin Kosnik  <bkoz@redhat.com>

Correct dependency tracking, build warts.
* configure.in: Correct repeated AC_OUTPUT thrashing by
config-ml.in
* configure: Regenerate.
* include/Makefile.am (stamp-target): Stamp in top_builddir.
* include/Makefile.in: Regenerate.
* src/Makefile.am (codecvt_members.cc): New rule.
(collate_members.cc): Same.
(ctype_members.cc): Same.
(messages_members.cc): Same.
(monetary_members.cc): Same.
(numeric_members.cc): Same.
(time_members.cc): Same.
(c++locale.cc): Same.
(basic_file.cc): Same.
* src/Makefile.in: Regenerate.
* acinclude.m4 (CCTYPE_CHAR_CC): Remove.
(CCCODECVT_CC): Don't link, AC_SUBST.
(CCOLLATE_CC): Same.
(CCTYPE_CC): Same.
(CMESSAGES_CC): Same.
(CMONEY_CC): Same.
(CNUMERIC_CC): Same.
(CTIME_CC): Same.
(CLOCALE_CC): Same.
* aclocal.m4: Regenerate.

* src/Makefile.am (libstdc___la_LIBADD): Use top_builddir
for convenience libraries.
(version_arg): Rename linker.map to libstdc++.ver.
(libstdc___la_DEPENDENCIES): Remove linker.map, add
libstdc++-symbol.ver as a dependency.
(libstdc++-symbol.ver): Add rule.
* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Change LINKER_MAP to
SYMVER_MAP. Don't link, AC_SUBST.

* include/Makefile.am (target_headers_noinst): New.
(stamp-target): Add CLOCALE_INTERNAL_H.
* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Don't link
CLOCALE_INTERNAL_H, AC_SUBST.
* config/locale/gnu/c_locale.cc: Modify c++locale_internal.h
include.
* config/locale/gnu/time_members.cc: Same.
* config/locale/gnu/numeric_members.cc: Same.
* config/locale/gnu/monetary_members.cc: Same.
* config/locale/gnu/messages_members.cc: Same.
* config/locale/gnu/ctype_members.cc: Same.
* config/locale/gnu/collate_members.cc: Same.
* config/locale/gnu/codecvt_members.cc: Same.
* config/locale/generic/codecvt_members.cc: Remove.

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

21 years agomove inclusion of signal.h
korbb [Mon, 16 Dec 2002 18:58:42 +0000 (18:58 +0000)]
move inclusion of signal.h

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

21 years agoMerge basic-improvements-branch to trunk
zack [Mon, 16 Dec 2002 18:23:00 +0000 (18:23 +0000)]
Merge basic-improvements-branch to trunk

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

21 years ago * sh.h (EXTRA_CONSTRAINT_Z): New macro.
amylaar [Mon, 16 Dec 2002 17:21:50 +0000 (17:21 +0000)]
* sh.h (EXTRA_CONSTRAINT_Z): New macro.
(EXTRA_CONSTRAINT): Use it.
* sh.md (anddi3): Use 'Z' constraint for alternative 2.

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

21 years agoDaily bump.
gccadmin [Mon, 16 Dec 2002 08:17:31 +0000 (08:17 +0000)]
Daily bump.

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

21 years agofix my email address
devans [Mon, 16 Dec 2002 08:16:06 +0000 (08:16 +0000)]
fix my email address

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

21 years ago * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting
bosch [Sun, 15 Dec 2002 17:32:01 +0000 (17:32 +0000)]
* sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting

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

21 years ago * sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
bosch [Sun, 15 Dec 2002 16:18:20 +0000 (16:18 +0000)]
* sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
        case of a body created for a Renaming_As_Body, on which
        conformance checks are not performed. Fixes PR ada/5690.

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

21 years agoRevert last commit due to freeze.
rsandifo [Sun, 15 Dec 2002 12:05:34 +0000 (12:05 +0000)]
Revert last commit due to freeze.

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

21 years ago * config/mips/mips.md: Disable the movstrsi define_split.
rsandifo [Sun, 15 Dec 2002 11:34:17 +0000 (11:34 +0000)]
* config/mips/mips.md: Disable the movstrsi define_split.

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

21 years agoDaily bump.
gccadmin [Sun, 15 Dec 2002 08:17:26 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
jason [Sat, 14 Dec 2002 08:37:12 +0000 (08:37 +0000)]
    * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
        library tests.
        (check-c++): Just depend on it and check-target-libstdc++-v3.
        * Makefile.in: Regenerate.

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

21 years agoDaily bump.
gccadmin [Sat, 14 Dec 2002 08:17:21 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago * pa.c (output_millicode_call): Correct typo.
danglin [Sat, 14 Dec 2002 02:54:14 +0000 (02:54 +0000)]
* pa.c (output_millicode_call): Correct typo.
(output_call): Likewise.

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

21 years agoFix test for LP64, move it to gcc.c-torture/compile (per Kaveh Ghazi)
dalej [Sat, 14 Dec 2002 00:54:02 +0000 (00:54 +0000)]
Fix test for LP64, move it to gcc.c-torture/compile (per Kaveh Ghazi)

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

21 years ago* config/mn10300/mn10300.c (print_operand) <case N>: Check
aoliva [Fri, 13 Dec 2002 23:07:47 +0000 (23:07 +0000)]
* config/mn10300/mn10300.c (print_operand) <case N>: Check
operand's range.  Print value directly, without aid from
output_address.
<case U>: New.
<case S>: Make sure argument to fprintf has the right type.
* config/mn10300/mn10300.h (OK_FOR_T): New macro.
(EXTRA_CONSTRAINT): Adjust.
* config/mn10300/mn10300.md: Add new all-QImode pattern for
bclr.  Use %U for immediate operands of bset and bclr.
(iorqi3): New expand, with insns for AM33 and mn10300.

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

21 years ago * Makefile.in (check-gcc-c++): Renamed from check-c++. Don't run
jason [Fri, 13 Dec 2002 22:26:37 +0000 (22:26 +0000)]
    * Makefile.in (check-gcc-c++): Renamed from check-c++.  Don't run
        library tests.
        (check-c++): Just depend on it and check-target-libstdc++-v3.

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

21 years agoPR C++/8031
gdr [Fri, 13 Dec 2002 21:58:54 +0000 (21:58 +0000)]
PR C++/8031
* cvt.c (convert_to_pointer_force): Don't try comparing against
erronous type.

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

21 years ago * cp-tree.h: Have the multiple-include guards around
geoffk [Fri, 13 Dec 2002 21:04:27 +0000 (21:04 +0000)]
* cp-tree.h: Have the multiple-include guards around
the entire file.

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

21 years ago*** empty log message ***
amylaar [Fri, 13 Dec 2002 20:20:28 +0000 (20:20 +0000)]
*** empty log message ***

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

21 years agoFix type.
dpatel [Fri, 13 Dec 2002 20:16:07 +0000 (20:16 +0000)]
Fix type.

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

21 years agoDoc fix for PR 1621.
wilson [Fri, 13 Dec 2002 20:07:15 +0000 (20:07 +0000)]
Doc fix for PR 1621.
* doc/extend.texi (Complex Numbers): Update info on debug info.

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

21 years ago2002-12-13 Casey Marshall <rsdio@metastatic.org>
mark [Fri, 13 Dec 2002 14:21:07 +0000 (14:21 +0000)]
2002-12-13  Casey Marshall  <rsdio@metastatic.org>
    Mark Wielaard  <mark@klomp.org>

* java/security/SecurityRandom (digest): Removed field.
(SecureRandom): Check all providers for case-insensitive SecureRandom
implementation. Don't ignore classname == null. Fallback to SHA1PRNG
if necessary.
(getInstance(String,Provider,boolean): New method.
(getInstance(String)): Use new method.
(getInstance(String,String)): Likewise.
(getInstance(String,Provider)): Likewise.

2002-12-13  Casey Marshall  <rsdio@metastatic.org>

* java/security/Security.java (loadProviders): Increment i only once.

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

21 years ago * config/h8300/h8300.md (addhi3_h8300): Remove the last
kazu [Fri, 13 Dec 2002 13:47:12 +0000 (13:47 +0000)]
* config/h8300/h8300.md (addhi3_h8300): Remove the last
alternative.

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

21 years ago * java/lang/ClassLoader.java (resolveClass0): Transform
mark [Fri, 13 Dec 2002 10:04:15 +0000 (10:04 +0000)]
* java/lang/ClassLoader.java (resolveClass0): Transform
ClassNotFoundException to NoClassDefFoundError. Transform all other
throwables to LinkageError.

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

21 years agoDaily bump.
gccadmin [Fri, 13 Dec 2002 08:17:16 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago * libjava.loader/loader.exp (gcj_loader_test_one): Use
tromey [Fri, 13 Dec 2002 05:00:15 +0000 (05:00 +0000)]
* libjava.loader/loader.exp (gcj_loader_test_one): Use
libjava_prune_warnings.
(gcj_loader_run): Likewise.
* libjava.mauve/mauve.exp (test_mauve): Use
libjava_prune_warnings.
(test_mauve_sim): Likewise.
* libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Use
libjava_prune_warnings.
(gcj_jni_build_header): Likewise.
* lib/libjava.exp (libjava_prune_warnings): New proc.
(gcj_link): Use it.
(test_libjava_from_source): Likewise.
(test_libjava_from_javac): Likewise.

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

21 years agoI forgot to commit ChangeLogs with darwin ld tests and documentation patch.
dpatel [Fri, 13 Dec 2002 01:32:48 +0000 (01:32 +0000)]
I forgot to commit ChangeLogs with darwin ld tests and documentation patch.

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

21 years agoFix for PR 1621.
wilson [Fri, 13 Dec 2002 01:24:52 +0000 (01:24 +0000)]
Fix for PR 1621.
* dbxout.c (dbxout_fptype_value): New.
(dbxout_type, case COMPLEX_TYPE): Call it.  Use 'R' instead of 'r'.

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

21 years ago * c-decl.c: Fix a comment typo.
kazu [Fri, 13 Dec 2002 00:17:22 +0000 (00:17 +0000)]
* c-decl.c: Fix a comment typo.
* cfg.c: Likewise.
* cfgcleanup.c: Likewise.
* cfglayout.c: Likewise.
* cfgrtl.c: Likewise.
* c-typeck.c: Likewise.
* dominance.c: Likewise.
* dwarf2asm.c: Likewise.
* dwarfout.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* final.c: Likewise.
* flow.c: Likewise.
* function.c: Likewise.
* gcc.c: Likewise.
* genautomata.c: Likewise.
* integrate.c: Likewise.
* loop.c: Likewise.
* loop.h: Likewise.
* output.h: Likewise.
* profile.c: Likewise.
* ra.h: Likewise.
* reload1.c: Likewise.
* reload.c: Likewise.
* sched-rgn.c: Likewise.
* stmt.c: Likewise.
* tree.h: Likewise.
* vmsdbgout.c: Likewise.

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

21 years ago * config/h8300/h8300.md: Add a new peephole2.
kazu [Thu, 12 Dec 2002 22:29:10 +0000 (22:29 +0000)]
* config/h8300/h8300.md: Add a new peephole2.

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

21 years agogcc
dpatel [Thu, 12 Dec 2002 22:23:45 +0000 (22:23 +0000)]
gcc
        *doc/invoke.texi: Document Darwin linker options, -bundle
        -bind_at_load, -all_load and -arch_errors_fatal

testsuite
        * gcc.dg/darwin-ld-1.c: New test.
        * gcc.dg/darwin-ld-2.c: New test.
        * gcc.dg/darwin-ld-3.c: New test.
        * gcc.dg/darwin-ld-4.c: New test.
        * gcc.dg/darwin-ld-5.c: New test.

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

21 years ago * config/h8300/h8300.md (a peephole2): Accept a constant
kazu [Thu, 12 Dec 2002 21:33:43 +0000 (21:33 +0000)]
* config/h8300/h8300.md (a peephole2): Accept a constant
that's accepted by CONST_OK_FOR_J.

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

21 years ago * config/h8300/h8300.h (CONST_OK_FOR_J): New.
kazu [Thu, 12 Dec 2002 21:19:57 +0000 (21:19 +0000)]
* config/h8300/h8300.h (CONST_OK_FOR_J): New.
(CONST_OK_FOR_LETTER_P): Use CONST_OK_FOR_J.
* config/h8300/h8300.md (*addhi_h8300): Add a new alternative.
(*addhi_h8300hs): Likewise.

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

21 years ago * sh.c (reg_class_from_letter): No longer const. Add 'e' entry.
amylaar [Thu, 12 Dec 2002 17:11:13 +0000 (17:11 +0000)]
* sh.c (reg_class_from_letter): No longer const.  Add 'e' entry.
(sh_register_move_cost): Add clause for SImode fp-fp moves.
Increase cost for moves involving multiple general purpose registers.
* sh.h (OVERRIDE_OPTIONS): Set reg_class_from_letter['e'] according to
TARGET_FMOVD.
(HARD_REGNO_MODE_OK): Allow V2SFmode and V4SFmode in general purpose
registers, and SImode in fp registers, for ! TARGET_SHMEDIA.
(enum reg_class reg_class_from_letter): No longer const.
(SECONDARY_OUTPUT_RELOAD_CLASS): Use REGCLASS_HAS_FP_REG /
REGCLASS_HAS_GENERAL_REG.
Handle SImode moves from/to fp registers.
! TARGET_SHMEDIA && TARGET_FMOVD.
(SECONDARY_INPUT_RELOAD_CLASS): Use REGCLASS_HAS_FP_REG.
* sh.md (movsi_ie): Add alternatives to move from / to fp regisyters.

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

21 years agoWed Dec 11 19:05:05 2002 J"orn Rennecke <joern.rennecke@superh.com>
amylaar [Thu, 12 Dec 2002 16:40:49 +0000 (16:40 +0000)]
Wed Dec 11 19:05:05 2002  J"orn Rennecke <joern.rennecke@superh.com>

        * sh.h (REG_CLASS_HAS_FP_REG): New.
        (REGISTER_MOVE_COST) Use it.  Put body into a function and
        move it into:
        * sh.c (sh_register_move_cost).
        * sh-protos.h (sh_register_move_cost): Declare.

        * sh.c (sh_expand_builtin): Abort for unexpected nop values.
        (sh_adjust_cost): Always return a value.

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

21 years ago * sh.h (REG_CLASS_HAS_FP_REG): New.
amylaar [Thu, 12 Dec 2002 16:25:12 +0000 (16:25 +0000)]
    * sh.h (REG_CLASS_HAS_FP_REG): New.
        (REGISTER_MOVE_COST) Use it.  Put body into a function and
        move it into:
        * sh.c (sh_register_move_cost).
        * sh-protos.h (sh_register_move_cost): Declare.

        * sh.c (sh_expand_builtin): Abort for unexpected nop values.
        (sh_adjust_cost): Always return a value.

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

21 years ago * config/ia64/ia64.c (ia64_hpux_asm_file_end): Fix typo in last
schwab [Thu, 12 Dec 2002 14:08:21 +0000 (14:08 +0000)]
* config/ia64/ia64.c (ia64_hpux_asm_file_end): Fix typo in last
change and some warnings.

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

21 years ago * doc/md.texi (pushm): Fix a typo.
kazu [Thu, 12 Dec 2002 14:03:56 +0000 (14:03 +0000)]
* doc/md.texi (pushm): Fix a typo.

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

21 years ago2002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr>
ebotcazou [Thu, 12 Dec 2002 11:09:39 +0000 (11:09 +0000)]
2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>

* gcc.c-torture/compile/20021212-1.c: New test.

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

21 years ago Link PR opt/8334 to its fix.
ebotcazou [Thu, 12 Dec 2002 10:59:45 +0000 (10:59 +0000)]
Link PR opt/8334 to its fix.

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

21 years agoDaily bump.
gccadmin [Thu, 12 Dec 2002 08:17:18 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago* Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
aoliva [Thu, 12 Dec 2002 07:04:34 +0000 (07:04 +0000)]
* Makefile.in (configure-target-rda): Depend on ALL_GCC_C.

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

21 years ago* config/mips/mips.c (mips_output_conditional_branch): Support
aoliva [Thu, 12 Dec 2002 05:13:04 +0000 (05:13 +0000)]
* config/mips/mips.c (mips_output_conditional_branch): Support
PIC-safe out-of-range branch and branch-likely.
* config/mips/mips.md (attr length): PIC-safe out-of-range
branches are longer.
("jump"): Support PIC-safe out-of-range-for-branch jumps.  Remove
unused code to support indirect jumps.

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

21 years ago * pa.h (BIGGEST_ALIGNMENT): Change 32-bit value to 64 bits.
danglin [Thu, 12 Dec 2002 02:44:02 +0000 (02:44 +0000)]
* pa.h (BIGGEST_ALIGNMENT): Change 32-bit value to 64 bits.
(MAX_PARM_BOUNDARY, STACK_BOUNDARY): Express in terms of
BIGGEST_ALIGNMENT.
(PREFERRED_STACK_BOUNDARY): Express in terms of STACK_BOUNDARY.
(FUNCTION_BOUNDARY): Express in terms of BITS_PER_WORD.

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

21 years ago * doc/invoke.texi: Correct dump file names.
kazu [Thu, 12 Dec 2002 02:07:46 +0000 (02:07 +0000)]
* doc/invoke.texi: Correct dump file names.

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

21 years ago * java/lang/ClassLoader.java (findLoadedClass): Now synchronized.
tromey [Thu, 12 Dec 2002 00:58:39 +0000 (00:58 +0000)]
* java/lang/ClassLoader.java (findLoadedClass): Now synchronized.

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

21 years ago2002-12-11 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 12 Dec 2002 00:22:58 +0000 (00:22 +0000)]
2002-12-11  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/8887
* config/locale/generic/time_members.cc
(__timepunct<char>::_M_initialize_timepunct): Fix typos
in _M_date_format and _M_date_era_format string literals.

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

21 years ago * config/ia64/ia64.c (ia64_hpux_asm_file_end): Don't send stripped
sje [Wed, 11 Dec 2002 20:41:43 +0000 (20:41 +0000)]
* config/ia64/ia64.c (ia64_hpux_asm_file_end): Don't send stripped
name to globalize_label or assemble_name.

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

21 years ago * sh.h (REG_CLASS_HAS_GENERAL_REG): Only true for SIBCALL_REGS
amylaar [Wed, 11 Dec 2002 20:16:27 +0000 (20:16 +0000)]
* sh.h (REG_CLASS_HAS_GENERAL_REG): Only true for SIBCALL_REGS
if not TARGET_SHMEDIA.

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

21 years ago * java/lang/ClassLoader.java (loadedClasses): New field.
tromey [Wed, 11 Dec 2002 19:18:59 +0000 (19:18 +0000)]
* java/lang/ClassLoader.java (loadedClasses): New field.
(defineClass): Fixed indentation.  Put new class in
loadedClasses.
(findLoadedClass): Implement here.
* java/lang/natClassLoader.cc (findLoadedClass): Removed.

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

21 years ago * sh.h (REG_CLASS_HAS_GENERAL_REG): New.
amylaar [Wed, 11 Dec 2002 18:42:11 +0000 (18:42 +0000)]
* sh.h (REG_CLASS_HAS_GENERAL_REG): New.
(REGISTER_MOVE_COST): Use it.

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

21 years ago * tree.h (MODULE_LOCAL_P): Kill.
rth [Wed, 11 Dec 2002 18:28:26 +0000 (18:28 +0000)]
    * tree.h (MODULE_LOCAL_P): Kill.
        * varasm.c (default_binds_local_p_1): Use decl_visibility instead.

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

21 years ago * config/h8300/h8300.md (two define_peephole2): New.
kazu [Wed, 11 Dec 2002 13:27:29 +0000 (13:27 +0000)]
* config/h8300/h8300.md (two define_peephole2): New.

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

21 years ago * config/h8300/h8300.h (CONST_OK_FOR_J): Remove.
kazu [Wed, 11 Dec 2002 13:01:40 +0000 (13:01 +0000)]
* config/h8300/h8300.h (CONST_OK_FOR_J): Remove.
(CONST_OK_FOR_K): Likewise.
(CONST_OK_FOR_M): Likewise.
(CONST_OK_FOR_LETTER_P): Do not use the above macros.

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

21 years agoDaily bump.
gccadmin [Wed, 11 Dec 2002 08:17:16 +0000 (08:17 +0000)]
Daily bump.

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

21 years ago * c-common.c (builtin_define_type_max): Handle unsigned
neil [Wed, 11 Dec 2002 06:36:17 +0000 (06:36 +0000)]
* c-common.c (builtin_define_type_max): Handle unsigned
types too.
testsuite:
* gcc.dg/fshort-wchar: New test.

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

21 years ago * Makefile.in: Rebuilt.
tromey [Wed, 11 Dec 2002 03:15:14 +0000 (03:15 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (nat_source_files): Added natVMClassLoader.cc.
* gnu/gcj/runtime/natVMClassLoader.cc: New file.
(gnu::gcj::runtime::VMClassLoader::findClass): Moved here.
* java/lang/natClassLoader.cc
(gnu::gcj::runtime::VMClassLoader::findClass): Removed.

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

21 years ago2002-12-10 Mark Wielaard <mark@klomp.org>
tromey [Wed, 11 Dec 2002 02:13:51 +0000 (02:13 +0000)]
2002-12-10  Mark Wielaard  <mark@klomp.org>
            Tom Tromey  <tromey@redhat.com>

* java/net/URLClassLoader.java (getCanonicalFileURL): New method.
(JarURLLoader): Use it.
(FileURLLoader): Likewise.
(JarURLResource.getURL): Use chained exception.
(FileResource.getURL): Likewise.
(FileURLLoader.getResource): Use canonical file name.
(addURL): Indentation fix.

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

21 years ago PR c++/8372
mmitchel [Tue, 10 Dec 2002 22:31:40 +0000 (22:31 +0000)]
PR c++/8372
* pt.c (tsubst_copy): Handle destructor names more correctly.

PR c++/8372
* g++.dg/template/dtor1.C: New test.

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

21 years ago * cp-tree.h: get rid of needs_virtual_reinit bit.
austern [Tue, 10 Dec 2002 21:53:49 +0000 (21:53 +0000)]
    * cp-tree.h: get rid of needs_virtual_reinit bit.

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

21 years ago * include/win32.h: Fixed typo in "DISABLE_JAVA_NET".
tromey [Tue, 10 Dec 2002 21:24:47 +0000 (21:24 +0000)]
* include/win32.h: Fixed typo in "DISABLE_JAVA_NET".
From Laurent Bardet <l.bardet@magic.fr>.

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

21 years ago2002-12-10 Janis Johnson <janis187@us.ibm.com>
janis [Tue, 10 Dec 2002 21:00:31 +0000 (21:00 +0000)]
2002-12-10  Janis Johnson  <janis187@us.ibm.com>

PR other/8882
* doc/tm.texi (PUSH_ARGS): Remove misplaced line.

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

21 years agoAdd support for darwin linker options.
dpatel [Tue, 10 Dec 2002 20:20:47 +0000 (20:20 +0000)]
Add support for darwin linker options.
        * config/darwin.h(LINK_SPEC): Add darwin specific linker options.
* doc/invoke.texi: Add new "Darwin Options" section.

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

21 years agoFix PPC32 SVR4 ABI bug with 128-bit long double.
wilson [Tue, 10 Dec 2002 19:24:38 +0000 (19:24 +0000)]
Fix PPC32 SVR4 ABI bug with 128-bit long double.
* rs6000.h (RETURN_IN_MEMORY): If ABI_V4, then TFmode is returned in
memory.

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

21 years ago * libsupc++/cxxabi.h (__cxa_bad_cast): Declare it.
mmitchel [Tue, 10 Dec 2002 17:09:05 +0000 (17:09 +0000)]
* libsupc++/cxxabi.h (__cxa_bad_cast): Declare it.
(__cxa_bad_typeid): Likewise.
(__cxa_atexit): Likewise.
(__cxa_finalize): Likewise.

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

21 years ago2002-12-10 Andrew Haley <aph@redhat.com>
aph [Tue, 10 Dec 2002 16:35:37 +0000 (16:35 +0000)]
2002-12-10  Andrew Haley  <aph@redhat.com>

* cse.c (cse_insn): Don't cse past a basic block boundary.

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

21 years ago * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
mmitchel [Tue, 10 Dec 2002 14:45:48 +0000 (14:45 +0000)]
* g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
markers.

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

21 years ago * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
jakub [Tue, 10 Dec 2002 11:06:33 +0000 (11:06 +0000)]
* g++.dg/parse/parameter-declaration-1.C: Expect error on last line.

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

21 years ago * config/linux.h (LIB_SPEC): If -pthread, add -lpthread even if
jakub [Tue, 10 Dec 2002 10:55:32 +0000 (10:55 +0000)]
* config/linux.h (LIB_SPEC): If -pthread, add -lpthread even if
-shared.
* config/alpha/linux-elf.h (LIB_SPEC): Likewise.
* config/alpha/linux.h (LIB_SPEC): Likewise.
* config/arm/linux-elf.h (LIB_SPEC): Likewise.
* config/pa/pa-linux.h (LIB_SPEC): Likewise.
* config/sparc/linux.h (LIB_SPEC): Likewise.
* config/sparc/linux64.h (LIB_SPEC): Likewise.

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