aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-11[Ada] Bump copyright notices to 2018Arnaud Charlet1850-1849/+1853
2018-01-11[Ada] Minor reformattingHristian Kirtchev6-28/+39
2018-01-11[Ada] No error on missing enclosing parentheses in Expression FunctionJustin Squirek4-2/+37
2018-01-11[Ada] Missing diagnostic of categorization dependencyHristian Kirtchev5-1/+32
2018-01-11[Ada] Incorrect diagnostic on illegal with clauseHristian Kirtchev2-1/+8
2018-01-11[Ada] Spurious error on referene to subcoponrnt in dynamic predicateEd Schonberg2-3/+18
2018-01-11[Ada] Secondary stack leaks during object initializationHristian Kirtchev7-322/+375
2018-01-11[Ada] QNX: various runtime fixes for file I/O, timers, timezoneJerome Lambourg7-13/+82
2018-01-11[Ada] Null procedures not allowed in protected definitionsBob Duff4-33/+79
2018-01-11[Ada] Minor reformattingBob Duff3-3/+7
2018-01-11[Ada] Improve documentation of xml2gnatBob Duff2-5/+24
2018-01-11[Ada] gnatbind -f switch gives an error for duplicatesBob Duff2-31/+99
2018-01-11[Ada] Crash on expression function as completion, with implicit dereferenceEd Schonberg5-0/+49
2018-01-11[Ada] Add Sphinx option -W to treat warnings as errorsBen Brosgol2-1/+5
2018-01-11[Ada] Minor type/wording correctionsBen Brosgol3-11/+12
2018-01-11[Ada] Warning on use of predefined operations on an actual fixed-point typeEd Schonberg5-2/+72
2018-01-11exp_util.adb (Remove_Side_Effects): No action done for functions returning cl...Javier Miranda3-0/+19
2018-01-11[Ada] Annotate standard File_Type with Default_Initial_Condition (for SPARK)Piotr Trojanek7-6/+12
2018-01-11[Ada] New implementation for Normalize_PathnamePascal Obry2-104/+66
2018-01-11[Ada] Update gnatpp documentation after engine changeBob Duff3-249/+447
2018-01-11[Ada] Secondary stack leak due to controlled componentHristian Kirtchev2-4/+7
2018-01-11[Ada] Update description of restriction SPARK_05 with SPARK 2014Yannick Moy3-28/+58
2018-01-11[Ada] Minor layout fix in documentation sourcesVasiliy Fofanov2-9/+10
2018-01-11[Ada] Minor reformattingHristian Kirtchev8-25/+25
2018-01-11[Ada] Handling of pragma PredicateEd Schonberg2-0/+14
2018-01-11[Ada] Enable sigtramp for aarch64-vx7Doug Rupp2-2/+6
2018-01-11[Ada] Different runtime behavior of Predicate_FailureHristian Kirtchev3-40/+171
2018-01-11[Ada] Integer overflow in SS_AllocatePatrick Bernardi9-95/+64
2018-01-11[Ada] Illegal protected calls in inherited pre/postconditionsEd Schonberg3-1/+35
2018-01-11[Ada] Encoding of with clauses in ALI filesHristian Kirtchev12-157/+258
2018-01-11[Ada] Finding proper scope when inside entry bodyHristian Kirtchev2-19/+9
2018-01-11[Ada] Aspect/pragma Secondary_Stack_Size can evaluate non-literals as zeroPatrick Bernardi5-73/+74
2018-01-11[Ada] Minor reformattingJustin Squirek2-1/+6
2018-01-11[Ada] Missing finalization in case expressionHristian Kirtchev2-1/+8
2018-01-11[Ada] Crash on iterated_component_association in expression functionEd Schonberg4-29/+80
2018-01-11[Ada] Wrong column in sloc of "expect name" error for loop variantJustin Squirek4-1/+25
2018-01-11[Ada] Inconsistent scope chain due to quantified expressionHristian Kirtchev2-0/+7
2018-01-11[Ada] Fix minor comment issuesPiotr Trojanek2-3/+8
2018-01-11einfo.ads, einfo.adb (Activation_Record_Component, [...]): Allow E_Discriminant.Arnaud Charlet3-11/+21
2018-01-11re PR tree-optimization/83189 (internal compiler error: in probability_in, at...Jan Hubicka4-1/+14
2018-01-11re PR rtl-optimization/83575 (ICE: verify_flow_info failed (error: multiple h...Jan Hubicka5-4/+52
2018-01-11aarch64-modes.def (V2HF): New VECTOR_MODE.Michael Collison41-25/+2050
2018-01-10PR tree-optimization/83781 - Bootstrap failed on x86 with --with-arch=corei7Martin Sebor4-0/+40
2018-01-11re PR tree-optimization/83501 (strlen(a) not folded after strcpy(a, "..."))Martin Sebor5-9/+130
2018-01-11debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARFIan Lance Taylor2-2/+13
2018-01-11Daily bump.GCC Administrator1-1/+1
2018-01-10decl.c (gnat_to_gnu_component_type): Apply the check for atomic access once t...Eric Botcazou4-3/+38
2018-01-10re PR fortran/82367 (ICE with deferred length string allocate on non-deferred...Steven G. Kargl4-2/+46
2018-01-10c-ada-spec.c (dump_number): Add FLOAT_P parameter.Eric Botcazou2-19/+44
2018-01-10RISC-V: Add naked function support.Kito Cheng5-18/+182