aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-07* Make-lang.in (check_g++_parallelize): Split dg.exp.Jason Merrill2-1/+6
2014-03-07g++-dg.exp (g++-dg-runtest): Run tests in C++1y mode, too.Jason Merrill1474-2147/+1851
2014-03-07parser.c (cp_parser_type_id_1): Only allow 'auto' in C++1y if we're in a trai...Jason Merrill3-2/+7
2014-03-07typeck.c (comp_template_parms_position): 'auto' and 'decltype(auto)' are diff...Jason Merrill3-1/+9
2014-03-07parser.c (cp_parser_using_declaration): Consume the semicolon after bare para...Jason Merrill2-2/+11
2014-03-07cp-tree.h (REF_PARENTHESIZED_P): New.Jason Merrill5-8/+41
2014-03-07decl.c (create_array_type_for_decl): Only warn about invalid C++1y VLA if fla...Jason Merrill11-16/+44
2014-03-07re PR c++/58609 ([c++11] ICE with uninitialized variable in constexpr)Paolo Carlini4-1/+23
2014-03-07MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric WeddingtonDenis Chertykov2-2/+4
2014-03-07* c.opt: Add -std=c++14.Jason Merrill3-7/+12
2014-03-07* sort.c (backtrace_qsort): Use middle element as pivot.Ian Lance Taylor2-0/+10
2014-03-07decl.c (check_initializer): Remove dead code.Paolo Carlini2-4/+4
2014-03-07Handle backtrace_qsortRainer Orth4-1/+19
2014-03-07re PR bootstrap/58572 (make bootstrap-lean leads to installation failure (doi...Jakub Jelinek3-6/+13
2014-03-07Improve @tlsldmplt test on Solaris 11/x86Rainer Orth3-4/+18
2014-03-07Disable local dynamic TLS model on Solaris/x86 if as/ld cannot handle itRainer Orth6-13/+153
2014-03-07common.opt (fira-loop-pressure): Mark as optimization.Paulo Matos2-1/+5
2014-03-07The error_mark_node is not an OpenMP mappable type.Thomas Schwinge7-8/+31
2014-03-07sort.c: New file.Ian Lance Taylor8-15/+288
2014-03-07runtime: Fix GC bug caused by Entersyscall modifying reg.Ian Lance Taylor1-4/+20
2014-03-07Daily bump.GCC Administrator1-1/+1
2014-03-06re PR fortran/51976 ([F2003] Support deferred-length character components of ...Paul Thomas14-28/+329
2014-03-06Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if MULTILIB_OSDIRNAMES is n...Matthias Klose2-1/+6
2014-03-06re PR c/60197 (ICE with _Cilk_spawn in expression)Marek Polacek10-2/+155
2014-03-06Don't install vtv_*.o unless --enable-vtable-verify (PR libgcc/59339)Rainer Orth2-1/+11
2014-03-06re PR target/58595 (internal compiler error: in gen_movsi when compiling on a...Jakub Jelinek4-21/+69
2014-03-06re PR middle-end/60445 (473.astar miscompares with -Ofast)Richard Biener4-21/+27
2014-03-06parser.c (cp_lexer_set_source_position): New.Paolo Carlini2-14/+26
2014-03-06gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin or -fno-lto ...Richard Biener4-5/+94
2014-03-06t-msp430 (LIB2ADD): Add lib2hw_mul.SNick Clifton3-0/+232
2014-03-06re PR debug/60381 (ICE: in vt_expand_var_loc_chain, at var-tracking.c:8245)Alexandre Oliva2-9/+17
2014-03-06[libstdc++,docs] After the latest batch of papers came out I updated the stat...Ed Smith-Rowland2-6/+143
2014-03-06Daily bump.GCC Administrator1-1/+1
2014-03-05re PR testsuite/59308 (gcc.dg/tree-ssa/ssa-ifcombine-ccmp-[1456] tests fail o...Jakub Jelinek13-19/+37
2014-03-05re PR c++/60409 ([c++1y] ICE on valid with template function)Jason Merrill3-1/+17
2014-03-05re PR c++/60361 (unexpected 'use of parameter outside function body' error)Jason Merrill6-7/+32
2014-03-05parser.c (cp_parser_mem_initializer): Set input_location properly for init-li...Jason Merrill3-2/+26
2014-03-05re PR plugins/59335 (Plugin doesn't build on trunk)Jakub Jelinek2-1/+6
2014-03-05re PR plugins/59335 (Plugin doesn't build on trunk)Jakub Jelinek2-1/+9
2014-03-05aarch64.c (generic_tunings): Use cortexa57_extra_costs.Kyrylo Tkachov2-1/+6
2014-03-05re PR lto/60404 (wrong code by LTO on x86_64-linux-gnu)Jakub Jelinek7-4/+52
2014-03-05Daily bump.GCC Administrator1-1/+1
2014-03-04re PR c++/60417 ([DR 1518] Bogus error on C++03 aggregate initialization)Jason Merrill3-0/+16
2014-03-04re PR c++/60415 (Bogus "invalid use of qualified-name")Jason Merrill3-0/+23
2014-03-04mips-cpus.def (loongson3a): Mark as a MIPS64r2 processor.Heiher3-3/+8
2014-03-04predicates.md (const2356_operand): Change to ...Uros Bizjak4-18/+31
2014-03-04extract-vsx.c: Replace "vector long" with "vector long long" throughout.Bill Schmidt15-63/+81
2014-03-04* MAINTAINERS: Update my email address.Jonathan Wakely2-1/+5
2014-03-04lto-section-in.c (lto_get_section_data): Fix const cast.Richard Biener2-2/+6
2014-03-04tree-streamer.c (record_common_node): Assert we don't record nodes with type ...Paulo Matos4-3/+33