aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-05-22[Ada] Do not emit error in Relaxed_RM_Semantics modeArnaud Charlet2-1/+9
2018-05-22[Ada] Take into account N_Generic_Package_Renaming_DeclarationArnaud Charlet2-1/+8
2018-05-22[Ada] Crash with private types and renamed discriminantsEd Schonberg8-1/+66
2018-05-22[Ada] Spurious visibility error in a nested instance with formal packageEd Schonberg12-9/+136
2018-05-22[Ada] Prohibit output dependency items on functionsHristian Kirtchev2-0/+16
2018-05-22[Ada] Allow attribute 'Valid_Scalars on private typesHristian Kirtchev7-485/+723
2018-05-22[Ada] Ignore pragma Elaborate_Body in spec of a SAL_Interface packageBob Duff2-0/+13
2018-05-22[Ada] Spurious visibility error on aspect in generic unitEd Schonberg2-1/+13
2018-05-22[Ada] Document new switches for gnatppBob Duff2-0/+33
2018-05-22[Ada] Crash on pragma Compile_Time_Warning with declared string constantEd Schonberg2-1/+13
2018-05-22[Ada] Align stack to 128bits on VxWorks for AArch64Doug Rupp2-6/+11
2018-05-22[Ada] Fix stack alignment issue in the signal trampoline on QNXJerome Lambourg2-5/+10
2018-05-22[Ada] Spurious size error on fixed point type with aspect SmallEd Schonberg4-0/+36
2018-05-22[Ada] Prevent caching of non-text symbols for symbolic tracebacksOlivier Hainque2-14/+31
2018-05-22[Ada] Adding support for Ada.Locales packageJavier Miranda5-18/+846
2018-05-22[Ada] Minor reformattingsHristian Kirtchev6-28/+39
2018-05-22[Ada] No error on misplaced pragma Pure_FunctionJustin Squirek10-61/+130
2018-05-22[Ada] Missing error on illegal categorization dependencyHristian Kirtchev2-16/+26
2018-05-22Handle a null lhs in expand_direct_optab_fn (PR85862)Richard Sandiford4-6/+26
2018-05-22re PR tree-optimization/85834 (ice in set_ssa_val_to, at tree-ssa-sccvn.c:3396)Richard Biener5-2/+87
2018-05-22Do not ICE for incomplete types in ICF (PR ipa/85607).Martin Liska4-3/+31
2018-05-22re PR tree-optimization/85863 (ICE in compiling spec2006 fortran test case so...Richard Biener4-2/+37
2018-05-22re PR fortran/85841 ([F2018] reject deleted features)Janus Weil28-133/+158
2018-05-22Daily bump.GCC Administrator1-1/+1
2018-05-22* es.po: Update.Joseph Myers2-104/+57
2018-05-21simd-5.c: Fix comment.Christian Groessler2-1/+5
2018-05-21re PR target/85657 (Make __ibm128 a separate type, even if long double uses t...Michael Meissner1-2/+2
2018-05-21re PR target/85657 (Make __ibm128 a separate type, even if long double uses t...Michael Meissner9-26/+355
2018-05-21Fix tree-ssa-strlen handling of partial clobbers (PR85814)Richard Sandiford4-2/+21
2018-05-21parser.c (cp_parser_parameter_declaration_list): Remove bool* parameter.Paolo Carlini2-12/+16
2018-05-21re PR target/84923 (gcc.dg/attr-weakref-1.c failed on aarch64)Vladimir Mezentsev2-1/+7
2018-05-21re PR c++/84588 (internal compiler error: Segmentation fault (contains_struct...Paolo Carlini12-15/+218
2018-05-21ChangeLog for r260480Steven G. Kargl1-0/+10
2018-05-21block-2.f: Adjust testcase for new gfortran warnings for deleted and obsolesc...Steven G. Kargl5-3/+8
2018-05-21[AArch64][committed] Fix gcc.target/aarch64/vec_init_1.c for tiny and large m...Kyrylo Tkachov2-1/+10
2018-05-21Fix bogous dates in gcc/ada/ChangeLogPierre-Marie de Rodat1-26/+26
2018-05-21[Ada] Spurious warning on object declaration with address clauseEd Schonberg5-1/+55
2018-05-21[Ada] Pretty-print attribute names using mixed caseDaniel Mercier2-1/+30
2018-05-21[Ada] Aspects on stubsHristian Kirtchev7-98/+92
2018-05-21[Ada] Add g-soliop__qnx.ads to the runtime buildJerome Lambourg2-0/+6
2018-05-21[Ada] Spurious error on early call region of tagged typeHristian Kirtchev13-122/+148
2018-05-21[Ada] Error message on invalid conversion involving limited viewsEd Schonberg2-2/+32
2018-05-21[Ada] Exit statement in loops over iterable objectsEd Schonberg4-0/+64
2018-05-21[Ada] Avoid compiler crash for body in non Ada 2012 modeJavier Miranda2-3/+15
2018-05-21[Ada] Enhance stack unwinding on VxWorks for AArch64Doug Rupp2-9/+18
2018-05-21[Ada] Minor typo fixesJose Ruiz4-5/+10
2018-05-21[Ada] Spurious error on indexed call as prefix of a callEd Schonberg4-0/+70
2018-05-21[Ada] Clarify code for accessing full view of a typePiotr Trojanek2-8/+16
2018-05-21[Ada] Minor reformattingHristian Kirtchev6-14/+18
2018-05-21[Ada] Use type conversion when inlining may trigger a run-time checkYannick Moy3-9/+34