aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-14re PR fortran/59502 ([OOP] ICE on invalid on pointer assignment to non-pointe...Janus Weil4-3/+36
2013-12-14Restore flag_pic in ix86_function_specific_restoreH.J. Lu4-0/+32
2013-12-14Fix the ChangeLog entriesH.J. Lu2-2/+2
2013-12-14* g++.dg/cilk-plus/cilk-plus.exp: Fix last change.Andreas Schwab2-10/+5
2013-12-14* var-tracking.c (add_stores): Fix oversight in latest commit.Eric Botcazou4-0/+91
2013-12-14More tests for ubsan.Marek Polacek3-0/+276
2013-12-14re PR sanitizer/59503 (Bogus integer-overflow error with long long with -m32)Marek Polacek4-3/+28
2013-12-14re PR fortran/59450 ([OOP] ICE for type-bound-procedure expression in module ...Janus Weil4-8/+63
2013-12-14Fix REG_PARM_STACK_SPACE usage in expand_callTom de Vries2-1/+5
2013-12-13* config/rl78/rl78-expand.md (one_cmplqi2): Make constant signed.DJ Delorie2-1/+3
2013-12-14Daily bump.GCC Administrator1-1/+1
2013-12-13msp430.md (movqi): replace general_operand with msp_general_operand and nonim...DJ Delorie2-35/+54
2013-12-13Fix g++.dg/cilk-plus/cilk-plus.expRainer Orth2-16/+22
2013-12-13configure.ac: Add user-friendly check for native x86_64-linux multilibs.Francois-Xavier Coudert3-0/+46
2013-12-13ira.h (struct ira_reg_equiv): Rename to ira_reg_equiv_s.Vladimir Makarov6-10/+65
2013-12-13genmodes.c (emit_max_int): Fixed missing parens.Kenneth Zadeck2-2/+6
2013-12-13re PR tree-optimization/59149 (diagnose_tm_1 calls flags_from_decl_or_type on...Aldy Hernandez3-1/+11
2013-12-13Enabled Usage of _Cilk_spawn and _Cilk_sync in Cilk Runtime (libcilkrts).Balaji V. Iyer4-3/+10
2013-12-13arc.h (BITS_PER_UNIT): Removed.Kenneth Zadeck15-40/+78
2013-12-13re PR tree-optimization/45685 (missed conditional move opportunity in loop)Jeff Law4-0/+211
2013-12-13Update HImode imul cost for SilvermontYuri Rumyantsev2-1/+5
2013-12-13re PR tree-optimization/58296 (ivopts is unable to handle some loops altered ...Bin Cheng8-7/+245
2013-12-13msp430.c (is_wakeup_func): New function.Nick Clifton4-6/+42
2013-12-13re PR c++/57897 (Target x86_64-w64-mingw32 failed with '-mno-fentry isn't com...Kai Tietz2-0/+11
2013-12-13Update to copy of current master Go testsuite.Ian Lance Taylor95-135/+3096
2013-12-12commentJason Merrill1-3/+3
2013-12-12re PR c++/58954 (accessing a private member function in decltype of a friend ...Jason Merrill3-1/+45
2013-12-13Daily bump.GCC Administrator1-1/+1
2013-12-12* gcc-interface/Makefile.in (ARM linux, GNU eabi): Tweak regexp.Eric Botcazou2-1/+5
2013-12-12Fix dateEric Botcazou2-4/+4
2013-12-12re PR ada/55946 (wrong tools used for build of gnattools [native-cross])Eric Botcazou5-14/+49
2013-12-12compiler: Better error messages for { on line after if/for/switch.Ian Lance Taylor1-3/+22
2013-12-12i386.md (simple LEA peephole2): Add missing mode to zero_extend for zero-exte...Jeff Law2-1/+6
2013-12-12compiler: Check for nil when slicing pointer to array.Ian Lance Taylor1-0/+8
2013-12-12compiler: Tweak untyped nil error message.Ian Lance Taylor1-2/+9
2013-12-12runtime: Fix defer of unlock thread at program startup.Ian Lance Taylor6-5/+19
2013-12-12re PR fortran/59440 (ICE in force_decl_die, at dwarf2out.c:20111 with -g)Tobias Burnus5-0/+57
2013-12-12compiler: Don't permit importing a package as "init".Ian Lance Taylor1-0/+3
2013-12-12compiler: Don't compare structs with blank non-comparable fields.Ian Lance Taylor3-7/+4
2013-12-12re PR middle-end/59470 (libstdc++ miscompilation after r205709)Jakub Jelinek2-1/+194
2013-12-12reflect: Fix MakeFunc returning float32 or float64 on 386.Ian Lance Taylor2-15/+26
2013-12-12re PR middle-end/59470 (libstdc++ miscompilation after r205709)Vladimir Makarov2-0/+37
2013-12-12re PR c++/58627 (crash during compilation of boost testsuite)Jakub Jelinek2-2/+5
2013-12-12free_race2.c: New file.Max Ostapenko16-1/+492
2013-12-12Minor fixesEric Botcazou1-3/+2
2013-12-12re PR libgomp/59467 (copyprivate in the fortran testsuite)Jakub Jelinek7-5/+144
2013-12-12re PR testsuite/59442 (movapd tests fail if built with -fstack-protector-stro...Ryan Mansfield5-7/+14
2013-12-12config.host (arm*-*-uclinux*): Move t-arm before t-bpabi.Zhenqiang Chen2-1/+5
2013-12-12go-lang.c (go_langhook_post_options): Disable sibling calls by default.Ian Lance Taylor2-0/+9
2013-12-12compiler, reflect, runtime: Implement method values in reflect.Ian Lance Taylor9-64/+155