Age | Commit message (Expand) | Author | Files | Lines |
2012-05-23 | re PR c++/29185 (inconsistent warning: deleting array) | Paolo Carlini | 4 | -3/+24 |
2012-05-23 | tree-dfa.c (add_referenced_var_1): Do not add global vars. | Richard Biener | 8 | -68/+74 |
2012-05-23 | re PR tree-optimization/53426 (ICE:create_variable_info_for at ../../gcc-tru... | Jan Hubicka | 2 | -1/+8 |
2012-05-23 | re PR middle-end/53161 (ICE with weakref function and a function which takes ... | Jan Hubicka | 4 | -2/+36 |
2012-05-23 | re PR libfortran/53445 (No sticky bit on VxWorks - fix chmod.c) | Robert Mason | 2 | -2/+10 |
2012-05-23 | re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.) | Tobias Burnus | 6 | -5/+98 |
2012-05-23 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2012-05-22 | re PR other/53231 (libatomic/tas_n.c:100:10: error: 'ret' undeclared (first u... | John David Anglin | 2 | -2/+7 |
2012-05-22 | runtime: Tweak runtime.Callers for Go 1 compatibility. | Ian Lance Taylor | 1 | -1/+4 |
2012-05-22 | * leb128.h: New file. | Doug Evans | 2 | -0/+128 |
2012-05-22 | runtime: Use getcontext, not setjmp, to save regs for GC. | Ian Lance Taylor | 2 | -7/+4 |
2012-05-22 | gcc.c (do_spec_1): Add %M spec token to output multilib_os_dir. | Steven Drake | 2 | -0/+13 |
2012-05-22 | rs6000.c (rs6000_aix_asm_output_dwarf_table_ref): Use strip_name_encoding tar... | David Edelsohn | 2 | -1/+6 |
2012-05-22 | demangle-expected: Add regression test. | Tom Tromey | 3 | -0/+12 |
2012-05-22 | tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New. | Richard Guenther | 11 | -74/+66 |
2012-05-22 | tree-cfg.c (verify_gimple_assign_unary): Fix typo in previous commit. | Richard Guenther | 2 | -2/+7 |
2012-05-22 | re PR fortran/53389 (-frealloc-lhs: memory leak when assigning array function... | Tobias Burnus | 4 | -2/+58 |
2012-05-22 | re PR middle-end/51071 (ICE in gimple_has_side_effects, at gimple.c:2513) | Richard Guenther | 2 | -0/+43 |
2012-05-22 | re PR middle-end/53437 (FAIL: gcc.dg/guality/inline-params.c -O0) | Richard Guenther | 2 | -1/+13 |
2012-05-22 | tree-flow.h (add_referenced_var_1): Declare. | Richard Guenther | 3 | -10/+19 |
2012-05-22 | re PR target/53334 (ICE in extract_insn, at recog.c:2131) | Ramana Radhakrishnan | 4 | -65/+90 |
2012-05-22 | df-scan.c (df_scan_alloc): Round up allocation pools size, reduce the mw_reg_... | Dimitrios Apostolou | 2 | -2/+7 |
2012-05-22 | re PR tree-optimization/53336 (invalid types in nop conversion) | Paolo Bonzini | 4 | -3/+59 |
2012-05-22 | fix paths in previous ChangeLog entry | Paolo Bonzini | 1 | -3/+4 |
2012-05-22 | PR c++/53322 - -Wunused-local-typedefs is not enabled by Wall or Wunused | Dodji Seketeli | 8 | -10/+37 |
2012-05-22 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2012-05-21 | 9780-2.cc: Avoid -Wall warnings. | Paolo Carlini | 18 | -123/+144 |
2012-05-22 | aix.h (FP_SAVE_INLINE, [...]): Delete. | Alan Modra | 5 | -52/+93 |
2012-05-22 | rs6000.c (save_reg_p): New function. | Alan Modra | 2 | -67/+61 |
2012-05-22 | rs6000.c: Delete unnecessary forward declarations. | Alan Modra | 2 | -241/+41 |
2012-05-21 | eh_cpp.cc: Fix __cxa_end_catch declaration. | Patrick Marlier | 2 | -2/+6 |
2012-05-21 | re PR c++/53361 (Could not convert ‘{0, 0, 0}’ from ‘<brace-enclosed in... | Paolo Carlini | 2 | -0/+33 |
2012-05-21 | re PR rtl-optimization/53373 (ICE on valid code with -mavx) | Bernd Schmidt | 2 | -5/+13 |
2012-05-21 | re PR tree-optimization/53436 (Volatile behaves strange with OpenMP) | Jakub Jelinek | 2 | -13/+31 |
2012-05-21 | i386.c (put_condition_code): Change "reverse" and "fp" arguments to bool. | Uros Bizjak | 2 | -215/+182 |
2012-05-21 | re PR bootstrap/53183 (libgcc does not always figure out the size of double/l... | Andrew Pinski | 3 | -325/+15 |
2012-05-21 | m68k.md (*clzsi2_cf): Renamed from clzsi2. | Andreas Schwab | 3 | -4/+34 |
2012-05-21 | gimple.h (gimple_set_in_transaction): Remove. | Aldy Hernandez | 4 | -21/+20 |
2012-05-21 | re PR bootstrap/52700 (lib* configure fails on --enable-symvers=gnu-versioned... | Benjamin Kosnik | 3 | -2/+9 |
2012-05-21 | expr.c (get_def_for_expr_class): Define only if HAVE_conditional_move. | Andreas Schwab | 2 | -0/+10 |
2012-05-21 | re PR java/52815 (class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared... | John David Anglin | 2 | -6/+12 |
2012-05-21 | Fix PR number in ChangeLogs. | Joseph Myers | 2 | -2/+2 |
2012-05-21 | re PR target/53399 ("*ffs" pattern generates wrong code with BMI enabled) | Uros Bizjak | 2 | -46/+60 |
2012-05-21 | re PR c++/51184 (Abstract class in function return type) | Paolo Carlini | 10 | -5/+67 |
2012-05-21 | tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for more referenced... | Richard Guenther | 3 | -14/+14 |
2012-05-21 | re PR c/53418 (ICE at gimplify.c:7773) | Joseph Myers | 5 | -0/+28 |
2012-05-21 | re PR tree-optimization/53366 (wrong code generation by tree vectorizer using... | Jakub Jelinek | 7 | -1/+136 |
2012-05-21 | re PR middle-end/53409 (ICE: vector VEC(vec_void_p,base) index domain error, ... | Jakub Jelinek | 4 | -1/+29 |
2012-05-21 | re PR tree-optimization/53410 (ICE in build_int_cst_wide, at tree.c:1219) | Jakub Jelinek | 5 | -18/+110 |
2012-05-21 | genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1. | Michael Matz | 2 | -65/+240 |