aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-11-27re PR middle-end/64067 (ICE in expand_expr_real_1, at expr.c:10540, involving...Jakub Jelinek4-5/+26
2014-11-27re PR tree-optimization/64024 (gcc.dg/vect/vect-simd-clone-6.c ICEs)Jakub Jelinek6-12/+88
2014-11-27re PR lto/64025 (Several testsuite execution failures with -O2 -flto -fuse-li...Jakub Jelinek2-5/+11
2014-11-27re PR target/59593 ([arm big-endian] using "ldrh" access a immediate which ...Thomas Preud'homme6-37/+88
2014-11-27[AArch64][test] Mark variable as volatile in vsqrt_f64 testKyrylo Tkachov2-1/+5
2014-11-27tree-ssa-sccvn.c (try_to_simplify): Allow gimple_fold_stmt_to_constant_1 to f...Richard Biener2-1/+6
2014-11-27re PR middle-end/64083 (ICE: in fix_loop_structure, at loop-init.c:252 compil...Richard Biener4-9/+29
2014-11-27re PR lto/63704 (-flto internal compiler error: in mems_in_disjoint_alias_set...Richard Biener2-11/+9
2014-11-27re PR tree-optimization/61634 (ICE in in vect_get_vec_def_for_operand, at tre...Richard Biener4-35/+141
2014-11-27revert: aarch64.c (aarch64_code_to_ccmode, [...]): New functions.Zhenqiang Chen2-138/+9
2014-11-26* g++.dg/ext/alignof2.C: xfail-run-if on AIX.David Edelsohn2-0/+5
2014-11-27Daily bump.GCC Administrator1-1/+1
2014-11-26Allow partial specialization of variable templates.Jason Merrill10-76/+214
2014-11-26re PR c++/63757 (nullptr conversion sequence fails to compile)Paolo Carlini4-1/+32
2014-11-26gcc.c (SANITIZER_SPEC): Don't error on -fsanitize=thread without -pie or -sha...Jakub Jelinek4-7/+17
2014-11-26comment fixesJason Merrill2-2/+2
2014-11-26constexpr.c (cxx_eval_constant_expression): Avoid multiple evaluation.Jason Merrill2-1/+15
2014-11-26constexpr.c (cxx_eval_call_expression): Don't talk about flowing off the end ...Jason Merrill2-1/+6
2014-11-26re PR ipa/61190 (g++.old-deja/g++.mike/p4736b.C FAILs at -O2/-Os/-O3)Bernd Edlinger6-35/+100
2014-11-26re PR c++/59114 ([c++1y] ICE using auto in conversion operator)Paolo Carlini2-0/+17
2014-11-26re PR tree-optimization/63738 (ssa corruption when compiled with -O3)Richard Biener4-0/+41
2014-11-26Diagnose string constant conversion to char* in c++11 and above as forbidden,...Ville Voutilainen8-11/+24
2014-11-26fold-const.h (const_unop): Declare.Richard Biener4-154/+230
2014-11-26re PR bootstrap/63995 (Bootstrap error with -mmpx -fcheck-pointer-bounds)Ilya Enkovich4-0/+43
2014-11-26re PR sanitizer/63788 (ICE: SIGSEGV in contains_struct_check with -O -fsaniti...Marek Polacek2-0/+21
2014-11-26re PR lto/64075 (ICE: in bp_pack_value, at data-streamer.h:106)Ilya Enkovich5-2/+23
2014-11-26ChangeLog for last commit.Rainer Orth1-0/+7
2014-11-26Skip gcc.target/i386/mcount_pic.c on SolarisRainer Orth2-3/+3
2014-11-26PR debug/38757 continued. Handle C11, C++11 and C++14.Mark Wielaard10-12/+92
2014-11-26gimple-fold.c (get_symbol_constant_value): Allow all GIMPLE register type zer...Richard Biener2-3/+7
2014-11-26DWARF add DW_AT_noreturn on noreturn function subprogram.Mark Wielaard6-0/+54
2014-11-26re PR tree-optimization/62238 (ICE with LTO on valid code on x86_64-linux-gnu...Richard Biener4-4/+50
2014-11-2620141125-1.c: New testcase.Andrew Pinski2-0/+21
2014-11-26mips.c (mips_rtx_cost_data): Fix memory_latency cost for p5600.Prachi Godbole1-1/+1
2014-11-26Daily bump.GCC Administrator1-1/+1
2014-11-25error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus12-28/+42
2014-11-25gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus21-213/+247
2014-11-25enum6.C: Use arm_eabi for dg-options.Andreas Tobler4-12/+13
2014-11-25ira-lives.c (process_bb_node_lives): Make code with conditional REAL_PIC_OFFS...Vladimir Makarov2-4/+12
2014-11-25Add a testcase for PR target/63534H.J. Lu2-0/+20
2014-11-25Add a test for PR target/63527H.J. Lu2-0/+30
2014-11-25re PR target/63527 (-fPIC uses 2 registers for GOT)Vladimir Makarov2-4/+37
2014-11-25re PR bootstrap/63703 (Bootstrap broken on powerpc-apple-darwin, cc1: interna...Rohit Arul Raj2-1/+11
2014-11-25bt-load.c (migrate_btr_defs): Get the key of a heap entry before removing it,...Segher Boessenkool2-1/+6
2014-11-25mn10300.c (mn10300_insert_setlb_lcc): Remove PATTERN call.Segher Boessenkool2-1/+6
2014-11-25sysv4.h (ASM_OUTPUT_REG_POP): Use addi instead of addic.Segher Boessenkool2-1/+6
2014-11-25rs6000.md (iorxor, IORXOR): Delete code_attrs.Segher Boessenkool2-6/+9
2014-11-25Add verify_seseTom de Vries3-0/+65
2014-11-25re PR middle-end/64065 (CP2K miscompilation at -O3 -flto)Richard Biener3-0/+9
2014-11-25re PR bootstrap/64050 (r218009 causes LTO/PGO bootstrap failure: ICE: in inli...Martin Liska7-7/+225