aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-20hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak6-7/+17
2016-07-20C++ FE: handle misspelled identifiers and typenamesDavid Malcolm9-20/+563
2016-07-20S/390: Remove mode size check in encode_section_info.Andreas Krebbel2-5/+7
2016-07-20Document LWG DR 2684 status and regenerate libstdc++ manualJonathan Wakely3-0/+19
2016-07-20LWG 2441 Provide exact-width atomic typedefsJonathan Wakely5-3/+53
2016-07-20LWG 2328 Rvalue stream extraction should use perfect forwardingJonathan Wakely4-2/+39
2016-07-20Use static pointer to member when catching nullptrJonathan Wakely4-7/+48
2016-07-20S/390: Fix pr67443.c.Dominik Vogt2-19/+27
2016-07-20S/390: Xfail some tests in insv-[12].c.Dominik Vogt3-2/+27
2016-07-20cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak15-25/+43
2016-07-20avr.c (avr_legitimize_address): Force constant addresses outside [0,0xc0] int...Georg-Johann Lay5-59/+199
2016-07-20Implement attribute progmem on reduced Tiny cores by adding flash offset 0x40...Georg-Johann Lay7-7/+220
2016-07-20Build libbackend.a as a thin archive if possiblePatrick Palka4-2/+57
2016-07-20Enabling work for C++ handling of misspelled identifiers and typenamesDavid Malcolm6-44/+94
2016-07-20re PR c++/71909 (g++ accepts an unreachable function catch block that lacks a...Jakub Jelinek5-3/+88
2016-07-20re PR middle-end/50060 (intrinsics not folded by the middle-end)Jakub Jelinek5-7/+161
2016-07-20avr-protos.h (avr_addr_space_supported_p): New prototype.Georg-Johann Lay4-42/+70
2016-07-20nvptx: do not implicitly enable -ftoplevel-reorderAlexander Monakov2-6/+5
2016-07-20C: convert return type of lookup_name_fuzzy from tree to const char *David Malcolm8-15/+58
2016-07-20target.def (addr_space): Add new diagnose_usage to hook vector.Georg-Johann Lay7-0/+52
2016-07-20Properly handly PHI stmts in later_of_the_two (PRMartin Liska4-0/+67
2016-07-20re PR tree-optimization/71503 (gcc ICE at -O3 on valid code on x86_64-linux-g...Bin Cheng5-1/+61
2016-07-20configure.ac (nds32*-*-*): Remove entry to enable gdb.Yan-Ting Lin3-7/+6
2016-07-20Enhance documentation of -fipa-ra option.Martin Liska2-2/+11
2016-07-20Add selftests for fibonacci_heapMartin Liska6-9/+331
2016-07-20Add sreal to selftestsMartin Liska8-179/+131
2016-07-20PR c++/67164 - clean up dead codeJason Merrill2-14/+8
2016-07-20Daily bump.GCC Administrator1-1/+1
2016-07-19re PR fortran/71902 (Unneeded temporary on reallocatable character assignment)Thomas Koenig5-15/+96
2016-07-19re PR rtl-optimization/71916 (ICE at -O3 on valid code on x86_64-linux-gnu in...Jakub Jelinek4-2/+49
2016-07-19re PR debug/71855 (duplicate unspecified_parameters DIE in DWARF for function...Aldy Hernandez3-5/+25
2016-07-19re PR middle-end/71874 (memmove works wrong)Jakub Jelinek4-9/+29
2016-07-19re PR middle-end/71734 (FAIL: libgomp.fortran/simd4.f90 -O3 -g execution t...Jakub Jelinek2-7/+12
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak38-183/+228
2016-07-19selftest.c: gracefully handle NULL in assert_streqDavid Malcolm2-1/+18
2016-07-19config.host (m32r): Add m32r/t-m32r to tmake_file.Nick Clifton2-1/+7
2016-07-19re PR fortran/71688 (ICE in analyze, at cgraphunit.c:632 with -fcoarray=lib)Martin Jambor4-1/+25
2016-07-19gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case, handle all tcc_c...Richard Biener6-1/+55
2016-07-19Fix failing test for targets with sizeof(int) != 4.Senthil Kumar Selvaraj2-0/+10
2016-07-19Fix copy&paste bug in function-tests.cDavid Malcolm2-2/+7
2016-07-19MAINTAINERS (Write After Approval): Add myself.Fritz Reese2-0/+5
2016-07-19re PR tree-optimization/71901 (ice in find_or_generate_expression)Richard Biener6-31/+75
2016-07-19re PR tree-optimization/71908 (ICE at -Os and above in both 32-bit and 64-bit...Richard Biener4-2/+53
2016-07-19tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update comment.Ilya Enkovich3-3/+27
2016-07-19re PR middle-end/71907 (missing buffer overflow warnings with -flto)Richard Biener3-3/+18
2016-07-19re PR target/71493 (accidental ABI change for structure return on PowerPC)Michael Meissner5-1/+41
2016-07-19Daily bump.GCC Administrator1-1/+1
2016-07-18re PR c++/70869 (internal compiler error: Segmentation fault on array of poin...Jakub Jelinek3-9/+24
2016-07-18re PR c++/71835 (ICE on invalid C++ code with ambiguous overloaded operators:...Jakub Jelinek4-2/+25
2016-07-18re PR c++/71828 (ICE on valid C++11 code with constexpr __Complex int variabl...Jakub Jelinek4-0/+26