Age | Commit message (Expand) | Author | Files | Lines |
2019-12-12 | [Ada] Handling up-level references in protected entries and freeze nodes | Gary Dismukes | 2 | -0/+42 |
2019-12-12 | [Ada] Missing error on incorrect use of Result attribute | Justin Squirek | 2 | -0/+6 |
2019-12-12 | [Ada] Crash on Descriptor_Size attribute | Bob Duff | 2 | -0/+10 |
2019-12-12 | [Ada] Missing length check on private type with unknown discriminants | Ed Schonberg | 2 | -7/+23 |
2019-12-12 | [Ada] Compiler crash on prefix call in generic body | Bob Duff | 2 | -46/+50 |
2019-12-12 | [Ada] Use correct subtype for call to Last in formal vectors | Claire Dross | 3 | -2/+7 |
2019-12-12 | [Ada] Fix a number of typos, plus minor reformatting | Gary Dismukes | 3 | -17/+19 |
2019-12-12 | [Ada] Update gnatmetric documentation for average lengths | Bob Duff | 2 | -4/+7 |
2019-12-12 | [Ada] Constraint is ignored on constrained access record component | Ed Schonberg | 6 | -18/+144 |
2019-12-12 | [Ada] Crash on use of Loop_Entry, Result, and Old as actuals | Justin Squirek | 3 | -1/+43 |
2019-12-12 | [Ada] Remove references to VMS | Arnaud Charlet | 2 | -72/+7 |
2019-12-12 | [Ada] Mark Ada subprograms and variables referenced from gigi | Eric Botcazou | 42 | -199/+352 |
2019-12-12 | [Ada] Improve end of command line arguments detection | Dmitriy Anisimkov | 3 | -9/+46 |
2019-12-12 | [Ada] Remove implicit anonymous access conversion in testcase | Pierre-Marie de Rodat | 2 | -1/+6 |
2019-12-12 | [ARC] generate signaling FDCMPF for hard float comparisons | Vineet Gupta | 6 | -3/+45 |
2019-12-12 | [ARC] Use hardware support for double-precision compare instructions. | Claudiu Zissulescu | 2 | -2/+7 |
2019-12-12 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-12-12 | opts.c (default_options_table): Move -ftree-loop-distribute-patterns entry fr... | Jakub Jelinek | 3 | -3/+8 |
2019-12-12 | re PR fortran/92899 ([OpenMP] ICE in gfc_trans_omp_atomic, at fortran/trans-o... | Jakub Jelinek | 2 | -2/+7 |
2019-12-12 | re PR target/92723 (ICE in expand_shift_1, at expmed.c:2635) | Jakub Jelinek | 4 | -12/+24 |
2019-12-11 | builtins.c (compute_objsize): Add an argument and set it to offset into desti... | Martin Sebor | 9 | -111/+477 |
2019-12-11 | re PR fortran/92897 ([Coarray] ICE in gfc_set_array_spec, at fortran/array.c:... | Steven G. Kargl | 4 | -4/+19 |
2019-12-11 | MSP430: Add -fno-exceptions multilib | Jozef Lawrynowicz | 8 | -6/+73 |
2019-12-11 | Introduce pretty_printer::clone vfunc | David Malcolm | 10 | -0/+83 |
2019-12-11 | function-tests.c: expose selftest::make_fndecl for use elsewhere | David Malcolm | 3 | -2/+14 |
2019-12-11 | re PR c++/92869 (C++17 wrongly reports aggregate type as not-aggregate (when ... | Jakub Jelinek | 4 | -1/+39 |
2019-12-11 | PR c++/92878 - Parenthesized init of aggregates in new-expression. | Marek Polacek | 4 | -3/+80 |
2019-12-11 | * g++.dg/cpp0x/initlist-new2.C: Clarify comment. | Jason Merrill | 1 | -1/+1 |
2019-12-11 | PR c++/92105 - decltype(decltype) error cascade. | Jason Merrill | 4 | -10/+35 |
2019-12-11 | PR c++/57082 - new X{} and private destructor. | Jason Merrill | 3 | -1/+20 |
2019-12-11 | PR c++/92774 - ICE with implicitly deleted operator<=>. | Jason Merrill | 3 | -12/+50 |
2019-12-11 | PR c++/92859 - ADL and bit-field. | Jason Merrill | 3 | -1/+22 |
2019-12-11 | PR c++/92446 - deduction of class NTTP. | Jason Merrill | 3 | -1/+19 |
2019-12-11 | PR middle-end/79221 - missing -Wstringop-overflow= on a strcat overflow | Martin Sebor | 2 | -0/+25 |
2019-12-11 | Adds multibyte awareness to pretty-print.c | Lewis Hyatt | 2 | -1/+71 |
2019-12-11 | [testsuite][arm] Remove xfail for vect-epilogues test | Andre Vieira | 2 | -1/+5 |
2019-12-11 | arm: Fix an incorrect warning when -mcpu=cortex-a55 is used with -mfloat-abi=... | Richard Earnshaw | 3 | -28/+57 |
2019-12-11 | Add ARM-specific Bfloat format support to middle-end | Stam Markianos-Wright | 3 | -0/+144 |
2019-12-11 | Fix PR92901: Change test expectation for C++ in OpenACC test clause-locations.c | Frederik Harwath | 2 | -1/+8 |
2019-12-11 | Fix unrecognizable insn of pr92865. | Hongtao Liu | 4 | -1/+78 |
2019-12-11 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-12-11 | compiler: generate type descriptor for pointer to alias defined in another pa... | Ian Lance Taylor | 2 | -4/+4 |
2019-12-11 | re PR tree-optimization/92891 (ice in decompose, at wide-int.h:984) | Jakub Jelinek | 4 | -1/+28 |
2019-12-10 | re PR rtl-optimization/92796 (ICE in lra_assign, at lra-assigns.c:1646 on pow... | Vladimir Makarov | 7 | -15/+66 |
2019-12-10 | re PR fortran/91643 (ICE in gfc_trans_create_temp_array, at fortran/trans-arr... | Thomas Koenig | 4 | -0/+29 |
2019-12-10 | re PR rtl-optimization/92882 (ICE in regstat_bb_compute_calls_crossed, at reg... | Jakub Jelinek | 4 | -3/+15 |
2019-12-10 | re PR ipa/92883 (ICE in compare_values_warnv) | Jakub Jelinek | 4 | -7/+26 |
2019-12-10 | re PR middle-end/92825 (Unnecesary stack protection in Firefox's LightPixel.) | Jakub Jelinek | 5 | -57/+65 |
2019-12-10 | * ipa-param-manipulation.c | Jakub Jelinek | 3 | -6/+16 |
2019-12-10 | PR c++/92847 - C++20 comparison ambiguity with class template. | Jason Merrill | 3 | -14/+33 |