- 24 May, 2005 1 commit
-
-
[[Split portion of a mixed commit.]] From-SVN: r100090.2
GCC Administrator committed
-
- 23 May, 2005 9 commits
-
-
From-SVN: r100088
Jason Merrill committed -
* docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC had to be defined for pedantic mode in 3.4 and 4.0.0. From-SVN: r100087
Jonathan Wakely committed -
2005-05-23 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.c (s390_optimize_prologue): Don't replace an insn saving less registers than the replacement. From-SVN: r100081
Andreas Krebbel committed -
From-SVN: r100080
Jan Hubicka committed -
* gcc.c-torture/execute/20020720-1.x: Fix m32r target selector to be a proper triple, ie: m32r*-*-*. * g++.old-deja/g++.jason/thunk3.C: Likewise. From-SVN: r100078
Nick Clifton committed -
* config/sparc/sparc-protos.h (sparc_expand_move): New prototype. * config/sparc/sparc.c (sparc_expand_move): New function. (sparc_emit_set_const64): Rewrite assert condition on entry. (legitimate_constant_p) <CONST_VECTOR>: New case. (legitimize_pic_address): Use TARGET_ARCH64 to select the mode. * config/sparc/sparc.md (movqi, movhi, movsi, movdi, movV32, movV64, movtf): Use nonimmediate_operand for the first operand. Rewrite. Only invoke sparc_expand_move. * config/sparc/predicates.md (input_operand): Reorder tests. From-SVN: r100077
Eric Botcazou committed -
gcc/ 2005-05-23 Jan Beulich <jbeulich@novell.com> * gthr-posix.h (__gthread_recursive_mutex_init_function): Add missing return statement. From-SVN: r100075
Jan Beulich committed -
From-SVN: r100074
Roger Sayle committed -
[[Split portion of a mixed commit.]] From-SVN: r100072.2
GCC Administrator committed
-
- 22 May, 2005 7 commits
-
-
From-SVN: r100070
Francois-Xavier Coudert committed -
PR libfortran/21376 * io/write.c (output_float): Rework logic to avoid call to log10 with argument equal to zero. From-SVN: r100068
Peter Wainwright committed -
PR target/21683 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC. From-SVN: r100066
Danny Smith committed -
* config/sparc/sparc.c (sparc_emit_float_lib_cmp): Use emit_move_insn for moves to TFmode stack slots. From-SVN: r100058
Eric Botcazou committed -
* java/lang/mprec.c (mult, lshift, b2d, d2b): Add parenthesis to avoid warnings. From-SVN: r100057
Andreas Jaeger committed -
From-SVN: r100056
Ziemowit Laski committed -
[[Split portion of a mixed commit.]] From-SVN: r100053.2
GCC Administrator committed
-
- 21 May, 2005 6 commits
-
-
* crontab: Spread snapshot building more evenly throughout the week. From-SVN: r100051
Gerald Pfeifer committed -
2004-05-21 Andrew Pinski <pinskia@physics.uc.edu> PR middle-end/21331 PR tree-opt/21293 * gcc.c-torture/compile/pr21293.c: New test. * gcc.c-torture/execute/pr21331.c: New test. From-SVN: r100045
Andrew Pinski committed -
From-SVN: r100044
Ranjit Mathew committed -
2005-05-21 Richard Guenther <rguenth@gcc.gnu.org> * tree-stdarg.c (execute_optimize_stdarg): Handle references to va_list of the form &va[0]. From-SVN: r100043
Richard Guenther committed -
* configure.ac: Check for trunc and truncf in libm. * configure: Regenerate. * config.h.in: Likewise. * intrinsics/c99_functions.c (trunc, truncf): New functions. * c99_protos.h (trunc, truncf): Declare them. From-SVN: r100040
Eric Botcazou committed -
[[Split portion of a mixed commit.]] From-SVN: r100038.2
GCC Administrator committed
-
- 20 May, 2005 16 commits
-
-
From-SVN: r100036
Richard Henderson committed -
From-SVN: r100035
Ziemowit Laski committed -
* obj-c++-dg.exp: Add. * obj-c++.exp: Add. * obj-c++.dg/dg.exp: Add. From-SVN: r100031
Mike Stump committed -
* Makefile.in (insn-emit.o): Add basic-block.h dependency. * genemit.c (main): Make insn-emit to include basic-block.h too. From-SVN: r100028
Jan Hubicka committed -
libstdc++-v3/ 2005-05-20 Jan Beulich <jbeulich@novell.com> * libmath/stubs.c: Also implement fabsf/fabsl if not present in the system libraries. From-SVN: r100013
Jan Beulich committed -
stl_algo.h (__rotate<_RandomAccessIterator>): Don't qualify __tmp as const, _ValueType is not necessarily Assignable. 2005-05-20 Paolo Carlini <pcarlini@suse.de> * include/bits/stl_algo.h (__rotate<_RandomAccessIterator>): Don't qualify __tmp as const, _ValueType is not necessarily Assignable. * include/bits/stl_algobase.h (swap, __iter_swap<false>): Likewise, as an harmless extension. From-SVN: r100011
Paolo Carlini committed -
* g++.old-deja/g++.jason/thunk3.C: XFAIL on m32r*-*. * gcc.c-torture/execute/20020720-1.x: Add xfail for m32r*-*. * gcc.c-torture/execute/20020720-1.x: Add xfail for avr-*-*. From-SVN: r100010
Nick Clifton committed -
From-SVN: r100009
Jan Hubicka committed -
2005-05-20 Paolo Bonzini <bonzini@gnu.org> * Makefile.def (configure-gcc): Depend on binutils having been built. (all-gcc): No need to do it here. * Makefile.in: Regenerate. From-SVN: r100007
Paolo Bonzini committed -
From-SVN: r100006
Richard Henderson committed -
* config/alpha/alpha.c (emit_unlikely_jump, emit_load_locked, emit_store_conditional): Split out from ... (alpha_split_atomic_op): ... here. (alpha_split_compare_and_swap): New; extract from .md file. (alpha_split_lock_test_and_set): Likewise. * config/alpha/alpha-protos.h: Update. * config/alpha/sync.md (sync_compare_and_swap<I48MODE>): Move split code into alpha.c. (sync_lock_test_and_set<I48MODE>): Likewise. From-SVN: r100005
Richard Henderson committed -
From-SVN: r100004
Richard Henderson committed -
From-SVN: r100003
Richard Henderson committed -
From-SVN: r100002
Richard Henderson committed -
From-SVN: r100001
Richard Henderson committed -
[[Split portion of a mixed commit.]] From-SVN: r99999.2
GCC Administrator committed
-
- 19 May, 2005 1 commit
-
-
From-SVN: r99997
Janis Johnson committed
-