aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Fix ICE due to comparison between UNION components.Fritz Reese5-5/+77
2016-10-05* parser.c (cp_parser_skip_to_end_of_statement): Add missing break.Jason Merrill4-5/+3
2016-10-05Fix last commit.Marek Polacek8-211/+0
2016-10-05re PR sanitizer/66343 ("Error: .Lubsan_type3 already defined" with UBSan and ...Jakub Jelinek7-4/+37
2016-10-05re PR sanitizer/66343 ("Error: .Lubsan_type3 already defined" with UBSan and ...Jakub Jelinek7-5/+63
2016-10-05* semantics.c (finish_compound_literal): Handle class placeholder.Jason Merrill3-0/+16
2016-10-05MAINTAINERS: Update email address after it got reverted.Steve Ellcey2-1/+5
2016-10-05c-common.c (c_common_truthvalue_conversion): Warn also for suspicious conditi...Bernd Edlinger4-1/+19
2016-10-05Implement P0305R1, Selection statements with initializer.Marek Polacek19-26/+520
2016-10-05re PR fortran/67524 (ICE on using implicit character instead of implicit none...Louis Krupp4-1/+35
2016-10-05re PR sanitizer/77823 (ICE: in ubsan_encode_value, at ubsan.c:137 with -fsani...Jakub Jelinek4-2/+43
2016-10-05Fix pr69941.c test failure for avrSenthil Kumar Selvaraj2-2/+13
2016-10-05re PR libfortran/77868 (Fail to NULL guard check for internal unit in inquire...Jerry DeLisle8-7/+21
2016-10-05PR bootstrap/77819 - undefined reference to gnu_libc_printf_pointer_format wi...Martin Sebor5-19/+31
2016-10-05* c-common.c (c_common_reswords): Update comment for C++11.Jakub Jelinek2-2/+6
2016-10-05[fold-const] Fix native_encode_real for HFmode constantsKyrylo Tkachov2-1/+15
2016-10-0570564 fix newly-added tests for not_fnJonathan Wakely3-2/+8
2016-10-05re PR target/77847 (PowerPC big endian power7/power8 do not bootstrap due to ...Kelvin Nilsen2-0/+9
2016-10-05Move all existing strchr and strrchr folding from builtins.c to gimple-fold.c.Wilco Dijkstra3-136/+70
2016-10-05PR 70101 fix allocator-extended ctors for std::priority_queueJonathan Wakely3-6/+73
2016-10-0577864 Fix noexcept conditions for map/set default constructorsJonathan Wakely9-12/+155
2016-10-05Remove invalid alias declaration from _Node_handleJonathan Wakely2-4/+5
2016-10-05PR 70564 disambiguate constructors for not_fn call wrapperJonathan Wakely5-66/+40
2016-10-05re PR middle-end/77863 (genmatch segfault on a wrong usage of an for operator)Richard Biener2-2/+10
2016-10-05re PR target/77826 (ICE in decompose, at wide-int.h:928 w/ -m64 -O2 and above)Richard Biener5-8/+45
2016-10-05match.pd (copysign(x, CST) -> [-]abs (x)): New pattern.Richard Biener4-0/+32
2016-10-05re PR middle-end/77842 (genmatch segfault on a missing brace)Richard Biener2-0/+7
2016-10-05* g++.dg/pr49847-2.C: Remove.Andreas Schwab2-47/+4
2016-10-05DWARF: move pessimistic DWARF version checks for imported entitiesPierre-Marie de Rodat5-3/+28
2016-10-05crtbegin.S (__do_jv_register_classes): Remove.Andreas Schwab2-63/+6
2016-10-05re PR middle-end/55152 (MAX_EXPR(a,-a) is really ABS_EXPR(a))Richard Biener4-0/+30
2016-10-05dtio_15.f90: New test.Jerry DeLisle1-0/+4
2016-10-052016-10-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle3-1/+41
2016-10-04* g++.dg/cpp1z/class-deduction16.C: Use tuple.Jason Merrill1-6/+5
2016-10-04PR c++/77852 - class deduction from list-initJason Merrill8-8/+67
2016-10-05explow.c (allocate_dynamic_stack_space): Call do_pending_stack_adjust before ...Ian Lance Taylor4-2/+66
2016-10-05Daily bump.GCC Administrator1-1/+1
2016-10-04builtin-sprintf-warn-1.c: Cast int argument to %lc directive to wint_t to sil...Martin Sebor2-8/+14
2016-10-04PR c++/77775 - misoptimization of PMF comparisonJason Merrill3-1/+30
2016-10-04Implement P0091R2, Template argument deduction for class templates.Jason Merrill27-67/+792
2016-10-04PR c++/77804 - Internal compiler error on incorrect initialization of new-d a...Martin Sebor4-2/+32
2016-10-04read-md.c: track column numbersDavid Malcolm6-16/+63
2016-10-04re PR c++/77791 (ICE on invalid C++11 code with redefined function parameter:...Jakub Jelinek4-4/+17
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek32-1250/+193
2016-10-04re PR tree-optimization/77808 (ICE in duplicate_ssa_name_ptr_info, at tree-ss...Doug Gilmore4-1/+24
2016-10-04x86-tune.def (X86_TUNE_VECTORIZE_DOUBLE): Remove.Uros Bizjak4-8/+9
2016-10-04Add missing testcases from previous patch revision r240379, failed to svn add.Andre Vieira4-0/+168
2016-10-04re PR tree-optimization/77399 (Poor code generation for vector casts and loads)Richard Biener4-2/+22
2016-10-04re PR target/77833 (ICE: in plus_constant, at explow.c:87 with -O -mavx512f)Richard Biener4-6/+34
2016-10-04re PR middle-end/77407 (Optimize integer i / abs (i) into the sign of i)Richard Biener2-3/+10