public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
[gcc r12-7629] c++: give fold expressions a location
 2022-03-12 20:02 UTC 

[gcc r12-7628] rs6000: Do not use rs6000_cpu for .machine ppc and ppc64 (PR104829)
 2022-03-12 16:03 UTC 

[gcc r12-7627] OpenACC 'kernels' decomposition: resolve wrong-code cases unless manually making certain variables a
 2022-03-12 14:51 UTC 

[gcc r12-7626] OpenACC 'kernels' decomposition: wrong-code cases unless manually making certain variables addressab
 2022-03-12 14:51 UTC 

[gcc r12-7625] Enhance further testcases to verify handling of OpenACC privatization level [PR90115]
 2022-03-12 13:04 UTC 

[gcc r12-7624] OpenACC 'kernels' decomposition: Mark variables used in 'present' clauses as addressable [PR100280,
 2022-03-12 12:33 UTC 

[gcc r12-7623] Add 'c-c++-common/goacc/kernels-decompose-pr104086-1.c' [PR104086]
 2022-03-12 12:33 UTC 

[gcc r12-7622] Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095]
 2022-03-12 10:08 UTC 

[gcc r12-7621] PR middle-end/98420: Don't fold x - x to 0.0 with -frounding-math
 2022-03-12  9:23 UTC 

[gcc(refs/users/meissner/heads/work081)] Optimize extendditi2 GPR to VSX register
 2022-03-12  6:36 UTC 

[gcc(refs/users/meissner/heads/work081)] Improve extendditi2
 2022-03-12  1:00 UTC 

[gcc r12-7620] Fix DImode to TImode sign extend issue
 2022-03-12  0:47 UTC 

[gcc r9-9980] Daily bump
 2022-03-12  0:19 UTC 

[gcc r11-9650] Daily bump
 2022-03-12  0:19 UTC 

[gcc r10-10494] Daily bump
 2022-03-12  0:18 UTC 

[gcc r12-7619] Daily bump
 2022-03-12  0:17 UTC 

[gcc r10-10493] Revert __SIZEOF__IBM128__ and __SIZEOF_FLOAT128__ patch
 2022-03-12  0:09 UTC 

[gcc r11-9649] Revert __SIZEOF__IBM128__ and __SIZEOF_FLOAT128__ patch
 2022-03-11 23:43 UTC 

[gcc r12-7618] d: Cache generated import declarations in a hash_map
 2022-03-11 22:36 UTC 

[gcc r12-7617] d: Fix mistakes in strings to be translated [PR104552]
 2022-03-11 22:36 UTC 

[gcc(refs/users/meissner/heads/work081)] Update ChangeLog.meissner
 2022-03-11 20:13 UTC 

[gcc(refs/users/meissner/heads/work081)] Allow extendditi2 on power9
 2022-03-11 20:12 UTC 

[gcc r12-7616] PR tree-optimization/98335: New peephole2 xorl; movb -> movzbl
 2022-03-11 17:59 UTC 

[gcc r12-7615] PR tree-optimization/98335: Improvements to DSE's compute_trims
 2022-03-11 17:53 UTC 

[gcc r12-7614] [Committed] Update g++.dg/other/pr84964.C for ia32 (and similar) targets
 2022-03-11 17:38 UTC 

[gcc r12-7613] tree-optimization/104880 - update-address-taken and cmpxchg
 2022-03-11 14:03 UTC 

[gcc r12-7612] target/104762 - vectorization costs of CONSTRUCTORs
 2022-03-11 14:03 UTC 

[gcc/devel/omp/gcc-11] openmp: Allow classes with static members to be mappable
 2022-03-11 13:51 UTC 

[gcc r12-7611] lto-plugin: Honor link_output_name for -foffload-objects file name
 2022-03-11 12:02 UTC 

[gcc/devel/c++-coroutines] Merge master r12-7609
 2022-03-11 10:33 UTC 

[gcc/devel/c++-coroutines] (85 commits) Merge master r12-7609
 2022-03-11 10:33 UTC 

[gcc r12-7610] libphobos: Enable on Solaris/SPARC or with /bin/as [PR 103528]
 2022-03-11  8:45 UTC 

[gcc r12-7609] Fortran: OpenMP/OpenACC avoid uninit access in size calc for mapping
 2022-03-11  7:49 UTC 

[gcc(refs/users/meissner/heads/work081)] Update ChangeLog.meissner
 2022-03-11  1:44 UTC 

[gcc(refs/users/meissner/heads/work081)] Fix DImode to TImode sign extend issue
 2022-03-11  1:41 UTC 

[gcc r9-9979] Daily bump
 2022-03-11  0:20 UTC 

[gcc r11-9648] Daily bump
 2022-03-11  0:19 UTC 

[gcc r10-10492] Daily bump
 2022-03-11  0:18 UTC 

[gcc r12-7608] Daily bump
 2022-03-11  0:17 UTC 

[gcc r12-7607] PR c++/84964: Middle-end patch to expand_call for ICE after sorry
 2022-03-10 23:50 UTC 

[gcc r12-7606] libstdc++: Do not use fast_float for 16-bit size_t [PR104870]
 2022-03-10 23:45 UTC 

[gcc r12-7605] analyzer: fix ICE with -fanalyzer-transitivity [PR104863]
 2022-03-10 21:53 UTC 

[gcc r12-7604] [PR103074] LRA: Check new conflicts when splitting hard reg live range
 2022-03-10 21:17 UTC 

[gcc r12-7603] libstdc++: Move closing brace outside #endif [PR104866]
 2022-03-10 21:05 UTC 

[gcc r12-7602] Fix multiple issue in the testcase allocate-1.f90
 2022-03-10 20:00 UTC 

[gcc r11-9647] rtl: ICE with thread_local and inline asm [PR104777]
 2022-03-10 18:33 UTC 

[gcc/devel/omp/gcc-11] Fix an ICE with allocate directive
 2022-03-10 18:31 UTC 

[gcc/devel/omp/gcc-11] Lower allocate directive (OpenMP 5.0)
 2022-03-10 18:31 UTC 

[gcc/devel/omp/gcc-11] Gimplify allocate directive (OpenMP 5.0)
 2022-03-10 18:31 UTC 

[gcc/devel/omp/gcc-11] Handle cleanup of omp allocated variables (OpenMP 5.0)
 2022-03-10 18:31 UTC 

[gcc/devel/omp/gcc-11] Translate allocate directive (OpenMP 5.0)
 2022-03-10 18:31 UTC 

[gcc/devel/omp/gcc-11] Add parsing support for allocate directive (OpenMP 5.0)
 2022-03-10 18:31 UTC 

[gcc r12-7601] c++: ->template and implicit typedef [PR104608]
 2022-03-10 16:24 UTC 

[gcc r12-7600] c++: Don't allow type-constraint auto(x) [PR104752]
 2022-03-10 16:22 UTC 

[gcc r12-7599] c++: ICE with operator delete [PR104846]
 2022-03-10 14:32 UTC 

[gcc r12-7598] c++: allow variadic operator[] for C++23 [PR103460]
 2022-03-10 14:28 UTC 

[gcc r12-7597] libstdc++: Fix std::strong_order to handle NaN on VAX
 2022-03-10 14:25 UTC 

[gcc r12-7596] analyzer: add notes to write-to-const/string from access attr [PR104793]
 2022-03-10 14:10 UTC 

[gcc r12-7595] analyzer: check for writes to consts via access attr [PR104793]
 2022-03-10 14:05 UTC 

[gcc r12-7594] analyzer: fix duplicates in check_for_tainted_size_arg
 2022-03-10 14:03 UTC 

[gcc r12-7593] ipa-cp: Avoid adjusting references through self-recursion (PR 104813)
 2022-03-10 13:56 UTC 

[gcc r12-7592] tree-optimization/102943 - use tree form for sbr_sparse_bitmap
 2022-03-10 13:42 UTC 

[gcc r12-7591] ada/104861 - use target_noncanonial for Target_Name
 2022-03-10 12:40 UTC 

[gcc r12-7590] tree-optimization/102943 - avoid (re-)computing dominance bitmap
 2022-03-10 12:40 UTC 

[gcc r12-7589] libstdc++: Support VAX floats in std::strong_order
 2022-03-10 11:50 UTC 

[gcc r12-7588] contrib: Fix non-portable shell commands in gcc-git-customization.sh [PR102664]
 2022-03-10 11:49 UTC 

[gcc r12-7587] [nvptx] Use no,yes for attribute predicable
 2022-03-10 11:23 UTC 

[gcc r12-7586] [nvptx] Disable warp sync in simt region
 2022-03-10 11:22 UTC 

[gcc r12-7585] [nvptx] Handle unused result in nvptx_unisimt_handle_set
 2022-03-10 11:22 UTC 

[gcc r12-7584] [nvptx] Use bit-bucket operand for atom insns
 2022-03-10 11:22 UTC 

[gcc r12-7583] [nvptx] Use atom.and.b64 instead of atom.b64.and
 2022-03-10 11:22 UTC 

[gcc r12-7582] [nvptx] Add multilib mptx=3.1
 2022-03-10 11:22 UTC 

[gcc r12-7581] [nvptx] Restore default to sm_30
 2022-03-10 11:22 UTC 

[gcc r12-7580] [OpenACC privatization] Analyze 'lookup_decl'-translated DECL [PR90115, PR102330, PR104774]
 2022-03-10 11:07 UTC 

[gcc r12-7579] Add 'c-c++-common/goacc/kernels-decompose-pr104774-1.c' [PR104774]
 2022-03-10 11:07 UTC 

[gcc r12-7578] Add 'gfortran.dg/goacc-gomp/pr102330-{1, 2, 3}.f90' [PR102330]
 2022-03-10 11:07 UTC 

[gcc r12-7577] Enhance further testcases to verify handling of OpenACC privatization level [PR90115]
 2022-03-10 11:06 UTC 

[gcc/devel/sphinx] Merge branch 'master' into devel/sphinx
 2022-03-10  9:42 UTC 

[gcc/devel/sphinx] (71 commits) Merge branch 'master' into devel/sphinx
 2022-03-10  9:42 UTC 

[gcc r12-7576] rs6000: Fix up __SIZEOF_{FLOAT, IBM}128__ defines [PR99708]
 2022-03-10  9:31 UTC 

[gcc r12-7575] contrib: Fix up git-descr.sh regression [PR102664]
 2022-03-10  8:43 UTC 

[gcc r12-7574] PR c++/95999: Improved error recovery in enumeration lists
 2022-03-10  7:43 UTC 

[gcc r12-7573] PR c++/39751: ICE-on-invalid parsing regression
 2022-03-10  7:33 UTC 

[gcc r9-9978] Daily bump
 2022-03-10  0:19 UTC 

[gcc r11-9646] Daily bump
 2022-03-10  0:19 UTC 

[gcc r10-10491] Daily bump
 2022-03-10  0:18 UTC 

[gcc r12-7572] Daily bump
 2022-03-10  0:17 UTC 

[gcc r12-7571] libstdc++: Avoid implicit narrowing from uint128_t [PR104859]
 2022-03-09 23:49 UTC 

[gcc(refs/users/meissner/heads/work081)] Update ChangeLog.meissner
 2022-03-09 23:08 UTC 

[gcc(refs/users/meissner/heads/work081)] Make power8-fusion depend only on tuning for power8
 2022-03-09 23:02 UTC 

[gcc r12-7570] c: Revert C2x changes to function type compatibility
 2022-03-09 22:52 UTC 

[gcc(refs/users/meissner/heads/work081)] Revert patch
 2022-03-09 21:37 UTC 

[gcc r12-7569] Fortran: improve error recovery on invalid array section
 2022-03-09 20:59 UTC 

[gcc(refs/users/meissner/heads/work081)] Make power8-fusion depend only on tuning for power8
 2022-03-09 20:20 UTC 

[gcc r12-7568] toplevel: Makefile.def: Make configure-sim depend on all-readline
 2022-03-09 19:54 UTC 

[gcc r12-7567] GCN: Implement __atomic_compare_exchange_{1, 2} in libgcc [PR102215]
 2022-03-09 18:35 UTC 

[gcc(refs/users/meissner/heads/work081)] Revert patch
 2022-03-09 17:15 UTC 

[gcc r12-7566] Restore INDIRECT_REF asm operand heuristic with MEM_REF
 2022-03-09 14:56 UTC 

[gcc r12-7565] x86: Define LIBGCC2_UNWIND_ATTRIBUTE on ia32 [PR104781]
 2022-03-09 14:27 UTC 

[gcc r12-7564] c++: non-constant non-dependent decltype folding [PR104823]
 2022-03-09 13:44 UTC 

[gcc r12-7563] c++: detecting copy-init context during CTAD [PR102137]
 2022-03-09 13:44 UTC 

[gcc r12-7562] c++: merge default targs for function templates [PR65396]
 2022-03-09 13:44 UTC 

[gcc r11-9645] testsuite/104759 - adjust gcc.dg/vect/vect-multitypes-12.c
 2022-03-09 13:40 UTC 

[gcc r12-7561] testsuite/104759 - adjust gcc.dg/vect/vect-multitypes-12.c
 2022-03-09 13:39 UTC 

[gcc r12-7560] middle-end/104786 - ICE with asm and VLA
 2022-03-09 13:37 UTC 

[gcc/devel/omp/gcc-11] Set omp_requires_mask for dynamic_allocators
 2022-03-09 10:02 UTC 

[gcc/devel/omp/gcc-11] Add a restriction on allocate clause (OpenMP 5.0)
 2022-03-09 10:02 UTC 

[gcc/devel/omp/gcc-11] Fix multiple issue in the testcase allocate-1.f90
 2022-03-09 10:02 UTC 

[gcc/devel/omp/gcc-11] Add support for allocate clause (OpenMP 5.0)
 2022-03-09 10:02 UTC 

[gcc r12-7559] vect: fix out-of-bound access in supports_vec_convert_optab_p [PR 104851]
 2022-03-09  9:27 UTC 

[gcc r12-7558] Fortran: Fix CLASS handling in SIZEOF intrinsic
 2022-03-09  9:26 UTC 

[gcc r12-7557] c, c++, c-family: -Wshift-negative-value and -Wshift-overflow* tweaks for -fwrapv and C++20+ [PR1047
 2022-03-09  8:16 UTC 

[gcc r12-7556] simplify-rtx: Fix up SUBREG_PROMOTED_SET arguments [PR104839]
 2022-03-09  8:13 UTC 

[gcc r11-9644] RISC-V: Always pass -misa-spec to assembler [PR104219]
 2022-03-09  7:46 UTC 

[gcc(refs/users/meissner/heads/work081)] Update ChangeLog.meissner
 2022-03-09  7:01 UTC 

[gcc(refs/users/meissner/heads/work081)] Revert patch
 2022-03-09  7:00 UTC 

[gcc r12-7555] mips: avoid signed overflow in LUI_OPERAND [PR104842]
 2022-03-09  3:21 UTC 

[gcc(refs/users/meissner/heads/work081)] Update ChangeLog.meissner
 2022-03-09  0:22 UTC 

[gcc r12-7554] contrib: Fix non-portable sed commands in gcc-descr [PR102664/]
 2022-03-09  0:20 UTC 

[gcc r9-9977] Daily bump
 2022-03-09  0:19 UTC 

[gcc(refs/users/meissner/heads/work081)] Allow power10/power9 to inline explicit power8 functions
 2022-03-09  0:19 UTC 

[gcc r11-9643] Daily bump
 2022-03-09  0:19 UTC 

[gcc r10-10490] Daily bump
 2022-03-09  0:18 UTC 

[gcc r12-7553] Daily bump
 2022-03-09  0:17 UTC 

[gcc r12-7552] PR c++/96440: ICE-on-invalid-code error recovery
 2022-03-08 23:35 UTC 

[gcc r12-7551] Fortran: Fix gfc_conv_gfc_desc_to_cfi_desc with NULL [PR104126]
 2022-03-08 23:28 UTC 

[gcc r12-7550] PR c++/96437: ICE-on-invalid-code error recovery
 2022-03-08 23:25 UTC 

[gcc r12-7549] PR c++/96329: ICE-on-invalid-code error recovery
 2022-03-08 23:19 UTC 

[gcc r12-7548] c++: Wrong error with alias template in class tmpl [PR104108]
 2022-03-08 22:50 UTC 

[gcc(refs/users/meissner/heads/work081)] Optimize multiply/add of DImode extended to TImode
 2022-03-08 22:09 UTC 

[gcc(refs/users/meissner/heads/work081-orig)] Add REVISION
 2022-03-08 22:06 UTC 

[gcc/devel/modula-2] Corrected documentation concerning scaffold file name (-fmakeinit)
 2022-03-08 22:03 UTC 

[gcc] Created branch 'meissner/heads/work081-orig' in namespace 'refs/users'
 2022-03-08 22:02 UTC 

[gcc(refs/users/meissner/heads/work081)] Add ChangeLog.meissner and REVISION
 2022-03-08 22:02 UTC 

[gcc] Created branch 'meissner/heads/work081' in namespace 'refs/users'
 2022-03-08 21:59 UTC 

[gcc r12-7547] compiler: ignore function type result name in export data
 2022-03-08 21:54 UTC 

[gcc r12-7546] c++: Attribute deprecated/unavailable divergence
 2022-03-08 21:16 UTC 

[gcc r12-7545] Fortran: do not frontend-optimize MINLOC/MAXLOC for character arrays
 2022-03-08 20:47 UTC 

[gcc r12-7544] c++: Don't suggest cdtor or conversion op identifiers in spelling hints [PR104806]
 2022-03-08 20:43 UTC 

[gcc r12-7543] arm: Remove unused variable arm_binop_none_none_unone_qualifiers
 2022-03-08 20:21 UTC 

[gcc r12-7542] Darwin: Address a translation comment [PR104552]
 2022-03-08 19:30 UTC 

[gcc r12-7541] analyzer: more test coverage of leak detection [PR99771]
 2022-03-08 19:17 UTC 

[gcc r12-7540] rtl: ICE with thread_local and inline asm [PR104777]
 2022-03-08 19:00 UTC 

[gcc r12-7539] x86: Disallow unsupported EH return
 2022-03-08 17:56 UTC 

[gcc r12-7538] arm: MVE: Relax addressing modes for full loads and stores
 2022-03-08 17:51 UTC 

[gcc r12-7537] Fix typo in gcc/params.opt
 2022-03-08 17:18 UTC 

[gcc r12-7536] contrib: Fix gcc-descr script [PR102664]
 2022-03-08 16:48 UTC 

[gcc r12-7535] tree-optimization/84201 - add --param vect-induction-float
 2022-03-08 14:58 UTC 

[gcc r12-7534] libstdc++: Remove incorrect copyright notice from header
 2022-03-08 12:53 UTC 

[gcc r9-9976] Daily bump
 2022-03-08 12:26 UTC 

[gcc r11-9642] Daily bump
 2022-03-08 12:26 UTC 

[gcc r12-7533] vect: disable bitmask tests on sparc
 2022-03-08 11:33 UTC 

[gcc(refs/vendors/redhat/heads/gcc-12-branch)] Merge commit 'r12-7532-gda2667cb025ec81c0fab438abee0e83c636148aa' into redhat/gcc-12-branch
 2022-03-08 11:24 UTC 

[gcc/redhat/heads/gcc-12-branch] (28 commits) Merge commit 'r12-7532-gda2667cb025ec81c0fab438abee0e83c636
 2022-03-08 11:24 UTC 

[gcc r12-7532] params: Remove repeated word "that" in parameter description
 2022-03-08 10:48 UTC 

[gcc r12-7531] tree-optimization/104825 - guard modref query
 2022-03-08  8:56 UTC 

[gcc(refs/users/meissner/heads/work080)] Optimize multiply/add of DImode extended to TImode
 2022-03-08  7:07 UTC 

[gcc(refs/users/meissner/heads/work080)] Revert patch
 2022-03-08  4:17 UTC 

[gcc(refs/users/meissner/heads/work080)] Optimize multiply/add of DImode extended to TImode
 2022-03-08  3:59 UTC 

[gcc(refs/users/meissner/heads/work080)] revert patch
 2022-03-08  3:58 UTC 

[gcc(refs/users/meissner/heads/work080)] Optimize multiply/add of DImode extended to TImode
 2022-03-08  3:56 UTC 

[gcc(refs/users/meissner/heads/work080)] Revert patch
 2022-03-08  3:55 UTC 

[gcc(refs/users/meissner/heads/work080)] Revert patch
 2022-03-08  1:18 UTC 

[gcc r12-7530] Optimize v4si broadcast for noavx512vl
 2022-03-08  1:02 UTC 

[gcc r10-10489] Daily bump
 2022-03-08  0:17 UTC 

[gcc r12-7529] Daily bump
 2022-03-08  0:17 UTC 

[gcc(refs/users/meissner/heads/work080)] Update ChangeLog.meissner
 2022-03-07 23:46 UTC 

[gcc(refs/users/meissner/heads/work080)] Generate vadduqm and vsubuqm
 2022-03-07 23:44 UTC 

[gcc(refs/users/meissner/heads/work080)] Optimize multiply/add of DImode extended to TImode
 2022-03-07 23:43 UTC 

[gcc r12-7528] c++: tweak to (*(fn))() patch [PR104618]
 2022-03-07 23:32 UTC 

[gcc/devel/c++-coroutines] Merge master r12-7525
 2022-03-07 23:20 UTC 

[gcc/devel/c++-coroutines] (38 commits) Merge master r12-7525
 2022-03-07 23:20 UTC 

[gcc r12-7527] Update gcc fr.po, sv.po
 2022-03-07 21:45 UTC 

[gcc r12-7526] Fortran: Fix gfc_maybe_dereference_var [PR104430][PR99585]
 2022-03-07 21:12 UTC 

[gcc r12-7525] analyzer: fix leak suppression at end of 'main' [PR101983]
 2022-03-07 19:21 UTC 

[gcc/devel/omp/gcc-11] Fortran: ICE with automatic character object, save, and various options
 2022-03-07 18:38 UTC 

[gcc/devel/omp/gcc-11] Fortran: reject invalid non-constant pointer initialization targets
 2022-03-07 18:38 UTC 

[gcc/devel/omp/gcc-11] Fortran: Avoid running into assert with -fcheck= + UBSAN
 2022-03-07 18:38 UTC 

[gcc r12-7524] Fortran: Fix typos
 2022-03-07 16:21 UTC 

[gcc r12-7523] doc: Remove redundant sentence about modules being in C++20
 2022-03-07 16:12 UTC 

[gcc r12-7522] libstdc++: Use visibility pragmas instead of attributes [PR104807]
 2022-03-07 15:11 UTC 

[gcc r12-7521] opts: fix -gtoggle + optimize attribute
 2022-03-07 14:45 UTC 

[gcc r12-7520] Add missing space in various string literals
 2022-03-07 14:18 UTC 

[gcc r12-7519] Fix up duplicated duplicated words in comments
 2022-03-07 14:03 UTC 

[gcc r12-7518] arm: add missing space to error
 2022-03-07 13:17 UTC 

[gcc r12-7517] tree-optimization/104782 - adjust PR101636 fix
 2022-03-07 11:33 UTC 

[gcc r12-7516] MSP430: fix error message
 2022-03-07 10:45 UTC 

[gcc r12-7515] arm: fix option quoting in error messages
 2022-03-07 10:38 UTC 

[gcc r12-7514] translation: reuse string and use switch for codes
 2022-03-07 10:38 UTC 

[gcc r12-7513] s390: Fix up *cmp_and_trap_unsigned_int<mode> constraints [PR104775]
 2022-03-07 10:15 UTC 

[gcc r12-7512] translation: small fixes
 2022-03-07 10:04 UTC 

[gcc r12-7511] Fix translation strings
 2022-03-07  9:41 UTC 

[gcc r12-7510] rx: Fix translation string
 2022-03-07  9:34 UTC 

[gcc r12-7509] i386: Fix up cond_{and,ior,xor,mul}* [PR104779]
 2022-03-07  8:41 UTC 

[gcc r12-7508] libstdc++: vxworks: remove stray <iostream> include
 2022-03-07  7:45 UTC 

[gcc r9-9975] Daily bump
 2022-03-07  0:20 UTC 

[gcc r11-9641] Daily bump
 2022-03-07  0:19 UTC 

[gcc r10-10488] Daily bump
 2022-03-07  0:18 UTC 

[gcc r12-7507] Daily bump
 2022-03-07  0:17 UTC 

[gcc/devel/sphinx] Merge branch 'master' into devel/sphinx
 2022-03-06 15:29 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).