- 20 Feb, 2003 14 commits
-
-
* config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define. * config/rs6000/power4.md (power4-store,power4-vecstore): New insn reservations. (power4-fpstore): Compact. From-SVN: r63167
David Edelsohn committed -
* gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64. [[Split portion of a mixed commit.]] From-SVN: r63163.2
Jan Hubicka committed -
* gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64. [[Split portion of a mixed commit.]] From-SVN: r63162.2
Jan Hubicka committed -
From-SVN: r63161
Kazu Hirata committed -
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status. * configure: Rebuilt. From-SVN: r63159
Alexandre Oliva committed -
* combine.c (distribute_notes): Kill REG_EXEC_COUNT. * rtl.c (reg_note_name): Likewise. * rtl.h (enum reg_note): Likewise. * doc/invoke.texi: Likewise. * doc/rtl.texi: Likewise. From-SVN: r63157
Josef Zlomek committed -
From-SVN: r63156
Josef Zlomek committed -
2003-02-19 Michael Koch <konqueror@gmx.de> * gnu/java/nio/natSocketChannelImpl.cc: Added support for platforms without network support. From-SVN: r63155
Michael Koch committed -
* configure.in (multiosdir): Set to nothing if compiler is not GCC or if it doesn't support -print-multi-os-directory. * configure: Rebuilt. From-SVN: r63153
Alexandre Oliva committed -
* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld. * ltconfig: Handle it. * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of auto-detecting it. From-SVN: r63150
Alexandre Oliva committed -
* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld. * ltconfig: Handle it. * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of auto-detecting it. From-SVN: r63148
Alexandre Oliva committed -
2003-02-19 Paolo Carlini <pcarlini@unitus.it> * include/bits/sstream.tcc (overflow): According to 27.7.1.3, p5, actual output is performed by sputc(c). From-SVN: r63147
Paolo Carlini committed -
From-SVN: r63144
GCC Administrator committed -
2003-02-19 Phil Edwards <pme@gcc.gnu.org> PR libstdc++/9582 * include/bits/stl_alloc.h: Remove all traces of assert(). From-SVN: r63136
Phil Edwards committed
-
- 19 Feb, 2003 26 commits
-
-
* ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever it is used as argument to $CC. * ltcf-gcj.sh: Likewise. From-SVN: r63135
Alexandre Oliva committed -
* configure.in: Introduce --enable-maintainer-mode. * configure: Rebuilt. * Makefile.tpl (Makefile.in, configure): Enable dependencies only for maintainer mode. * Makefile.in: Rebuilt. From-SVN: r63134
Alexandre Oliva committed -
fold-const.c (fold_real_zero_addition_p): Don't fold a zero addition in the presence of signaling NaNs. * fold-const.c (fold_real_zero_addition_p): Don't fold a zero addition in the presence of signaling NaNs. From-SVN: r63133
Roger Sayle committed -
2003-02-19 Krister Walfridsson <cato@df.lth.se> * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo. From-SVN: r63132
Krister Walfridsson committed -
h8300.c (output_logical_op): Optimize or.l when ORing with 0xffff??00 with the highest bit of the ?? part set. * config/h8300/h8300.c (output_logical_op): Optimize or.l when ORing with 0xffff??00 with the highest bit of the ?? part set. (compute_logical_op_length): Update. (compute_logical_op_cc): Likewise. From-SVN: r63131
Kazu Hirata committed -
bb-reorder.c (find_traces_1_round): Fixed condition for small destination block with multiple predecessors. * bb-reorder.c (find_traces_1_round): Fixed condition for small destination block with multiple predecessors. (connect_traces): Check whether the block is a start of trace. From-SVN: r63127
Josef Zlomek committed -
* calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS * function.c (assign_params): Likewise. * arm-protos.h (arm_init_cumulative_args): Update prototype. * arm.c (arm_init_cumulative_args): Update function. * arm.h (INIT_CUMULATIVE_ARGS): Update. * avr-protos.h (init_cumulative_args): Update prototype. * avr.c (init_cumulative_args): Update function. * avr.h (INIT_CUMULATIVE_ARGS): Update. * d30v-protos.h (d30v_init_cumulative_args): Update prototype. * d30v.c (d30v_init_cumulative_args): Update function. * d30v.h (INIT_CUMULATIVE_ARGS): Update. * frv-protos.h (frv_init_cumulative_args): Update prototype. * frv.c (frv_init_cumulative_args): Update function. * frv.h (INIT_CUMULATIVE_ARGS): Update. * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS. * pa.h (INIT_CUMULATIVE_ARGS): Update. * sparc-protos.h (init_cumulative_args): Update prototype. * sparc.c (init_cumulative_args): Update function. * sparc.h (INIT_CUMULATIVE_ARGS): Update. * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation. From-SVN: r63126
Jan Hubicka committed -
* config/h8300/h8300.md (*iorsi3_two_qi_sext): New. (*ashiftsi_sextqi_7): Likewise. From-SVN: r63125
Kazu Hirata committed -
From-SVN: r63124
Jan Hubicka committed -
* config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for ISO C99 and C++. * fixinc/inclhack.def (irix___restrict): Don't change __restrict for C++ on IRIX 6.5.1[89]. * fixinc/tests/base/internal/sgimacros.h: New file. * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99. * fixinc/tests/base/internal/wchar_core.h: New file. * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78] socklen_t definition. * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/sys/socket.h: New file. Fixes PR libgcj/9652. From-SVN: r63123
Rainer Orth committed -
* gnu/gcj/runtime/natStackTrace.cc: Include platform.h immediately after config.h. Use <> for consistency. * java/lang/natObject.cc: Likewise. * java/lang/natRuntime.cc: Likewise. * java/lang/natSystem.cc: Likewise. * java/util/natTimeZone.cc: Likewise. * win32.cc: Likewise. * include/posix.h (fcntl, socket, connect, close, bind, accept, listen, write, read): Undef to avoid interference from OS macros. From-SVN: r63122
Rainer Orth committed -
From-SVN: r63120
Jan Hubicka committed -
* i386.md (movsfcc_1, movdfcc_1): Fix constrains. [[Split portion of a mixed commit.]] From-SVN: r63119.2
Jan Hubicka committed -
2003-02-19 David Edelsohn <edelsohn@gnu.org> * config/rs6000/rs6000.c (rs6000_override_options): Initialize align_jumps_max_skip and align_loops_max_skip. 2003-02-19 Thierry Moreau <thierry.moreau@connotech.com> * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not test size if named section. From-SVN: r63116
David Edelsohn committed -
From-SVN: r63111
Daniel Jacobowitz committed -
* expr.c (expand_expr): Use gen_int_mode for the argument to gen_rtx_MULT. From-SVN: r63110
Daniel Jacobowitz committed -
From-SVN: r63105
Jan Hubicka committed -
* config/h8300/h8300.md (extendqisi2): Change to an expander. (*extendqisi2_h8300): New. (*extendqisi2_h8300hs): Likewise. From-SVN: r63104
Kazu Hirata committed -
* config/h8300/h8300-protos.h: Update the prototype for split_adds_subs. Remove the prototypes for const_int_le_2_operand and const_int_le_6_operand. * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec. (const_int_le_2_operand): Remove. (const_int_le_6_operand): Likewise. * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries for const_int_le_2_operand and const_int_le_6_operand. * config/h8300/h8300.md: Update all uses of split_adds_subs. (a peephole2): New. From-SVN: r63103
Kazu Hirata committed -
* gnu/java/nio/ByteBufferImpl.java (ByteBufferImpl): Renamed two variables. * gnu/java/nio/CharBufferImpl.java (CharBufferImpl): Renamed two variables. * gnu/java/nio/DoubleBufferImpl.java (DoubleBufferImpl): Renamed two variables. * gnu/java/nio/FloatBufferImpl.java (FloatBufferImpl): Renamed two variables. * gnu/java/nio/IntBufferImpl.java (IntBufferImpl): Renamed two variables. * gnu/java/nio/LongBufferImpl.java (LongBufferImpl): Renamed two variables. * gnu/java/nio/ShortBufferImpl.java (ShortBufferImpl): Renamed two variables. * java/nio/CharBuffer.java (wrap): Fixed arguments to CharBufferImpl constructor. (hasArray): Only not read-only buffers have backing arrays. (length): Documentation added. (subSequence): Documentation added. * java/nio/DoubleBuffer.java (hasArray): Only not read-only buffers have backing arrays. * java/nio/FloatBuffer.java (hasArray): Only not read-only buffers have backing arrays. * java/nio/IntBuffer.java (hasArray): Only not read-only buffers have backing arrays. * java/nio/LongBuffer.java (hasArray): Only not read-only buffers have backing arrays. * java/nio/ShortBuffer.java (hasArray): Only not read-only buffers have backing arrays. From-SVN: r63101
Michael Koch committed -
* javax/accessibility/AccessibleContext.java (ACCESSIBLE_DESCRIPTION_PROPERTY): Fixed typo. From-SVN: r63100
Michael Koch committed -
2003-02-19 Michael Koch <konqueror@gmx.de> * java/awt/ScrollPaneAdjustable.java: Reformated. From-SVN: r63099
Michael Koch committed -
* cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill. (cgraph_expand_function): Rewrite. * gcc.dg/funcorder.c: New test. From-SVN: r63098
Jan Hubicka committed -
* gnu/awt/j2d/Graphics2DImpl.java (getFontRenderContext): New method. (drawGlyphVector): New method. * java/awt/Graphics2D.java (getFontRenderContext): New abstract method. (drawGlyphVector): New abstract method. From-SVN: r63097
Michael Koch committed -
* toplev.c, langhooks.c, langhooks-def.h: Move write_global_declarations from toplev.c to langhooks.c. From-SVN: r63094
Matt Austern committed -
* config/h8300/h8300.c (general_operand_src): Always check MODE. (general_operand_dst): Likewise. * gcc.c-torture/execute/20030218-1.c: New. From-SVN: r63091
Kazu Hirata committed
-