Age | Commit message (Expand) | Author | Files | Lines |
2003-05-05 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2003-05-04 | update_version (textstring_FILES): Only version.c needs to be updated... | Gerald Pfeifer | 2 | -1/+6 |
2003-05-04 | GtkButtonPeer.java: Fix misspelling of "version". | Matt Kraai | 1 | -0/+16 |
2003-05-04 | builtin-attrs.def (ATTR_NOTHROW_NONNULL_1, [...]): Renamed from ATTR_NONNULL_... | Kaveh R. Ghazi | 5 | -46/+173 |
2003-05-04 | configure.in (AC_CHECK_FUNCS): Don't make multiple calls. | Kaveh R. Ghazi | 3 | -504/+77 |
2003-05-04 | 3.cc: New file, testing basic_string<char>::find_first_not_of. | Paolo Carlini | 3 | -0/+201 |
2003-05-04 | expr.c (store_field): Don't clobber TEMP in shift: it might be a variable. | Richard Kenner | 2 | -3/+21 |
2003-05-04 | * doc/cppopts.texi: Remove documentation of -gcc. | Neil Booth | 1 | -7/+0 |
2003-05-04 | stor-layout.c (compute_record_mode): Relax restriction on fields crossing wor... | Richard Kenner | 2 | -2/+9 |
2003-05-04 | * doc/cppopts.texi: Enhance -Wtrigraphs documentation | Neil Booth | 4 | -12/+30 |
2003-05-04 | cppinit.c (cpp_create_reader, [...]): Warn about trigraphs unless explicity s... | Neil Booth | 6 | -20/+102 |
2003-05-04 | Makefile.in (LIBGCOV): Add _gcov_merge_add. | Zdenek Dvorak | 5 | -12/+123 |
2003-05-04 | toplev.h (pedwarn_with_file_and_line): Don't declare. | Gabriel Dos Reis | 3 | -19/+5 |
2003-05-04 | * varasm.c (assemble_variable): Don't use error_with_file_and_line. | Gabriel Dos Reis | 2 | -4/+7 |
2003-05-04 | Make-lang.in (java/parse.o, [...]): Depend on input.h. | Nathan Sidwell | 4 | -5/+10 |
2003-05-04 | * MAINTAINERS: Remove duplicate entries in Write After Approval. | Gerald Pfeifer | 2 | -7/+4 |
2003-05-04 | builtins.c (expand_builtin_constant_p, [...]): Update prototypes. | Kaveh R. Ghazi | 2 | -50/+43 |
2003-05-03 | builtins.c (expand_builtin): Remove. | Richard Henderson | 6 | -26/+49 |
2003-05-03 | rs6000.c (constant_pool_expr_p): Make static and return bool. | Richard Henderson | 4 | -120/+259 |
2003-05-04 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2003-05-03 | rs6000.h (REVERSIBLE_CC_MODE): Define. | Geoffrey Keating | 4 | -2/+26 |
2003-05-03 | rs6000.c (scc_comparison_operator): Make equivalent to branch_positive_compar... | Geoffrey Keating | 3 | -84/+106 |
2003-05-03 | simplify-rtx.c (simplify_relational_operation): Add case for ! (fabs(x) < 0.0). | Geoffrey Keating | 2 | -1/+17 |
2003-05-03 | force merge conflicts in fixincl.x + placement fix | Bruce Korb | 4 | -76/+96 |
2003-05-03 | spe.h: Remove unecessary casts. | Aldy Hernandez | 2 | -323/+322 |
2003-05-03 | re PR c/10604 (-Wall includes sign conversion warning [3.3 regression]) | Zack Weinberg | 13 | -500/+578 |
2003-05-03 | trans.c (tree_transform): Use location_t and input_location directly. | Nathan Sidwell | 3 | -6/+10 |
2003-05-03 | com.c (ffecom_do_entry_): Use location_t and input_location directly. | Nathan Sidwell | 5 | -43/+42 |
2003-05-03 | GtkButtonPeer.java: Fix misspelling of "version". | Matt Kraai | 12 | -12/+12 |
2003-05-03 | expr.c (expand_expr, [...]): Don't use gen_lowpart on non-integer modes. | Richard Kenner | 2 | -3/+8 |
2003-05-03 | emit-rtl.c (last_call_insn, [...]): New functions. | Olivier Hainque | 11 | -95/+188 |
2003-05-03 | stor-layout.c (place_field): When adjusting offset_align, use desired_align, ... | Richard Kenner | 2 | -1/+6 |
2003-05-03 | cp-demangle.c: Fix typo in "char_traints" string-literal. | Carlo Wood | 2 | -1/+5 |
2003-05-03 | * gcc.dg/m-un-2.c: Fix the typedef of size_t. | Kazu Hirata | 2 | -1/+5 |
2003-05-03 | c-decl.c (pending_invalid_xref_file): Remove. | Nathan Sidwell | 9 | -41/+42 |
2003-05-03 | PR c++/9364, c++/10553, c++/10586 | Kriang Lerdsuwanakij | 5 | -0/+35 |
2003-05-03 | class.c (finish_struct): Use location_t and input_location directly. | Nathan Sidwell | 10 | -98/+83 |
2003-05-03 | * ansify.c (die_unless): Revert lineno change here. | Nathan Sidwell | 2 | -1/+5 |
2003-05-03 | * gcc.c-torture/compile/20030503-1.c: New test. | Richard Sandiford | 2 | -0/+16 |
2003-05-03 | * config/mips/mips.md: Fix comment typo. | Richard Sandiford | 2 | -1/+3 |
2003-05-03 | mips.c (mips_integer_op): New structure. | Richard Sandiford | 2 | -10/+199 |
2003-05-03 | * testsuite/thread/pthread1.cc: Remove special case for FreeBSD. | Loren J. Rittle | 2 | -8/+4 |
2003-05-03 | * Makefile.in (gcov-iov.h): Use move-if-change and a stamp. | Matt Kraai | 2 | -2/+9 |
2003-05-03 | re PR java/10491 (gcjh should make enclosing class a "friend" of inner classes) | Tom Tromey | 2 | -0/+38 |
2003-05-02 | Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later. | Chris Demetriou | 3 | -4/+9 |
2003-05-03 | re PR java/10459 (ICE with certain expressions as 3rd clause of for loop) | Tom Tromey | 2 | -7/+21 |
2003-05-03 | re PR java/10459 (ICE with certain expressions as 3rd clause of for loop) | Tom Tromey | 3 | -0/+26 |
2003-05-03 | builtins.c (expand_builtin_stpcpy): Copy `arglist' before modifying it. | Kaveh R. Ghazi | 2 | -2/+9 |
2003-05-03 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2003-05-02 | contrib.texi (Contributors): Add Zdenek Dvorak, Aldy Hernandez, and Kazu Hirata. | Falk Hueffner | 2 | -1/+17 |