gcc-9.2018-06-03Z.a194d25
[c5f5029
] 2018-06-03T12:37:03Z
PR c++/85739 - ICE with pointer to member template parm.
[c14add8
] 2018-06-03T11:51:10Z
re PR tree-optimization/86034 (wrong code for bit-field manipulation at -Os)
[5b9a333
] 2018-06-03T11:14:51Z
re PR fortran/36497 (USE association, cray pointers and error checking)
[12193bf
] 2018-06-03T05:23:59Z
re PR fortran/85938 (Spurious assert failure for matmul with reshaped array)
[432e70a
] 2018-06-03T03:46:32Z
[NDS32] Implement peephole2 patterns for tuning code size.
[37d8f61
] 2018-06-03T03:26:56Z
[NDS32] Add -march=v3j.
[1cc5910
] 2018-06-03T03:17:40Z
[NDS32] Disable -fdelete-null-pointer-checks by default for nds32*--elf.
[57ea03a
] 2018-06-03T01:01:47Z
PR c++/85761 - ICE with ill-formed use of const outer variable.
[dd39af4
] 2018-06-03T00:16:36Z
Daily bump.
[cf3cd43
] 2018-06-02T14:22:12Z
[NDS32] Support Linux target for nds32.
[2140297
] 2018-06-02T11:14:04Z
[NDS32] Implement fp-as-gp optimization.
[e812d4d
] 2018-06-02T11:11:40Z
decl.c (gnat_to_gnu_entity): If this is not a definition...
[fcf7081
] 2018-06-02T10:57:54Z
Add missing directive
[988ee9b
] 2018-06-02T10:45:41Z
ada-tree.h (TYPE_PADDING_FOR_COMPONENT): New macro.
[82b3377
] 2018-06-02T09:37:31Z
discr53.ad[sb]: New test.
[4cda703
] 2018-06-02T03:14:44Z
PR c++/85764 - bogus 'this' not captured error.
[946d79a
] 2018-06-02T01:33:08Z
* g++.dg/cpp1z/feat-cxx1z.C: Update __cpp_deduction_guides.
[6931191
] 2018-06-02T00:55:45Z
Commit 260294 on 2018-05-16 by Carl Love was supposed to add the following files.
[fb28917
] 2018-06-02T00:17:58Z
altivec-12.c (main): Fix declaration of ucz to make it consistent with the naming convention in the file.
[a2b8cef
] 2018-06-02T00:16:31Z
Daily bump.
[38a2b7e
] 2018-06-01T23:04:09Z
DWARF5: Don't generate DW_AT_loclists_base for split compile unit DIEs.
[f8ad043
] 2018-06-01T22:48:40Z
* c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_deduction_guides to 201703.
[c94c353
] 2018-06-01T21:56:17Z
gimple-ssa-store-merging.c: Include gimple-fold.h.
[3827838
] 2018-06-01T21:52:25Z
altivec-35.c (foo): Add builtin test vec_madds.
[a609077
] 2018-06-01T21:04:24Z
ChangeLog tidying
[e079dce
] 2018-06-01T20:49:43Z
CWG 1581: When are constexpr member functions defined?
[7d072b9
] 2018-06-01T20:49:33Z
PR c++/58281 - explicit instantiation of constexpr
[9760467
] 2018-06-01T20:49:27Z
* pt.c (instantiate_decl): Any defaulted function is defined.
[010ff25
] 2018-06-01T20:26:44Z
MAINTAINERS (write after approval): Add myself.
[ca708a2
] 2018-06-01T20:20:35Z
re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarray")
[64acc19
] 2018-06-01T19:59:50Z
* Fix email address in ChangeLog.
[232d2ed
] 2018-06-01T19:53:31Z
* MAINTAINERS: Update my email address.
[560a1dc
] 2018-06-01T18:46:23Z
rs6000: Fix mangling for 128-bit float
[ddd3e26
] 2018-06-01T17:05:02Z
re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAGE DISTINCT))
[77b8fb0
] 2018-06-01T15:50:18Z
[AArch64] Used prefer aliases SXTL(2) and UXTL(2)
[7aad7f4
] 2018-06-01T14:42:08Z
[MAINTAINERS] Update email address
[33031ee
] 2018-06-01T12:49:44Z
Fix phi backedge detection in backprop (PR85989)
[57c454d
] 2018-06-01T11:37:32Z
tree-vectorizer.h (vect_dr_stmt): New function.
[47cac10
] 2018-06-01T10:49:54Z
re PR tree-optimization/86017 (multiple consecutive calls to bzero/memset not merged)
[abc24d9
] 2018-06-01T08:36:20Z
c-ada-spec.c (dump_ada_declaration): Generate a forward declaration for a typedef independently of whether the...
[67e5c59
] 2018-06-01T08:22:13Z
Fix SVE fallout from r260951
[07205c4
] 2018-06-01T08:20:08Z
re PR ipa/85960 (-fipa-pta and ifunc are incompatible)
[eeb59c1
] 2018-06-01T00:37:28Z
2018-05-15 Michael Collison [email protected]
[b670ffe
] 2018-06-01T00:16:33Z
Daily bump.
[1130933
] 2018-05-31T21:42:53Z
libgo: update to Go 1.10.2 release Reviewed-on: https://go-review.googlesource.com/115196
[8b0b334
] 2018-05-31T20:01:42Z
2nd Patch for PR78009 Patch for PR83026
[28c84b6
] 2018-05-31T19:49:54Z
re PR target/85984 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2874)
[8b8003e
] 2018-05-31T19:45:54Z
re PR target/85591 (__builtin_cpu_is() is not detecting bdver2 with Model = 0x02)
[9534a5e
] 2018-05-31T19:20:24Z
PR libstdc++/78870 support std::filesystem on Windows
[c931509
] 2018-05-31T17:51:27Z
sse.md (avx_vec_concat): Substitute concat_tg_mode mode attribute with xtg_mode.
[d258f4a
] 2018-05-31T17:04:43Z
PR c/82063 - issues with arguments enabled by -Wall
[3217e69
] 2018-05-31T15:37:22Z
x86: Re-enable partial_reg_dependency and movx for Haswell
[bd1cab3
] 2018-05-31T14:10:10Z
re PR middle-end/85879 (ICE in expand_debug_locations, at cfgexpand.c:5405)
[22f1f4c
] 2018-05-31T12:18:19Z
PR libstdc++/85951 for make_signed/make_unsigned for character types
[2ae39fb
] 2018-05-31T11:30:46Z
stack_usage1.adb: Replace -fstack-usage with -Wstack-usage.
[78668dd
] 2018-05-31T11:20:34Z
store_merging_10.c: Turn dg-do compile into dg-do run.
[7b1e395
] 2018-05-31T10:47:50Z
[Ada] Remove obsolete figure in documentation
[76bce68
] 2018-05-31T10:47:45Z
[Ada] Add missing spec files for VxWorks runtimes
[986bd14
] 2018-05-31T10:47:39Z
[Ada] Minor copyright header adjustments
[9200846
] 2018-05-31T10:47:34Z
[Ada] Document Stubs_Subdir in gnattest section on user guide
[2a35a4c
] 2018-05-31T10:47:29Z
[Ada] Static predicate check on characters of a string literal
[d989848
] 2018-05-31T10:47:24Z
[Ada] Remove obsolete code in trans.c
[0562ed3
] 2018-05-31T10:47:19Z
[Ada] Detect returning procedures annotated with No_Return
[6e03839
] 2018-05-31T10:47:14Z
[Ada] Fix wrong value returned for unconstrained packed array
[fe1db40
] 2018-05-31T10:47:08Z
[Ada] Fix __gnat_backtrace for VxWorks7 on x86
[6ae40af
] 2018-05-31T10:47:03Z
[Ada] Illegal copy of limited object
[c9f3576
] 2018-05-31T10:46:58Z
[Ada] Update comment on _atomic_compare_exchange in s-atomic_primitives
[1b6f8e9
] 2018-05-31T10:46:52Z
[Ada] Fix internal error on allocator with function call
[3c5d07a
] 2018-05-31T10:46:48Z
[Ada] Spurious tampering check failure
[9977c78
] 2018-05-31T10:46:43Z
[Ada] Rename "GPL" version to "Community"
[446ac3e
] 2018-05-31T10:46:39Z
[Ada] Minor comment improvement
[7ae795f
] 2018-05-31T10:46:34Z
[Ada] Simplify call to Unique_Defining_Entity on protected entry declarations
[7366d29
] 2018-05-31T10:46:17Z
[Ada] Set Etype on rewriteen Max_Queue_Length expressions
[81a9594
] 2018-05-31T10:46:12Z
[Ada] Update gnatelim documentation wrt. compilation of main unit
[9104d20
] 2018-05-31T10:46:07Z
[Ada] Fix tracking of the first item in Repinfo
[21afc4f
] 2018-05-31T10:46:02Z
[Ada] Fix strange behavior of Object_Size for packed array subtype
[42e4b79
] 2018-05-31T10:45:57Z
[Ada] Post warning on object size clause for subtype
[59f7c71
] 2018-05-31T10:45:51Z
[Ada] Fix compiler crash for tagged private types
[01f481c
] 2018-05-31T10:45:05Z
[Ada] Fix check on placement of multiple loop (in)variant pragmas
[4cfb305
] 2018-05-31T10:44:56Z
[Ada] Posix 2008: reimplement System.OS_Primitives.Clock using clock_gettime
[ade649b
] 2018-05-31T10:44:51Z
[Ada] Unnesting: add a predicate to help expansion of task and protected types
[dfd2da0
] 2018-05-31T10:44:45Z
[Ada] Convert operands of generated code to Standard.Unsigned for modular ops.
[5b87c1f
] 2018-05-31T09:57:33Z
re PR sanitizer/86012 (libsanitizer build failure on sparc64-linux-gnu)
[568421b
] 2018-05-31T08:46:20Z
Patch implementing vld1x3, vst1x2 and vst1x3 intrinsics for AARCH64 for all types.
[5328e74
] 2018-05-31T00:16:46Z
Daily bump.
[786b5b8
] 2018-05-30T23:33:49Z
msp430.c (msp430_output_labelref): Prepend user_label_prefix to name.
[98c1128
] 2018-05-30T23:32:31Z
tree-core.h: Update comment about the format of NAME string passed to handler in attribute_spec.
[525213a
] 2018-05-30T23:26:03Z
msp430.md: Remove erroneous subreg expression from zero_extendqisi2 insn pattern.
[bbdf026
] 2018-05-30T23:21:48Z
* crtstuff.c: Remove declaration of Jv_RegisterClasses.
[d72a367
] 2018-05-30T23:13:48Z
PR c++/77777 improve location for diagnostic
[b67b922
] 2018-05-30T22:55:38Z
re PR c/55976 (-Werror=return-type should error on returning a value from a void function)
[e91c9fe
] 2018-05-30T22:49:25Z
extend.texi: Document some architecture specific constraints and sort entries.
[3ce4cdb
] 2018-05-30T22:24:43Z
PR middle-end/85369 - no -Wstringop-overflow for a strcpy / stpcpy call with a nonstring pointer when providing movstr pattern
[1ba9c85
] 2018-05-30T19:42:52Z
ChangeLog fix
[752e759
] 2018-05-30T19:33:38Z
Do not warn about zero-as-null when NULL is used.
[298434c
] 2018-05-30T19:31:11Z
PR c++/85807 - ICE with call in template NSDMI.
[fbf5c1c
] 2018-05-30T18:40:03Z
patch to add support of ARMv8.4 in saphira
[e062dc8
] 2018-05-30T17:57:50Z
simple-object.h (simple_object_copy_lto_debug_sections): Add rename parameter.
[5603790
] 2018-05-30T17:33:06Z
PR c++/85873 - constant initializer_list array not in .rodata.
[cd7fa7a
] 2018-05-30T17:32:54Z
Improve error recovery for structured binding in condition.
[d555daa
] 2018-05-30T17:10:03Z
Remove accidental commit.
[da65152
] 2018-05-30T17:07:36Z
20111213-1_0.c: Fix template.
[6dc1ee5
] 2018-05-30T16:43:59Z
* doc/invoke.texi (-flinker-output): Document
[2a58bcf
] 2018-05-30T16:43:11Z
passes.c (ipa_write_summaries): Only modify statements if body is in memory.
[5b42d19
] 2018-05-30T16:42:41Z
passes.c (ipa_write_summaries): Only modify statements if body is in memory.
[6c363dd
] 2018-05-30T16:37:53Z
* lto-opts.c (lto_write_options): Skip OPT_dumpdir, OPT_fresolution.
[0df8dc6
] 2018-05-30T16:36:55Z
lto-wrapper.c (debug_objcopy): Add rename parameter; pass it down to simple_object_copy_lto_debug_sections.
[de54061
] 2018-05-30T16:34:54Z
lto-plugin.c: (non_claimed_files): New static var.
[3d63e71
] 2018-05-30T16:20:16Z
extend.texi (PowerPC AltiVec Built-in Functions): Remove descriptions of various incorrectly documented functions.
[04b21a0
] 2018-05-30T16:04:03Z
Fixing ChangeLog entry for earlier commit.
[0c8e762
] 2018-05-30T15:59:14Z
Reverting r260635
[7ce4ce1
] 2018-05-30T15:26:26Z
simple-object.h (simple_object_copy_lto_debug_sections): Add rename parameter.
[74e0960
] 2018-05-30T14:55:04Z
re PR tree-optimization/85964 (compile time hog w/ -O3 -ftracer -fno-guess-branch-probability)
[d0b5129
] 2018-05-30T10:59:25Z
[AArch64] Improve LDP/STP generation that requires a base register
[2eb2847
] 2018-05-30T10:31:21Z
[AArch64] Fix aarch64_ira_change_pseudo_allocno_class
[30522cd
] 2018-05-30T08:59:03Z
[Ada] Update documentation of Sinfo.Package_Instantiation field
[b23fa3d
] 2018-05-30T08:58:57Z
[Ada] Unnesting: always transform local Raise statements
[07fb1ef
] 2018-05-30T08:58:51Z
[Ada] Minor reformatting
[e00ee73
] 2018-05-30T08:58:46Z
[Ada] Unnesting: handle the semantic of Procedure_To_Call field
[392a7e1
] 2018-05-30T08:58:40Z
[Ada] Unnesting: skip unanalyzed Component_Assocation
[656d1fb
] 2018-05-30T08:58:33Z
[Ada] Implement pragma Max_Entry_Queue_Depth
[d7db3f4
] 2018-05-30T08:58:27Z
[Ada] Extend the applicability of Thread_Local_Storage to composite types
[f2a3c2f
] 2018-05-30T08:58:17Z
[Ada] Correctly ignore Assertion_Policy in modes CodePeer and GNATprove
[efa760f
] 2018-05-30T08:58:12Z
[Ada] ACATS 4.1G - CXAG003 - Name_Case_Equivalence doesn't exist
[0c50626
] 2018-05-30T08:58:05Z
[Ada] Minor reformatting
[42e508b
] 2018-05-30T08:58:00Z
[Ada] Add support for Define_Switch with a callback in GNAT.Command_Line
[7cc6d41
] 2018-05-30T08:57:55Z
[Ada] Fix several typos
[5e648d3
] 2018-05-30T08:57:50Z
[Ada] Craft .ctors/.dtors sections manually for VxWorks EH registration
[812e611
] 2018-05-30T08:57:44Z
[Ada] Spell preanalysis, preanalyze correctly
[83d849a
] 2018-05-30T08:57:38Z
[Ada] Minor comment rework in GNAT.Secondary_Stack_Info
[dc67cfe
] 2018-05-30T08:57:33Z
[Ada] Reuse Is_Rewrite_Substitution where possible
[81c8f26
] 2018-05-30T08:57:26Z
[Ada] Simplify conditions by removing always true conjuncts
[56a05ce
] 2018-05-30T08:57:21Z
[Ada] Spurious error on legal synchronized constituent
[131780a
] 2018-05-30T08:57:11Z
[Ada] Refine logic to set Needs_Activation_Record on subprogram types
[df8aa2b
] 2018-05-30T08:57:05Z
[Ada] Minor comment addition
[5a0c86b
] 2018-05-30T08:56:59Z
[Ada] Secondary stack leak in "for X of ..." loops
[88ad52c
] 2018-05-30T08:56:54Z
[Ada] Ignore out of range values for System.Priority in CodePeer mode
[8ed508f
] 2018-05-30T08:56:49Z
[Ada] Unnesting: look for specification of main unit
[86f3285
] 2018-05-30T08:56:44Z
[Ada] Unnesting: properly handle local subprogram in declare blocks
[2a5ec8e
] 2018-05-30T08:56:35Z
[Ada] Minor comment fix
[5d51488
] 2018-05-30T08:56:29Z
[Ada] Unnesting: properly handle subprogram instantiations
[1df65b8
] 2018-05-30T08:56:23Z
[Ada] Secondary stack implementation clean up
[f537fc0
] 2018-05-30T08:56:18Z
[Ada] Minor reformatting
[c0368be
] 2018-05-30T08:56:12Z
[Ada] Move special flags for Ada runtime files from Makefile.in to Makefile.rtl
[c667752
] 2018-05-30T08:56:05Z
[Ada] Move target pair settings in Makefiles
[b005486
] 2018-05-30T08:18:33Z
Replace dead store with early return
[6e24655
] 2018-05-30T06:31:47Z
Use poly_int tree accessors
[bb3976d
] 2018-05-30T00:16:58Z
cmd/go, cmd/vet: make vet work with gccgo Backport https://golang.org/cl/113715 and https://golang.org/cl/113716: cmd/go: don't pass -compiler flag to vet Without this running go vet -compiler=gccgo causes vet to fail. The vet tool does need to know the compiler, but it is passed in vetConfig.Compiler. cmd/go, cmd/vet, go/internal/gccgoimport: make vet work with gccgo When using gccgo/GoLLVM, there is no package file for a standard library package. Since it is impossible for the go tool to rebuild the package, and since the package file exists only in the form of a .gox file, this seems like the best choice. Unfortunately it was confusing vet, which wanted to see a real file. This caused vet to report errors about missing package files for standard library packages. The gccgoimporter knows how to correctly handle this case. Fix this by 1) telling vet which packages are standard; 2) letting vet skip those packages; 3) letting the gccgoimporter handle this case. As a separate required fix, gccgo/GoLLVM has no runtime/cgo package, so don't try to depend on it (as it happens, this fixes golang/go#25324). The result is that the cmd/go vet tests pass when using -compiler=gccgo. Reviewed-on: https://go-review.googlesource.com/114516
[fc27db2
] 2018-05-30T00:16:38Z
Daily bump.
[4ec2cf3
] 2018-05-30T00:16:02Z
crypto/x509: specify path to AIX certificate file Reviewed-on: https://go-review.googlesource.com/113179
[5af3ff2
] 2018-05-29T22:31:17Z
RISC-V: Fix a comment typo.
[04eb9c5
] 2018-05-29T20:04:52Z
PR c++/67445 - returning temporary initializer_list.
[5d2e68e
] 2018-05-29T18:35:34Z
re PR target/85950 (Unsafe-math-optimizations regresses optimization using SSE4.1 roundss)
[72930d9
] 2018-05-29T18:29:04Z
PR middle-end/85888 - New test case c-c++-common/attr-nonstring-6.c from r260541 fails with excess errors
[009bb50
] 2018-05-29T17:44:07Z
re PR c++/85883 (class template argument deduction fails in new-expression)
[5baa6f8
] 2018-05-29T17:21:31Z
Qualify another call in
[69ce0c8
] 2018-05-29T17:07:57Z
re PR c++/85952 (Bogus -Wunused-but-set-variable warning with array structured binding)
[fec0bf3
] 2018-05-29T14:35:28Z
tree-vect-data-refs.c (vect_preserves_scalar_order_p): Make sure to use non-pattern stmts for get_earlier_stmt arguments.
[0e8f29d
] 2018-05-29T12:11:21Z
libgcov: report about a different timestamp (PR gcov-profile/85759).
[e379122
] 2018-05-29T12:01:26Z
tree-cfg.c (verify_gimple_assign_unary): Add checking for VEC_UNPACK_EXPR.
[1bda738
] 2018-05-29T11:58:24Z
re PR target/85918 (Conversions to/from [unsigned] long long are not vectorized for AVX512DQ target)
[f8c0baa
] 2018-05-29T11:49:44Z
tree-vectorizer.h (struct vec_info): Add stmt_vec_infos member.
[092cb01
] 2018-05-29T11:44:16Z
dominance.c (iterate_fix_dominators): Push/pop TV_DOMINANCE.
[c04f648
] 2018-05-29T09:55:02Z
Add vec::reverse.
[86e74d5
] 2018-05-29T09:42:50Z
[Ada] Adjust documentation of -gnatn switch
[4f95a81
] 2018-05-29T09:42:45Z
[Ada] Fix typos in Makefile.in
[795d006
] 2018-05-29T09:42:39Z
[Ada] Attach reference to finalizers to tree
[6564125
] 2018-05-29T09:42:34Z
[Ada] Wrong equality on untagged private type
[999acab
] 2018-05-29T09:42:29Z
[Ada] Unnesting: handle statement sequences that include an At_End handler
[944e24a
] 2018-05-29T09:42:16Z
[Ada] Plug small hole in -gnatR output
[3747db8
] 2018-05-29T09:42:11Z
[Ada] Unnesting: do not generate push/pop for exceptions
[ef22a3b
] 2018-05-29T09:42:05Z
[Ada] Improper behavior of floating-point attributes
[54e33e5
] 2018-05-29T09:41:59Z
[Ada] Clarify use of Activation_Record_Component
[895500a
] 2018-05-29T09:41:52Z
[Ada] Set scope of component of subtype
[14f8ba9
] 2018-05-29T09:41:45Z
[Ada] Unnesting: exclude selected components whose prefix carry no type
[ec3b72c
] 2018-05-29T09:41:40Z
[Ada] Turn Ada.Calendar.Epoch_Offset into a function
[57dfb3e
] 2018-05-29T09:41:34Z
[Ada] Add system-vxworks7 variants of system.ads files for Vx7
[1f39fcd
] 2018-05-29T09:41:02Z
[Ada] Tighten crtbegin files for VxWorks
[8f1edbd
] 2018-05-29T09:40:37Z
[Ada] Minor reformatting
[c258a5b
] 2018-05-29T09:40:15Z
[Ada] GNAT UGN: update package requirements for 32bit GNAT on x86_64-linux
[de9b2a9
] 2018-05-29T09:39:44Z
[Ada] Adjustment of behavior of new -gnatRj switch
[ce09c3c
] 2018-05-29T09:39:11Z
[Ada] Fix constraint error in Normalize_Pathname
[ae3d5f1
] 2018-05-29T09:38:41Z
[Ada] System.Os_Lib: minor reformatting
[35f5e2c
] 2018-05-29T09:38:17Z
[Ada] New function to return nanoseconds from Unix Epoch
[0f9ca03
] 2018-05-29T09:37:43Z
[Ada] Enhance output of discriminants with -gnatR in JSON mode
[1e7629b
] 2018-05-29T09:36:51Z
[Ada] Implement machine parsable format for -gnatR output
[7883c42
] 2018-05-29T09:36:34Z
[Ada] Factor out worker procedure for -gnatR
[76b382d
] 2018-05-29T09:35:57Z
[Ada] Minor cleanup in repinfo unit
[c35c40e
] 2018-05-29T09:35:25Z
[Ada] Clear Do_Overflow_Check when inserting code to do check
[ccec48c
] 2018-05-29T09:34:47Z
[Ada] Lib.Write: avoid use of System.Case_Util
[eda4598
] 2018-05-29T09:33:50Z
[Ada] Refine documentation of Monotonic_Clock to reflect reality
[d8eb4ac
] 2018-05-29T09:31:00Z
[Ada] Always do range check against 'First
[28cfa26
] 2018-05-29T09:29:28Z
[Ada] Fix irregular output with -gnatRm
[9f4b346
] 2018-05-29T09:28:59Z
[Ada] Preliminary work to avoid full pathnames in ALI files
[0c46b42
] 2018-05-29T07:08:34Z
[testsuite] Fix "too few/many" error messages in scan--times procs
[e79182b
] 2018-05-29T07:08:23Z
[testsuite] Use correct proc names in scanasm.exp
[b4d0b1a
] 2018-05-29T07:08:11Z
[testsuite] Fix error message in scan-hidden/scan-not-hidden
[240e12d
] 2018-05-29T00:16:38Z
Daily bump.
[1eae457
] 2018-05-28T23:20:15Z
config.gcc: Identify FreeBSD 3.x and 4.x as unsupported.
[1f161c4
] 2018-05-28T21:55:31Z
re PR fortran/85840 (Memory leak in write.c)
[b0c31bc
] 2018-05-28T18:21:23Z
splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions.
[3b1cffc
] 2018-05-28T10:31:46Z
re PR middle-end/85933 (FAIL: gcc.dg/sso/p8.c -O3 -finline-functions (internal compiler error))
[b29502e
] 2018-05-28T10:28:38Z
re PR tree-optimization/85934 (ICE: verify_gimple failed (error: type mismatch in vector pack expression))
[533aa46
] 2018-05-28T10:20:56Z
invoke.texi (ARM Options): Use @item instead of @itemx for armv5te.
[7728669
] 2018-05-28T09:06:02Z
DWARF: Handle expressions containing "-1" in dw2_asm_output_delta_uleb128.
[ab4dad4
] 2018-05-28T08:56:20Z
[Ada] Minor fixes and tweaks to comments in the Repinfo unit
[575e47b
] 2018-05-28T08:56:15Z
[Ada] Remove Valop from the Repinfo unit
[72da915
] 2018-05-28T08:56:08Z
[Ada] Minor cleanup in repinfo unit
[184a6ba
] 2018-05-28T08:56:03Z
[Ada] Unnesting: check index expressions for uplevel references
[6af9261
] 2018-05-28T08:55:57Z
[Ada] Unnesting: allow uplevel references to exceptions
[bcad502
] 2018-05-28T08:55:52Z
[Ada] Fix internal error on renaming of equality for record type
[4fd9587
] 2018-05-28T08:55:47Z
[Ada] Improve unnesting for discriminants of record subtypes
[04920bb
] 2018-05-28T08:55:42Z
[Ada] Fix regression of ACATS c46032a with CCG back end
[cb1a067
] 2018-05-28T08:55:35Z
[Ada] Update FE check following change in SPARK RM 7.1.3(12)
[cc821e6
] 2018-05-28T08:55:22Z
[Ada] Allow for GNATprove specific versions of routines from Sem_Disp
[0c38602
] 2018-05-28T08:54:55Z
[Ada] Fix internal error on nested record types with representation clause
[c84205c
] 2018-05-28T08:54:46Z
[Ada] Introduce a new Needs_Activation_Record entity flag
[a98217b
] 2018-05-28T08:54:41Z
[Ada] Better accuracy in float-to-fixed conversions
[f4bf7b6
] 2018-05-28T08:54:34Z
[Ada] Don't create empty activation records
[577ad21
] 2018-05-28T08:54:27Z
[Ada] Improve unnesting of indexed references
[1541ede
] 2018-05-28T08:54:18Z
[Ada] Copy index expression trees rather than relocating them
[f167c73
] 2018-05-28T08:54:11Z
[Ada] Disregard alignment issues in CodePeer mode
[7ddbf09
] 2018-05-28T08:54:06Z
[Ada] Minor typo fix in exp_unst.adb
[0ef5a02
] 2018-05-28T08:54:01Z
[Ada] Minor cleanup implementation of Ada.Containers.Vectors
[2416161
] 2018-05-28T08:53:54Z
[Ada] Crash on aspect/pragma Linked_Section with -gnatR2
[f5a9ad2
] 2018-05-28T08:53:49Z
[Ada] Update user manual for the -D binder switch
[6a890c5
] 2018-05-28T08:53:42Z
[Ada] Minor reformatting
[341e0bb
] 2018-05-28T08:53:36Z
[Ada] Spurious constraint error on array of null-excluding components
[9b19c24
] 2018-05-28T08:53:29Z
[Ada] Minor reformatting
[aab1da2
] 2018-05-28T08:53:22Z
[Ada] Spurious error on aspect Volatile
[c8e9556
] 2018-05-28T08:53:13Z
[Ada] Minor tweak to output of -gnatR
[500b21d
] 2018-05-28T08:53:06Z
[Ada] Warning on recursive call within postcondition
[aa76fac
] 2018-05-28T08:53:00Z
[Ada] Misleading warning on unresolvable package name
[e740ff8
] 2018-05-28T08:52:53Z
[Ada] Further evaluation of type bounds in GNATprove mode
[7672ab4
] 2018-05-28T08:52:42Z
[Ada] Minor internal cleanup in repinfo unit
[121dec8
] 2018-05-28T00:16:35Z
Daily bump.
[d5ca27e
] 2018-05-27T21:49:43Z
pa-linux.h (NEED_INDICATE_EXEC_STACK): Define to 0.