aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-25* g++.dg/cpp1z/nontype-auto11.C: Move from pr79583.C.Jason Merrill1-1/+2
2017-05-25PR c++/80605 - __is_standard_layout and zero-length arrayJason Merrill3-2/+14
2017-05-25Kill OVL_CURRENT, OVL_NEXT.Nathan Sidwell4-24/+26
2017-05-25md.texi (Machine Constraints): Update x86 family machine constraints section ...Sebastian Peryt2-3/+107
2017-05-25Kill DECL_NAMESPACE_USERS, DECL_NAMESPACE_ASSOCIATIONS.Nathan Sidwell12-209/+137
2017-05-25invoke.texi (-Wcatch-value=): Document new warning option.Volker Reichelt10-2/+246
2017-05-25Reimplement unqualified namespace lookup.Nathan Sidwell4-242/+135
2017-05-25overflow-warn-9.c: Adjust expected warnings to avoid false positives on ILP32.Martin Sebor4-20/+29
2017-05-25Reimplement qualified namespace lookup.Nathan Sidwell2-112/+264
2017-05-25* gfortran.dg/pr48636.f90: Fix template better.Jan Hubicka2-1/+5
2017-05-25Fix bootstrap failure in Ada FE due to -Werror=ignored-qualifiersJonathan Wakely2-2/+7
2017-05-25cp-tree.h (LOOKUP_SEEN_P, [...]): New.Nathan Sidwell6-375/+494
2017-05-25dump-parse-tree.c (show_expr): Also replace with dumpfile for showing values ...Thomas Koenig2-1/+7
2017-05-25configure.ac: Add --enable-languages=default to mean default and make --enabl...Nathan Sidwell5-117/+166
2017-05-25Add -fdump*-folding suboption.Martin Liska4-1/+9
2017-05-25re PR c++/79583 (ICE (internal compiler error) upon instantiation of class te...Paolo Carlini2-0/+14
2017-05-25re PR c++/68578 (ICE on invalid template declaration and instantiation)Paolo Carlini2-0/+8
2017-05-25Relax VIEW_CONVERT_EXPR - CONVERT_EXPR combinationMarc Glisse4-3/+28
2017-05-25Allow some NOP conversions in (X+CST1)+CST2 in match.pdMarc Glisse5-8/+94
2017-05-25Move "(A & C) == D is false when D & ~C != 0" to match.pdMarc Glisse4-19/+39
2017-05-25lto-streamer-in.c (lto_input_data_block): Adjust T const cast to avoid warning.Nathan Sidwell2-1/+4
2017-05-25auto-profile.c (afdo_propagate): Adjust T const cast to avoid warning.Nathan Sidwell2-1/+6
2017-05-25c=common.c (field_decl_cmp, [...]): Adjust T const casts to avoid warning.Nathan Sidwell2-4/+9
2017-05-25* libiberty.h (ASTRDUP): Adjust cast to avoid warning.Nathan Sidwell2-1/+5
2017-05-25Daily bump.GCC Administrator1-1/+1
2017-05-24friend.c (do_friend): Remove check for existing decl.Nathan Sidwell9-56/+70
2017-05-24* Make-lang.in (CXX_AND_OBJCXX_OBJS): Alphabetize.Nathan Sidwell2-9/+18
2017-05-24cp-tree.h (cp_free_lang_data): Add extern.Nathan Sidwell4-40/+43
2017-05-24PR c++/80544 strip cv-quals from cast resultsJonathan Wakely5-7/+101
2017-05-24PR c/80731 - poor -Woverflow warningsMartin Sebor49-321/+568
2017-05-24waitpid.c (wait): Define as a macro that calls _cwait, so that this function ...Eli Zaretskii2-0/+10
2017-05-24Split off powerpcspe from rs6000 portSegher Boessenkool151-8/+112810
2017-05-24Use CHAR_BIT instead of assuming 8 bitsJonathan Wakely2-2/+8
2017-05-24integer-pack2.C: Require int32 effective target.Jakub Jelinek2-5/+14
2017-05-24dump-parse-tree.c (show_expr): Replace stdout with dumpfile for showing values.Thomas Koenig2-3/+8
2017-05-24re PR fortran/66094 (Handle transpose(A) in inline matmul)Thomas Koenig4-16/+176
2017-05-24When lra-remat rematerializes an instruction with a clobber, it checks that t...Wilco Dijkstra2-3/+24
2017-05-24cp-tree.h (ovl_skip_hidden): Declare.Nathan Sidwell5-68/+36
2017-05-24Fix a SPARC -mcbcond compare-and-branch out of range failure.Sheldon Lobo2-1/+7
2017-05-24rs6000: Fix for separate shrink-wrapping for fp (PR80860, PR80843)Segher Boessenkool2-3/+14
2017-05-24baseline_symbols.txt: Update.Andreas Schwab3-8/+59
2017-05-24[ARM] Fix typo in comment in arm_expand_prologueThomas Preud'homme2-1/+5
2017-05-24Reinstate absolute line number in gcc.dg/cpp/19940712-1.cTom de Vries2-1/+5
2017-05-24OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_allThomas Schwinge10-7/+188
2017-05-24Fortran OpenACC "openacc_lib.h": acc_pcopyin, acc_pcreateThomas Schwinge4-69/+42
2017-05-24Translate libgomp.oacc-c-c++-common/lib-32.c into FortranThomas Schwinge4-0/+356
2017-05-24C/C++ OpenACC: acc_pcopyin, acc_pcreateThomas Schwinge7-87/+272
2017-05-24re PR middle-end/80823 (ICE: verify_flow_info failed)Peter Bergner4-1/+33
2017-05-24S/390: Fix PR80725.Andreas Krebbel5-4/+46
2017-05-24cp-tree.h (OVL_HIDDEN_P): New.Nathan Sidwell7-21/+144