aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-07-17[ARC] Don't use deprecated align_labels_log variable.Claudiu Zissulescu2-4/+10
2018-07-17re PR debug/86456 (Segfault in switch_to_section at gcc/varasm.c:7353 since ...Richard Biener4-3/+35
2018-07-17S/390: Do not use LA with index register on z196 or newer.Robin Dapp2-5/+10
2018-07-17S/390: Set default function alignment to 16.Robin Dapp6-0/+95
2018-07-17re PR middle-end/86542 (wrong-code for collapsed taskloop which needs omp_cpyfn)Jakub Jelinek2-1/+20
2018-07-17decl.c (choices_to_gnu): Rename parameters.Eric Botcazou5-61/+92
2018-07-17Add -fomit-frame-pointer to gcc.target/i386/vartrack-1.cRainer Orth2-1/+6
2018-07-17Build gcc/testsuite/g++.dg/lto/pr86523-[12]_0.C as PICRainer Orth3-2/+12
2018-07-17Do not enable OPT_falign_* for -Os.Martin Liska2-4/+8
2018-07-17Define MAX_CODE_ALIGN globally.Martin Liska5-8/+15
2018-07-17Fix coding style of ASM_OUTPUT_ALIGN.Martin Liska10-10/+24
2018-07-17Clean up of new format of -falign-FOO.Martin Liska32-390/+358
2018-07-17[Ada] Spurious error on prefixed call in an instantiationEd Schonberg5-22/+146
2018-07-17[Ada] Preserve original CE reason in more casesArnaud Charlet2-3/+15
2018-07-17[Ada] Add provision for floating-point in Apply_Division_CheckArnaud Charlet2-7/+23
2018-07-17[Ada] Fix expansion of aggregates components rewritten to raise statementsEd Schonberg2-0/+35
2018-07-17[Ada] Reuse Is_Rewrite_Substitution in Relocate_NodePiotr Trojanek2-1/+5
2018-07-17[Ada] Fix RM rule referencesPiotr Trojanek3-4/+8
2018-07-17[Ada] Fix incompatibility Default_Scalar_Storage_Order/tagged typesEric Botcazou5-14/+48
2018-07-17[Ada] Use standard version of s-memory.adb for mingw32Patrick Bernardi5-228/+41
2018-07-17[Ada] Faulty ignored Ghost code removalHristian Kirtchev2-5/+13
2018-07-17[Ada] Configuration state not observed for instance bodiesHristian Kirtchev12-194/+249
2018-07-17[Ada] ICE on renaming of result of binary operationEric Botcazou2-6/+10
2018-07-17[Ada] Type mismatch warning for imported C++ classEric Botcazou7-55/+115
2018-07-17[Ada] Remove extra parentheses in Expand_Inlined_CallPiotr Trojanek2-2/+6
2018-07-17[Ada] Minor fix for imported C++ constructorsEric Botcazou2-9/+16
2018-07-17[Ada] Assertion_Policy for class-wide preconditionBob Duff2-1/+6
2018-07-17[Ada] Missing check on illegal equality operation in subprogramEd Schonberg4-8/+43
2018-07-17[Ada] Unnesting: don't use Get_Actual_Subtype for record subtypesEd Schonberg2-6/+32
2018-07-17[Ada] Minor reformattingHristian Kirtchev12-133/+153
2018-07-17[Ada] Crash processing abstract state aspect of a packageJavier Miranda8-227/+414
2018-07-17[Ada] Consistent spelling of "i.e." in docs and commentsPiotr Trojanek3-6/+12
2018-07-17[Ada] Argument_String_To_List creates empty items from whitespaceJustin Squirek4-53/+73
2018-07-17[Ada] Spurious error on Part_Of indicatorHristian Kirtchev2-5/+16
2018-07-17[Ada] Avoid confusing warning on exception propagation in GNATprove modeYannick Moy2-0/+11
2018-07-17[Ada] GNAT.Sockets: reorganize and make public components of Inet_Addr_TypeDmitriy Anisimkov3-24/+180
2018-07-17[Ada] Secondary stack leak in statements block located in a loopJavier Miranda2-0/+41
2018-07-17[Ada] Fix Enclosing_Subprogram for protected entries and task entriesEd Schonberg2-2/+26
2018-07-17[Ada] Add elaboration-related switches to GNAT UGNHristian Kirtchev3-42/+133
2018-07-17re PR middle-end/86539 (OpenMP wrong-code with taskloop and references)Jakub Jelinek2-1/+41
2018-07-17[Ada] New ignored Ghost code removal mechanismHristian Kirtchev8-260/+249
2018-07-17[Ada] Secondary stack leak in loop iteratorJavier Miranda2-65/+122
2018-07-17[Ada] Fix Next_Actual when used on calls "inlined for proof"Piotr Trojanek2-5/+23
2018-07-17[Ada] Einfo: update documentation for Scalar_RangeEd Schonberg2-2/+7
2018-07-17[Ada] Attach the special GNATprove HEAP entity to the Standard packagePiotr Trojanek2-0/+6
2018-07-17[Ada] Minor refactoring: remove extra parenthesesPiotr Trojanek2-1/+5
2018-07-17[Ada] Fix unnesting issues involving tasksEd Schonberg2-4/+30
2018-07-17[Ada] Spurious error on unused Part_Of constituentHristian Kirtchev4-15/+55
2018-07-17[Ada] Fix handling of inherited discriminant constraintsEd Schonberg5-21/+158
2018-07-17[Ada] Crash on case expression in build-in-place functionHristian Kirtchev7-23/+96