- 19 Apr, 2002 2 commits
-
-
lib2funcs.S (__xtensa_libgcc_window_spill, [...]): Use a syscall instructions to flush the register windows. * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill, __xtensa_nonlocal_goto): Use a syscall instructions to flush the register windows. From-SVN: r52503
Bob Wilson committed -
* real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as appropriate. Document need for extended precision even when MAX_LONG_DOUBLE_TYPE_SIZE is smaller. Define REAL_WIDTH here, based on REAL_VALUE_TYPE_SIZE. Use REAL_WIDTH to size REAL_VALUE_TYPE. Define CONST_DOUBLE_FORMAT here. Use #error instead of relying on later syntax error when REAL_WIDTH > 5. * real.c: Define NE based only on whether or not we have a full 128-bit extended type (not INTEL_EXTENDED_IEEE_FORMAT). Require sizeof(REAL_VALUE_TYPE) == 2*NE. Unconditionally define GET_REAL and PUT_REAL as simple memcpy operations; no need to byteswap or round. Use #error instead of #ifdef-ing out the entire file, for prompt error detection. * rtl.c, gengenrtl.c: No need to calculate CONST_DOUBLE_FORMAT here. From-SVN: r52502
Zack Weinberg committed
-
- 18 Apr, 2002 27 commits
-
-
localefwd.h (locale::id::_M_id): Do this correctly, as type safety is important, especially on solaris. 2002-04-18 Benjamin Kosnik <bkoz@redhat.com> * include/bits/localefwd.h (locale::id::_M_id): Do this correctly, as type safety is important, especially on solaris. * include/bits/istream.tcc (istream::read): Clean. (istream::readsome): Same. * locale.cc: Wrap lines. * testsuite/21_strings/inserters_extractors.cc: Tweaks. * testsuite/27_io/instantiations.cc (test): Add bool variable... * testsuite/21_strings/capacity.cc: Clean. From-SVN: r52501
Benjamin Kosnik committed -
2002-04-18 David S. Miller <davem@redhat.com> * config/sparc/sparc.h (BRANCH_COST): Define. * fold-const.c (BRANCH_COST): Don't provide default here, expr.h does it. From-SVN: r52500
David S. Miller committed -
* flow.c (update_life_info): Ignore return value of cleanup_cfg. Mask out PROP_SCAN_DEAD_CODE | PROP_KILL_DEAD_CODE in propagate_block calls after relaxation loop using new variable stabilized_prop_flags. From-SVN: r52498
Hans-Peter Nilsson committed -
* configure.in: Disallow configuring libgcj when it is already installed and we're using Solaris 2.8 linker. Do enable libgcj on Solaris 2.8 by default. For PR libgcj/6158. From-SVN: r52497
Tom Tromey committed -
* config/ia64/ia64.c (ia64_function_arg_pass_by_reference): New. (ia64_va_arg): Expect variable sized types by reference. * config/ia64/ia64-protos.h: Update. * config/ia64/ia64.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use ia64_function_arg_pass_by_reference. From-SVN: r52494
Richard Henderson committed -
PR optimization/5887, PR optimization/6010 * gcc.dg/20020418-1.c: New test. * gcc.dg/20020418-2.c: New test. From-SVN: r52492
Jakub Jelinek committed -
* ifcvt.c: Include except.h. (block_has_only_trap): Break out from find_cond_trap. (find_cond_trap): Use it. Always delete the trap block. (merge_if_block): Allow then block null. Be less simplistic about what insns can end a block. * Makefile.in (ifcvt.o): Depend on except.h. * gcc.c-torture/compile/iftrap-1.c: New. * gcc.dg/iftrap-1.c: Adjust for ia64. * gcc.dg/iftrap-2.c: New. From-SVN: r52489
Richard Henderson committed -
From-SVN: r52487
Richard Henderson committed -
PR c/6358 * function.c (assign_parms): Assign hard current_function_return_rtx register here... (expand_function_end): ...not here. * gcc.c-torture/compile/20020418-1.c: New test. From-SVN: r52485
Jakub Jelinek committed -
* doc/install.texi (Downloading the source): Do not mention Chill any longer, but mention Ada. (Configuration): Do not mention Chill any longer. From-SVN: r52482
Gerald Pfeifer committed -
* c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. * c-tree.h (c_incomplete_type_error): New. * c-typeck.c (require_complete_type, build_component_ref): Update. (incomplete_type_error): Rename. * langhooks-def.h (lhd_incomplete_type_error): New. (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): New. (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update. * langhooks.c (lhd_incomplete_type_error): New. * langhooks.h (struct lang_hooks_for_types): New hook. * tree.c (size_in_bytes): Use new hook. * tree.h (incomplete_type_error): Remove. ada: * gigi.h (incomplete_type_error): Remove. * utils.c (incomplete_type_error): Remove. cp: * call.c (build_new_method_call): Update. * cp-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. * cp-tree.h (cxx_incomplete_type_error): New. * decl.c (grokdeclarator, grokparms): Update. * decl2.c (check_classfn): Update. * pt.c (tsubst): Update. * typeck.c (complete_type_or_else, expr_sizeof, decay_conversion): Update. * typeck2.c (incomplete_type_error): Rename. (add_exception_specifier): Update. f: * com.c (incomplete_type_error): Remove. java: * typeck.c (incomplete_type_error): Remove. objc: * objc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. From-SVN: r52480
Neil Booth committed -
* config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT blocks. From-SVN: r52479
Zack Weinberg committed -
From-SVN: r52477
Hans-Peter Nilsson committed -
* i386.h (SSE_FLOAT_MODE_P): Fix bogus conflict resolution in last patch. From-SVN: r52475
Jan Hubicka committed -
* fold-const.c (fold): Use (*lang_hooks.types.unsigned_type) instead of unsigned_type. From-SVN: r52474
Jakub Jelinek committed -
* i386.h (SSE_FLOAT_MODE_P): Kill bogus TARGET_SSE_MATH check. * i386.md (sse_mov?fcc*): Swap operands for cases they will be swapped later. From-SVN: r52471
Jan Hubicka committed -
PR c++/5658 * search.c (setup_class_bindings): A class template qualifies as a type binding. From-SVN: r52469
Jason Merrill committed -
From-SVN: r52467
Bernd Schmidt committed -
From-SVN: r52466
Bernd Schmidt committed -
* fold-const.c (fold) [NOP_EXPR]: Convert (T)(x&c) into ((T)x&(T)c) for integer constant c (if x has unsigned type or sign bit is not set in c). This folds the zero/sign extension into the bit-wise and operation. * gcc.c-torture/compile/20020415-1.c: New. Co-Authored-By: Jakub Jelinek <jakub@redhat.com> From-SVN: r52465
Roger Sayle committed -
PR middle-end/6205 * config/i386/i386.md (movsf_1): Use pxor only if TARGET_SSE2, otherwise xorps. From-SVN: r52464
Jakub Jelinek committed -
From-SVN: r52462
Geoffrey Keating committed -
2002-04-18 David S. Miller <davem@redhat.com> * gcc.c-torture/execute/20020418-1.c: New test. From-SVN: r52461
David S. Miller committed -
From-SVN: r52459
GCC Administrator committed -
2002-04-17 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/doxygroups.cc: New group on binary searching. * include/bits/stl_algo.h: Document binary searches and merges. * include/bits/stl_deque.h: The 'map' member is not the 'map' class. From-SVN: r52453
Phil Edwards committed -
2002-04-17 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/mainpage.html: Doxygen logo is now a PNG file. * docs/doxygen/run_doxygen: Bump required version. * docs/doxygen/user.cfg.in: Revert accidental change. * docs/html/faq/index.html: Reindent a block of links. (4.4): New note on using dlsym. * docs/html/faq/index.txt: Regenerated. From-SVN: r52451
Phil Edwards committed -
2002-04-17 Phil Edwards <pme@gcc.gnu.org> * testsuite_flags.in (cxxflags): Also pass @EXTRA_CXX_FLAGS@. From-SVN: r52450
Phil Edwards committed
-
- 17 Apr, 2002 11 commits
-
-
* class.c (make_class_data): Set DECL_ALIGN on static class data, for hash synchronization. * expr.c (java_expand_expr): Set DECL_ALIGN on static array objects. * decl.c (java_init_decl_processing): Don't set TYPE_ALIGN for class_type_node. From-SVN: r52448
Bryce McKinlay committed -
File.java (normalizePath): Add Win32 support for auto conversion of a '/' path separator to Win32's '\'... * java/io/File.java (normalizePath): Add Win32 support for auto conversion of a '/' path separator to Win32's '\' separator. From-SVN: r52447
Adam King committed -
* configure.in: Move default CC setting out of config/mh-* fragments directly into here. From-SVN: r52443
Nathanael Nerode committed -
* configure.in: don't even try to configure or make a subdirectory if there's no configure script for it. From-SVN: r52442
Nathanael Nerode committed -
2002-04-17 Benjamin Kosnik <bkoz@redhat.com> * config/linker-map.gnu (__malloc_alloc_template): Add. (__default_alloc_template): Same. * include/bits/stl_alloc.h (__malloc_alloc_template): Add extern template. (__default_alloc_template): Same. From-SVN: r52441
Benjamin Kosnik committed -
* include/private/gcconfig.h: Use LINUX_STACKBOTTOM for SPARC Linux. From-SVN: r52440
Hans Boehm committed -
2002-04-17 Benjamin Kosnik <bkoz@redhat.com> * testsuite/27_io/filebuf_virtuals.cc: Add _S_pback_size instantiation. From-SVN: r52436
Benjamin Kosnik committed -
2002-04-17 NIIBE Yutaka <gniibe@m17n.org> * config/sh/elf.h: Undefine ASM_OUTPUT_CASE_LABEL. From-SVN: r52435
NIIBE Yutaka committed -
PR c++/6316 * decl2.c (finish_file): Clear DECL_EXTERNAL in a separate loop before expanding. * g++.dg/opt/inline1.C: New test. From-SVN: r52434
Jakub Jelinek committed -
* libjava.lang/negzero.java: New. * libjava.lang/negzero.out: New. From-SVN: r52429
Mark Wielaard committed -
* jcf-write.c (generate_bytecode_insns): Only write const_0 if not negative zero. From-SVN: r52427
Mark Wielaard committed
-