aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-15Replace references to C++0x with C++11 in commentsJonathan Wakely9-24/+34
2016-07-15re PR fortran/62125 (Nested select type not accepted (rejects valid))Jerry DeLisle4-1/+50
2016-07-15Remove redundant std::move in std::for_eachJonathan Wakely2-2/+5
2016-07-15divkc3-1.c: Require p8vector support.Bill Schmidt3-0/+7
2016-07-15PR c++/71495 - spurious note during SFINAE.Jason Merrill4-2/+22
2016-07-15c++/58796 Make nullptr match exception handlers of pointer typeJonathan Wakely5-4/+89
2016-07-15PR c++/71092 - ICE with array and constexpr.Jason Merrill3-2/+77
2016-07-15PR c++/71117 - core 2189 and generic lambdaJason Merrill4-0/+38
2016-07-15PR c++/71511 - ICE on decltype scope in declaration.Jason Merrill3-0/+15
2016-07-15PR c++/71513 - alignas on member enum in templateJason Merrill3-8/+27
2016-07-15PR c++/71604 - type definition in range-based forJason Merrill4-5/+36
2016-07-15PR c++/71711 - mangle C++1z fold-expressions.Jason Merrill6-5/+88
2016-07-15PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill12-15/+218
2016-07-15Update -fabi-version default to 11.Jason Merrill3-4/+8
2016-07-15PR c++/71718 - infinite recursion and alias templateJason Merrill3-0/+28
2016-07-15PR c++/70824 - initializer_list in templateJason Merrill3-2/+28
2016-07-15Implement C++17 P0025 clamp.Edward Smith-Rowland8-1/+329
2016-07-15Typo.Georg-Johann Lay1-2/+1
2016-07-15predicates.md (const_m255_to_m1_operand): New.Georg-Johann Lay5-15/+131
2016-07-15Fix up ChangeLog entry.Jakub Jelinek1-1/+1
2016-07-15scev-8.c: Update test string.Bin Cheng2-1/+5
2016-07-15c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis10-10/+84
2016-07-15openmp.c (gfc_match_omp_clauses): Scan for clause vector_length before vector.Cesar Philippidis4-5/+27
2016-07-15re PR tree-optimization/71881 (ICE on valid code at -O3 with -g enabled on x8...Richard Biener4-1/+41
2016-07-15re PR tree-optimization/71887 (wrong code (SIGFPE) at -O1 and above on x86_64...Richard Biener4-4/+32
2016-07-15[PATCH/AARCH64] Add rtx_costs routine for vulcan.Virendra Pathak4-1/+191
2016-07-15handle undefined extern vars in output_in_orderAlexander Monakov3-31/+36
2016-07-15tree-ssa-pre.c (get_representative_for): Make sure to return the value number...Richard Biener2-17/+15
2016-07-15re PR c/71858 (Surprising suggestions for misspellings)Jakub Jelinek6-4/+92
2016-07-15re PR fortran/71807 (Internal compiler error with NULL() reference in structu...Andre Vehreschild4-0/+47
2016-07-15tree-scalar-evolution.c (simple_iv_with_niters): New funcion.Bin Cheng7-53/+170
2016-07-15re PR tree-optimization/71347 (Performance drop after r235513 on x86-64 in 32...Bin Cheng2-1/+6
2016-07-15Fix the constraints for any's assignment operator template to properlyVille Voutilainen3-4/+16
2016-07-15i386.c (ix86_builtin_vectorization_cost): Adjust vec_construct cost.Richard Biener2-4/+6
2016-07-15Daily bump.GCC Administrator1-1/+1
2016-07-14re PR fortran/29819 (Error/warning message should ignore comments for "1" in ...Steven G. Kargl7-21/+36
2016-07-14re PR testsuite/71865 (test case gcc.dg/diagnostic-token-ranges.c fails start...Jakub Jelinek2-4/+9
2016-07-14re PR c/71858 (Surprising suggestions for misspellings)Jakub Jelinek7-3/+51
2016-07-14re PR tree-optimization/71872 (ICE in inchash::add_expr, at tree.c:7782 - OEP...Jakub Jelinek4-1/+28
2016-07-14arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.Thomas Preud'homme24-5/+153
2016-07-14re PR fortran/70842 (internal compiler error with character members within a ...Andre Vehreschild4-1/+57
2016-07-14re PR rtl-optimization/71878 (ICE in cselib_record_set)Thomas Preud'homme2-12/+57
2016-07-14Include header for std::__parallel::searchJonathan Wakely2-0/+6
2016-07-14Add header for std::search to testcaseJonathan Wakely2-0/+4
2016-07-14[vectorizer][2/2] Hook up mult synthesis logic into vectorisation of mult-by-...Kyrylo Tkachov7-68/+476
2016-07-14[RS6000] Disparage altivec_mov gpr alternativesAlan Modra2-2/+8
2016-07-14[1/2] Move choose_mult_variant declaration and dependent declarations to expm...Kyrylo Tkachov3-9/+15
2016-07-14gimple.h (stmt_can_terminate_bb_p): New function.Jan Hubicka4-18/+29
2016-07-14pr60226.c: Expect maximum object file alignment error on AIX.David Edelsohn2-1/+6
2016-07-14re PR tree-optimization/71866 (gcc locks up after fix for PR70159)Richard Biener6-99/+109