| Commit message (Expand) | Author | Age | Files | Lines |
* | gthr-posix.h (__gthread_active_init): Create detached instead of joinable thr... | John David Anglin | 2007-10-12 | 3 | -12/+18 |
* | acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add EOVERFLOW for Tru64. | Roger Sayle | 2007-10-11 | 5 | -1/+91 |
* | re PR rtl-optimization/33676 (libgfortran bootstrap failure: selected_int_kin... | Kenneth Zadeck | 2007-10-11 | 4 | -0/+97 |
* | Convert ext/hash_map, set to tr1/functional, tr1/unordered_map, set. | Benjamin Kosnik | 2007-10-11 | 19 | -215/+107 |
* | * gengtype-yacc.y: Delete. | Tom Tromey | 2007-10-11 | 2 | -226/+4 |
* | stl_heap.h (__push_heap, [...]): Use _GLIBCXX_MOVE. | Chris Jefferson | 2007-10-11 | 5 | -46/+62 |
* | i386.md (AX_REG, [...]): New constants. | Uros Bizjak | 2007-10-11 | 3 | -29/+40 |
* | Fixed omission in changelog. | Kenneth Zadeck | 2007-10-11 | 1 | -0/+1 |
* | re PR libstdc++/33734 (iconv_t must not be assumed to be a pointer) | Paolo Carlini | 2007-10-11 | 2 | -3/+9 |
* | moveable.cc: Fix and extend. | Paolo Carlini | 2007-10-11 | 2 | -33/+59 |
* | gcse.c (hash_scan_set): If the next nonnote insn is in a different basic bloc... | Richard Guenther | 2007-10-11 | 2 | -0/+6 |
* | re PR c++/31441 (ICE with variadic template and specialization) | Paolo Carlini | 2007-10-11 | 6 | -3/+58 |
* | re PR middle-end/33724 (Type checking error with address-of and ref-all point... | Richard Guenther | 2007-10-11 | 4 | -6/+53 |
* | re PR c/33726 (Type checking error with address-of and volatile and arrays) | Richard Guenther | 2007-10-11 | 4 | -2/+28 |
* | re PR rtl-optimization/33638 (wrong code with -O2 -fforce-addr) | Eric Botcazou | 2007-10-11 | 2 | -38/+36 |
* | re PR fortran/33500 (ICE in copy_to_mode_reg with logical(kind=1) expression) | Uros Bizjak | 2007-10-11 | 2 | -0/+13 |
* | re PR boehm-gc/33442 (1938 unexpected fails in libjava testsuite) | John David Anglin | 2007-10-11 | 2 | -1/+7 |
* | Daily bump. | GCC Administrator | 2007-10-11 | 1 | -1/+1 |
* | re PR libstdc++/33578 (__gnu_parallel::yield means what?) | Danny Smith | 2007-10-10 | 2 | -2/+17 |
* | guard.cc (struct mutex_wrapper): Move into anonymous namespace. | Jason Merrill | 2007-10-10 | 2 | -16/+19 |
* | list (list<>::list(list&&)): Fix. | Paolo Carlini | 2007-10-10 | 8 | -8/+19 |
* | ra-conflict.c (partial_bitnum, max_bitnum): Change type of variables to HOST_... | Peter Bergner | 2007-10-10 | 4 | -20/+32 |
* | re PR libstdc++/33633 (-D_GLIBCXX_DEBUG vs ext/hash_*) | Benjamin Kosnik | 2007-10-10 | 7 | -15/+29 |
* | re PR testsuite/33391 (gfortran.dg/do_3.F90 fails at -O2) | Francois-Xavier Coudert | 2007-10-10 | 2 | -1/+6 |
* | re PR fortran/33636 (Rejects valid use of vector subscript in derived type pa... | Francois-Xavier Coudert | 2007-10-10 | 2 | -1/+6 |
* | be.po, [...]: Update. | Joseph Myers | 2007-10-10 | 16 | -34/+38 |
* | be.po, [...]: Update. | Joseph Myers | 2007-10-10 | 16 | -84308/+84365 |
* | opth-gen.awk: Fixed generation of comment stating the origin of options.h | Wolfgang Gellerich | 2007-10-10 | 2 | -1/+6 |
* | revert: longlong.h (count_leading_zeros): Replace '{' and '}' with '%{' and '... | Kazu Hirata | 2007-10-10 | 5 | -71/+110 |
* | SMS: Add dump info | Revital Eres | 2007-10-10 | 2 | -13/+68 |
* | stl_algobase.h (swap): Move... | Paolo Carlini | 2007-10-10 | 5 | -28/+163 |
* | fixed date on last commit. | Kenneth Zadeck | 2007-10-10 | 1 | -1/+1 |
* | re PR rtl-optimization/33669 (Revision 128957 miscompiles 481.wrf) | Kenneth Zadeck | 2007-10-10 | 2 | -9/+17 |
* | Daily bump. | GCC Administrator | 2007-10-10 | 1 | -1/+1 |
* | inclhack.def (darwin_externc): New. | Geoffrey Keating | 2007-10-09 | 4 | -5/+114 |
* | Index: gcc/ChangeLog | Geoffrey Keating | 2007-10-09 | 5 | -27/+36 |
* | extend.texi (Deprecated Features): Mention that <? | Geoffrey Keating | 2007-10-09 | 2 | -2/+7 |
* | MAINTAINERS (Register allocation reviewer): Add myself. | Vladimir Makarov | 2007-10-09 | 2 | -0/+5 |
* | c-opts.c (c_common_handle_option): -Wnontemplate-friend... | Manuel López-Ibáñez | 2007-10-09 | 2 | -6/+8 |
* | PR libstdc++/33485 continued. | Wolfgang Bangerth | 2007-10-09 | 2 | -1/+7 |
* | re PR libstdc++/33682 (libstdc++ broken for !__GTHREAD_HAS_COND hosts) | Zhou Drangon | 2007-10-09 | 2 | -0/+8 |
* | PR libstdc++/33489 continued. | Benjamin Kosnik | 2007-10-09 | 11 | -126/+147 |
* | re PR libfortran/33683 (calculating lgamma instead of gamma) | Thomas Koenig | 2007-10-09 | 2 | -1/+7 |
* | type_traitsfwd.h (add_reference): Remove. | Paolo Carlini | 2007-10-09 | 4 | -3/+17 |
* | ra-conflict.c (record_one_conflict_between_regnos): Revert the last change. | H.J. Lu | 2007-10-09 | 2 | -6/+13 |
* | longlong.h (count_leading_zeros): Replace '{' and '}' with '%{' and '%}', res... | Kazu Hirata | 2007-10-09 | 2 | -1/+6 |
* | m68k.c (print_operand): Handle '{' and '}'. | Kazu Hirata | 2007-10-09 | 4 | -17/+34 |
* | re PR middle-end/33692 (Type checking error with address-of and volatile) | Richard Guenther | 2007-10-09 | 4 | -4/+41 |
* | re PR rtl-optimization/33669 (Revision 128957 miscompiles 481.wrf) | Kenneth Zadeck | 2007-10-09 | 4 | -6/+59 |
* | boost_concept_check.h (*AssociativeContainerConcept): Remove, unused. | Paolo Carlini | 2007-10-09 | 2 | -142/+6 |