aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-27configure.ac: Disable libsanitizer if we're not building C++.Siddhesh Poyarekar3-4/+9
2012-11-27arm.c (thumb1_reorg): New function.Bin Cheng3-38/+73
2012-11-27re PR middle-end/55331 (ICE: SIGSEGV in substitute_and_fold with -O2 -fno-tre...Richard Biener4-1/+26
2012-11-27Daily bump.GCC Administrator1-1/+1
2012-11-27loop-invariant.c (check_invariant_table_size): Take sizeof of the right type.Steven Bosscher3-106/+22
2012-11-26functional (__is_socketlike): Change from class template to alias template.Jonathan Wakely2-8/+7
2012-11-26re PR libstdc++/55463 (Result of std::mem_fn doesn't accept rvalues)Jonathan Wakely4-83/+185
2012-11-26* gcc.dg/20050811-2.c: Change -dv option to -graph option.Steven Bosscher2-3/+7
2012-11-26* reorg.c (redundant_insn): Do not handle DEBUG_INSNs.Eric Botcazou2-4/+7
2012-11-2654455.c: Require scheduling.Georg-Johann Lay4-1/+9
2012-11-26re PR testsuite/52641 (Test cases fail for 16-bit int targets)Georg-Johann Lay3-0/+17
2012-11-26re PR target/55277 (ICE in assign_by_spills, at lra-assigns.c:1217)Vladimir Makarov4-1/+31
2012-11-26aarch64-builtins.c (aarch64_builtin_decls): New.James Greenhalgh4-2/+28
2012-11-26invoke.texi: Remove -dv documentation.Steven Bosscher19-492/+369
2012-11-26Remove redundant variable in hash_set.Marek Polacek2-4/+6
2012-11-26tree.h (DECL_RESTRICTED_P): Delete.Eric Botcazou8-41/+30
2012-11-26sourcebuild.texi: Document arm_v8_vfp_ok.Kyrylo Tkachov16-0/+193
2012-11-26arm.h (TARGET_FPU_ARMV8): New macro.Kyrylo Tkachov5-6/+79
2012-11-26fold-const.c (const_binop): Adjust comment.Eric Botcazou4-17/+20
2012-11-26re PR fortran/54997 (-Wunused-function gives false warnings)Janus Weil6-8/+57
2012-11-26arm.h (TARGET_LDRD): Reject Thumb1 targets.Greta Yorsh2-1/+7
2012-11-26re PR fortran/54881 ([OOP] ICE in fold_convert_loc, at fold-const.c:2016)Janus Weil6-79/+108
2012-11-26t-linux (MULTIARCH_DIRNAME): Fix unbalanced parentheses.Matthias Klose2-1/+6
2012-11-26re PR tree-optimization/54471 (FAIL: gcc.dg/sms-8.c execution test)Jakub Jelinek5-2/+78
2012-11-26re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson3-10/+17
2012-11-26re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson8-15/+29
2012-11-26Daily bump.GCC Administrator1-1/+1
2012-11-25sw-1.c (dg-options): Add -mtune=generic.Uros Bizjak2-1/+5
2012-11-25sse.md (<sse>_loadu<ssemodesuffix><avxsizesuffix>): Do not depend on TARGET_S...Uros Bizjak2-12/+11
2012-11-25re PR libquadmath/55462 (FAIL: gfortran.dg/quad_2.f90 -O* execution test af...Tobias Burnus2-2/+8
2012-11-25re PR fortran/30146 (Redefining do-variable in excecution cycle)Thomas Koenig4-2/+236
2012-11-25compiler: Don't use memcmp for equality if struct has trailing padding.Ian Lance Taylor2-25/+35
2012-11-25Daily bump.GCC Administrator1-1/+1
2012-11-25tm.texi.in (DELAY_SLOTS_FOR_EPILOGUE): Remove documentation.Steven Bosscher5-183/+13
2012-11-24re PR c++/55446 (array new with size zero vanishes from object code)Paolo Carlini4-2/+34
2012-11-24syscall: Fix handling of Unix domain @ addresses.Ian Lance Taylor2-2/+6
2012-11-24[libsanitizer] add mach_override and enable libsanitizer on darwinJack Howarth11-7/+1217
2012-11-24t-linux64 (MULTILIB_OSDIRNAMES): Use x86_64-linux-gnux32 as multiarch name fo...Matthias Klose2-1/+3
2012-11-24re PR fortran/55314 (Rejects some valid ALLOCATE statements)Thomas Koenig4-4/+40
2012-11-24gcc-gdb-test.exp (gdb-test): Pass -- as first argument to send_log.Hans-Peter Nilsson2-1/+8
2012-11-24configure.ac (multiarch): Use $enableval instead of $withval.Matthias Klose4-7/+13
2012-11-23Don't pass void to fegetroundH.J. Lu2-1/+7
2012-11-24Daily bump.GCC Administrator1-1/+1
2012-11-23Add the missing fileH.J. Lu1-0/+74
2012-11-23quadmath-rounding-mode.h: New.Tobias Burnus6-162/+1275
2012-11-23re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...Jonathan Wakely14-46/+196
2012-11-23Set gcc_version in tsan/Makefile.amH.J. Lu3-5/+16
2012-11-23invoke.texi (-fsanitize=address): Remove obsolete remark.Tobias Burnus2-2/+7
2012-11-23asan-dg.exp (asan_symbolize): Remove all "BFD: " prefixed lines from the output.Jakub Jelinek2-1/+5
2012-11-23re PR c++/54046 (wrong control reaches end of non-void function for switch ca...Jakub Jelinek11-3/+150