- 02 May, 2002 11 commits
-
-
2002-05-02 Jerome Marc <marcjero@yahoo.com> * java/net/natPlainSocketImpl.cc: Include sys/ioctl.h and sys/filio.h, if present. From-SVN: r53050
Jerome Marc committed -
* pa/x-ada (ADA_CFLAGS): Rename to X_ADA_CFLAGS. * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides. (ALL_ADA_CFLAGS): Define. Replace ADA_CFLAGS with ALL_ADA_CFLAGS in ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC. From-SVN: r53047
John David Anglin committed -
From-SVN: r53046
Catherine Moore committed -
From-SVN: r53045
Kazu Hirata committed -
* combine.c: Fix comment formatting. * expr.c: Likewise. * genautomata.c: Likewise. * stmt.c: Likewise. * tree.h: Likewise. From-SVN: r53044
Kazu Hirata committed -
From-SVN: r53040
Joseph Myers committed -
fr30.h (GO_IF_LEGITIMATE_ADDRESS): Accept any form of the frame pointer or arg pointer register which strict... * config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Accept any form of the frame pointer or arg pointer register which strict register checking is not enabled. From-SVN: r53039
Nick Clifton committed -
From-SVN: r53038
GCC Administrator committed -
From-SVN: r53034
Bruce Korb committed -
From-SVN: r53033
Mark Mitchell committed -
2002-05-02 Aldy Hernandez <aldyh@redhat.com> * gcc.dg/altivec-8.c: New. * config/rs6000/rs6000.c (rs6000_legitimate_address): Disallow PRE_INC and PRE_DEC for altivec modes. From-SVN: r53031
Aldy Hernandez committed
-
- 01 May, 2002 21 commits
-
-
2002-05-01 Jeff Law <law@redhat.com> * pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the 'T' constraint. From-SVN: r53027
Jeff Law committed -
2002-05-01 Phil Edwards <pme@gcc.gnu.org> * include/std/std_bitset.h: Fix doxygen comments. * docs/html/documentation.html: Minor tweaks for 3.1. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise, mention stdio_filebuf. * docs/html/faq/index.html: Likewise. * docs/html/faq/index.txt: Regenerated. From-SVN: r53025
Phil Edwards committed -
2002-05-01 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/6533 * include/bits/streambuf_iterator.h (istreambuf_iterator::_M_get): New. (istreambuf_iterator::equal): Use it. (istreambuf_iterator::operator*): Use it. From-SVN: r53024
Benjamin Kosnik committed -
dbxout.c (dbxout_type): Emit size information for range types, as well, but only when using GDB extensions. * dbxout.c (dbxout_type): Emit size information for range types, as well, but only when using GDB extensions. From-SVN: r53023
Joel Brobecker committed -
* configure.in (noconfigdirs): Replace [ ] with test. * configure.in (noconfigdirs): Do not add target-newlib if target == i[3456]86-*-linux*, and host == target. From-SVN: r53021
Thomas Fitzsimmons committed -
configure.in (HAVE_GAS_HIDDEN): Replace SPARC feature test with target-independent gnu binutils date test. * configure.in (HAVE_GAS_HIDDEN): Replace SPARC feature test with target-independent gnu binutils date test. From-SVN: r53017
Richard Henderson committed -
* cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump info before expunging the block. From-SVN: r53014
Richard Henderson committed -
* cppinit.c (cpp_handle_option) [-dM]: Don't set no_output here... (cpp_post_options): ...but here. Disable -dD, -dN and -dI when -M -or -MM is in effect. From-SVN: r53013
Jakub Jelinek committed -
* config.gcc: Correct test of --enable-obsolete. Obsolete all A29k configurations. * doc/install.texi: Update to match. From-SVN: r53009
Zack Weinberg committed -
2002-05-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> PR bootstrap/6514 * varasm.c (globalize_decl): Compare DECL_ASSEMBLER_NAME to check for duplicates. Always loop over whole list. From-SVN: r53006
Franz Sirl committed -
From-SVN: r53005
Richard Kenner committed -
2002-05-01 Joel Sherrill <joel@OARcorp.com> * config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly support routines. From-SVN: r53003
Joel Sherrill committed -
2002-05-01 Joel Sherrill <joel@OARcorp.com> * config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning. From-SVN: r53001
Joel Sherrill committed -
* rs6000.md (abssi2_nopower): Convert to define_insn_and_split. (nabs_nopower): Same. (floatdisf2): New pattern. (absdi2): Convert to define_insn_and_split. (nabsdi2): Same. (trunctfsf2): Same. (floatditf2): Same. (floatsitf2): Same. (fix_trunctfdi2): Same. (fix_trunctfsi2): Same. From-SVN: r52999
David Edelsohn committed -
* doc/install.texi: Update Texinfo version requirement documentation. From-SVN: r52997
Joseph Myers committed -
PR target/6512, PR target/5628 * config/sparc/sparc.md (movdf_insn_v9only_novis): Don't allow >= %f32 when memory is not aligned. (movdf_insn_v9only_vis): Likewise. * config/sparc/sparc.h (SECONDARY_INPUT_RELOAD_CLASS): Request a FP_REGS temporary for EXTRA_FP_REGS DFmode load from unaligned memory. (SECONDARY_OUTPUT_RELOAD_CLASS): Similarly. From-SVN: r52995
Jakub Jelinek committed -
From-SVN: r52994
Nathan Sidwell committed -
From-SVN: r52992
GCC Administrator committed -
2002-05-01 Aldy Hernandez <aldyh@redhat.com> * gcc.dg/altivec-7.c: New. * config/rs6000/altivec.h: Cleanup. From-SVN: r52988
Aldy Hernandez committed -
2002-05-01 Paolo Carlini <pcarlini@unitus.it> PR libstdc++/6513 * include/bits/stl_uninitialized.h (uninitialized_copy(_InputIter, _InputIter, _ForwardIter)): Fix typo in 2001-07-17 commit: typedef _ValueType to iterator_traits<_ForwardIter> not <_InputIter>. * testsuite/23_containers/vector_ctor.cc: Add test04. From-SVN: r52985
Paolo Carlini committed -
* doc/invoke.texi (Option Summary): Add -mvrsave=. (RS/6000 and PowerPC Options): Document -mvrsave=. * config/rs6000/rs6000.c (rs6000_altivec_vrsave): New global. (rs6000_altivec_vrsave_string): Same. (rs6000_override_options): Call rs6000_parse_vrsave_option. (rs6000_parse_vrsave_option): New. (rs6000_stack_info): Only generate vrsave instructions when TARGET_ALTIVEC_VRSAVE. * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -mvrsave= option. (rs6000_altivec_vrsave_string): Define extern. (rs6000_altivec_vrsave): Same. (TARGET_ALTIVEC_VRSAVE): New. From-SVN: r52984
Aldy Hernandez committed
-
- 30 Apr, 2002 8 commits
-
-
* java/io/BufferedReader.java (fill): Handle case where markPos point to ignored \n. Fixes PR libgcj/6301. From-SVN: r52982
Tom Tromey committed -
* toplev.c (rest_of_compilation): Don't run cross-jump before bb-reorder. * gcc.dg/20020430-1.c: New. From-SVN: r52981
Richard Henderson committed -
2002-04-30 John David Anglin <dave@hiauly1.hia.nrc.ca> PR libstdc++/6501 * include/c_std/std_cctype.h: Include bits/c++config.h. * config/os/hpux/bits/os_defines.h (_SB_CTYPE_MACROS): Define. From-SVN: r52979
Benjamin Kosnik committed -
From-SVN: r52977
David S. Miller committed -
class.c (finish_struct_bits): Only mark TREE_ADDRESSABLE if TYPE_HAS_TRIVIAL_INIT_REF is false or... 2002-04-30 Mark Mitchell <mark@codesourcery.com> * class.c (finish_struct_bits): Only mark TREE_ADDRESSABLE if TYPE_HAS_TRIVIAL_INIT_REF is false or TYPE_HAS_NONTRIVIAL_DESTRUCTOR is true. From-SVN: r52976
Mark Mitchell committed -
From-SVN: r52974
Tom Rix committed -
* cpplex.c: Fix comment formatting. * function.c: Likewise. * integrate.c: Likewise. * regrename.c: Likewise. * sibcall.c: Likewise. * simplify-rtx.c: Likewise. * tree-inline.c: Likewise. From-SVN: r52972
Kazu Hirata committed -
PR libstdc++/6501 * include/c_std/std_cctype.h: Include bits/c++config.h. * config/os/hpux/bits/os_defines.h (_SB_CTYPE_MACROS): Define. From-SVN: r52970
John David Anglin committed
-