aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-06-21re PR c++/90909 (call devirtualized to pure virtual)Paolo Carlini3-63/+0
2019-06-21re PR c++/90909 (call devirtualized to pure virtual)Paolo Carlini4-1/+35
2019-06-21PR c++/61490 - qualified-id in friend function definition.Marek Polacek5-3/+46
2019-06-21PR c++/60223 - ICE with T{} in non-deduced context.Marek Polacek7-7/+81
2019-06-21PR c++/64235 - missing syntax error with invalid alignas.Marek Polacek4-0/+25
2019-06-21re PR fortran/67884 (Missing error message on required allocatable attribute)Steven G. Kargl5-4/+41
2019-06-21PR c++/90490 - fix decltype issues in noexcept-specifier.Marek Polacek5-2/+37
2019-06-21PR c++/90875 - added -Wswitch-outside-range optionMatthew Beliveau4-0/+35
2019-06-21re PR tree-optimization/90930 (Excessive memory consumption)Richard Biener2-0/+7
2019-06-21PR c++/90875 - added -Wswitch-outside-range optionMatthew Beliveau6-7/+38
2019-06-21re PR fortran/51991 (Wrong error message with variables named "SAVE*")Steven G. Kargl4-2/+39
2019-06-21re PR tree-optimization/90949 (null pointer check removed)Jeff Law5-7/+64
2019-06-21Fix missing name in ChangeLogRichard Sandiford2-0/+4
2019-06-21PR c++/90953 - ICE with -Wmissing-format-attribute.Marek Polacek4-3/+44
2019-06-21Fix missing name in ChangeLogRichard Sandiford1-0/+1
2019-06-21compiler: omit write barrier for assignment to *(convert(&local))Ian Lance Taylor2-1/+21
2019-06-21compiler: open code string slice expressionsIan Lance Taylor5-22/+74
2019-06-21re PR debug/90914 (ICE in schedule_generic_params_dies_gen, at dwarf2out.c:27...Richard Biener4-2/+28
2019-06-21re PR tree-optimization/90913 (ICE in maybe_gen_insn, at optabs.c:7341 since ...Richard Biener4-2/+38
2019-06-21omp-low.c (lower_rec_simd_input_clauses): Add rvar2 argument...Jakub Jelinek27-63/+1757
2019-06-21re PR c++/90950 (OpenMP clause handling rejecting references to incomplete ty...Jakub Jelinek4-1/+27
2019-06-21tree-vect-data-refs.c (vect_find_stmt_data_reference): Handle "omp simd array...Jakub Jelinek7-3/+252
2019-06-21Daily bump.GCC Administrator1-1/+1
2019-06-20re PR c++/79781 (ICE on valid C++ code with -std=c++14 (in assemble_integer, ...Marek Polacek2-0/+14
2019-06-20re PR fortran/77632 ([F08] Pointer initialisation does not quite work with ar...Steven G. Kargl4-0/+29
2019-06-20re PR c++/68265 (Arbitrary syntactic nonsense silently accepted after 'int (*...Marek Polacek2-0/+15
2019-06-20re PR fortran/86587 (Derived-type with attributes BIND(C) and PRIVATE raises ...Steven G. Kargl4-10/+29
2019-06-20alpha.md (@unaligned_store<mode>): Rename from unaligned_store<mode>.Uros Bizjak4-65/+49
2019-06-20[objective-c/c++, testsuite] Fix stubify tests for -fnext-runtime.Iain Sandoe5-17/+36
2019-06-20[aarch64] Refactor common errata work-around specsRichard Earnshaw7-78/+63
2019-06-20* config/sh/sh.c (sh2a_function_vector_p): Use get_attribute_name.Marek Polacek2-1/+5
2019-06-20rs6000.md (isa attribute): Add support for for a future processor.Michael Meissner2-1/+11
2019-06-20re PR c++/87512 (Error: the type ‘const auto’ of ‘constexpr’ variable...Marek Polacek2-0/+25
2019-06-20i386: Generate standard floating point scalar operation patternsH.J. Lu14-0/+268
2019-06-20tree-ssa-alias.c (aliasing_component_refs_p): Remove ref2_is_decl parameter; ...Jan Hubicka4-16/+36
2019-06-20re PR c++/89873 (internal compiler error: unexpected expression of kind impli...Marek Polacek2-0/+18
2019-06-20re PR fortran/90937 (ICE: in gfc_get_symbol_decl, at fortran/trans-decl.c:1538)Thomas Koenig4-5/+40
2019-06-20[testsuite] Add missing dg-require-effective-target global_constructorTom de Vries2-1/+7
2019-06-20[testsuite] Add missing dg-require-effective-target nonlocal_gotoTom de Vries4-0/+9
2019-06-20[testsuite] Add missing dg-require-effective-target indirect_jumpsTom de Vries5-0/+11
2019-06-20[testsuite] Add missing dg-require-effective-target label_valuesTom de Vries7-0/+15
2019-06-20[testsuite] Add missing dg-require-effective-target allocaTom de Vries21-0/+43
2019-06-20Decrease hash-table-verification-limit from 100 to 10.Martin Liska2-1/+6
2019-06-20tree-vect-stmts.c (enum scan_store_kind): New type.Jakub Jelinek2-42/+83
2019-06-20fix ARM --with-fpu option checking and error messageAlexandre Oliva2-3/+8
2019-06-20Daily bump.GCC Administrator1-1/+1
2019-06-19re PR tree-optimization/90626 (fold strcmp(a, b) == 0 to zero when one string...Martin Sebor2-2/+6
2019-06-19PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek17-30/+169
2019-06-19PR tree-optimization/90626 - fold strcmp(a, b) == 0 to zero when one string l...Martin Sebor6-9/+319
2019-06-19[Darwin, specs] Tidy some more linker options.Iain Sandoe4-27/+54