- 25 Oct, 2000 15 commits
-
-
2000-10-23 Diego Novillo <dnovillo@cygnus.com> * i386.c (print_operand): Handle new 'A' formatting code. 387 opcodes need suffixes even with -mintel-syntax. Check for explicit size override (codes 'b', 'w' and 'k'). (print_operand_address): Check if register prefix is needed when emitting `ds' segment override. * i386.h: Add comment about new 'A' formatting code. * i386.md (jump and call patterns): Emit absolute references using %A. From-SVN: r37055
Diego Novillo committed -
* cpp.texi: Update with implementation-defined behavior and internal limits. From-SVN: r37054
Neil Booth committed -
2000-10-25 Phil Edwards <pme@sources.redhat.com> * configure.in: Check for gconv.h. * libio/wfileops.c: Wrap gconv.h in HAVE_GCONV_H. * config/c_io_libio_codecvt.c: Change __mbstate_t to __c_mbstate_t. * libio/_G_config.h: And here. * libio/iofwide.c: And here. * libio/libio.h: And here. * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Remove exception specification to match declaration. * include/bits/locale_facets.tcc: Include bits/std_clocale.h. From-SVN: r37053
Phil Edwards committed -
stor-layout.c (layout_type): If TYPE_ALIAS_SET was already set on the incomplete type force it into alias set 0. * stor-layout.c (layout_type): If TYPE_ALIAS_SET was already set on the incomplete type force it into alias set 0. * gcc.c-torture/execute/20001024-1.c: New test. From-SVN: r37052
Jakub Jelinek committed -
2000-10-24 Mark Harig <mharig@landmark.com> * docs/configopts.html: Added documentation for the "--enable-version-specific-runtime-libs" and "--with-gxx-include-dir" configuration switches. From-SVN: r37051
Mark Harig committed -
2000-10-24 Phil Edwards <pme@sources.redhat.com> * acconfig.h: List _GLIBCPP_USE_THREADS. * acinclude.m4: General formatting cleanup (tabs/spaces), typo correction, etc. Add comments about following *real* changes where they are used. (GLIBCPP_ENABLE_C_MBCHAR): New test... (GLIBCPP_CHECK_WCHAR_T_SUPPORT): ...results used here. (GLIBCPP_ENABLE_CSTDIO): Define need_wlibio iff wide characters are requested. (GLIBCPP_ENABLE_THREADS): If threads are used, define new macro _GLIBCPP_USE_THREADS in c++config.h. (GLIBCPP_ENABLE_SHADOW): For C_INCLUDE_DIR, change () to {} as this is used in both makefiles and shell scripts (mkcheck). * configure.in: Call GLIBCPP_ENABLE_C_MBCHAR. * libio/_G_config.h: Wrap _IO_MTSAFE_IO in _GLIBCPP_USE_THREADS. * config/c_io_libio.h: In nonthreaded case, typedef __c_lock to something harmless, like int. * config/os/aix/bits/os_defines.h: Guard with _GLIBCPP_OS_DEFINES, add comment/instructions. * config/os/bsd/bits/os_defines.h: Ditto. * config/os/generic/bits/os_defines.h: Ditto. * config/os/gnu-linux/bits/os_defines.h: Ditto. * config/os/irix/bits/os_defines.h: Ditto. * config/os/newlib/bits/os_defines.h: Ditto. * config/os/solaris/solaris2.5/bits/os_defines.h: Ditto. * config/os/solaris/solaris2.6/bits/os_defines.h: Ditto. * mkcheck.in: Limit the available heap size for testsuite binaries, initially at 2MB. From-SVN: r37050
Benjamin Kosnik committed -
2000-10-24 Benjamin Kosnik <bkoz@redhat.com> * include/bits/stl_pair.h (make_pair): Add LWG solution. * testsuite/21_strings/compare.cc (test01): Inject namespace std into the mix. * mkcheck.in (MAX_MEM_USAGE): Bump up to 3072. Strangely enough, this works. From-SVN: r37049
Benjamin Kosnik committed -
2000-10-24 Levente Farkas <lfarkas@mindmaker.hu> * include/bits/std_bitset.h (_M_do_find_next): Fix typo. From-SVN: r37048
Levente Farkas committed -
* java/lang/ThreadGroup.java (uncaughtException): Print thread name with stack dump. From-SVN: r37047
Bryce McKinlay committed -
From-SVN: r37046
Jeff Law committed -
parse.y (register_incomplete_type): Include JDEP_FIELD as a case where an enclosing context can be set on the jdep. 2000-10-24 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (register_incomplete_type): Include JDEP_FIELD as a case where an enclosing context can be set on the jdep. (do_resolve_class): Fixed identation. (http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00824.html) From-SVN: r37045
Alexandre Petit-Bianco committed -
* alias.c: Include basic-block.h. (loop_p): New function. (mark_constant_function): Use it. * Makefile.in (alias.o): Update dependencies. From-SVN: r37044
John Wehle committed -
From-SVN: r37043
Aldy Hernandez committed -
From-SVN: r37042
Aldy Hernandez committed -
* expmed.c (store_bit_field): Move integer pun code down after code that calls emit_move_insn for entire register move. * stor-layout.c (compute_record_mode): Revert Mar 25, Aug 18, and Oct 20 changes. Only store mode in TYPE_MODE if RECORD_TYPE. From-SVN: r37041
Jim Wilson committed
-
- 24 Oct, 2000 13 commits
-
-
rtlanal.c (rtx_unstable_p, [...]): Don't consider pic register stable if PIC_OFFSET_TABLE_REG_CALL_CLOBBERED. * rtlanal.c (rtx_unstable_p, rtx_varies_p): Don't consider pic register stable if PIC_OFFSET_TABLE_REG_CALL_CLOBBERED. From-SVN: r37040
Richard Henderson committed -
From-SVN: r37039
Aldy Hernandez committed -
From-SVN: r37038
Richard Henderson committed -
combine.c (distribute_notes): Discard REG_LIBCALL and REG_RETVAL when deleting libcall sequence collapsed to... * combine.c (distribute_notes): Discard REG_LIBCALL and REG_RETVAL when deleting libcall sequence collapsed to a single instruction. From-SVN: r37037
Alexandre Oliva committed -
2000-10-24 Andrew Haley <aph@cygnus.co.uk> * expr.c (do_store_flag): Don't crash if either side of a comparison is error_mark_node. From-SVN: r37036
Andrew Haley committed -
2000-10-23 Benjamin Kosnik <bkoz@redhat.com> * testsuite/21_strings/compare.cc (test01): Add using declarations. * include/c_std/bits/std_cerrno.h: And here. * include/c_std/bits/std_cassert.h: Tweaks. * mkcheck.in: Simplify. * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify. (GLIBCPP_ENABLE_LONG_LONG): Same. * aclocal.m4: Regenerate. * src/Makefile.am (c_shadow_headers): Add features.h, bits/wrap_features.h. * src/Makefile.in: Regenerate. * include/c_std/features.h: New file. * include/c_std/bits/wrap_features.h (_CPP_WRAP_FEATURES_H): New file. Need to have c++config.h included before this file so _ISOC99_SOURCE around. * include/c_std/sys/cdefs.h: Hack. * include/c_std/stdlib.h: Same, use c++config.h. * include/c_std/bits/std_cstdlib.h: Use _GLIBCPP_HAVE_STRTOLD. * include/c_std/bits/std_cassert.h: Fix. * include/c_std/bits/std_cerrno.h: Make consistent. * include/c_std/bits/std_csetjmp.h (setjmp): Unscope global declaration from ::_C_legacy to _C_legacy. * include/c_std/bits/std_cstdio.h: same with printf. * include/c_std/stdio.h: And here. * include/c_std/bits/std_cstdlib.h: abort, exit comment. * include/c_std/stdlib.h: Same here. From-SVN: r37035
Benjamin Kosnik committed -
2000-10-23 Benjamin Kosnik <bkoz@redhat.com> * testsuite/21_strings/compare.cc (test01): Add using declarations. * include/c_std/bits/std_cerrno.h: And here. * include/c_std/bits/std_cassert.h: Tweaks. * mkcheck.in: Simplify. * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify. (GLIBCPP_ENABLE_LONG_LONG): Same. * aclocal.m4: Regenerate. * src/Makefile.am (c_shadow_headers): Add features.h, bits/wrap_features.h. * src/Makefile.in: Regenerate. * include/c_std/features.h: New file. * include/c_std/bits/wrap_features.h (_CPP_WRAP_FEATURES_H): New file. Need to have c++config.h included before this file so _ISOC99_SOURCE around. * include/c_std/sys/cdefs.h: Hack. * include/c_std/stdlib.h: Same, use c++config.h. * include/c_std/bits/std_cstdlib.h: Use _GLIBCPP_HAVE_STRTOLD. * include/c_std/bits/std_cassert.h: Fix. * include/c_std/bits/std_cerrno.h: Make consistent. * include/c_std/bits/std_csetjmp.h (setjmp): Unscope global declaration from ::_C_legacy to _C_legacy. * include/c_std/bits/std_cstdio.h: same with printf. * include/c_std/stdio.h: And here. * include/c_std/bits/std_cstdlib.h: abort, exit comment. * include/c_std/stdlib.h: Same here. From-SVN: r37034
Benjamin Kosnik committed -
* sibcall.c (purge_mem_unchanging_flag): New function. (optimize_sibling_and_tail_recursive_calls): Call it. * g++.old-deja/g++.other/sibcall1.C: New test. From-SVN: r37033
Jakub Jelinek committed -
2000-10-24 Bryce McKinlay <bryce@albatross.co.nz> * java/util/EventObject.java: Merged from classpath. From-SVN: r37032
Bryce McKinlay committed -
From-SVN: r37031
Jeff Law committed -
2000-10-24 Philipp Thomas <pthomas@suse.de> * Makefile.in (check-po): New target for doing checks in the po subdir if all languages configured. (CHECK_TARGETS): Add @CHECK_PO@, replaced with check-po via configure if NLS is enabled. * configure.in: If NLS is enabled, substitute CHECK_PO by check-po, otherwise leave empty. * configure: Regenerate. From-SVN: r37030
Philipp Thomas committed -
* config/ia64/ia64.c (ia64_expand_prologue): Mark extra output registers as fixed. (ia64_function_epilogue): Undo output fixation. From-SVN: r37029
Richard Henderson committed -
* config/alpha/alpha.md: Add names for all unnamed insns; use define_insn_and_split in some obvious places. (lda): Remove. (zero_extendqihi2): Use an expander w/ nonimmediate_operand for BWX. (zero_extendqisi2, zero_extendqidi2): Likewise. (zero_extendhisi2, zero_extendhidi2): Likewise. (abs splitters): Fix match_scratch operand number. (bcc_reverse): Swap pc & label instead of non-canonical compare. From-SVN: r37028
Richard Henderson committed
-
- 23 Oct, 2000 12 commits
-
-
* ia64.c (ia64_print_operand, case 'r'): Correct comment. Handle CONST_INT. * ia64.md (cmpsi_adjusted): Use %r3. (cmpdi_adjusted): Likewise. From-SVN: r37025
Jim Wilson committed -
From-SVN: r37024
Jason Merrill committed -
2000-10-23 Diego Novillo <dnovillo@cygnus.com> * config/i386/att.h (ASM_FILE_START): Define. From-SVN: r37023
Diego Novillo committed -
2000-10-23 Diego Novillo <dnovillo@cygnus.com> * config/i386/linux.h (ASM_FILE_START): Define. From-SVN: r37022
Diego Novillo committed -
2000-10-23 Alexandre Petit-Bianco <apbianco@cygnus.com> * java/util/AbstractSet.java (equals): Re-installed original code. (http://sources.redhat.com/ml/java-patches/2000-q4/msg00054.html) From-SVN: r37021
Alexandre Petit-Bianco committed -
From-SVN: r37020
Donald Lindsay committed -
reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can overwrite the value in a RELOAD_FOR_INPUT and other kinds of... * reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can overwrite the value in a RELOAD_FOR_INPUT and other kinds of reloads just like an RELOAD_FOR_OUTPUT would. From-SVN: r37019
Geoff Keating committed -
* local-alloc.c (update_equiv_regs): Add an abort(). When deleting or moving insns, update reg_equiv[regno].init_insns. From-SVN: r37018
Geoff Keating committed -
From-SVN: r37017
Alex Samuel committed -
2000-10-23 Gabriel Dos Reis <gdr@codesourcery.com> * std/std_valarray.h (valarray::valarray): Use __valarray_copy, not __valarray_copy_construct. From-SVN: r37016
Gabriel Dos Reis committed -
* c-tree.texi: Improve documentation for IF_STMTs and related conditional statements. From-SVN: r37015
Mark Mitchell committed -
From-SVN: r37014
Jeff Law committed
-