gcc-patches archive
subject index for March, 2016

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:

Bad CC0 optimizer in VAX backend (was Re: Patches to fix GCCâs C++ exception handling on NetBSD/VAX)

Patches to fix GCCâs C++ exception handling on NetBSD/VAX

Re: Patches to fix GCCâs C++ exception handling on NetBSD/VAX

[01/05] Fix PR 64411

[02/05] Fix PR 63384

[03/05] Fix PR 66660

[04/05] Fix PR 69032

[05/05] Fix PR 69102

[AArch64] Add precision choices for the reciprocal square root approximation

Re: [AArch64] Disable pcrelative_literal_loads with fix-cortex-a53-843419

[AArch64] Emit division using the Newton series

Re: [AArch64] Emit square root using the Newton series

[AArch64] Fix dependency of gcc-plugin.h

[AArch64] Fix SIMD predicate

[Ada] Fix handling of bitpacked arrays in ASIS mode

[Ada] Fix ICE on renaming of downcast of dereference

[Ada] Fix segfault on double record extension

Re: [Ada] Fix unexpectedly large frame with calls manipulating strings

[arm-embedded]: Don't ignore target_header_dir when deciding inhibit_libc

[arm-embedded][PATCH 1/2][GCC][ARM] Add support for Cortex-R8

[arm-embedded][PATCH 2/2][GCC][ARM] Fix testcases after introduction of Cortex-R8

[arm-embedded][PATCH][ARM] Make Cortex-R8 use ARMv7 multilib

Re: [ARM] Add support for overflow add, sub, and neg operations

[C PATCH] Don't print -Waddress comparison warnings for macros (PR c/48778)

[C PATCH] Fix ICE on invalid Cilk+ code (PR c/69798)

Re: [C PATCH] Fix ICE on invalid Cilk+ code (PR c/69798) (take 3)

[C PATCH] Fix up composite_types (PR c/70280)

[C PATCH] Prevent -Wunused-value warning with __atomic_fetch_* (PR c/69407)

[C++ PATCH] Diagnose constexpr overflow (PR c++/70323)

[C++ PATCH] Diagnose invalid _Jv_AllocObject prototype (PR c++/70267)

[C++ PATCH] Fix -flifetime-dse bug in dtors too (PR c++/70272)

[C++ PATCH] Fix -fsanitize=vptr (PR c++/70147)

[C++ PATCH] Fix ICE on invalid (PR c++/69795)

[C++ PATCH] Fix up -flifetime-dse=2 clobbers

[C++ PATCH] Further fix for constexpr SAVE_EXPR loop handling (PR c++/70135)

[C++ PATCH] Improve -fsanitize=vptr (PR c++/70035)

[C++ PATCH] Reuse certain cxx_eval_constant_expression results in cxx_eval_vec_init_1 (PR c++/70001)

[C++ RFC] magic_varargs_p issues (PR c++/70144)

[c++/68475] ICE with fno-exceptions

[C++/70393] constexpr constructor

Re: [C++] Add -fnull-this-pointer

[C++] Remove unused delete

Re: [C/C++ PATCH] Don't emit invalid VEC_COND_EXPR for vector comparisons (PR c/68062)

[commit] Sync include/plugin-api.h with binutils

[committed 1/2] Wmisleading-indentation: add reproducer for PR c/70085

[committed 2/2] Wmisleading-indentation.c: add more test cases for PR c/68187

[committed patch] Sync top-level configure.ac with binutils-gdb

[committed, libffi] Match upstream soname

[committed, testsuite] Add missing initializations in oacc testcases

[committed] [wwwdocs] PR c/69993: update wording of -Wmisleading-indentation on website

[committed] Add -fno-common option on hppa*-*-hpux* for gcc.c-torture/execute/pr68532.c

[COMMITTED] Add myself as GCC maintainer

[committed] Add patch for PR 70292

[COMMITTED] Fix 70240

[committed] Fix bswapdi2 pattern in pa.md

[committed] fix comment for SSA_PROP_NOT_INTERESTING

[committed] Fix gfortran.dg/coarray_allocate_5.f08 on targets needing to link with libatomic

[committed] Fix libffi/70024

[committed] Fix linux blk-merge boot problem on hppa

[committed] Fix OpenMP privatization of C++ references to VLAs (PR libgomp/69555)

[committed] Fix sccvn VN_GET_INFO bug (PR middle-end/70239)

[committed] fix typo in pure attribute documentation

[committed] Fix up OpenMP taskloop C++ handling (PR c++/70376)

[committed] Fix up pr70290.C testcase

[committed] PR c/70264: fix crash in compatible_locations_p with BUILTINS_LOCATION

[committed] PR preprocessor/69985: fix ICE with long lines in -Wformat

[committed] Skip gcc.dg/ifcvt-4.c on hppa*64*-*-*

[committed] Spelling fixes - becuase -> because

[COMMITTED][AArch64] Tweak the pipeline model for Exynos M1

[committed][testsuite] Xfail pr46032.c scan if alignment requirements not met

[DOC Patch] Add sample for @cc constraint

[GCC][ARM] Skip tests that assume target supports arm mode, when testing M profiles

[genmatch] reject duplicate captures used as arguments in user-defined predicates

[gomp-nvptx 0/2] gomp_nvptx_main tweaks

[gomp-nvptx 0/7] Various fixes

[gomp-nvptx 1/2] libgomp: avoid malloc calls in gomp_nvptx_main

[gomp-nvptx 1/7] libgomp: remove paste error in gomp_team_barrier_wait_end

[gomp-nvptx 2/2] libgomp: avoid triggering a driver bug on sm_50

[gomp-nvptx 2/7] nvptx libgcc: use attribute shared

[gomp-nvptx 3/7] libgomp plugin: make cuMemFreeHost error non-fatal

[gomp-nvptx 4/7] nvptx backend: re-enable line info generation

[gomp-nvptx 5/7] nvptx backend: use POINTER_SIZE instead of BITS_PER_WORD

[gomp-nvptx 6/7] nvptx backend: change mul.u32 to mul.lo.u32

[gomp-nvptx 7/7] nvptx backend: define STACK_SIZE_MODE

Re: [gomp4.1] map clause parsing improvements

Re: [gomp4] Fix handling of subarrays with update directive

[gomp4] Merge trunk r234323 (2016-03-18) into gomp-4_0-branch

[gomp4] Merge trunk r234469 (2016-03-24) into gomp-4_0-branch

Re: [gomp4] OpenACC async clause regressions

[gomp4] ptx debug

Re: [gomp4] Some additional OpenACC reduction tests

[gomp4] various backports from trunk

[HSA branch, PATCH] introduce append_phi method

[hsa branch] Use an obstack instead of multiple alloc pools

[hsa testsuite 0/5] Re-post of all pending patches adjusting testsuite for HSA

[hsa testsuite 1/5] Gridification tests

[hsa testsuite 2/5] Suppress hsa warnings in compiler gomp tests

[hsa testsuite 3/5] Suppress hsa warnings in libgomp tests

[hsa testsuite 4/5] Adjust libgomp tests that do not work on host fallback

[hsa testsuite 5/5] New directory for HSA-specific C testcases

[HSA, PATCH] Allocate memory for shadow arg (PR hsa/70337)

[HSA, PATCH] Enhance dump output

Re: [hsa, testsuite] Suppress hsa warnings in compiler gomp tests

Re: [hsa, testsuite] Suppress hsa warnings in libgomp tests

Re: [hsa,testsuite] New directory for HSA-specific C testcases

[hsa] Consodlidate GTY roots for trees used during expansion to HSA

[i386] Support .largecomm with Solaris as (PR target/61821)

[i386] Support .lbss etc. sections with Solaris as (PR target/59407)

[oacc, testsuite, comitted] Add goacc/kernels-alias-{3,4}.f95

[oacc,testsuite] Add goacc/kernels-alias{,-2}.f95

[omp] Create openmp -fopt-info optimization group

[openacc] combined loop errors

[PATCH 0/2] Fix TD->SD conversion issue

[PATCH 0/2] HSA: support alignment for hsa_symbols (PR hsa/70391)

[PATCH 0/2][GCC][ARM] Add support for Cortex-R8

[PATCH 0/7] ira.c tidies

Re: [PATCH 0/9] S/390 rework shift count handling - v3

[PATCH 00/10] ARC: Add support for NPS400 variant

[PATCH 01/10] gcc: Add support for mellanox nps400 arc variant

[PATCH 02/10] gcc/arc: Add -munaligned-access option for nps400

[PATCH 03/10] gcc/arc: generate jump tables in code section for nps400

[PATCH 04/10] gcc/arc: Replace rI constraint with r & Cm2 for ld and update insns

[PATCH 05/10] gcc/arc: convert some constraints to define_constraint

[PATCH 06/10] gcc/arc: Add support for nps400 cmem xld/xst instructions

[PATCH 07/10] gcc/arc: Add nps400 bitops support

[PATCH 08/10] gcc/arc: Mask integer 'L' operands to 32-bit

[PATCH 09/10] gcc/arc: Add an nps400 specific testcase

[PATCH 1/2] Do not verify CFG if a function is discarded (PR

[PATCH 1/2] Fix new -Wparentheses warnings encountered during bootstrap

[PATCH 1/2] HSA: support alignment for hsa_symbols (PR hsa/70391)

[PATCH 1/2] PR c++/70105: Defer location expansion until diagnostic_show_locus

[PATCH 1/2] PR c/68187: fix overzealous -Wmisleading-indentation (comment #0)

[PATCH 1/2] S/390: Define macros for rounding mode constants

Re: [PATCH 1/2][AArch64] Implement AAPCS64 updates for alignment attribute

[PATCH 1/2][GCC][ARM] Add support for Cortex-R8

[PATCH 1/4, libgomp] Resolve deadlock on plugin exit

[PATCH 1/4] [RS6000] Simplify setting of fixed_regs[RS6000_PIC_OFFSET_TABLE_REGNUM]

[PATCH 1/4] Add gcc-auto-profile script

[PATCH 1/7] ira.c tidies: move pdx_subregs into reg_equiv

Re: [PATCH 1/9] gensupport: Fix define_subst operand renumbering.

[PATCH 10/10] gcc/arc: Add __NPS400__ define for nps400 targets

[PATCH 2/2] Fix C++ side of PR c/70436 (missing -Wparentheses warnings)

[PATCH 2/2] Fix PR hsa/70402

[PATCH 2/2] HSA: handle alignment of string builtins (PR hsa/70391)

[PATCH 2/2] PR c++/70105: prevent nonsensical underline spew for macro expansions

[PATCH 2/2] PR c/68187: fix overzealous -Wmisleading-indentation (comment #1)

[PATCH 2/2] S/390: Fix rounding for _Decimal128 to _Decimal32 conversion

[PATCH 2/2][GCC][ARM] Fix testcases after introduction of Cortex-R8

[PATCH 2/4, libgomp] Resolve deadlock on plugin exit, nvptx plugin parts

[PATCH 2/4] [RS6000] PR69645, -ffixed-reg ignored

[PATCH 2/4] Don't cause ICEs when auto profile file is not found with checking

Re: [PATCH 2/4][AArch64] Increase the loop peeling limit

[PATCH 2/7] ira.c tidies: split update_reg_equivs

[PATCH 3/4, libgomp] Resolve deadlock on plugin exit, HSA plugin parts

[PATCH 3/4] [RS6000] Split SAVRES_STRATEGY

[PATCH 3/4] Run profile feedback tests with autofdo

[PATCH 3/7] ira.c tidies: validate_equiv_mem_from_store

[PATCH 3/8, GCC, V8M][arm-embedded] Handling ARMv8-M Security Extension's cmse_nonsecure_entry attribute

[PATCH 4/4, libgomp] Resolve deadlock on plugin exit, intelmic plugin parts

[PATCH 4/4] [RS6000] Allow saving of fixed regs.

[PATCH 4/4] Add make autoprofiledbootstrap

Re: [PATCH 4/4] OpenMP 4.0 offloading to Intel MIC: non-fallback testing

[PATCH 4/7] ira.c combine_and_move_insns, and ordering of functions

[PATCH 5/7] ira.c use DF luid rather than tracking insn ordering

[PATCH 6/7] ira.c use DF infrastructure for combine_and_move_insns

[PATCH 6/8, GCC, V8M][arm-embedded] Handling ARMv8-M Security Extension's cmse_nonsecure_call attribute

[PATCH 7/7] ira.c validate_equiv_mem

[PATCH 7/8, GCC, V8M][arm-embedded] ARMv8-M Security Extension's cmse_nonsecure_call: use __gnu_cmse_nonsecure_call

Re: [PATCH 7/9] S/390: Get rid of Y constraint in vector.md.

[PATCH 8/8, GCC, V8M][arm-embedded] Added support for ARMV8-M Security Extension cmse_nonsecure_caller intrinsic

[Patch AArch64] Fix PR target/63874

[PATCH ARM v2] PR69770 -mlong-calls does not affect calls to __gnu_mcount_nc generated by -pg

[PATCH ARM v3] PR69770 -mlong-calls does not affect calls to __gnu_mcount_nc generated by -pg

[Patch ARM] Delete ASM_OUTPUT_DEF and fall back to default .set directive

[patch commited FT32] Add -nodiv option

[PATCH GCC][OBVIOUS]Fix dump info by reporting malformed loop nest.

[PATCH GCC]Reduce compilation time for IVOPT by skipping cost computation in use group

[PATCH OBV] Adjust dg-do directive in mangle2.C

[PATCH PR69042/01]Add IV candidate for use with constant offset stripped in base.

[PATCH PR69042/02]Increase PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND from 30 to 40

Re: [PATCH PR69052]Check if loop inv can be propagated into mem ref with additional addr expr canonicalization

[PATCH PR69052]Set higher precedence for CONST_WIDE_INT than CONST_INT when canonicalizing addr expr

[PATCH PR69489/01]Improve tree ifcvt by storing/tracking DR against its innermost loop bahavior if possible

[PATCH PR69489/02]Handle PHI which can be degenerated to two arguments node in tree ifcvt.

Re: [PATCH PR69942] Fix test problem

[Patch testsuite obvious][gcc-5] g++.dg/ext/pr57735.C should not run if the testsuite is explicitly passing -mfloat-abi=hard

[Patch testsuite] Change xfail conditions for bb-slp-34.c

[PATCH v2, GCC, V8M 5/8][arm-embedded] ARMv8-M Security Extension's cmse_nonsecure_entry: clear registers

Re: [PATCH v2] sanitize paths used in regular expression

[PATCH V2]PR other/70268: map one directory name (old) to another (new) in __FILE__

[PATCH V3]PR other/70268: map one directory name (old) to another (new) in __FILE__

[Patch X86_64] : Fix type attribute for sseimul reservations in znver1.md

[Patch X86_64]: Fix multiplication cost for -march=znver1.

[Patch x86_64]: fix order of cost table initialization for -march=znver1.

Re: [PATCH, 15/16] Add libgomp.oacc-c-c++-common/kernels-*.c

Re: [PATCH, 16/16] Add libgomp.oacc-fortran/kernels-*.f95

Re: [PATCH, 4/16] Implement -foffload-alias

[PATCH, AArch64] atomics: prefetch the destination for write prior to ldxr/stxr loops

[PATCH, aarch64] Fix 70048

[PATCH, aarch64] Fix target/70120

[PATCH, applied] PR 70381, fix -mfloat128 setting

[PATCH, ARM 4/8][arm-embedded] ARMv8-M Security Extension's cmse_nonsecure_entry: __acle_se label and bxns return

Re: [PATCH, ARM, 3/3] Add multilib support for bare-metal ARM architectures

Re: [PATCH, ARM] Fix gcc.c-torture/execute/loop-2b.c execution failure on cortex-m0

Re: [PATCH, ARM] stop changing signedness in PROMOTE_MODE

[Patch, avr]Fix multiple ICE fallout of PR 69764

[PATCH, C++, PR70290] Fix type checks for vector conditional expr

[PATCH, C++] Fix 70273

[PATCH, CHKP, Solaris, PR target/69917, committed] Respect transparent alias chains of assembler names

Re: [patch, driver] Ignore -ftree-parallelize-loops={0,1}

[Patch, Fortran, pr70397, gcc-5, v1] [5/6 Regression] ice while allocating ultimate polymorphic

[Patch, Fortran, pr70397, v1] [5/6 Regression] ice while allocating ultimate polymorphic

[PATCH, fortran, v3] Use Levenshtein spelling suggestions in Fortran FE

[Patch, fortran] Initializing components of derived type variables

Re: [Patch, fortran] PR68241 - [meta-bug] Deferred-length character

[Patch, fortran] PR68566 ICE on using unusable array in reshape (double free or corruption)

[Patch, fortran] PR69603 - ICE: segfault with -fimplicit-none and proc_ptr_comp_24.f90

[Patch, fortran] PR69834 - Collision in derived type hashes

[Patch, fortran] PRs 70031 and 69524 - submodule tweaks

[Patch, Fortran] STOP issue with coarrays

[PATCH, HSA]: Fix PR hsa/70399

[PATCH, i386, AVX-512] Emit vpbroadcastq instead if non-existent vbroadcastsd.

[PATCH, i386, AVX-512] Fix for PR target/70293.

[PATCH, i386, AVX-512] Fix for PR target/70453.

[PATCH, i386, AVX-512] Fix PR target/70325.

[PATCH, i386, AVX-512] Fix PR target/70406.

[PATCH, i386, AVX] Fix typo in i386.c/standard_sse_constant_opcode ().

[PATCH, i386]: Fix PR 70024, wrong code with -fPIC and -mred-zone on i686

[PATCH, i386]: Fix PR 70327, ICE: in extract_insn, at recog.c:2287 (unrecognizable insn) with -mavx512ifma and v4ti argument

[PATCH, i386]: Fix PR70027, invalid assembly syntax generated with -fno-plt -masm=intel

[PATCH, Libbacktrace] Fix possible SEGV when handling stripped PIE binaries.

[PATCH, libgomp] Fix deadlock in acc_set_device_type

Re: [PATCH, libgomp] Rewire OpenACC async

[PATCH, libstdc++] Add missing free-standing headers to install rule

[PATCH, lower-subreg] Fix 70355

[PATCH, match] Fix pr68714

[PATCH, moxie] Fix endianness issue for moxiebox configuration

[PATCH, PR target/70160] Support uninitialized register uses in STV pass

[PATCH, PR target/70302] STV: support unitialized register used in converted instructions

[PATCH, PR target/70442] STV: suppport undefined registers for reg copies

[PATCH, PR tree-optimization/70251] Disable VEC_COND_EXPR transformation into VIEW_CONVERT_EXPR for scalar mask case

[PATCH, PR tree-optimization/70252] Fix boolean vectors conversion

[PATCH, PR68659] Handle addr_expr and component_ref in graphite-ast-to-ast

[PATCH, PR68715] Add missing single_pred_p test in scop_detection::merge_sese

[PATCH, PR68809] Fix same_close_phi_node

Re: [PATCH, PR69956] Fix multi-step conversion of boolean vectors

[PATCH, PR70026] Fix boolean comparison processing in masks conversion patterns

[PATCH, PR70045] Unshare create_empty_if_region_on_edge argument

[PATCH, PR70161] Fix fdump-ipa-all-graph

[PATCH, PR70183] Propagate dump flags in pass_manager::register_pass

[PATCH, PR70185] Only finalize dot files that have been initialized

[PATCH, PR70187] Safely use nodes[0] in possible_polymorphic_call_targets

[PATCH, PR70269] Set dump_file to NULL in cgraph_node::get_body

[PATCH, RFC]. Some initial work on coroutines

[PATCH, rs6000] Add support for xxpermr and vpermr instructions

[PATCH, rs6000] Fix PR target/70168

Re: [PATCH, rs6000] Fixing PR 67145

Re: [patch, testsuite, ARM] don't try to execute simd.exp tests on targets without NEON

[PATCH, testsuite] Fix ifcvt-4.c for PowerPC

[Patch, testsuite] Skip testcase for avr

[PATCH, testsuite]: Make gcc.target/i386/bmi2-bzhi-2.c a runtime test.

Re: [PATCH,boehm-gc] Use mmap instead of brk on kfreebsd & hurd too

[patch,fortran] PR69043 Trying to include a directory causes an infinite loop

[PATCH,testsuite] Print markers to stderr to avoid races with sanitizer output

[PATCH] 69517 - [5/6 regression] SEGV on a VLA with excess initializer elements

[PATCH] [AArch64] support -mfentry feature for arm64

[PATCH] [PR tree-optimization/69196] Consider two anonymous SSA_NAMEs unassociated

[Patch] [x86_64]: minor latency changes for znver1.md

[PATCH] __FILE__, line directives, and non-printable characters

Re: [PATCH] Add -funconstrained-commons to work around PR/69368 (and others) in SPEC2006

[PATCH] Add -funconstrained-commons to work around PR/69368 (and others) in SPEC2006 (was: Re: [PATCH] Add -funknown-commons ...)

Re: [PATCH] Add -funknown-commons to work around PR/69368 (and others) in SPEC2006

[PATCH] Add debug_varinfo and debug_varmap

Re: [PATCH] add more style checks to check_GNU_style.sh

[PATCH] Add security_sensitive attribute to clean function stack and regs.

[PATCH] Additional check for mask type in masked load/store vectorization

[PATCH] Additional tests for 69987, 69989, 69740

[PATCH] Adjust PR70251 fix

[PATCH] Another fix for decide_alg (PR target/70062)

[patch] avoid double evaluation of PIC_OFFSET_TABLE_REGNUM

[PATCH] boehm-gc: add supprt for aarch64 ILP32

[PATCH] c++/65579 - set readonly bit on static constexpr members of templates

[PATCH] c++/67376 Comparison with pointer to past-the-end, of array fails inside constant expression

[PATCH] Change replace_rtx if from is a REG (PR target/70245)

[PATCH] Change replace_rtx if from is a REG (PR target/70245, take 2)

Re: FW: [PATCH] Cilk Keywords (_Cilk_spawn and _Cilk_sync) for C

[PATCH] Complete PR69994 patch

[PATCH] decl alignment not respected

[PATCH] Disable guality tests for powerpc*-linux*

[PATCH] Enable the whole-vector-shift tests for PPC64

[PATCH] extend.texi: Expand on the perils of using the 'leaf' attribute.

[PATCH] Fix *vector_shift_pattern (PR tree-optimization/70354)

[PATCH] Fix 69845

[PATCH] Fix 70199

[PATCH] Fix ab SSA_NAME handling in eipa_sra replace_removed_params_ssa_names (PR tree-optimization/70152)

[PATCH] Fix another -Wnonnull-compare false positive (PR c++/70295)

[PATCH] Fix combine's simplify_shift_const_1 (PR rtl-optimization/70222)

[PATCH] Fix compiling large files

Re: [PATCH] Fix detection of setrlimit in libstdc++ testsuite

[PATCH] Fix genmatch code-gen for [VEC_]COND_EXPR

[PATCH] Fix ICE during insv expansion (PR rtl-optimization/70174)

[PATCH] Fix ICE during niter computation (PR tree-optimization/70177)

[PATCH] Fix ICE in gen_lsm_tmp_name (PR tree-optimization/70169)

[PATCH] Fix ICE with AVX512F and AMD tuning (PR target/70300)

[PATCH] Fix ICE with i?86 stv (PR target/70110)

[PATCH] Fix ICE with vector types in X % -Y pattern (PR middle-end/70050)

[PATCH] Fix ICE with xmm{16-31} in *truncdfsf_fast_mixed with -mtune=barcelona (PR target/70086)

[PATCH] Fix in-tree gmp/mpfr/mpc generation (PR 67728)

[PATCH] Fix ira.c indirect_jump_optimize (PR rtl-optimization/70460)

[PATCH] Fix ix86_expand_vector_set (PR target/70421)

[PATCH] Fix kmov{b,w} with -masm=intel (PR target/70028)

[PATCH] Fix LRA ICE (PR middle-end/70219)

Re: [PATCH] Fix missing warning with bool (PR c/67854)

[PATCH] Fix num_imm_uses (PR tree-optimization/70405)

[PATCH] Fix pextr{b,w} with -masm=intel (PR target/70049)

[patch] Fix PR bootstrap/69513

[PATCH] Fix PR c++/62212 (ICE during mangling of array type)

Re: [PATCH] Fix PR c++/66786 (ICE with nested lambdas in variable template)

Re: [PATCH] Fix PR c++/69694 (non-dependent MODOP_EXPR with NULL type)

[PATCH] Fix PR c++/70096 (wrong code for pointer-to-member-function copy)

[PATCH] Fix PR c++/70106 (type of parenthesized qualified-id has wrong cv-qualifiers)

[PATCH] Fix PR c++/70121 (premature folding of const var that was implicitly captured)

[PATCH] Fix PR c++/70204 (ICE in non_const_var_error)

[PATCH] Fix PR c++/70205 (ICE on valid call to qualified static member function)

[PATCH] Fix PR c++/70218 (illegal access to private field succeeds)

[PATCH] Fix PR c++/70332 (ICE due to aggregate initialization of NSDMI)

[PATCH] Fix PR c++/70347 (default member initializer not picked up by union)

[PATCH] Fix PR hsa/70402

[PATCH] Fix PR tree-optimization/59124 (bogus -Warray-bounds warning)

[PATCH] Fix PR23471

[PATCH] Fix PR31096

[PATCH] Fix PR55936

[PATCH] Fix PR56365

Re: [PATCH] Fix PR64764

[PATCH] Fix PR67278

[PATCH] Fix PR67278, x86 target part

[PATCH] Fix PR68621

Re: [PATCH] Fix PR69951

Re: [PATCH] Fix PR69983

[PATCH] Fix PR7001

Re: [PATCH] Fix PR70011 (backlevel test case)

[PATCH] Fix PR70013

[PATCH] Fix PR70022

[PATCH] Fix PR70054

[PATCH] Fix pr70061

[PATCH] Fix PR70109

[PATCH] Fix PR70115

[PATCH] Fix PR70128

[PATCH] Fix PR70138

[PATCH] Fix PR70143

[PATCH] Fix PR70271

[PATCH] Fix PR70288

[PATCH] Fix PR70310

[PATCH] Fix PR70333

[PATCH] Fix PR70370

[PATCH] Fix PR70372

[PATCH] Fix PR70396

[PATCH] Fix PR70434

[PATCH] Fix PR70450

[PATCH] Fix rs6000 vector builtin macro handling if it is followed by a fn-like macro without arguments (PR target/70296)

[PATCH] Fix RTL checking ICE during LRA remove_scratches (PR middle-end/70326)

[PATCH] Fix self-comparison folding when honoring NaNs (PR tree-optimization/70317)

[PATCH] Fix simplify_shift_const_1 once more (PR rtl-optimization/70429)

[PATCH] Fix up vect pattern handling (PR target/70021)

[PATCH] Fix V64QImode multiplication with AVX512BW (PR target/70329)

[PATCH] Fix va_arg ((ap), ...) on s390* with C++14 (PR c++/70084)

[PATCH] Fix vec_set_hi* patterns (PR target/70059)

[PATCH] gcc/final.c: -fdebug-prefix-map support to remap sources with relative path

[PATCH] genrecog: Fix crash on invalid input

[PATCH] Giant concepts patch

[PATCH] Handle oacc region in oacc routine

Re: [PATCH] hurd: align -p and -pg behavior on Linux

[PATCH] libcc1: rerun configure when gcc/BASE-VER changes

Re: [PATCH] libffi testsuite: Use split to ensure valid tcl list

[PATCH] libffi: define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32

Re: [PATCH] libitm: Introduce target macro TARGET_BEGIN_TRANSACTION_ATTRIBUTE.

Re: [patch] libstdc++/69945 Add __gnu_cxx::__freeres hook

[PATCH] Limit alias walking by speculative devirt

[PATCH] New flag in order to dump information about template instantiations.

[PATCH] New plugin event when evaluating a constexpr call

[PATCH] nvptx backend: fix and streamline symbol renaming

[Patch] PR 70235 - [4.9/5/6 Regression] Incorrect output with PF format

[PATCH] PR c/69993: improvements to wording of -Wmisleading-indentation

[PATCH] PR c/70281: C FE: fix uninitialized range for __builtin_types_compatible_p

[PATCH] PR driver/70192: Properly set flag_pie and flag_pic

[PATCH] PR libgcc/70363, fix __float128 problem with non ISA-3.0 assembler

[PATCH] PR libitm/70456: Allocate aligned memory in gtm_thread operator new

[PATCH] PR lto/70258: [6 Regression] flag_pic is cleared for PIE in lto_post_options

[PATCH] PR target/70439: Properly check conflict between DRAP register and __builtin_eh_return

[PATCH] PR target/70454: Check --with-arch=/--with-arch-32= for 32-bit x86 libatomic library

[PATCH] PR target/70454: Check --with-arch=/--with-arch-32= for 32-bit x86 libgomp library

[PATCH] PR target/70454: Check --with-arch=/--with-arch-32= for 32-bit x86 libitm library

[PATCH] PR testsuite/70150: Check non-pic/ia32 in stackprotectexplicit2.C

[PATCH] PR testsuite/70150: Check pie_enabled target in PIC tests

[PATCH] PR testsuite/70364: Properly align stack in gcc.target/i386/cleanup-[12].c

[PATCH] PR69195, Reload confused by invalid reg equivs

[PATCH] PR70424 Relax alignment conservativeness

[PATCH] Properly assign to packet header (PR hsa/70394)

[PATCH] Remove incorrect warning for kernels copy clause

[PATCH] Remove incorrect warning for parallel firstprivate clause

[PATCH] Require type compatible bases in DDR initialization (PR tree-optimization/70127)

[PATCH] Retry to emit global variables in HSA (PR hsa/70234)

[PATCH] Reuse the saved_scope structures allocated by push_to_top_level

[PATCH] rs6000: Handle "d" output in the bd*z patterns (PR70098)

[PATCH] S/390: Ada: Enable Stack_Check_Probes.

Re: [PATCH] S/390: Reduce accuracy of bessel_6.f90.

[PATCH] S/390: Rename shift_count_or_setmem_operand to setmem_operand

[PATCH] S/390: Set GOARCH to the current target when testing multiarch.

[PATCH] Skip properly debug stmt in optimize_mask_stores (PR tree-optimization/70043)

[PATCH] Skip static ctors/dtors in IPA ICF (PR ipa/70306)

[PATCH] Skip ubsan internal fns in tail-merge

[PATCH] Slightly improve TARGET_STV splitters (PR target/70321)

[PATCH] Specify that new ports should use LRA

Re: [PATCH] teach mklog to look in the current directory for ChangeLog files

[PATCH] Turn some compile-time tests into run-time tests

[PATCH] Use simplify_replace_rtx instead of replace_rtx for DEBUG_INSNs in reload

[PATCH], Fix PR 70131, disable (double)(int) optimization for power8

[PATCH], Make Power9 tests check if compiler supports power9

[PATCH][AArch64] Fix gcc.target/aarch64/vect-reduc-or_1.c for -mcpu=cortex-a57

[PATCH][AArch64] Fix thinko in handling of -momit-leaf-frame-pointer option

[PATCH][AArch64] PR target/70002: Make aarch64_set_current_function play nice with pragma resetting

Re: [PATCH][AArch64] Replace insn to zero up DF register

[PATCH][AArch64][testsuite] PR target/70004: Remove check using undefined behaviour

[PATCH][ARM,testsuite] fix pragma_cpp_fma testcase

[PATCH][ARM] Add deprecation warning on pre-v4t architecture revisions

Re: [PATCH][ARM] Error out of arm_neon.h if compiling for soft-float ABI

[PATCH][ARM] Make Cortex-R8 use ARMv7 multilib

[PATCH][ARM] PR driver/70132: Avoid double fclose in driver-arm.c

[PATCH][ARM] PR rtl-optimization/69904: Disallow copying/duplicating of load-exclusive operations

Re: [PATCH][ARM] PR target/70008

[PATCH][ARM] PR target/70014

Re: [PATCH][ARM] Reduce size of arm1020e automaton

[PATCH][ARM] Split out armv7ve effective target check

[PATCH][ARM] Use proper output modifier for DImode register in store exclusive patterns

Re: [PATCH][ARM][4.9 Backport] PR target/69875 Fix atomic_loaddi expansion

Re: [PATCH][ARM][5 Backport] PR target/69875 Fix atomic_loaddi expansion

Re: [PATCH][ARM][RFC] PR target/65578 Fix gcc.dg/torture/stackalign/builtin-apply-4.c for single-precision fpus

Re: [PATCH][ARM][testsuite][committed] Do not override -mcpu in no-volatile-in-it.c

[PATCH][C++] Fix PR70430

[PATCH][CilkPlus] Allow parenthesized initialization in for-loops

[PATCH][GCC 7] Fix PR70171

[PATCH][obvious] Fix typo in tree-ssa-math-opts.c

[PATCH][PR rtl-optimization/69307] Handle hard registers in modes that span more than one register properly

[PATCH][PR rtl-optimization/70024] Fix argument to CROSSING_JUMP_P

[PATCH][PR target/63890] Turn on ACCUMULATE_OUTGOING_ARGS when profiling on darwin

[PATCH][PR target/70232] Correctly distinguish between FSM jump threads and old style jump threads

[PATCH][PR tree-optimization/69196] Improve accounting in backwards (FSM) threader

[PATCH][PR tree-optimization/69740] Request loop fixups when needed

[PATCH][PR tree-optimization/70005] Fix uncprop's handling of boolean ranged objects compared to non-boolean values

[PATCH][PR tree-optimization/70190] Handle computed goto with constant address in jump threader

[PATCH][PR tree-optimization/pr69196] Clamp number of statements to copy when not threading across a loop backedge

Re: [PATCH][SPARC] sparc: switch -fasynchronous-unwind-tables on by default.

Re: Re: [PATCH][Testsuite] Add --param sra-max-scalarization-size-Ospeed to sra-12.c

[PATCH][tree-optimization/69196] Limit test to targets where it has been tested

[PATCH][wwwdocs] GCC 6 supports musl libc on Linux

[PATCH][wwwdocs] Remove (Pending) tag from 5.3 notes, add 5.4 entry

[PATCH]PR other/70268: map one directory name (old) to another (new) in __FILE__

Re: [PATCH]Replace -shared with -r -nostdlib in gcc.dg/lto/pr61526 pr54709 pr64415 test cases.

[PATCHv2 1/8, GCC, V8M][arm-embedded] Add support for ARMv8-M's Security Extensions flag and intrinsics

Re: [PATHCH] Disable inline asm for in-tree mpfr (PR69134)

Re: [PING 2, PATCH] libitm: Introduce target macro TARGET_BEGIN_TRANSACTION_ATTRIBUTE.

Re: [PING 3, PATCH] PR/68089: C++-11: Ingore "alignas(0)".

Re: [PING 3, PATCH] S/390: Reduce accuracy of bessel_6.f90.

Re: [PING 4, PATCH] PR/68089: C++-11: Ingore "alignas(0)".

[PING**2] [PATCH, libstdc++] Add missing free-standing headers to install rule

[PING2] [PATCH] Fix PR 31531: A microoptimization of isnegative of signed integer

[PING] [PATCH, libstdc++] Add missing free-standing headers to install rule

[PING] [PATCH] c++/65579 - set readonly bit on static constexpr members of templates

[PING] [PATCH] Fix PR 31531: A microoptimization of isnegative of signed integer

Re: [PING] genattrab.c generate switch

[PING][PATCH, 12/16] Handle acc loop directive

[PING^2][PATCH, 12/16] Handle acc loop directive

[PING^2][PATCH, PR69607] Mark offload symbols as global in lto

Re: [Ping^2][PATCH][GCC-5] Fix "#pragma GCC pop_options" warning.

[PING^3][PATCH, PR69607] Mark offload symbols as global in lto

Re: [PR c/68966] Restore atomic builtins usage in libstdc++-v3

[PR c/68966] Restore atomic builtins usage in libstdc++-v3 (was: [PATCH] c/68966 - atomic_fetch_* on atomic_bool not diagnosed)

Re: [pr/69916] ICE with empty loops

Re: [PR69315] enable finish_function to recurse for constexpr functions

Re: [PR69634] fix debug_insn-inconsistent REG_N_CALLS_CROSSED

[PR70366] fix chromium build failure with LTO due to segfault in inline_call

[ptx] debug info

Re: [PTX] port some cleanups from gomp4

Re: [RFA 1/2]: Don't ignore target_header_dir when deciding inhibit_libc

[RFA][PATCH] Adding missing calls to bitmap_clear

[RFA][PATCH][PR tree-optimization/64058] Improve and stabilize sorting of coalesce pairs

[RFA][PATCH][tree-optimization/64058] Add new coalescing tie breaker heuristic V2

[RFA][PR rtl-optimization/70263] Fix creation of new REG_EQUIV notes

[RFC] 69526 - ivopts candidate strangeness

[RFC] dump_varmap in tree-ssa-structalias.c

Re: [RFC] Getting LTO incremental linking work

[RFC] PR69195, Reload confused by invalid reg equivs

[RFC][ARM,AArch64] Adding crypto Advsimd intrinsics tests

Re: [RFC][PATCH v2, ARM 5/8] ARMv8-M Security Extension's cmse_nonsecure_entry: clear registers

[RFC][PATCH v3, ARM 5/8] ARMv8-M Security Extension's cmse_nonsecure_entry: clear registers

Re: [RFC][PATCH, ARM 0/8] ARMv8-M Security Extensions

Re: [RFC][PATCH][PR63586] Convert x+x+x+x into 4*x

[RFC][PATCHv3, ARM 7/8] ARMv8-M Security Extension's cmse_nonsecure_call: use __gnu_cmse_nonsecure_call]

Re: [RFC][PR69708] IPA inline not working for function reference in static const struc

[RS6000, PATCH] PR70052, ICE compiling _Decimal128 test case

[RS6000] PR69645, -ffixed-reg

Re: [SPARC] Fix PR target/69706

[testsuite, committed] Add goacc/uninit-dim-clause.{c,f95}

[testsuite, committed] Add goacc/uninit-if-clause.{c,f95}

[testsuite, committed] Add goacc/uninit-use-device-clause.{c,f95}

[testsuite, committed] Add missing initialization in goacc/host_data-tree.f95

[testsuite, committed] Add missing initializations in oacc testcases

[testsuite, i386] Fix gcc.target/i386/avx-vextractf128-256-5.c with Solaris as (PR testsuite/70356)

[testsuite, sparc, gcc-5] Skip gcc.target/sparc/20151219-1.c in 64-bit mode

[testsuite, sparcv9] Fix gcc.dg/ifcvt-4.c on 64-bit SPARC (PR rtl-optimization/68749)

[testsuite] Invoke gdb with -batch to avoid prompts

[testsuite] Skip gcc.dg/Wno-frame-address.c on IA-64

[wwwdocs] [PATCH] Add "id" attributes to the headings in the GCC 6 porting guide

Re: [wwwdocs] Document 3 changes in GCC 6

[wwwdocs] Fix broken link for Blackfin toolchain

[wwwdocs] Note for pr70024 for gcc-5

Add C++ special math functions to C++17

Adjust stack checking on VxWorks

Also test -O0 for OpenACC C, C++ offloading test cases

Backport fix of PR 69666 and PR 69920 to gcc-5 branch

backported patch for PR69614

Backports to 5.x branch

Better fix for PR69630

C PATCH for c/70093 (ICE with nested-function returning VM type)

C PATCH for c/70297 (crash with duplicate typedefs and -g)

C++ PATCH for another c++/67364 testcase (constexpr wrong evaluation)

Re: C++ PATCH for c++/51406, 51161 (wrong-code with static cast to rvalue ref)

Re: C++ PATCH for c++/51489 (pointer subtraction in constant expression)

C++ PATCH for c++/67164 (error with variadic templates)

Re: C++ PATCH for c++/67364 (constexpr vs. empty class)

C++ PATCH for c++/69203 (ICE with delete[])

Re: C++ PATCH for c++/69995 (wrong value with C++14 constexpr)

C++ PATCH for c++/70036 (ICE with unexpanded pack in requires-clause)

C++ PATCH for c++/70067 (ICE with typename typedef)

C++ PATCH for c++/70139 (-fno-elide-constructors breaks regex)

C++ PATCH for c++/70141 (wrong partial specialization error)

C++ PATCH for c++/70147 (-fsanitize=vptr, -flifetime-dse, and virtual bases)

C++ PATCH for c++/70153 (unhandled UNARY_PLUS_EXPR causes stack overflow)

C++ PATCH for c++/70209 (ICE in strip_typedefs)

C++ PATCH for c++/70259 (-flifetime-dse vs. empty bases)

C++ PATCH for c++/70285 (verify_gimple ICE with ?: and bit-field)

C++ PATCH for c++/70344 (ICE with recursive constexpr)

C++ PATCH for c++/70353 (core issue 1962)

C++ PATCH for c++/70386 (constexpr ICE with -Wall and PMF)

C++ PATCH for c++/70449 (ICE when printing a filename of unknown location)

C++ PATCH for C++17 hex float feature test macro

C++ PATCH for constexpr operator=

C++ PATCH for range-for tweak

C++ PATCH to add -Wignored-attributes (PR c++/69884)

C++ PATCH to constexpr loops and SAVE_EXPR

C++ PATCH to fix missing warning (PR c++/70194)

Re: C++ PATCH to implement C++14 aggregate NSDMI (N3653)

C++ PATCH to instantiation of generic lambda

C++ PATCH to remove -fconcepts from -std=c++1z

C++ PATCH to unary fold-expression semantics

check-target-libgomp wall time, without vs. with offloading (was: Also test -O0 for OpenACC C, C++ offloading test cases)

Commit: ARM: Extend fix for PR 62254

Commit: CR16: Add newlib-stdint.h to tm_file.

Contents of PO file 'cpplib-6.1-b20160131.da.po'

Contents of PO file 'cpplib-6.1-b20160131.fr.po'

Contents of PO file 'cpplib-6.1-b20160131.sr.po'

RE: Fwd: DEC Extension Patches: Structure, Union, and Map

Do not give realistic estimates for loop with array accesses

Emit square root using the Newton series

Fix 69650, bogus line numbers from libcpp

Fix 70083, lra-induced crash

Fix 70278 (LRA split_regs followup patch)

Fix bogus vtable mismatch warnings

Fix for PR70481 Libiberty Demangler

Fix ICE in initialize_node_lattices

Fix overflow in loop peeling code

Fix postreload_combine miscompilation (PR 69941)

Fix PR rtl-optimization/70007

Fix PR69824, crash in C frontend

Fix stack checking emulation in Ada

Re: Fix/work around PR57676, LRA terminates prematurely

Goodbye REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED

Goodbye REG_LIVE_LENGTH

hello! 8)

hf not implying hf (was: [PATCH 2/4] Equate MEM_REFs and ARRAY_REFs in tree-ssa-scopedtables.c)

IRA costs tweaks, PR 56069

Re: libgcc: On AIX, increase chances to find landing pads for exceptions

Limit vector alignments (PR 69973)

LRA remat issue with hard regs (PR70123)

New Danish PO file for 'cpplib' (version 6.1-b20160131)

New French PO file for 'cpplib' (version 6.1-b20160131)

New French PO file for 'gcc' (version 6.1-b20160131)

New Serbian PO file for 'cpplib' (version 6.1-b20160131)

New Swedish PO file for 'gcc' (version 6.1-b20160131)

not a type buglet in c/c-array-notation

Only assume 4-byte stack alignment on 32-bit Solaris/x86 (PR target/62281)

Re: out of bounds access in insn-automata.c

patch fixing PR70461

patch for PR233876

a patch for PR68695

patch for PR69614

Patch ping

Re: Patches to fix GCC's C++ exception_handling on NetBSD/VAX

Patches to fix optimizer bug & C++ exceptions for GCC VAX backend

PING #2 [PATCH] 69517 - [5/6 regression] SEGV on a VLA with excess initializer elements

PING: [PATCH] PR driver/70192: Properly set flag_pie and flag_pic

Re: PING^1: [PATCH] Add TYPE_EMPTY_RECORD for C++ empty class

Please include ada-hurd.diff upstream (try2)

Proposed Patch for Bug 69687

Reinstate generic stack checking warning with LRA

Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE (was: [gomp4.1] map clause parsing improvements)

RFA [Patch] PR 45076 - [OOP] gfortran.dg/dynamic_dispatch_6.f03 ICEs with -fprofile-use

RFA: MEP: Add newlib-stdint.h to tm_file.

RFA: PATCH to load_register_parameters for empty structs and sibcalls

RFA: PATCH to tree-inline.c:remap_decls for c++/70353 (ICE with __func__ and constexpr)

RFA: PR 70044: Catch a second call to aarch64_override_options_after_change

rs6000 stack_tie mishap again

Save call-clobbered registers in _mcount on 32-bit Solaris/x86 (PR target/38239)

Scan for parallelization of the oacc kernels test-cases in gfortran.dg/goacc (was: [PATCH, 15/16] Add libgomp.oacc-c-c++-common/kernels-*.c)

Update OpenACC test cases

Various selective scheduling fixes

Re: Wonly-top-basic-asm

Yo


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