gcc-patches archive
subject index for February, 2017

This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

[ GIMPLE FE] replace calls to c_parser_gimple_unary_expression by c_parser_gimple_postfix_expression

Re: [4.7][google] Adding a new option -fstack-protector-strong. (issue5461043)

Re: [AArch64] Accelerate -fstack-protector through pointer authentication extension

Re: [Aarch64] Enable descriptors for nested functions in Ada

[Ada] Add another check for SSO compatibility

Re: [Ada] Cleanup in the implementation of packed array types

[Ada] Fix back-and-forth issue in debugger

[Ada] Fix calling convention mistmatch with C++ on Windows

[Ada] Fix PR ada/79309

[Ada] Fix segfault in NRV on pathological case

[Ada] Fix wrong debug info for variant record

[Ada] Fix wrong size computation with boolean discriminant

[Ada] PR target/79749

[Ada] Update FSF bug reporting URL

Re: [ARM] Enable descriptors for nested functions in Ada

Fwd: [Bug fortran/79739] [7 Regression] ICE with some interesting code

[BUILDROBOT] arm-netbsdelf: Error during -fself-test (was: [PATCH] TS_OPTIMIZATION/TS_TARGET_OPTION need no chain/type)

Re: [C++ PATCH] 79296, ICE mangling local class

[C++ PATCH] cleanup synthesized_method_walk

[C++ PATCH] Diagnose constexpr store to ARRAY_REF with negative index (PR c++/79655)

[C++ PATCH] Don't pedwarn on deprecated or fallthrough attributes (PR c++/79301)

[C++ PATCH] Fix -Wunused-but-set-parameter in ctors of some abstract classes (PR c++/79746)

[C++ PATCH] Fix 3 diagnostic whitespace issues

[C++ PATCH] Fix decomp error recovery (PR c++/79654)

Re: [C++ PATCH] Fix default TLS model for non-inline static data members (PR c++/79288)

[C++ PATCH] Fix ICE in invalid decomposition (PR c++/79372)

[C++ PATCH] Fix ICE with -fpermissive on post{inc,dec}rement (PR c++/79377)

[C++ PATCH] Fix ICE with constexpr store to pointer to method (PR c++/79639)

[C++ PATCH] Fix ICE with decomp gimplification (PR sanitizer/79589)

[C++ PATCH] Fix ICE with OpenMP/OpenACC/Cilk+ constructs in constexpr functions (PR c++/79664)

[C++ PATCH] Fix ICEs with #pragma GCC ivdep (PR c++/79379)

[C++ PATCH] For -gdwarf-5 emit DW_TAG_variable instead of DW_TAG_member for C++ static data members

[C++ PATCH] For -gdwarf-5 emit DW_TAG_variable instead of DW_TAG_member for C++ static data members (take 2)

[C++ PATCH] For -std=c++1z treat class types with inherited ctors as non-aggregate (PR c++/79143)

[C++ PATCH] For -std=c++1z treat class types with inherited ctors as non-aggregate (PR c++/79143, take 3)

[C++ Patch] PR 69637

Re: [C++ Patch] PR 71737

[C++ Patch] PR 79361

[C++ Patch] PR 79380

[C++ RFC] Fix up attribute handling in templates (PR c++/79502)

[C++PATCH] c++/79393 virtual base of abstract class

[C/C++ PATCH] Fix mode attribute handling (PR c++/79641)

[committed] Add -mbackchain to deep-stack-uaf-1.C testcase (PR sanitizer/79341)

[committed] Add a testcase (PR c++/79457)

[committed] Add gcc/function-tests.o to compare_exclusions for 32-bit hppa*-*-hpux*.

[committed] Avoid pattern-recognizing memset/memcpy/memmove for loops with non-generic address spaces (PR tree-optimization/79649)

[committed] Fix #pragma omp {target,ordered} error-recovery (PR c++/79429)

[committed] Fix -fopenmp-simd #pragma omp target handling (PR c++/79512)

[committed] fix a few typos in tree-ssa-loop-niter.c

[committed] Fix gfortran.dg/coarray_43.f90 on hppa*-*-hpux*

[committed] Fix ICE with #pragma omp declare target (autovar) (PR c/79431)

[committed] Fix libgomp testsuite failures on hppa*-*-hpux*

[committed] Fix memory leak in oacc code (PR middle-end/79505)

[committed] Fix some more tests that fail on hppa*-*-hpux* due to limited common alignment

[committed] hppa-hpux11: New include fix for alloca.h

Re: [committed] move constant to the right of relational operators (Re: [PATCH 4/5] distinguish likely and unlikely results (PR 78703))

[committed] New hppa-hpux11 pthread.h fix

[committed] Remove hppa dg-skip-if directive from libgomp.oacc-c-c++-common/loop-dim-default.c

[committed] Require alias support for gcc.dg/pr77587.c

[Committed] S/390: Add missing comments listing mnemonics.

[Committed] S/390: Cleanup: Remove builtin type flags.

[Committed] S/390: Remove unused expanders from vx-builtins.md

[Committed] S/390: Rename __S390_VX__ to __VX__.

[committed] Skip tests on hppa*-*-hpux*

[committed] xfail g++.dg/tls/thread_local-order2.C on hppa*-*-hpux*

[doc, committed] fix a few typos and spelling errors

[doc, committed] Re: Doc question: is "templatized" a word?

[doc,committed] "stringification" isn't a real word

[doc] contrib.texi - simpliy Hans Boehm's entry

[doc] contrib.texi: Remove broken link into the Mauve CVS repository

[doc] doc/makefile.texi: refer to installation instructions

[doc] extend.texi - "lock critical sections"?

[doc] install.texi link maintenance

[doc] sourceware.org now defaults to https

[doc] standards.texi (was: [wwwdocs] Update reference to Go 1)

[doc] Update link to Objective-C 2.0 manual

Re: [driver, doc] Support escaping special characters in specs

[Fortran, Patch, CAF] Failed Images patch (TS 18508)

[FYI] Various SMS (modulo scheduling) patches

Re: [GCC][PATCH]{AArch64][Testsuite] Fix failing vector_initialization_nostack.c

[GIMPLE FE] add fma_expr

[GIMPLE FE] Avoid ICE with __builtin_abs

[GIMPLE FE] avoid ICE with same ssa version number for multiple names

[GIMPLE FE] Fix ICE's with default ssa-name parsing in c_parser_gimple_postfix_expression

[GIMPLE FE] Handle abs_expr

[gomp4] add -finform-parallelism

Re: [gomp4] add support for derived types in ACC UPDATE

[gomp4] add support for gang local storage allocation in shared memory

[gomp4] adjust num_gangs and add a diagnostic for unsupported num_workers

[gomp4] Async related additions to OpenACC runtime library

[gomp4] backport OPTGROUP_OPENMP

[gomp4] correct the reported line number in c++ combined OpenACC directives

[gomp4] correct the reported line number in fortran combined OpenACC directives

[gomp4] delete unused variable inside trans-openmp.c

[gomp4] DEV-PHASE change

Re: [gomp4] enable GOMP_MAP_FIRSTPRIVATE_INT in OpenACC

[gomp4] fix a reduction bug involving GOMP_MAP_FIRSTPRIVATE_POINTER variables

Re: [gomp4] optimize GOMP_MAP_TO_PSET

[libgomp, testsuite] Enable libgomp.c/pr48591.c on __float128 targets

[libstdc++,doc] doc/xml/manual/debug.xml: Adjust link to ThreadSanitizer

[libstdc++,doc] doc/xml/manual/io.xml - update link to groups.google.com

[libstdc++,doc] doc/xml/manual/profile_mode.xml: Update a paper reference

[libstdc++,doc] doc/xml/manual/status_cxx2017.xml: Fix link to N4284

[libstdc++,doc] Link maintenance for doc/xml/manual/documentation_hacking.xml

[libstdc++,doc] Remove extraneous http:// in doc/xml/manual/profile_mode.xml

[libstdc++,doc] Standardize references to Boost documentation

[libstdc++,doc] Strip links to ANSI (web shop)

[libstdc++,doc] Unbreak link to "Optimizing Sorting with Machine Learning Algorithms"

[libstdc++,doc] Update link to Sun Studio 11: C++ Migration Guide

[libstdc++,PATCH] src/c++11/snprintf_lite.cc - update bug reporting URL

[PATCH 0/2] [ARC] Code size mods.

Re: [PATCH 0/2] [ARC] Define __NPS400__ properly

[PATCH 0/2] [ARC] Two small patches to fix faulty instruction patterns.

[PATCH 0/2] [ARM] PR61551 addressing mode costs

[PATCH 0/5] LRA fixes for MIPS-like targets

[PATCH 0/5] New warning: -Wstring-plus-int (PR c++/62181)

Re: [PATCH 0/5] OpenMP/PTX: improve correctness in SIMD regions

[PATCH 0/6] Fallout from RTL checking

Re: [PATCH 0/6] Improve -fprefetch-loop-arrays in general and for AArch64 in particular

[PATCH 1/2] [ARC] Add code density instructions.

[PATCH 1/2] [ARC] Fix conditional move contstraint

[PATCH 1/2] [ARM] Refactor costs calculation for MEM.

[PATCH 1/2] Use two spaces to separate options in the RISC-V docs

[PATCH 1/5] Handle WORD_REGISTER_OPERATIONS when reloading (subreg(reg))

[PATCH 1/5] Move char_type_p prototype into c-common.h

[PATCH 1/5] testsuite: attr-alloc_size-11.c (PR79356)

[PATCH 1/6] c6x: Fix for RTL checking

[PATCH 1/6] RISC-V Port: gcc/config/riscv/riscv.c

[PATCH 1/8] [i386] Minor refactoring

[PATCH 2/2] [ARC] Code size modifications.

[PATCH 2/2] [ARC] Fix tst_bitfield_tst pattern.

[PATCH 2/2] [ARM] Add table of costs for AAarch32 addressing modes.

[PATCH 2/2] Alphebetize RISC-V Options section

[PATCH 2/3] Introduce =<number> for couple of options.

[PATCH 2/5] c++: New warning option -Wstring-plus-int

Re: [Patch 2/5] OpenACC tile clause support, omp-low parts

[PATCH 2/5] testsuite, rs6000: Don't xfail Wtrampolines.c on -m32

[PATCH 2/5] Tighten condition for converting SUBREG reloads from OP_OUT to OP_INOUT

[PATCH 2/6] cris: Fix for RTL checking

[PATCH 2/6] RISC-V Port: gcc

[PATCH 2/8] [i386] Add option -moutline-msabi-xlogues

[PATCH 3/3] Introduce IntegerRange for options (PR driver/79659).

[PATCH 3/5] c: New warning option -Wstring-plus-int

[PATCH 3/5] Support WORD_REGISTER_OPERATIONS requirements in simplify_operand_subreg

[PATCH 3/5] testsuite, rs6000: Don't xfail 32-bit (PR66612)

[PATCH 3/6] microblaze: Fixes for RTL checking

[PATCH 3/6] RISC-V Port: libgcc

[PATCH 3/8] [i386] Adds class xlouge_layout and new fields to struct machine_function

[PATCH 4/5] Document warning option -Wstring-plus-int

[PATCH 4/5] Partial revert of r243782 to restore previous behavior

[PATCH 4/5] testsuite, rs6000: fold-vec-mult-longlong.c

[PATCH 4/6] nios2: Fixes for RTL checking

Re: [PATCH 4/6] Port prefetch configuration from aarch32 to aarch64

[PATCH 4/6] RISC-V Port: libatomic

[PATCH 4/8] [i386] Modify ix86_save_reg to optionally omit stub-managed registers

[PATCH 5/5] Ensure the mode used to create split registers is suppported

[PATCH 5/5] New tests for -Wstring-plus-int

[PATCH 5/5] testsuite, rs6000: vec-adde-int128.c

[PATCH 5/6] pa: Fixes for RTL checking

[PATCH 5/6] RISC-V Port: gcc/testsuite

Re: [PATCH 5/6][AArch64] Enable -fprefetch-loop-arrays at -O3 for cores that benefit from prefetching.

[PATCH 5/8] [i386] Modify ix86_compute_frame_layout for foutline-msabi-xlogues

[PATCH 6/6] RISC-V Port: contrib

[PATCH 6/6] sh: Fixes for RTL checking

[PATCH 6/8] [i386] Add patterns and predicates foutline-msabi-xlouges

[PATCH 7/8] [i386] Add msabi pro/epilogue stubs to libgcc

Re: [patch 79279] combine/simplify_set issue

Re: [Patch AArch64] Use 128-bit vectors when autovectorizing 16-bit float types

[PATCH doc] clean up -fdump-tree- options (PR 32003)

[PATCH doc] update -dM to mention excluded macros (PR 41540)

[PATCH docs] remove Java from GCC 7 release criteria

Re: [PATCH GCC 6/9]Simplify control flow graph for vectorized loop

[PATCH PR69564]Improve vectorizer's runtime alias check for wrapping type

[PATCH PR71437/V2]Simplify cond with assertions in threading

[PATCH PR77536]Generate correct profiling information for vectorized loop

[PATCH PR79347/02]Bound profiling counter with niter bound for epilogue loop

[PATCH PR79347]Maintain profile counter information in vect_do_peeling

[PATCH PR79562] fix bootstrap on FreeBSD

[PATCH PR79663]Only reversely combine refs for ZERO length chains in predcom

[PATCH rs6000 testsuite] Fix PR79158

[PATCH rs6000] Fix PR79544

Re: [PATCH v2,rs6000] PR78056: Finish fixing build failure on Power7

Re: [PATCH v2] aarch64: Add split-stack initial support

[PATCH v2] PR68972: g++.dg/cpp1y/vla-initlist1.C test case fails on power

[PATCH v3] aarch64: Add split-stack support

Re: [PATCH v3][AArch64] Fix symbol offset limit

Re: [PATCH v3][PR lto/79061] Fix LTO plus ASAN fails with "AddressSanitizer: initialization-order-fiasco".

[PATCH v4] aarch64: Add split-stack initial support

Re: [PATCH v5] add -fprolog-pad=N,M option

[PATCH v6] add -fprolog-pad=N,M option

[PATCH, aarch64] add unwind support for aarch64-*-freebsd*

[PATCH, ARM] Fix PR79742 incorrect scheduler choice.

[PATCH, committed] TILEPro/TILE-Gx: add blockage to avoid bad scheduler + dwarf interaction (PR target/78862)

[patch, contrib] Add support to install libcaf-mpi for multi-image coarray Fortran

[patch, doc] copy-edit ARC options documentation

Re: [PATCH, DOC] Enhance document of asan-use-after-return param.

[PATCH, doc]: Mention that -mfpmath=sse is the default on 32bit x86 w/ SSE2 and -ffast-math

[PATCH, Fortran, 29229, v1] [7 Regression] ICE in gfc_trans_assignment_1 with -fcheck=mem

[PATCH, Fortran, pr78958, v1] Unallocated memory access after SOURCE-ALLOCATEing unlimited polymorphic object

[PATCH, Fortran, pr79230, v1] [7 Regression] [OOP] Run time error: double free or corruption

[PATCH, Fortran, pr79335, v1] [7 Regression] Conditional jump or move depends on uninitialised in value get_scalar_to_descriptor_type(tree_node*, symbol_attribute) (trans-expr.c:53)

[PATCH, Fortran, pr79335, v2] [7 Regression] Conditional jump or move depends on uninitialised in value get_scalar_to_descriptor_type(tree_node*, symbol_attribute) (trans-expr.c:53)

[PATCH, Fortran, pr79344, v1] [7 Regression] segmentation faults and run-time errors

[patch, fortran] Fix PR 65542, accepts invalid F95

[Patch, fortran] PR71838 - ICE with OpenCoarrays on submodule

[Patch, fortran] PR79382 - DTIO ICE

[Patch, fortran] PR79402 - ICE with submodules: module procedure interface defined in parent module

[Patch, fortran] PR79434 - [submodules] separate module procedure breaks encapsulation

[Patch, fortran] PR79447 - [F08] gfortran rejects valid & accepts invalid internal subprogram in a submodule

[Patch, fortran] PR79676 - [submodules] Compilation/linking error when module procedures PRIVATE

[Patch, fortran] PRs 79597 and 79601.

[Patch, fortran] PRs79599 and 79523

[patch, fortran] Set default inline matmul limit to 30

Re: [PATCH, GCC/x86 mingw32] Add configure option to force wildcard behavior on Windows

[PATCH, i386]: Fix PR61225, -fshrink-wrap interference with RMW peepholes

[PATCH, i386]: Fix PR79495, ICE in extract_constrain_insn with -msoft-float

[PATCH, i386]: Fix PR79593: Poor/Worse code generation for FPU on versions after 6

[PATCH, i386]: Simplify vector modes -> vec_extract* splitter

[PATCH, i386]: Use pextr for TARGET_SSE4_1 when creating STV scalar copy

[Patch, libgfortran, committed] Don't use rand_s on CYGWIN

[PATCH, MIPS] Calling convention differs depending on the presence of MSA

Re: [PATCH, PING 1] S/390: Use macros from hwint.h where possible.

Re: [PATCH, pr63256] update powerpc dg options

[PATCH, rs6000] Fix PR70012 (gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c)

[PATCH, rs6000] Fix PR78604

[PATCH, rs6000] Fix PR79261 (vec_xxpermdi is not endian-sensitive)

[PATCH, rs6000] Fix RTL definitions of the xvcvsxdsp and xvcvuxdsp instructions

[PATCH, rs6000] gcc 5 back port of xvcvsxdsp and xvcvuxdsp RTL fixes

[PATCH, rs6000] gcc 5 back port of vec_packs and vec_vgbbd builtin table entry fixes

[PATCH, rs6000] gcc 6 back port of xvcvsxdsp and xvcvuxdsp RTL fixes

[PATCH, rs6000] gcc 6 back port of vec_packs and vec_vgbbd builtin table entry fixes

[PATCH, testsuite]: Use posix_memalign instead of aligned_alloc in gcc.dg/strncmp-2.c

[PATCH, wwwdocs/ARM] Deprecate ARMv5 and ARMv5E support

Re: [PATCH, wwwdocs/ARM] Mention new rmprofile value for --with-multilib-list

[PATCH, wwwdocs] Update AArch64 entry in readings.html

[PATCH, wwwdocs] Update list of ARM cpus in readings.html

[patch,avr] Tweak addhi3_zero_extend.

[PATCH,MIPS] Document -mload-store-pairs

[PATCH,MIPS] Handle paired single test changes

[PATCH,rs6000] PR78056: Remove unreliable test case

[PATCH,rs6000] PR79395: Fix compile error with -mcpu=power9 and -mno-vsx and __builtin_vec_cmpne_p

[PATCH,testsuite] Skip gcc.dg/lto/pr60449_0.c for mips*-*-elf* targets.

[PATCH,testsuite] Use logical_op_short_circuit to skip targets in ssa-thread-14.c.

Re: [patch,wwwdocs] Add v7 AVR release notes.

Re: [PATCH/AARCH64] Add scheduler for Thunderx2t99

[PATCH/AARCH64] Change -mcpu=thunderx2t99 's -mcpu=native support

Re: [PATCH/AARCH64] Enable software prefetching (-fprefetch-loop-arrays) for ThunderX 88xxx

[PATCH/AARCH64] Fix ThunderX core definition

Re: [PATCH/AARCH64] Handle ILP32 multi-arch

Re: [PATCH/VECT/AARCH64] Improve cost model for ThunderX2 CN99xx

Re: [PATCH] [AArch64] Implement popcount pattern

Re: [PATCH] [AArch64] PR target/71663 Improve Vector Initializtion

Re: [PATCH] [AArch64] Enable AES and cmp_branch fusion for Thunderx2t99

Re: [PATCH] [AArch64] Implement popcount pattern

RE: [PATCH] [ARC] Clean up arc header file.

[PATCH] [ARC] Handle complex PIC move patterns.

[PATCH] [MSP430] PR78838: Do not add section name prefixes when section name is .lowtext

[PATCH] [X86_64] Fix alignment for znver1 arch.

Re: [PATCH] Actually fix libhsail-rt build on x86_64/i?86 32-bit (take 2)

Re: [patch] Add -static-libquadmath option

[PATCH] Add -Wno-psabi to diagnostic-test-expressions-1.c options

[PATCH] Add dg-require-alias to a ICF test (PR testsuite/79272).

[PATCH] Add missing _mm512_prefetch_i{32,64}gather_{pd,ps} (PR target/79481)

[PATCH] Add RISC-V Maintainers

Re: [PATCH] Add support for Fuchsia (OS)

[PATCH] Add tabulars for options with enum values.

[PATCH] Add the RISC-V ELF targets to config-list.mk

[PATCH] Adjust sorry () for graphite

[PATCH] Adjust whitespace in <bits/atomic_base.h>

[PATCH] Another x86 output_operand_lossage fix (PR target/79729)

[PATCH] arc: Fixes for RTL checking

[PATCH] asan: fix missing include of signal.h

[PATCH] assume arrays at end of structs are unbounded (PR 79352)

[PATCH] Avoid (ab) SSA_NAMEs in reassoc (PR tree-optimization/79411)

[PATCH] avoid eliminating snprintf(d, n, ...) whose zero size comes from a range (PR 79496)

[PATCH] avoid ICE when attempting to init a flexible array member (PR c++/79363)

[PATCH] avoid overwriting minimum length of unknown strings (PR 79376)

[PATCH] Avoid uninit warnings with PR79345 fix

[PATCH] avoid using upper bound of width and precision in -Wformat-overlow (PR 79692)

[PATCH] Bump OpenMP version in invoke.texi

[PATCH] Change default of param not being smaller that min.

[PATCH] Cherry-pick 3 libsanitizer s390 changes (PR sanitizer/79341)

[PATCH] diagnostics: fix end-points of ranges within macros (PR c++/79300)

[PATCH] Do not allow to run GIMPLE or RTL test-cases w/ LTO (PR lto/79625).

[PATCH] Don't ICE on invalid operands in i?86 inline asm (PR target/79559)

[PATCH] Emit column info even in .debug_line section

[PATCH] Emit column information in dwarf

[PATCH] Enable RDPID instruction.

[PATCH] Ensure <experimental/iterator> includes <iterator>

[PATCH] Fix -fsanitize=bounds crash with zero-size array (PR sanitizer/79558)

[PATCH] Fix -fsplit-stack with non-local gotos (PR target/79494)

[PATCH] Fix -m3dnowa (PR target/79569)

[PATCH] Fix -Wformat -Werror=format-security -Wformat (PR c/79677)

Re: [PATCH] Fix __atomic to not implement atomic loads with CAS.

[PATCH] Fix ada __gnat_killprocesstree (PR ada/79309)

Re: [PATCH] Fix bool vs. unsigned:1 vectorization (PR tree-optimization/79284)

[PATCH] Fix buffer overflow in SH expand_cbranchdi4 (PR target/79462)

[PATCH] Fix cprop ICE with conditional asserts becoming non-conditional (PR rtl-optimization/79386)

[PATCH] Fix DFP conversion from INTEGER_CST to REAL_CST (PR target/79487)

[PATCH] Fix exception handling for ILP32 aarch64

Re: [PATCH] Fix exgettext to handle multi-line help texts from *.opt files (PR translation/78745)

[PATCH] Fix fixincludes for canadian cross builds

Re: [PATCH] Fix gcc-5-branch build with libc++

[PATCH] Fix gimple-ssa-store-merging.c on little-endian (PR tree-optimization/79737)

[PATCH] Fix gimplify_expr ICE with Labels as Values (PR middle-end/79537)

[PATCH] Fix i386 REG_CLASS_NAMES

[PATCH] Fix ICE on very large functions in ira-costs.c (PR middle-end/79399)

[PATCH] Fix ICE with -fcheck-pointer-bounds -mmpx (PR target/79633)

[PATCH] Fix ICE with COMPLEX_EXPR in fold_negate_expr (PR middle-end/79536)

[PATCH] Fix ICE with selective scheduling and VTA (PR target/79570)

[PATCH] Fix ice-on-invalid with #pragma omp ordered (PR c/79428)

Re: [PATCH] Fix ICEs with power8 fixuns_trunc<mode>di2 patterns (PR target/79197)

[PATCH] Fix improper combiner optimization of mixed mode vector/scalar expressions (PR 79365)

[PATCH] Fix memory leak in LTO

[PATCH] Fix memory leak in parloops (PR tree-optimization/79338)

[PATCH] Fix memory leak in the vectorizer (PR tree-optimization/79340)

[PATCH] Fix memory leaks in gimple-ssa-sprintf.c (PR tree-optimization/79339).

[PATCH] Fix memory leaks in IPA CP (PR ipa/79337).

[PATCH] Fix overflow-vec-{1,2} testcases on ppc64/s390x (PR middle-end/79454)

Re: [PATCH] Fix PGO bootstrap on x390x (PR bootstrap/78985).

[PATCH] Fix powerpc movsi_from_sf define_insn_and_split constraints (PR target/79354)

[PATCH] Fix PR libstdc++/68739 on hpux

Re: [patch] Fix PR middle-end/78468

[PATCH] Fix PR45397

Re: [PATCH] Fix PR56888

[PATCH] Fix PR68644

[PATCH] Fix PR69823

Re: [PATCH] Fix PR70022

Re: [PATCH] Fix PR71824

Re: [PATCH] Fix PR78218

[PATCH] Fix PR78847

Re: [PATCH] Fix PR79278, amend ADJUST_FIELD_ALIGN interface

[PATCH] Fix PR79315

[PATCH] Fix PR79460

[PATCH] Fix PR79547

[PATCH] Fix PR79552

[PATCH] Fix PR79567

[PATCH] Fix PR79576

[PATCH] Fix PR79666

[PATCH] Fix PR79673

[PATCH] Fix PR79683

[PATCH] Fix PR79684

[PATCH] Fix PR79690

[PATCH] Fix PR79721

[PATCH] Fix PR79723

[PATCH] Fix PR79731

[PATCH] Fix PR79732

[PATCH] Fix PR79740

[PATCH] Fix regressions caused by early debug (DW_OP_GNU_variable_value extension 161109.2; PR debug/77589)

[PATCH] Fix return type detection in <variant> visit()

[PATCH] Fix simplify_const_unary_operation sNaN handling (PR tree-optimization/61441)

[PATCH] Fix spellcheck test data

[PATCH] Fix target selector in builtin-apply-2.c

[PATCH] Fix test failure at -O0 by pruning output

Re: [PATCH] Fix the UB in regex caused by long decimal string

[PATCH] Fix typo in -masm-dialect option values.

[PATCH] Fix various cases of missing whitespace in string literals split across lines

[PATCH] Fix various issues with x86 builtins (PR target/79568)

[PATCH] Fix vector lowering of VEC_COND_EXPR with VECTOR_BOOLEAN_TYPE_P with scalar mode (PR tree-optimization/79734)

[PATCH] FMA_EXPR can cause -fnon-call-exceptions with floating point args (PR middle-end/79396)

[PATCH] gengtype parsing member fns

[PATCH] gfortran -- Map REAL128 to REAL kind type with widest precision

[PATCH] Gimplify even TREE_CONSTANT VLA bounds unless they are INTEGER_CST (PR c/79413)

Re: [PATCH] Implement new hook for max_align_t_align

Re: [PATCH] Implement P0393R3

[PATCH] Improve aarch64 conditional compare usage

[PATCH] Improve ifcvt (PR tree-optimization/79389)

[PATCH] Improve unroller size estimate

[PATCH] Improve x % y to x VRP optimization (PR tree-optimization/79408)

[PATCH] Increase minimum for a param (PR rtl-optimization/79577).

Re: [PATCH] Introduce BUGURL in gcc/po/exgettext

[PATCH] Introduce BUGURL in gcc/po/exgettext (was: [PATCH] Update BUGURL)

[PATCH] Invalidate combiner's cached last value upon insn removal (PR rtl-optimization/79388, PR rtl-optimization/79450)

[PATCH] IPA: enhance dump output

[PATCH] Look through clobber stmts in uninit (PR tree-optimization/79345)

[PATCH] MAINTAINERS - adjust bug reporting URL

[PATCH] Make gcc.dg/tree-ssa/pr71078-3.c more robust

Re: [PATCH] Make multiple_target.c aware of LTO (PR lto/66295)

[PATCH] Minor formatting improvement in nvptx mkoffload

RE: [PATCH] MIPS: Fix mode mismatch error between Loongson builtin arguments and insn operands.

[PATCH] Move -Wrestrict warning later in the FEs and fix some issues in it (PR c++/79588)

[PATCH] Optimize divmod expansion (PR middle-end/79665)

[PATCH] portability fix for gcc.dg/strncmp-2.c testcase

[PATCH] PR 68749: S/390: Disable ifcvt-4.c for -m31.

[PATCH] PR 78348: Limit amount of unrolling in test.

[PATCH] PR 79356: Do not xfail attr-alloc_size-11.c on some targets.

[PATCH] PR c++/69523 make -Wliteral-suffix control warning

[PATCH] PR libstdc++/60936 reduce coupling between objects in libstdc++.a

Re: [PATCH] PR libstdc++/79195 fix make_array type deduction

Re: [PATCH] PR libstdc++/79254 fix exception-safety in std::string::operator=

[PATCH] PR libstdc++/79467 use lvalues in is_callable check

[PATCH] PR libstdc++/79486 use lvalues in result_of expressions

[PATCH] PR target/66144, PowerPC improve vector compare

[PATCH] PR target/79241: S/390: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.

[PATCH] PR target/79498: Properly store 128-bit constant in large model

Re: [PATCH] PR66145 use new ABI for std::ios::failure exceptions

[PATCH] PR68972: g++.dg/cpp1y/vla-initlist1.C test case fails on power

[PATCH] PR78346 make <bits/predefined_ops.h> handle stashing iterators

[PATCH] PR79389, path-splitting

[PATCH] PR79584, lra ICE in base_to_reg

[PATCH] Properly deprecate -fipa-cp-alignment

[PATCH] Provide opt-info for autopar and graphite

[PATCH] Reduce _GLIBCXX_REGEX_STATE_LIMIT

Re: [PATCH] relax -Wformat-overflow for precision ranges (PR 79275)

[PATCH] Remove wrong assert about gcov_type (PR lto/79587).

Re: [PATCH] Remove x86 pcommit instruction

[PATCH] Replace XALLOCAVEC with XCNEWVEC (PR c/79471).

[PATCH] restore -Wunused-variable on a typedef'd variable in a function template (PR 79548)

[PATCH] rs6000: Fix extendsfdf2 for signaling NaNs

Re: [PATCH] rs6000: Fix fsel pattern (PR79211)

[PATCH] rs6000: Fix gcc.dg/tree-ssa/ssa-dom-cse-2.c

[PATCH] rs6000: Fix sanitizer frame unwind on 32-bit ABIs

[PATCH] rs6000: Fix spelling of AltiVec in rs6000.opt (PR79397)

[PATCH] rs6000: Fix the vec-adde* testcases once more

[PATCH] rs6000: float128 on BE and 32-bit

[PATCH] rs6000: Mark powerpc*-*-*spe* as obsolete

[PATCH] rs6000: Synchronize the --with-cpu list in config.gcc with reality

[PATCH] rs6000: testsuite: Fix vec-adde[c]-int128.c

Re: [PATCH] S/390: Use macros from hwint.h where possible.

[PATCH] sched: Do not move expensive insns speculatively (PR68664)

[PATCH] Small reg-stack improvement (PR target/70465)

[PATCH] Some more translation related tweaks

[PATCH] suppress unhelpful -Wformat-truncation=2 INT_MAX warning (PR 79448)

[PATCH] Testcase for PR79409

[PATCH] testsuite: pr59833.c and pr61441.c should use -fsignaling-nans

Re: [PATCH] Tree-level fix for PR 69526

[PATCH] Two small translation related tweaks

[PATCH] Update baseline_symbols.txt for {x86_64,i?86,aarch64,powerpc64,s390{,x}}-linux (PR libstdc++/79348)

[PATCH] Update BUGURL

[PATCH] Update links and references in libstdc++ manual

[PATCH] Use -Wnornalized=[options] instead of -Wnormalized=<options>

[PATCH] Use HOST_WIDE_INT for a param calculation (PR, rtl-optimization/79574).

[PATCH] use zero as the lower bound for a signed-unsigned range (PR 79327)

[PATCH] Windows support for std::filesystem

[PATCH] Workaround extended precision decimal computations in float-cast-overflow-10.c (PR sanitizer/79341)

[PATCH] Workaround premature bitfield folding (PR c++/79681)

[PATCH] XFAIL gcc.dg/graphite/scop-dsyrk.c

[PATCH][ PR rtl-optimization/79286] Drop may_trap_p exception to testing dominance in update_equiv_regs

[PATCH][AArch64] Accept more addressing modes for PRFM

[PATCH][AArch64] Allow const0_rtx operand for atomic compare-exchange patterns

[PATCH][AArch64] PR rtl-optimization/68664 Implement TARGET_SCHED_CAN_SPECULATE_INSN hook

[PATCH][AArch64] Use contains_mem_rtx_p to detect memory sub-rtxes

Re: [PATCH][AArch64][wwwdocs] Summarise some more AArch64 changes for GCC6

Re: [Patch][ARM,AArch64] more poly64 intrinsics and tests

[PATCH][ARM] Fix assembly comment syntax in -mprint-tune-info

Re: [PATCH][ARM] Fix ldrd offsets

Re: [PATCH][ARM] Improve max_insns_skipped logic

[PATCH][ARM] PR rtl-optimization/68664 Implement TARGET_SCHED_CAN_SPECULATE_INSN hook

Re: [PATCH][ARM] PR target/71436: Restrict *load_multiple pattern till after LRA

Re: [PATCH][ARM] Remove DImode expansions for 1-bit shifts

Re: [PATCH][ARM] Remove movdi_vfp_cortexa8

Re: [PATCH][ARM] Remove Thumb-2 iordi_not patterns

[PATCH][C++] Annotate more functions with MEM-STATs

[PATCH][C++] Improve memory use for PR12245

[PATCH][C++] Save memory/time when folding CONSTRUCTORs

[PATCH][DOC][OBVIOUS] Document default value for use-after-scope-direct-emission-threshold

[PATCH][GCC5] Backport of PR76731 fix

[PATCH][GCC6] Backport PR target/76731 fix

Re: [PATCH][GIMPLEFE] Fix for ICE due to undeclared variable

[PATCH][GIMPLEFE] Simplify/fix call stmt building

[PATCH][GRAPHITE] Remove support for ISL 0.14

[PATCH][GRAPHITE] Use generic isl-val interface, not gmp special one

Re: [PATCH][libgcc, fuchsia]

[PATCH][MIPS] MSA machine description fixes

[PATCH][PR middle-end/79521] Refine condition for calling ira_init_register_move_cost_if_necessary

[PATCH][PR sanitizer/78663] Fix 'dyld: Symbol not found: _memmem' linkage error on Darwin 10.6.

[PATCH][PR target/79295][7 regression] fix ppc bcdadd insn pattern

[PATCH][PR target/79449][7 regression] fix ppc strncmp builtin expansion runtime boundary crossing check

[PATCH][PR target/79752] fix rs6000 power9 peephole2 for udiv/umod

[PATCH][PR tree-optimization/79578] Use OEP_ADDRESS_OF

[PATCH][PR tree-optimization/79578] Use operand_equal_p rather than pointer equality for base test

[PATCH][PR tree-optimization/79621] Avoid path isolation on block with edge to itself

[PATCH][RFA][target/79404] Fix uninitialized reference to ira_register_move_cost[mode]

[PATCH][RFC] Fix PR79432, SSA from the gimplifier and abnormal edges

[PATCH][riscv] Fix build due to INT16_MAX issue

Re: [PATCH][testsuite] Require shared effective target for some lto.exp tests

[PATCH][wwwdocs] Mention -march=armv8.3-a -msign-return-address= for GCC 7

Re: [PATCH][wwwdocs] Mention native CPU detection in aarch64 notes for GCC 6

Re: [PATCH][x86_64] Enable AVX512 VPOPCNTD/VPOPCNTQ instructions

Re: [PING 6, PATCH] Remove xfail from thread_local-order2.C.

Re: [Ping, PATCH, Fortran, 79229, v1] [7 Regression] ICE in gfc_trans_assignment_1 with -fcheck=mem

[PING] Re: [PATCH] Fix assembler arguments for -m16

[PR 78140] Reuse same IPA bits and VR info

[PR 79375] Avoid passing NULL by reference

[PR 79579] Avoid segfault on NULL ipa_edge_args_vector

[PR translation/79638] "%ntid.y" confuses gcc.pot generation (was: [PATCH] Fix exgettext to handle multi-line help texts from *.opt files (PR translation/78745))

Re: [PR63238] output alignment debug information

[RFA PATCH, i386]: Warn for 64-bit values in general-reg asm operands and error out for 8-bit values in invalid GR asm operand

[RFA] [PR tree-optimization/79095][PATCH 2/4] Add infrastructure to detect overflow checks

[RFA] [PR tree-optimization/79095][PATCH 2/4] Add infrastructure to detect overflow checks V2

[RFA] [PR tree-optimization/79095][PATCH 3/4] Improve ASSERT_EXPRs and simplification of overflow tests

[RFA] [PR tree-optimization/79095][PATCH 3/4] Improve ASSERT_EXPRs and simplification of overflow tests V2

[RFA][PR tree-optimization/79095] [PATCH 1/4] Improve ranges for MINUS_EXPR and EXACT_DIV_EXPR

[RFA][PR tree-optimization/79095] [PATCH 1/4] Improve ranges for MINUS_EXPR and EXACT_DIV_EXPR V2

[RFA][PR tree-optimization/79095] [PATCH 1/4] Improve ranges for MINUS_EXPR and EXACT_DIV_EXPR V3

[RFA][PR tree-optimization/79095][PATCH 4/4] Tests

[RFC PATCH 0/3] Call summary class

[RFC PATCH 1/3] call_summary to keep info about cgraph_edges

[RFC PATCH 2/3] Use call_summary in ipa-prop and ipa-cp

[RFC PATCH 3/3] Remove ipa_update_after_lto_read

Re: [RFC PATCH, i386]: Use "lock orl $0, -4(%esp)" in mfence_nosse

[RFC PATCH] Improve switchconv optimization (PR tree-optimization/79472)

[RFC] [PATCH v3 0/8] [i386] Use out-of-line stubs for ms_abi pro/epilogues

[RFC] [PATCH] [i386] Test program for ms_abi to sysv_abi function calls

[RFC] Attacking 79095 -- a new approach

Re: [RFC] Bug lto/78140

[SPARC] Fix PR target/79353

[testsuite, i386] Require ifunc support in gcc.target/i386/pr78419.c

[unified-autovect: Patch 2/N] Implementation of k-arity promotion/reduction

[v3 PATCH] Fix an access problem in variant.

[v3 PATCH] Implement C++17 GB50 resolution

Re: [v3 PATCH] Implement LWG 2825, LWG 2756 breaks class template argument deduction for optional.

[v3 PATCH] Make optional's comparisons be two-parameter templates.

Re: [v3] Solaris baseline maintenance

[visium] Clean up C testsuite

[www patch] sort branches

Re: [wwwdocs, coding conventions] Mention OVERRIDE/FINAL

[wwwdocs] Add a case to porting_to + a question wrt validity of another one

[wwwdocs] Add a redirect to the libc (aka glibc/GNU libc) manual

Re: [wwwdocs] Add various new warnings for GCC 7

Re: [wwwdocs] Added /gcc-7/porting_to.html

[wwwdocs] adding ira-select branch description

[wwwdocs] Adjust (heading) levels of GCC 6 releases in the release notes

Re: [wwwdocs] changes.html - document new warning options

[wwwdocs] codingconventions.html - use "testsuite"

[wwwdocs] Consistently use "testsuite"

[wwwdocs] Convert navigation table to CSS

Re: [wwwdocs] Convert navigation table to CSS (part 2)

[wwwdocs] Convert searchbox.ihtml to using CSS

Re: [wwwdocs] Document in changes.html -fcode-hoisting, -fipa-bit-cp, -fipa-vrp, -fsplit-loops, GCJ removal, x86 ISA additions, -fshrink-wrap-separate etc.

[wwwdocs] Fix four references to Intel instruction set references

[wwwdocs] gcc-3.2/c++-abi.html - adjust link text for C++ ABI

[wwwdocs] gcc-4.3/porting_to.html -- fix link into libstdc++ manual

[wwwdocs] gcc-4.8/changes.html

[wwwdocs] gcc-5/changes.html - update link to OpenMP 4.0 Examples

[wwwdocs] gcc-6/changes.html: use command-line option

[wwwdocs] Handle /onlinedocs/ld

[wwwdocs] Mention GIMPLE and RTL frontends in changes.html

[wwwdocs] mirrors - remove FTP service of mirrors-usa.go-parts.com

[wwwdocs] PATCH Re: DWARF Version 5 Standard Released

[wwwdocs] projects/cfg.html - use doi.org instead of citeseer.ist.psu.edu

[wwwdocs] projects/gomp: remove/update links to standards documents

[wwwdocs] projects/gupc.html: remove bad links to upc.lbl.gov

[wwwdocs] readings.html - Andestech link update

[wwwdocs] readings.html - link maintenance for renesas.com

[wwwdocs] readings.html - remove alpha

[wwwdocs] readings.html - remove ftp.uu.net reference

[wwwdocs] readings.html - streamline C historical information a bit

[wwwdocs] readings.html - update link to Blackfin information

[wwwdocs] readings.html link maintenance

[wwwdocs] readings.html: use refspecs.linux-foundation.org instead of refspecs.freestandards.org

[wwwdocs] Redirect to www.gnu.org for the GNU Coding Standards

[wwwdocs] Remove duplicate reference to Objective-C from readings.html

[wwwdocs] remove ftp.dti.ad.jp from mirrors.html

[wwwdocs] remove last style= attribute (in projects/gupc.html)

[wwwdocs] Remove two links from the GCC 4.2 and 4.3 release notes

[wwwdocs] RISC-V readings and features

[wwwdocs] Rotate news

[wwwdocs] style.html - tweak social media links in navigation

[wwwdocs] Uncomment link to gcc-7/porting_to.html

[wwwdocs] update about.html (was: Skeleton for GCC 6 release notes)

Re: [wwwdocs] Update changes.html for LTO and IPA

[wwwdocs] Update releasing.html

[wwwdocs] update two links on projects/gupc.html

Add Ada support for aarch64-*-freebsd*

ARC options documentation questions

Backports to 6.x

C PATCH to fix ICE with -Wdouble-promotion (PR c/79515)

C PATCH to fix ICE with -Wtraditional-conversion (PR c/79662)

Re: C++ Modules branch

C++ PATCH for c++/17729, c++/50308, deprecated warning issues

C++ PATCH for c++/41727, ICE with partial specialization of member of instantiation

C++ PATCH for c++/71193 (incomplete error in template)

C++ PATCH for c++/71285 (member of fold-expr)

C++ PATCH for c++/77659 (ICE with new-expression and C++14 aggregate NSDMI)

C++ PATCH for c++/77790 (ICE with auto function in C++11 mode)

C++ PATCH for c++/78139, private destructor and new-expression

C++ PATCH for c++/78282, auto template and pack expansion

C++ PATCH for c++/78572 (ICE with self-modifying array initializer)

C++ PATCH for c++/78689 (ICE on constructor with label)

C++ PATCH for c++/78690 (ICE with using and global type with same name)

C++ PATCH for c++/78897 (ICE with constexpr and union)

C++ PATCH for c++/78908, template operators and bit-fields

C++ PATCH for c++/79050 (ICE with undeduced auto and LTO)

C++ PATCH for c++/79294 (ICE with invalid pointer-to-function template argument)

C++ PATCH for c++/79316, 79350 (class deduction issues)

C++ PATCH for c++/79400, confusing suggestion of 'noexcept'

C++ PATCH for c++/79401 (protected inherited constructor)

C++ PATCH for c++/79461 (ICE with lambda and constexpr ctor)

C++ PATCH for c++/79464 (ICE in IPA with inherited ctor)

C++ PATCH for c++/79470, partial ordering with reference parameters

C++ PATCH for c++/79500, ICE with non-template deduction guide

C++ PATCH for c++/79503 (inherited ctor taking base class)

C++ PATCH for c++/79508 (lookup error with member template)

C++ PATCH for c++/79533 (C++17 ICE with cast to reference)

C++ PATCH for c++/79566, elaborated type-specifier in range for

C++ PATCH for c++/79580, ICE with compound literal

C++ PATCH for c++/79606, ICE with this->base_member in NSDMI

C++ PATCH for c++/79607, ICE with T{} initializer

C++ PATCH for c++/79679, missing destructor for argument

C++ PATCH for C++17 class deduction from empty initializer

C++ PATCH for C++17 class template argument deduction issues

C++ patch ping

C++ PATCH to fix a comment

C++ PATCH to fix a couple of ice-on-invalid with incomplete type (PR c++/79420, c++/79463)

C++ PATCH to fix ICE with __underlying_type and incomplete enum (PR c++/79657)

C++ PATCH to fix ICE with NSDMI and flexible array member (PR c++/79535)

C++ PATCH to fix ICE-on-invalid with incomplete type (PR c++/79435)

C++ PATCH to fix ICEs with alignas and template parameter pack (PR c++/79653)

C++ PATCH to fix wrong-code with pointer-to-data-members (PR c++/79687)

C++ PATCH to make a message translatable (PR translation/79705)

C++ PATCH to prevent bogus -Wint-in-bool-context warning (PR c++/79184)

C++ PATCHes for c++/79549 and 79556 (ICE with auto parameter pack)

Disable some concept checks in C++11

Re: Documentation patch related to PR42376

enable -Wformat-truncation with -Og (PR 79691)

Re: Enable jump threading on paths meeting hot paths

Fix c-ray regression

Fix PR c++/79360

Fix profile updating after outer loop unswitching

Fix profile updating in ifcombine

Fix profile updating in tree-if-convert

Fix tail recursion optimization wrt interposable symbols

fwprop fix for PR79405

GCC 6 patch: Add aligned attribute for m68k support

GCC doc patch committed

gcc-7/changes.html adjustments

gcc.css colors

gcc.gnu.org and Content-Security-Policy (was: gcc-6/changes.html: diagnostics, Levenshtein, -Wmisleading-indentation, jit (v2))

Go patch committed: Fix formatting in go/lang.opt

Re: Go patch committed: Fixes for m68k

Handle GIMPLE NOPs in is_maybe_undefined (PR, tree-optimization/79529).

Re: Improving code generation in the nvptx back end

libcpp BUGURL (was: [PATCH] Update BUGURL)

libgo patch committed: Fix quoting in mksigtab.sh

libgo patch committed: Fix s390x tests

libgo patch committed: Fix sigfwd to not allocate memory

libgo patch committed: Update to final Go 1.8 release

libgomp, nvptx plugin: Make "nvptx_exec" static (was: [PATCH 7/10] OpenACC 2.0 support for libgomp - OpenACC runtime, NVidia PTX/CUDA plugin)

libgomp, OpenACC: Fix locking of cached_base_dev (guarded by acc_device_lock)

Re: libgomp: Normalize the names of a few functions of the libgomp plugin API

libgomp: Normalize the names of a few functions of the libgomp plugin API (was: libgomp: Provide prototypes for functions implemented by libgomp plugins)

libquadmath BUGURL (was: [PATCH] Update BUGURL)

loop versioning doc changes

maintainer-scripts/update_web_docs_svn

MAINTAINERS: remove redundant entry

Merge from trunk to gccgo branch

Merge to gccgo branch

Miscellaneous optimization group fixes

Miscellaneous optimization group fixes (was: Rename the "openmp" group of optimizations to "omp")

Mising Patch #2 from the RISC-V v3 Submission

Re: A new branch 'ira-select' created

New French PO file for 'gcc' (version 7.1-b20170101)

New German PO file for 'gcc' (version 7.1-b20170101)

New Port for RISC-V v2

New Port for RISC-V v3

New Spanish PO file for 'gcc' (version 7.1-b20170101)

New Swedish PO file for 'gcc' (version 7.1-b20170101)

New template for 'gcc' made available

Obsolete 32-bit HP-UX in GCC

OpenACC 2.5 Profiling Interface (incomplete)

Patch ping

Patch ping^2

patch to fix PR78287

patch to fix PR79282

patch to fix PR79541

Ping [AArch64] Accelerate -fstack-protector

Ping [Patch, fortran] PR79402 - ICE with submodules: module procedure interface defined in parent module

Ping Re: [patch, doc] copy-edit ARC options documentation

Ping#1: [patch,avr]: For PR78883 #3

PR rtl-optimization/64081: Enable RTL loop unrolling for duplicated exit blocks and back edges (with AIX fixes)

PR79286, ira combine_and_move_insns in loops

PR79478

PR79697: Delete calls to strdup, strndup, realloc if there is no lhs

PR79715: Special case strcpy/strncpy for dse

Re: Pretty printers for versioned namespace

Rename the "openmp" group of optimizations to "omp" (was: [PATCH 3/4] OpenMP lowering changes from the hsa branch)

Rename the "openmp" group of optimizations to "omp" (was: Miscellaneous optimization group fixes)

Restore DECIMAL_DIG macro to C99/C11 value

RISC-V Post-v3 Documentation Fixups

update_web_docs_svn: add libitm


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc