Age | Commit message (Expand) | Author | Files | Lines |
2020-07-07 | preprocessor: Better line info for <builtin> & <command-line> | Nathan Sidwell | 7 | -12/+64 |
2020-07-07 | Avoid printing informational notes when -Wmismatched-tags is suppressed in sy... | Martin Sebor | 3 | -29/+65 |
2020-07-07 | Aarch64: Change costs for TX2 to expose more vectorization opportunities | Anton Youdkevitch | 1 | -9/+9 |
2020-07-07 | fix detection of negative step DR groups | Richard Biener | 4 | -5/+126 |
2020-07-07 | [Ada] Small adjustment in the handling of alignment for arrays | Eric Botcazou | 2 | -20/+21 |
2020-07-07 | [Ada] Avoid crash on node extension | Bob Duff | 1 | -0/+9 |
2020-07-07 | [Ada] Assert failure on invalid Variable_Indexing | Arnaud Charlet | 1 | -0/+7 |
2020-07-07 | [Ada] Use Is_Generic_Subprogram where possible | Piotr Trojanek | 4 | -10/+5 |
2020-07-07 | [Ada] Fix typo in code to get a better error message | Piotr Trojanek | 1 | -4/+3 |
2020-07-07 | [Ada] ACATS 4.1J - B854003 - Subtype conformance check missed #2 | Arnaud Charlet | 1 | -13/+51 |
2020-07-07 | [Ada] ACATS 4.1K - C452003 | Arnaud Charlet | 8 | -192/+75 |
2020-07-07 | [Ada] Errors in handling of access_to_subprogram contracts | Ed Schonberg | 2 | -13/+20 |
2020-07-07 | [Ada] Hang on conditional expression as actual | Justin Squirek | 1 | -1/+9 |
2020-07-07 | [Ada] Simplify statically known Max_Size_In_Storage_Elements attribute in mor... | Steve Baird | 1 | -3/+13 |
2020-07-07 | [Ada] Ada2020: AI12-0198 potentially unevaluated components of arrays | Javier Miranda | 1 | -2/+1 |
2020-07-07 | [Ada] Move generation of range checks for entry families to expander | Eric Botcazou | 6 | -23/+46 |
2020-07-07 | [Ada] Freeze aspect expression relocated to pragma Precondition | Piotr Trojanek | 1 | -2/+6 |
2020-07-07 | [Ada] ACATS 4.1H - BC60005 - null exclusion matching for formal subprograms | Arnaud Charlet | 4 | -91/+45 |
2020-07-07 | [Ada] Handle explicit dereferences in expression functions | Ed Schonberg | 1 | -0/+9 |
2020-07-07 | [Ada] Ada2020: AI12-0198 potentially unevaluated components of arrays | Javier Miranda | 1 | -0/+3 |
2020-07-07 | [Ada] Use pragma Unsuppress in Time_IO | Bob Duff | 1 | -13/+12 |
2020-07-07 | [Ada] Add support for XDR streaming in the default runtime | Arnaud Charlet | 3 | -4/+17 |
2020-07-07 | [Ada] Fix documentation of -gnatVa switch | Piotr Trojanek | 2 | -2/+2 |
2020-07-07 | [Ada] Ensure No_Specification_Of_Aspect forbids pragmas and repr. clauses | Ghjuvan Lacambre | 4 | -4/+26 |
2020-07-07 | [Ada] Checking type invariants on in params of procedures, not functions (AI1... | Gary Dismukes | 2 | -68/+82 |
2020-07-07 | [Ada] Change local object from variable to constant | Piotr Trojanek | 1 | -6/+4 |
2020-07-07 | [Ada] Fix expansion of delta aggregates with slices | Piotr Trojanek | 1 | -1/+1 |
2020-07-07 | [Ada] Ada2020: AI12-0198 potentially unevaluated components of arrays | Javier Miranda | 2 | -194/+239 |
2020-07-07 | [Ada] Remove extra checks for non-static context from resolving 'Update | Piotr Trojanek | 1 | -3/+0 |
2020-07-07 | [Ada] Spurious elaboration warnings with -gnatc and null procedures | Arnaud Charlet | 1 | -5/+14 |
2020-07-07 | [Ada] Minor cleanup with Is_Assignable | Piotr Trojanek | 1 | -3/+1 |
2020-07-07 | [Ada] Set range checks for for 'Update on arrays in GNATprove expansion | Piotr Trojanek | 2 | -32/+76 |
2020-07-07 | [Ada] Style fixes in the description of Analysis-Resolution-Expansion | Piotr Trojanek | 1 | -4/+4 |
2020-07-07 | [Ada] Allow aspect Relaxed_Initialization on protected entries | Piotr Trojanek | 1 | -1/+1 |
2020-07-07 | Fix a typo in doc/generic.texi | Qian Jianhua | 1 | -1/+1 |
2020-07-07 | Pass correct parameters to c_parser_do_statement. | Kaipeng Zhou | 1 | -1/+1 |
2020-07-07 | fix LTO streaming order dependence on randomness | Richard Biener | 1 | -8/+21 |
2020-07-07 | Daily bump. | GCC Administrator | 7 | -1/+377 |
2020-07-06 | Exclude calls to variadic lambda stubs from -Wnonnull checking (PR c++/95984). | Martin Sebor | 3 | -9/+63 |
2020-07-06 | c++: Always use pushdecl for exception library helpers | Nathan Sidwell | 9 | -171/+90 |
2020-07-06 | PR fortran/95980 - ICE on using sync images with -fcheck=bounds | Harald Anlauf | 3 | -4/+20 |
2020-07-06 | PR fortran/95709 - ICE in gfc_resolve_code, at fortran/resolve.c:11807 | Harald Anlauf | 2 | -4/+26 |
2020-07-06 | c++: Allow empty-declaration in C++11 and later (PR 96068) | Jonathan Wakely | 3 | -7/+10 |
2020-07-06 | tree-optimization/96075 - fix bogus misalignment calculation | Richard Biener | 2 | -1/+97 |
2020-07-06 | [Ada] Avoid forced loading of System.Priority in CodePeer mode | Piotr Trojanek | 1 | -1/+1 |
2020-07-06 | [Ada] Time_IO.Image: Allow printing the time zone | Bob Duff | 2 | -6/+77 |
2020-07-06 | [Ada] Time_IO.Value: Allow subseconds and time zones together | Bob Duff | 2 | -25/+25 |
2020-07-06 | [Ada] Clean up GNAT.Calendar.Time_IO.Value | Bob Duff | 1 | -62/+55 |
2020-07-06 | [Ada] Implement Time_IO.Image with Time_Zone | Bob Duff | 2 | -2/+30 |
2020-07-06 | [Ada] Use Stream_Element_Arrays internally for secure hash computations | Thomas Quinot | 3 | -75/+84 |