public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
[gcc r12-3941] libstdc++: Skip container adaptor tests that fail concept checks
 2021-09-28 19:25 UTC 

[gcc r12-3940] libstdc++: Skip tests that fail with _GLIBCXX_CONCEPT_CHECKS
 2021-09-28 19:24 UTC 

[gcc r12-3939] libstdc++: Fix concept checks for iterators
 2021-09-28 19:24 UTC 

[gcc r12-3938] libstdc++: Improve types used as iterators in testsuite
 2021-09-28 19:24 UTC 

[gcc r12-3937] libstdc++: Fix tests that use invalid types in ordered containers
 2021-09-28 19:24 UTC 

[gcc r12-3936] libstdc++: Fix _OutputIteratorConcept checks in algorithms
 2021-09-28 19:24 UTC 

[gcc r12-3935] libstdc++: Specialize std::pointer_traits<__normal_iterator<I, C>>
 2021-09-28 19:24 UTC 

[gcc r12-3934] Darwin, PPC : Fix R13 for PPC64
 2021-09-28 19:16 UTC 

[gcc r12-3933] libgcc, X86, Darwin: Export cpu_model and indicator
 2021-09-28 19:05 UTC 

[gcc r12-3932] coroutines: Only set parm copy guard vars if we have exceptions [PR 102454]
 2021-09-28 18:54 UTC 

[gcc r12-3931] libstdc++: Improve std::forward static assert message
 2021-09-28 17:08 UTC 

[gcc r12-3930] libstdc++: Fix mismatched noexcept-specifiers in filesystem::path [PR102499]
 2021-09-28 17:08 UTC 

[gcc r12-3929] aarch64: Add command-line support for Armv8.7-a
 2021-09-28 15:15 UTC 

[gcc r12-3928] Improve jump threading dump output
 2021-09-28 13:56 UTC 

[gcc r11-9036] libgomp: Only check for 2*sizeof(void*) int type with Fortran [PR96661]
 2021-09-28 13:26 UTC 

[gcc r12-3927] libgomp: Only check for 2*sizeof(void*) int type with Fortran [PR96661]
 2021-09-28 13:16 UTC 

[gcc r12-3926] reassoc: Test rank biasing
 2021-09-28 13:06 UTC 

[gcc r12-3925] Enable jump threading at -O1
 2021-09-28 12:34 UTC 

[gcc r12-3924] 'gfortran.dg/assumed_rank_22_aux.c' messages printed vs. DejaGnu
 2021-09-28 12:21 UTC 

[gcc r12-3923] Further test case adjustment re "Fortran: Fix assumed-size to assumed-rank passing"
 2021-09-28 12:21 UTC 

[gcc r12-3922] reassoc: Propagate PHI_LOOP_BIAS along single uses
 2021-09-28 12:11 UTC 

[gcc r12-3921] reassoc: Do not bias loop-carried PHIs early
 2021-09-28 12:11 UTC 

[gcc r11-9035] i386: Don't emit fldpi etc. if -frounding-math [PR102498]
 2021-09-28 11:07 UTC 

[gcc r12-3920] i386: Don't emit fldpi etc. if -frounding-math [PR102498]
 2021-09-28 11:03 UTC 

[gcc r12-3919] tree-optimization/99793 - testcase for the PR
 2021-09-28 10:50 UTC 

[gcc r12-3918] tree-optimization/100112 - VN last_vuse and redundant store elimination
 2021-09-28 10:31 UTC 

[gcc/devel/omp/gcc-11] gfortran.dg/include_15.f90: Add dg-prune-output [PR102500]
 2021-09-28 10:05 UTC 

[gcc/devel/omp/gcc-11] openmp: Don't call omp_finish_clause on implicitly added private clauses on simd [PR102492]
 2021-09-28 10:05 UTC 

[gcc/devel/omp/gcc-11] Merge remote-tracking branch 'origin/releases/gcc-11' into devel/omp/gcc-11
 2021-09-28 10:05 UTC 

[gcc/devel/omp/gcc-11] (12 commits) gfortran.dg/include_15.f90: Add dg-prune-output [PR102500]
 2021-09-28 10:05 UTC 

[gcc r12-3917] openmp: Don't call omp_finish_clause on implicitly added private clauses on simd [PR102492]
 2021-09-28  9:42 UTC 

[gcc r12-3916] Return VARYING in range_on_path_entry if nothing found
 2021-09-28  9:12 UTC 

[gcc r12-3915] top-level configure: setup target_configdirs based on repository
 2021-09-28  8:44 UTC 

[gcc r12-3914] AVX512FP16: Support basic 64/32bit vector type and operation
 2021-09-28  8:40 UTC 

[gcc r12-3913] Fix gcc.target/i386/vect-pr97352.c for -m32 -march=cascadelake
 2021-09-28  8:05 UTC 

[gcc r12-3912] gfortran.dg/include_15.f90: Add dg-prune-output [PR102500]
 2021-09-28  7:52 UTC 

[gcc r12-3911] Fix gcc.dg/vect/bb-slp-pr65935.c FAIL with AVX after recent change
 2021-09-28  7:02 UTC 

[gcc r12-3910] Control all jump threading passes with -fjump-threads
 2021-09-28  6:18 UTC 

[gcc r12-3909] Relax condition of (vec_concat:M(vec_select op0 idx0)(vec_select op0 idx1)) to allow different modes
 2021-09-28  3:01 UTC 

[gcc r12-3908] Support 128/256/512-bit vector plus/smin/smax reduction for _Float16
 2021-09-28  1:40 UTC 

[gcc r9-9746] Daily bump
 2021-09-28  0:19 UTC 

[gcc r11-9034] Daily bump
 2021-09-28  0:18 UTC 

[gcc r10-10152] Daily bump
 2021-09-28  0:17 UTC 

[gcc r12-3907] Daily bump
 2021-09-28  0:16 UTC 

[gcc] Created branch 'acsawdey/heads/ppc-by-pieces' in namespace 'refs/users'
 2021-09-27 22:06 UTC 

[gcc r12-3906] c++: deduction guides and ttp rewriting [PR102479]
 2021-09-27 20:03 UTC 

[gcc/devel/c++-coroutines] Merge master r12-3905
 2021-09-27 19:20 UTC 

[gcc/devel/c++-coroutines] (25 commits) Merge master r12-3905
 2021-09-27 19:20 UTC 

[gcc(refs/vendors/ARM/heads/arm-10)] Enable -fcode-hoisting with -Os
 2021-09-27 16:13 UTC 

[gcc/ARM/heads/arm-10] Enable -fcode-hoisting with -Os
 2021-09-27 16:13 UTC 

[gcc r12-3905] Minor cleanups to solver
 2021-09-27 15:44 UTC 

[gcc r12-3904] Remove old VRP jump threader code
 2021-09-27 15:44 UTC 

[gcc r12-3903] Replace VRP threader with a hybrid forward threader
 2021-09-27 15:44 UTC 

[gcc r12-3902] Come up with section_flag enum
 2021-09-27 15:00 UTC 

[gcc r12-3901] flag_complex_method: support optimize attribute
 2021-09-27 14:58 UTC 

[gcc r12-3900] Update pathname for IBM long double description
 2021-09-27 14:57 UTC 

[gcc r12-3899] middle-end/102450 - avoid type_for_size for non-existing modes
 2021-09-27 13:04 UTC 

[gcc/devel/omp/gcc-11] Fortran: Fix assumed-size to assumed-rank passing [PR94070]
 2021-09-27 12:47 UTC 

[gcc r12-3898] libgomp.oacc-fortran/privatized-ref-2.f90: Fix dg-note
 2021-09-27 12:38 UTC 

[gcc r12-3897] Fortran: Fix assumed-size to assumed-rank passing [PR94070]
 2021-09-27 12:06 UTC 

[gcc(refs/vendors/ARM/heads/arm-10)] Enable -fcode-hoisting with -Os
 2021-09-27 10:54 UTC 

[gcc/ARM/heads/arm-10] (203 commits) Enable -fcode-hoisting with -Os
 2021-09-27 10:54 UTC 

[gcc] Created tag 'ARM/tags/embedded-10-2021q2' in namespace 'refs/vendors'
 2021-09-27 10:52 UTC 

[gcc r12-3896] Fix PR c/94726: ICE with __builtin_shuffle and changing of types
 2021-09-27 10:37 UTC 

[gcc r12-3895] Use on-demand ranges in ssa_name_has_boolean_range before querying nonzero bits
 2021-09-27 10:26 UTC 

[gcc r12-3894] Convert some evrp uses in DOM to the range_query API
 2021-09-27  9:47 UTC 

[gcc r12-3893] Allow different vector types for stmt groups
 2021-09-27  8:24 UTC 

[gcc r12-3892] Revert "Optimize v4sf reduction."
 2021-09-27  7:51 UTC 

[gcc r9-9745] Daily bump
 2021-09-27  0:19 UTC 

[gcc r11-9033] Daily bump
 2021-09-27  0:18 UTC 

[gcc r10-10151] Daily bump
 2021-09-27  0:17 UTC 

[gcc r12-3891] Daily bump
 2021-09-27  0:16 UTC 

[gcc/devel/omp/gcc-11] Fortran: Fix associated intrinsic with assumed rank [PR101334]
 2021-09-26 17:30 UTC 

[gcc r12-3890] Fortran: Fix associated intrinsic with assumed rank [PR101334]
 2021-09-26 17:26 UTC 

[gcc r12-3889] Remove storage only description for _Float16 w/o avx512fp16
 2021-09-26  1:04 UTC 

[gcc r9-9744] Daily bump
 2021-09-26  0:19 UTC 

[gcc r11-9032] Daily bump
 2021-09-26  0:18 UTC 

[gcc r10-10150] Daily bump
 2021-09-26  0:17 UTC 

[gcc r12-3888] Daily bump
 2021-09-26  0:16 UTC 

[gcc r12-3887] pru: Named address space for R30/R31 I/O access
 2021-09-25 14:37 UTC 

[gcc r9-9743] Daily bump
 2021-09-25  0:19 UTC 

[gcc r11-9031] Daily bump
 2021-09-25  0:18 UTC 

[gcc r10-10149] Daily bump
 2021-09-25  0:17 UTC 

[gcc r12-3886] Daily bump
 2021-09-25  0:16 UTC 

[gcc/devel/omp/gcc-11] Fortran: Add missing diagnostic for F2018 C711 (TS29113 C407c)
 2021-09-24 22:07 UTC 

[gcc/devel/omp/gcc-11] Fortran: Diagnose default-initialized pointer/allocatable dummies
 2021-09-24 22:07 UTC 

[gcc/devel/c++-coroutines] Merge master r12-3881
 2021-09-24 19:29 UTC 

[gcc/devel/c++-coroutines] (16 commits) Merge master r12-3881
 2021-09-24 19:29 UTC 

[gcc/devel/coarray_native] Install libcaf_shared libraries in the same directory as libgfortran
 2021-09-24 18:38 UTC 

[gcc r12-3885] top-level: merge Makefile.def patches from binutils-gdb repository
 2021-09-24 17:17 UTC 

[gcc r12-3884] Fortran - improve checking for intrinsics allowed in constant expressions
 2021-09-24 17:11 UTC 

[gcc r12-3883] Fortran: Add missing diagnostic for F2018 C711 (TS29113 C407c)
 2021-09-24 17:08 UTC 

[gcc/devel/coarray_native] Add correct link flags to libgfortran.spec.in
 2021-09-24 17:04 UTC 

[gcc r12-3882] real: fix encoding of negative IEEE double/quad values [PR98216]
 2021-09-24 16:36 UTC 

[gcc/devel/omp/gcc-11] OpenMP: Fix target device ancestor tests according to reverse_offload
 2021-09-24 15:35 UTC 

[gcc r12-3881] Make profitability calculation of RA conflict presentations independent of host compiler type sizes
 2021-09-24 15:15 UTC 

[gcc r12-3880] path solver: Avoid further lookups when range is defined in block
 2021-09-24 14:51 UTC 

[gcc r12-3879] libstdc++: Remove redundant 'inline' specifiers
 2021-09-24 14:47 UTC 

[gcc r12-3878] Verify unallocated edge/BB flags are clear
 2021-09-24  8:16 UTC 

[gcc r12-3877] Fortran: Improve file-reading error diagnostic [PR55534]
 2021-09-24  7:31 UTC 

[gcc r12-3876] Avoid invalid loop transformations in jump threading registry
 2021-09-24  6:26 UTC 

[gcc r11-9030] Fix value uninitialization in vn_reference_insert_pieces [PR102400]
 2021-09-24  3:33 UTC 

[gcc r11-9029] Fix null-pointer dereference in delete_dead_or_redundant_call [PR102451]
 2021-09-24  3:32 UTC 

[gcc r12-3875] Fix value uninitialization in vn_reference_insert_pieces [PR102400]
 2021-09-24  3:05 UTC 

[gcc r12-3874] Fix null-pointer dereference in delete_dead_or_redundant_call [PR102451]
 2021-09-24  3:01 UTC 

[gcc r12-3873] AVX512FP16: Support cond_op for HFmode
 2021-09-24  2:26 UTC 

[gcc r9-9742] Daily bump
 2021-09-24  0:19 UTC 

[gcc r11-9028] Daily bump
 2021-09-24  0:18 UTC 

[gcc r10-10148] Daily bump
 2021-09-24  0:17 UTC 

[gcc r12-3872] Daily bump
 2021-09-24  0:16 UTC 

[gcc r12-3871] Fortran: Diagnose default-initialized pointer/allocatable dummies
 2021-09-23 23:45 UTC 

[gcc/devel/c++-coroutines] Merge master r12-3866
 2021-09-23 22:35 UTC 

[gcc/devel/c++-coroutines] (44 commits) Merge master r12-3866
 2021-09-23 22:35 UTC 

[gcc r12-3870] c++: adjust the handling of RID_ATTRIBUTE
 2021-09-23 20:26 UTC 

[gcc r12-3869] c++: add spellcheck suggestions for typedef etc. [PR77565]
 2021-09-23 20:26 UTC 

[gcc(refs/users/aoliva/heads/testme)] harden conditional branches
 2021-09-23 17:41 UTC 

[gcc/aoliva/heads/testme] (313 commits) harden conditional branches
 2021-09-23 17:41 UTC 

[gcc/aoliva/heads/testbase] (312 commits) Fortran: Handle allocated() with coindexed scalars [PR93834
 2021-09-23 17:41 UTC 

[gcc r12-3868] Look for a relation between operands only when possible
 2021-09-23 17:35 UTC 

[gcc r12-3867] Create a ranger-local flag for non-executable edges
 2021-09-23 17:35 UTC 

[gcc(refs/vendors/ARM/heads/arm-11)] Enable -fcode-hoisting with -Os
 2021-09-23 17:14 UTC 

[gcc] Created branch 'ARM/heads/arm-11' in namespace 'refs/vendors'
 2021-09-23 17:10 UTC 

[gcc r12-3866] Fortran: Handle allocated() with coindexed scalars [PR93834]
 2021-09-23 16:49 UTC 

[gcc r12-3865] libiberty: prevent null dereferencing on dlang_type
 2021-09-23 15:54 UTC 

[gcc r12-3864] libiberty: prevent buffer overflow when decoding user input
 2021-09-23 15:49 UTC 

[gcc r12-3863] libstdc++: Remove c++20-specific dg-error directives in test
 2021-09-23 15:08 UTC 

[gcc r12-3862] libstdc++: Disable PCH for test that depends on a macro being defined
 2021-09-23 15:08 UTC 

[gcc r12-3861] libstdc++: Make std::system_category() recognize Windows error codes
 2021-09-23 15:08 UTC 

[gcc r12-3860] libstdc++: Improvements to standard error category objects
 2021-09-23 15:08 UTC 

[gcc r12-3859] libstdc++: std::system_category should know meaning of zero [PR102425]
 2021-09-23 15:08 UTC 

[gcc r12-3858] c++: improve tree dump for templated decls
 2021-09-23 13:36 UTC 

[gcc r12-3857] [Ada] Fix obsolete comment mentioning girder discriminants
 2021-09-23 13:09 UTC 

[gcc r12-3856] [Ada] Add Subprogram_Body_Or_Type
 2021-09-23 13:09 UTC 

[gcc r12-3855] [Ada] Add N_Has_Bounds and N_Is_Index
 2021-09-23 13:09 UTC 

[gcc r12-3854] [Ada] Adjust documentation of gnatsymbolize
 2021-09-23 13:09 UTC 

[gcc r12-3853] [Ada] Tune detection of internally generated positional aggregates
 2021-09-23 13:09 UTC 

[gcc r12-3852] [Ada] Wrappers of access-to-subprograms with pre/post conditions
 2021-09-23 13:09 UTC 

[gcc r12-3851] [Ada] Ada2022: implementation of AI12-0212 : iterator specs in array aggregates
 2021-09-23 13:09 UTC 

[gcc r12-3850] [Ada] Follow-on efficiency improvements
 2021-09-23 13:09 UTC 

[gcc r12-3849] [Ada] If unnesting and relocating subprogram call, make new Parameter_Associations
 2021-09-23 13:09 UTC 

[gcc r12-3848] [Ada] Remove Initializes contracts from Ada.Strings.Bounded
 2021-09-23 13:09 UTC 

[gcc r12-3847] [Ada] Cleanup and efficiency improvements
 2021-09-23 13:09 UTC 

[gcc r12-3846] [Ada] Minimize parts of Ada.Strings.Fixed marked SPARK_Mode => Off
 2021-09-23 13:08 UTC 

[gcc r12-3845] [Ada] Remove global parameter in Global contracts of Ada.Strings.Bounded
 2021-09-23 13:08 UTC 

[gcc r12-3844] [Ada] Update "Implementation Defined Characteristics" documentation
 2021-09-23 13:08 UTC 

[gcc r12-3843] rs6000: Add psabi diagnostic for C++ zero-width bit field ABI change
 2021-09-23 12:40 UTC 

[gcc r12-3842] Remove dominator check in fold_using_range::range_of_phi
 2021-09-23 11:08 UTC 

[gcc r12-3841] Hoist edge calculations in precompute_relations
 2021-09-23 11:08 UTC 

[gcc r12-3840] configure: Update --help output for --with-multilib-list
 2021-09-23 10:35 UTC 

[gcc/devel/omp/gcc-11] openmp: Diagnose omp::directive attribute without balanced token argument [PR102413]
 2021-09-23  9:34 UTC 

[gcc r12-3839] tree-optimization/102448 - clear copied alignment info from vect
 2021-09-23  9:17 UTC 

[gcc r12-3838] AVX512FP16: Enable vec_cmpmn/vcondmn expanders for HF modes
 2021-09-23  9:09 UTC 

[gcc r12-3837] AVX512FP16: add truncmn2/extendmn2 expanders
 2021-09-23  9:09 UTC 

[gcc r12-3836] AVX512FP16: Add float(uns)?mn2 expander
 2021-09-23  9:09 UTC 

[gcc r12-3835] AVX512FP16: Add fix(uns)?_truncmn2 for HF scalar and vector modes
 2021-09-23  9:09 UTC 

[gcc r12-3834] AVX512FP16: Add expander for smin/maxhf3
 2021-09-23  9:08 UTC 

[gcc r12-3833] AVX512FP16: Add expander for fmahf4
 2021-09-23  9:08 UTC 

[gcc r12-3832] AVX512FP16: Add expander for rint/nearbyinthf2
 2021-09-23  9:08 UTC 

[gcc r12-3831] openmp: Diagnose omp::directive attribute without balanced token argument [PR102413]
 2021-09-23  8:11 UTC 

[gcc/devel/omp/gcc-11] c++: Fix up parsing of attributes for using-directive
 2021-09-23  7:38 UTC 

[gcc r12-3830] Overhaul jump thread state in forward threader
 2021-09-23  6:06 UTC 

[gcc/devel/omp/gcc-11] Fortran: diagnostic for argument w/type parameters for assumed-type dummy
 2021-09-23  2:34 UTC 

[gcc/devel/omp/gcc-11] Fortran: Fixes for F2018 C838 (PR fortran/101334)
 2021-09-23  2:34 UTC 

[gcc/devel/omp/gcc-11] Fortran: Fix testcases that violate C838, + revealed ICE
 2021-09-23  2:34 UTC 

[gcc r9-9741] Daily bump
 2021-09-23  0:19 UTC 

[gcc r11-9027] Daily bump
 2021-09-23  0:18 UTC 

[gcc r10-10147] Daily bump
 2021-09-23  0:17 UTC 

[gcc r12-3829] Daily bump
 2021-09-23  0:17 UTC 

[gcc r12-3828] Fortran: diagnostic for argument w/type parameters for assumed-type dummy
 2021-09-23  0:11 UTC 

[gcc r12-3827] Fortran: Fixes for F2018 C838 (PR fortran/101334)
 2021-09-23  0:11 UTC 

[gcc r12-3826] Fortran: Fix testcases that violate C838, + revealed ICE
 2021-09-23  0:11 UTC 

[gcc/devel/omp/gcc-11] Fortran: Improve -Wmissing-include-dirs warnings [PR55534]
 2021-09-22 22:16 UTC 

[gcc/devel/c++-coroutines] Merge master r12-3823
 2021-09-22 20:13 UTC 

[gcc/devel/c++-coroutines] (61 commits) Merge master r12-3823
 2021-09-22 20:13 UTC 

[gcc/devel/modula-2] Merge branch 'master' into devel/modula-2
 2021-09-22 20:08 UTC 

[gcc/devel/modula-2] (34 commits) Merge branch 'master' into devel/modula-2
 2021-09-22 20:08 UTC 

[gcc r12-3825] Fortran: Improve -Wmissing-include-dirs warnings [PR55534]
 2021-09-22 18:58 UTC 

[gcc r12-3824] More NEGATE_EXPR folding in match.pd
 2021-09-22 18:19 UTC 

[gcc r12-3823] x86: Clean up gcc.target/i386/auto-init-* tests
 2021-09-22 17:00 UTC 

[gcc r12-3822] c++: concept-ids and value-dependence [PR102412]
 2021-09-22 15:18 UTC 

[gcc r12-3821] [Ada] Simplify contract of Ada.Strings.Fixed.Trim for proof
 2021-09-22 15:12 UTC 

[gcc r12-3820] [Ada] Reuse routines for detecting attributes Old and Result
 2021-09-22 15:12 UTC 

[gcc r12-3819] [Ada] Spurious error on deferred constant with predicate
 2021-09-22 15:11 UTC 

[gcc r12-3818] [Ada] Fix conformance errors and erroneous code
 2021-09-22 15:11 UTC 

[gcc r12-3817] [Ada] Clarify parts of Ada.Strings.Unbounded in SPARK or not
 2021-09-22 15:11 UTC 

[gcc r12-3816] [Ada] Update status of some attributes
 2021-09-22 15:11 UTC 

[gcc r12-3815] [Ada] VxWorks inconsistent use of return type (STATUS)
 2021-09-22 15:11 UTC 

[gcc r12-3814] [Ada] More flexibility in preprocessor
 2021-09-22 15:11 UTC 

[gcc r12-3813] [Ada] Contracts written for the Ada.Strings.Bounded library
 2021-09-22 15:11 UTC 

[gcc r12-3812] [Ada] Add adequate guard before calling First_Rep_Item
 2021-09-22 15:11 UTC 

[gcc r12-3811] [Ada] VxWorks inconsistent use of return type (BOOL)
 2021-09-22 15:11 UTC 

[gcc r12-3810] [Ada] Add Package_Body helper routine to be used in GNATprove
 2021-09-22 15:11 UTC 

[gcc r12-3809] [Ada] Minor doc improvement
 2021-09-22 15:11 UTC 

[gcc r12-3808] [Ada] Fix infinite loop in compilation of illegal code
 2021-09-22 15:11 UTC 

[gcc r12-3807] [Ada] More precise analysis of function renamings in GNATprove
 2021-09-22 15:10 UTC 

[gcc r12-3806] [Ada] Removal of technical debt
 2021-09-22 15:10 UTC 

[gcc r12-3805] [Ada] Fix access to predicated parent in Itype
 2021-09-22 15:10 UTC 

[gcc r12-3804] [Ada] Allow more cases of import with Relaxed_RM_Semantics
 2021-09-22 15:10 UTC 

[gcc r12-3803] [Ada] Improve performance for case-insensitive regular expressions
 2021-09-22 15:10 UTC 

[gcc r12-3802] [Ada] Remove System.Img_Enum_New unit
 2021-09-22 15:10 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).