aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-21cp-tree.h (TREE_INDIRECT_USING): Use TREE_LANG_FLAG_0 accessor.Richard Biener4-68/+111
2012-08-21MAINTAINERS (Write After Approval): Add myself.Hariharan Sandanagobalane2-1/+6
2012-08-21re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka6-6/+220
2012-08-21mksysinfo: Fix syscall.F_GETLK and friends for 32-bit x86.Ian Lance Taylor1-0/+10
2012-08-21Daily bump.GCC Administrator1-1/+1
2012-08-20Fix PR numbers for ChangeLog entries.Oleg Endo2-2/+2
2012-08-20Fix PR C++/19351: integer overflow in operator new[]Florian Weimer7-15/+232
2012-08-20re PR rtl-optimization/50489 ([UPC/IA64] mis-schedule of MEM ref with -ftree-...Oleg Endo6-10/+241
2012-08-20re PR target/51244 ([SH] Inefficient conditional branch and code around T bit)Oleg Endo4-0/+69
2012-08-20dwarf2out.c: For DWARF 4+, output DW_AT_high_pc as constant offset.Mark Wielaard3-28/+81
2012-08-20re PR fortran/54301 (Add optional warning if pointer assigning a local variab...Tobias Burnus4-0/+22
2012-08-20re PR rtl-optimization/54294 ([alpha] Bootstrap comparison failure due to fwp...Jakub Jelinek2-4/+15
2012-08-20* config/sparc/sparc.h (MAX_FIXED_MODE_SIZE): Define.Eric Botcazou2-6/+9
2012-08-20re PR c++/10416 ('unused variable' warning ignores ctor/dtor side-effects)Paolo Carlini4-5/+20
2012-08-20re PR middle-end/53992 (Combining -fopenmp and -fgnu-tm results in segfault o...Patrick Marlier4-0/+34
2012-08-20Fix -ftime-report for C++ lookup.Diego Novillo2-2/+6
2012-08-20re PR tree-optimization/54295 (Widening multiply-accumulate operation uses wr...Richard Earnshaw2-2/+6
2012-08-20re PR tree-optimization/54295 (Widening multiply-accumulate operation uses wr...Richard Earnshaw4-3/+64
2012-08-20configure.ac (ffs): Check for declaration.Joseph Myers4-2/+13
2012-08-20tree-flow.h (register_new_name_mapping): Remove.Richard Guenther4-58/+47
2012-08-20thumb-16bit-ops.c (f): This test uses a 16-bit add instruction.Richard Earnshaw2-2/+15
2012-08-20name-lookup.c (store_binding_p): New predicate, split out from ...Richard Guenther2-13/+56
2012-08-20re PR middle-end/54327 (Segmentation fault in init_ggc)Richard Guenther4-0/+31
2012-08-20re PR middle-end/54321 (ice in tree_low_cst at -O3)Jakub Jelinek4-1/+24
2012-08-20gimple.h (gimple_statement_base): Annotate with GTY chain_next.Richard Guenther2-1/+5
2012-08-20re PR bootstrap/54326 (GCC does not build with G++ version 3.4.0)Richard Guenther2-1/+6
2012-08-20re PR fortran/54301 (Add optional warning if pointer assigning a local variab...Tobias Burnus8-3/+115
2012-08-20Daily bump.GCC Administrator1-1/+1
2012-08-19* ChangeLog: Remove entry that shouldn't be there.Jan-Benedict Glaw1-4/+0
2012-08-19crtstuff.c (USE_PT_GNU_EH_FRAME): Define for systems using glibc even if inhi...Joseph Myers2-1/+20
2012-08-19re PR fortran/54298 (Add warning when doing equal/nonequal floating-point com...Thomas Koenig9-5/+83
2012-08-19layout.adb (Set_Elem_Alignment): Cap the alignment of access types to that of...Eric Botcazou3-1/+22
2012-08-19decl.c (gnat_to_gnu_entity): Use proper dummy type for the temporary COMPONEN...Eric Botcazou2-2/+9
2012-08-19Make-lang.in: Fix typo.Mikael Morin2-1/+5
2012-08-19* ChangeLog: Fix whitespace.Jan-Benedict Glaw1-5/+9
2012-08-19re PR c/54306 (ARM iwmmxt2 commit adds imbalanced #endif in mmintrin.h)Nick Clifton2-2/+7
2012-08-19avr-log.c (avr_log_vadump): Properly use int-promoted enum values.Jan-Benedict Glaw4-5/+13
2012-08-19re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka7-50/+165
2012-08-19Daily bump.GCC Administrator1-1/+1
2012-08-18re PR middle-end/53823 (FAIL: gcc.c-torture/execute/930921-1.c execution at -...John David Anglin2-1/+8
2012-08-18Add the working testcase from PR fortran/39290.Mikael Morin2-0/+21
2012-08-18sparseset.c (sparseset_alloc): Use non-clearing allocation.Steven Bosscher2-4/+11
2012-08-18re PR middle-end/54313 (GCC fails to bootstrap with MALLOC_PERTURB – Segfau...Steven Bosscher2-1/+6
2012-08-18alloc-pool.c (pool_alloc): Add valgrind markers.Andrew Pinski2-1/+16
2012-08-18Define stubs for feedback instrumentation.Walter Lee3-2/+39
2012-08-18Daily bump.GCC Administrator1-1/+1
2012-08-17floatformat.c (floatformat_to_double): Correctly handle numbers between 1 and 2.Andreas Schwab2-24/+20
2012-08-17Define MAX_FIXED_MODE_SIZE/TARGET_MEMBER_TYPE_FORCES_BLK for i386H.J. Lu7-0/+113
2012-08-17simplify-rtx.c (simplify_binary_operation_1): Optimize shuffle of a concatena...Marc Glisse4-0/+40
2012-08-17Convert MEMBER_TYPE_FORCES_BLK to target hookH.J. Lu14-46/+119