gcc.git
2016-08-01 Georg-Johann Layextend.texi (AVR Built-in Functions): Document __builti...
2016-08-01 Jonathan WakelyRemove "-x c" from dg-options in libstdc++ C++ test
2016-08-01 Jonathan WakelyLimit std::tuple tests to run for C++11 and later
2016-08-01 Jonathan WakelyMake libstdc++ debug mode test valid for C++98
2016-08-01 Jonathan WakelyRemove unused headers and variables from libstdc++...
2016-08-01 Jonathan WakelyRemove duplicate dg-options directive in string_view...
2016-08-01 Jonathan WakelyUse -std=gnu++98 instead of -std=gnu++03 in test
2016-08-01 Jonathan WakelyRemove linker options from compile-only tests
2016-08-01 Jonathan WakelyRun std::ios_base enum tests for C++11 and up
2016-08-01 Kyrylo Tkachov[AArch64] Allow multiple-of-8 immediate offsets for...
2016-08-01 Virendra Pathakaarch64.c (vulcan_tunings): Update vulcan L1 cache_line...
2016-08-01 Jan Beulichextend shift count warnings to vector types
2016-08-01 Uros Bizjakbaseline_symbols.txt: Update.
2016-08-01 GCC AdministratorDaily bump.
2016-07-31 Jonathan WakelyChange std::conditional test to compile-only
2016-07-31 Jonathan WakelyEnsure std::atomic test is compiled with optimization
2016-07-31 Jonathan WakelyFix DR 438 std::list test to pass in C++98 mode
2016-07-31 Jonathan WakelyEnable std::regex test for C++11 or later
2016-07-31 Jonathan WakelyFix non-portable std::regex test and test more cases
2016-07-31 Jonathan WakelyAllow std::pair test to run in C++11 mode too
2016-07-31 Jonathan Wakelylibstdc++/72745 add static assertion for invalid tuple...
2016-07-31 Jonathan WakelyMove dg-error directives to relevant lines
2016-07-31 William SchmidtOops, ChangeLog didn't commit
2016-07-31 Ville VoutilainenAdd missing variable traits, fix testsuite failures.
2016-07-31 William Schmidtdivkc3-1.c: Require POWER8 hardware.
2016-07-31 Jonathan WakelyCheck __STRICT_ANSI__ for 128-bit arithmetic types
2016-07-31 Jonathan WakelyFix file extension of libstdc++ test
2016-07-31 Jonathan WakelyMake check_effective_target_c++ work for libstdc++
2016-07-31 Steven G. Karglre PR fortran/41922 (Diagnostic: No location shown...
2016-07-31 GCC AdministratorDaily bump.
2016-07-30 Steven G. Karglre PR fortran/68566 (ICE on using unusable array in...
2016-07-30 Martin SeborPR c++/60760 - arithmetic on null pointers should not...
2016-07-30 Michael Meissnerrs6000-protos.h (rs6000_adjust_vec_address): New functi...
2016-07-30 Steven G. Karglre PR fortran/69867 (ICE on initializing character...
2016-07-30 Steven G. Karglre PR fortran/69962 (ICE on missing parameter attribute...
2016-07-30 Steven G. Karglre PR fortran/70006 (Duplicate errors "label not defined")
2016-07-30 Steven G. Karglre PR fortran/71730 (ICE when character length specific...
2016-07-30 GCC AdministratorDaily bump.
2016-07-29 Bill Schmidt_divkc3.c: Add copyright/license boilerplate.
2016-07-29 Ville VoutilainenImplement C++17 variable templates for type traits.
2016-07-29 William Schmidtpr70098.C: Remove XFAIL for powerpc64_no_dm.
2016-07-29 Marek Polacekre PR c/71926 (wrong location for -Wparentheses warning)
2016-07-29 Marek Polacekre PR c/71573 (ICE on invalid C code on x86_64-linux...
2016-07-29 Marek Polacekre PR c/71853 (ICE on an ill-formed case statement...
2016-07-29 Marek Polacekre PR c/71742 (Wrong formulation of "error: flexible...
2016-07-29 Aldy Hernandezlibiberty.h (MAX_ALLOCA_SIZE): New macro.
2016-07-29 Georg-Johann Layavr.c (avr_out_compare): Use const0_rtx instead of...
2016-07-29 Uros Bizjakpr59833.c: Use dg-add-options ieee.
2016-07-29 Bin Chengre PR tree-optimization/57558 (Loop not vectorized...
2016-07-29 Bin Chengcfgloop.h (struct loop): New field constraints.
2016-07-29 Prathamesh... 2016-07-29 Prathamesh Kulkarni <prathamesh.kulkarni...
2016-07-29 Jason Merrill* decl.c (build_enumerator): Tweak diagnostic.
2016-07-29 Georg-Johann Lay* config/avr/avr.md: Fix " in comment.
2016-07-29 Paolo Carlinire PR c++/51488 (ICE on infinite template recursion)
2016-07-29 Jason MerrillPR c++/72457 - ICE with list-value-initialized base.
2016-07-29 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-29 Segher Boessenkoolre PR rtl-optimization/71976 (insn-combiner deletes...
2016-07-29 Jakub Jelinekre PR c/71969 (Wrong setting of DECL_DISREGARD_INLINE_L...
2016-07-29 Marek Polacekre PR c/71583 (ICE on invalid code on x86_64-linux...
2016-07-29 Andreas SchwabUpdate libstdc++ baseline symbols for aarch64, ia64...
2016-07-29 Marek Polacekre PR c/71574 (ICE on code with alloc_align attribute...
2016-07-29 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-29 Jonathan WakelyUpdate libstdc++ docs for library version history
2016-07-29 Jonathan WakelyNew libstdc++ symbol version for new basic_string symbols
2016-07-29 Jonathan WakelyUpdate libstdc++ baseline symbols for x86 and ppc
2016-07-29 Georg-Johann Layavr.md (addqi3): Revert glitch in insn attribute introd...
2016-07-29 Georg-Johann Laylib1funcs.S (__muldi3): No need to clear zero_reg as...
2016-07-29 Dominik Vogtgfortran: Fix allocation of diagnostig string (was...
2016-07-29 Kugan Vivekanandarajahre PR rtl-optimization/68217 (Wrong constant folding)
2016-07-29 GCC AdministratorDaily bump.
2016-07-28 Steven G. Karglre PR fortran/71067 (ICE on data initialization with...
2016-07-28 Joseph Myers* sv.po: Update.
2016-07-28 Michael Meissnerrs6000-protos.h (rs6000_split_vec_extract_var): New...
2016-07-28 Jonathan WakelyFix DR 438 container tests to pass in C++98 mode
2016-07-28 Jonathan WakelyFix std::vector test to pass in C++98 mode
2016-07-28 Jonathan WakelyUse dg-additional-options in libstdc++ tests
2016-07-28 Jonathan WakelyFix invalid dg-do directives in libstdc++ tests
2016-07-28 Steven G. Karglre PR fortran/71799 (ICE in DO loop code emission ...
2016-07-28 Paolo Carlinire PR c++/71665 (ICE on invalid C++ code with non-integ...
2016-07-28 Steven G. Karglre PR fortran/71859 (ICE on same variable/subroutine...
2016-07-28 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-28 Ville VoutilainenImplement std::string_view and P0254r2,
2016-07-28 Paul Thomas[multiple changes]
2016-07-28 Wilco DijkstraOn AArch64 the UXTB and UXTH instructions are aliases...
2016-07-28 Kristina MartsenkoThis patchset improves zero extend costs and code gener...
2016-07-28 Wilco DijkstraThis patch improves the readability of the prolog and...
2016-07-28 Yuri Rumyantsevre PR middle-end/71734 (FAIL: libgomp.fortran/simd4...
2016-07-28 Ilya Enkovichre PR middle-end/72657 ([CHKP] internal compiler error...
2016-07-28 Renlin Li[PATCH] Revert Revert r238497 because of PR 71961.
2016-07-28 Trevor Saundersmerge adjust_cost and adjust_cost_2 target hooks
2016-07-28 Trevor Saundershaifa-sched.c: make twins a auto_vec<rtx_insn *>
2016-07-28 Trevor Saundersmake pattern_regs a vec
2016-07-28 Martin LiskaIntroduce no_profile_instrument_function attribute
2016-07-28 Martin LiskaAdd missing file.
2016-07-28 Martin LiskaAdd mark_spam.py script
2016-07-28 Martin LiskaDo not allow make_compound_operation for vector mode
2016-07-28 GCC AdministratorDaily bump.
2016-07-27 Kugan Vivekanandarajahre PR tree-optimization/71994 (ICE: verify_gimple failed)
2016-07-27 Kugan Vivekanandarajahre PR tree-optimization/71994 (ICE: verify_gimple failed)
2016-07-27 Bernd Edlingerdefaults.h (LOG2_BITS_PER_UNIT): Move from here...
next