aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-08-21PR c++/86981, Implement -Wpessimizing-move.Marek Polacek12-19/+423
2018-08-21re PR c++/65043 (Expected narrowing conversion during list initialization of ...Marek Polacek8-3/+80
2018-08-21* cp-tree.h: Fix typo.Marek Polacek2-1/+5
2018-08-21[Ada] Minor reformattingsHristian Kirtchev22-132/+163
2018-08-21[Ada] Add a new gnat tool vxlinkJerome Lambourg9-0/+1189
2018-08-21[Ada] Crash on expression function and tagged typesEd Schonberg5-16/+58
2018-08-21[Ada] Spurious crash on expression function as completion with contractsEd Schonberg8-209/+291
2018-08-21[Ada] Retention of with clauses for ignored Ghost unitsHristian Kirtchev2-3/+6
2018-08-21[Ada] Crash processing SPARK annotate aspectJavier Miranda5-1/+45
2018-08-21[Ada] Spurious error on overriding protected function in instanceEd Schonberg5-1/+67
2018-08-21[Ada] Properly set scope of artificial entities in blocksEd Schonberg2-11/+36
2018-08-21[Ada] Fix scope computation for loop statementsEd Schonberg2-1/+45
2018-08-21[Ada] Einfo: remove obsolete codeBob Duff3-75/+5
2018-08-21[Ada] Update for Ownership rules for access types according to AI12-0240Maroua Maalej2-2758/+1191
2018-08-21[Ada] Spurious ambiguity error on call returning an access typeEd Schonberg5-1/+38
2018-08-21[Ada] Document entries of the target parametrization fileYannick Moy3-3/+66
2018-08-21[Ada] Set scope of elaboration flag for 'AccessEd Schonberg2-0/+13
2018-08-21[Ada] Sprint: add guard on printing aspectsEd Schonberg2-2/+8
2018-08-21[Ada] Crash compiling SPARK ghost functions with callgraph infoJavier Miranda2-1/+13
2018-08-21[Ada] Unnesting: do not set size of access subprogramsEd Schonberg2-0/+15
2018-08-21[Ada] Unnesting: do not emit warnings for access to subprogramsEd Schonberg2-1/+10
2018-08-21[Ada] Improper copying of limited arrays with default initializationEd Schonberg2-7/+33
2018-08-21[Ada] Fix spurious error on unchecked conversion on VFA record typeEric Botcazou2-0/+7
2018-08-21[Ada] Fix internal error on extension of record with representation clauseEric Botcazou4-2/+59
2018-08-21[Ada] Spurious "Duplicated symbol" error with discriminated tasksEd Schonberg11-5/+71
2018-08-21[Ada] Define versions of dimension system for Float and Long_FloatYannick Moy15-528/+866
2018-08-21[Ada] General purpose doubly linked list for compiler and tool useHristian Kirtchev8-0/+2080
2018-08-21[Ada] Fix scope computation for entry bodies and accept alternativesEd Schonberg2-9/+25
2018-08-21[Ada] Crash on entry in generic with dynamic elaboration checksHristian Kirtchev8-12/+71
2018-08-21[Ada] Set_Targ: add a CodePeer annotationArnaud Charlet2-0/+7
2018-08-21[Ada] Compiler abort on call to expr. function for default discriminantEd Schonberg4-1/+32
2018-08-21[Ada] Dynamically resizable, load factor-based hash tableHristian Kirtchev5-33/+1870
2018-08-21[Ada] Enumeration types with non-standard representationJavier Miranda5-13/+116
2018-08-21[Ada] Handle pragmas that come from aspects for GNATprovePiotr Trojanek3-1/+22
2018-08-21[Ada] Add sa_messages.ad[sb] for SPARK 2014Pierre-Marie de Rodat3-0/+810
2018-08-21tree.c (find_decls_types_r): Do not check for redundant typedefs.Jan Hubicka4-7/+9
2018-08-21[Ada] Bump copyright notices to 2018Pierre-Marie de Rodat9-9/+9
2018-08-21tree.c (free_lang_data_in_decl): Remove types from DECL_CONTEXT when possible.Jan Hubicka2-0/+28
2018-08-21Fix DSE big-endian subreg crash on AArch64.Tamar Christina4-0/+35
2018-08-21Restrict the pr86763 test to *-*-linux* targetsSzabolcs Nagy2-2/+6
2018-08-21re PR middle-end/86121 (missing -Wstringop-overflow on strcpy followed by str...Bernd Edlinger4-1/+19
2018-08-21vxworks: don't define vxworks_asm_out_constructor when using .init_arrayRasmus Villemoes3-0/+10
2018-08-21vxworks: enable use of .init_array/.fini_array for cdtorsRasmus Villemoes3-5/+19
2018-08-21vxworks: add target/h/wrn/coreip to the set of system include pathsRasmus Villemoes2-3/+11
2018-08-21gimple-ssa-sprintf.c (decl_constant_value): Remove.Bernd Edlinger2-138/+6
2018-08-21[debug] Add debug and earlydebug dumpsTom de Vries10-3/+159
2018-08-21[debug] Respect fdump-noaddr and fdump-unnumbered in print_dieTom de Vries2-7/+26
2018-08-21wide-int-range.cc (wide_int_range_abs): New.Aldy Hernandez4-127/+130
2018-08-21Daily bump.GCC Administrator1-1/+1
2018-08-20re PR target/87033 (The compiler does not generate the LWAX instruction)Michael Meissner4-1/+25