| Commit message (Expand) | Author | Age | Files | Lines |
* | 13189.cc: Don't check for now that the catch block is not reached. | Paolo Carlini | 2004-02-16 | 3 | -2/+6 |
* | * fr.po: Update. | Joseph Myers | 2004-02-16 | 2 | -8813/+10972 |
* | * doc/sourcebuild.texi: Mention backends.html. | Joseph Myers | 2004-02-16 | 2 | -0/+7 |
* | locale_facets.tcc (money_get::do_get(string_type&)): Fix parsing of the remai... | Paolo Carlini | 2004-02-16 | 10 | -36/+36 |
* | c-decl.c, [...]: Fix comment formatting. | Kazu Hirata | 2004-02-16 | 9 | -17/+23 |
* | * fold-const.c (operand_equal_p): Fix VECTOR_CST comparison. | Richard Henderson | 2004-02-16 | 2 | -1/+4 |
* | * de.po: Update. | Joseph Myers | 2004-02-16 | 2 | -98/+102 |
* | * cse.c (cse_insn): Don't lose REG_NON_LOCAL_GOTO note. | Richard Henderson | 2004-02-16 | 2 | -1/+15 |
* | h8300.md: Remove unnecessary parallels from all define_insn and define_split ... | Kazu Hirata | 2004-02-16 | 2 | -164/+151 |
* | h8300.md: Remove explicit (set_attr "cc" "clobber"). | Kazu Hirata | 2004-02-16 | 2 | -134/+72 |
* | re PR c++/13971 (ICE when compiling koffice-cvs (in build_conditional_expr, a... | Mark Mitchell | 2004-02-16 | 8 | -132/+122 |
* | Daily bump. | GCC Administrator | 2004-02-16 | 2 | -2/+2 |
* | m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for '%#'. | Bernardo Innocenti | 2004-02-15 | 2 | -2/+10 |
* | re PR libstdc++/11352 (crash while internal padding numeric 0) | David Asher | 2004-02-15 | 2 | -26/+32 |
* | re PR c++/14085 (when compiling template functors) | Gabriel Dos Reis | 2004-02-15 | 3 | -0/+19 |
* | ia64.c, [...]: Fix comment typos. | Kazu Hirata | 2004-02-15 | 4 | -5/+10 |
* | c-common.h (GET_DIRECTIVE_LINE): Remove unused macro. | Roger Sayle | 2004-02-15 | 4 | -4/+15 |
* | re PR fortran/14129 ([g77] gcc/f/lex.c buffer size limitation.) | Roger Sayle | 2004-02-15 | 2 | -2/+20 |
* | ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapp... | Ito Kazumitsu | 2004-02-15 | 2 | -2/+19 |
* | Daily bump. | GCC Administrator | 2004-02-15 | 1 | -1/+1 |
* | Daily bump. | GCC Administrator | 2004-02-15 | 1 | -1/+1 |
* | MAINTAINERS: Added myself to write-after-approval. | Jerry Quinn | 2004-02-14 | 2 | -0/+5 |
* | 2004-02-14 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 2004-02-14 | 4 | -1/+5 |
* | 9182-2.cc: Make sure the exception is actually thrown. | Paolo Carlini | 2004-02-14 | 5 | -1/+16 |
* | UndoManager.java: Re-written from scratch. | Sascha Brawer | 2004-02-14 | 2 | -216/+585 |
* | * gcc.c-torture/compile/20040214-2.c: New test. | Josef Zlomek | 2004-02-14 | 2 | -0/+61 |
* | * tree-inline.c (copy_body_r): Do not replace ret_label. | Josef Zlomek | 2004-02-14 | 2 | -2/+9 |
* | re PR c++/14116 ([testcase] internal compiler error: in lookup_member, at cp/... | Andrew Pinski | 2004-02-14 | 1 | -0/+1 |
* | typeof8.C: New test. | Andrew Pinski | 2004-02-14 | 2 | -0/+16 |
* | i386.c (x86_four_jump_limit): New variable. | Jan Hubicka | 2004-02-14 | 3 | -8/+28 |
* | re PR libstdc++/13858 (Bad error handling in basic_filebuf::imbue) | Paolo Carlini | 2004-02-14 | 8 | -44/+214 |
* | emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of PARALLEL... | Josef Zlomek | 2004-02-14 | 2 | -2/+15 |
* | AbstractInterruptibleChannel.java (close): Set closed before calling implClos... | Per Bothner | 2004-02-14 | 2 | -1/+6 |
* | fix-header.c (line_table): Move local variable in main to global. | Per Bothner | 2004-02-14 | 4 | -2/+16 |
* | * Makefile.in: Fix comment typos. | Matt Kraai | 2004-02-14 | 2 | -2/+6 |
* | loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT for start_value... | Eric Botcazou | 2004-02-14 | 4 | -4/+23 |
* | mips-protos.h (mips_load_got_page): Delete. | Richard Sandiford | 2004-02-14 | 4 | -56/+74 |
* | MAINTAINERS: Added myself to write-after-approval. | Michael Koch | 2004-02-14 | 2 | -0/+5 |
* | * config/mips/mips.h (MASK_DEBUG_[ABEFI], TARGET_DEBUG_[ABEFI]_MODE) | Richard Sandiford | 2004-02-14 | 3 | -89/+26 |
* | re PR c++/13635 (ICE in register_specialization for specific order of templat... | Kriang Lerdsuwanakij | 2004-02-14 | 4 | -1/+39 |
* | re PR c++/13927 (duplicated error message on bad redeclaration of anon union) | Giovanni Bajo | 2004-02-14 | 2 | -0/+31 |
* | re PR c++/13927 (duplicated error message on bad redeclaration of anon union) | Giovanni Bajo | 2004-02-14 | 2 | -0/+6 |
* | re PR c++/14122 (problem with non-type tmplt parm in member template) | Mark Mitchell | 2004-02-14 | 8 | -28/+65 |
* | Daily bump. | GCC Administrator | 2004-02-14 | 2 | -2/+2 |
* | Make-lang.in: Install man pages under the same names (possibly transformed) a... | Geoffrey Keating | 2004-02-13 | 2 | -9/+14 |
* | configure.ac: Search for as, ld below libexec/gcc. | Rainer Orth | 2004-02-13 | 3 | -8/+13 |
* | Two minor fixes. | Ben Elliston | 2004-02-14 | 4 | -18/+34 |
* | MAINTAINERS: Move Steve Chamberlain to write-after-approval. | Joseph Myers | 2004-02-13 | 2 | -5/+10 |
* | re PR c++/14083 (ICE in conditional expression operator with throw) | Mark Mitchell | 2004-02-13 | 4 | -4/+45 |
* | config-lang.in: Disable Ada by default until probe logic for a bootstrap Ada ... | Zack Weinberg | 2004-02-13 | 2 | -0/+12 |