public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug fortran/67740] New: Wrong association status of allocatable character pointer in derived types
 2023-10-26 12:08 UTC  (4+ messages)
` [Bug fortran/67740] "

[Bug tree-optimization/111520] New: [14 Regression] ICE: verify_flow_info failed (error: probability of edge 3->8 not initialized) with -O -fsignaling-nans -fharden-compares -fnon-call-exceptions
 2023-10-26 11:49 UTC  (3+ messages)
` [Bug tree-optimization/111520] "

[Bug tree-optimization/111943] New: ICE in gimple_split_edge, at tree-cfg.cc:3019 on 20050510-1.c with new -fharden-control-flow-redundancy
 2023-10-26 11:47 UTC  (2+ messages)
` [Bug tree-optimization/111943] ICE in gimple_split_edge, at tree-cfg.cc:3019 on 20050510-1.c with new -fharden-control-flow-redundancy with computed gotos

[Bug middle-end/112098] New: suboptimal optimization of inverted bit extraction
 2023-10-26 10:28 UTC  (2+ messages)
` [Bug middle-end/112098] "

[Bug libstdc++/112097] New: _PSTL_EARLYEXIT_PRESENT macro doesn't correctly identify intel compilers
 2023-10-26 10:06 UTC  (2+ messages)
` [Bug libstdc++/112097] "

[Bug rtl-optimization/91865] Combine misses opportunity to remove (sign_extend (zero_extend)) before searching for insn patterns
 2023-10-26  9:11 UTC 

[Bug fortran/104625] New: ICE in fixup_array_ref, at fortran/resolve.cc:9275
 2023-10-26  8:26 UTC  (4+ messages)
` [Bug fortran/104625] ICE in fixup_array_ref, at fortran/resolve.cc:9275 since r10-2912-g70570ec192745095

[Bug target/111828] New: rs6000: Parse inline asm string to figure out it requires HTM feature or not
 2023-10-26  8:02 UTC  (2+ messages)
` [Bug target/111828] "

[Bug rtl-optimization/111942] New: ICE in rtl_split_edge, at cfgrtl.cc:1943 on pr98096.c with new -fharden-control-flow-redundancy
 2023-10-26  7:39 UTC  (2+ messages)
` [Bug middle-end/111942] ICE in rtl_split_edge, at cfgrtl.cc:1943 on pr98096.c with new -fharden-control-flow-redundancy with asm goto

[Bug target/112092] New: RISC-V: Wrong RVV code produced for vsetvl-11.c and vsetvlmax-8.c
 2023-10-26  7:08 UTC  (7+ messages)
` [Bug target/112092] "

[Bug tree-optimization/110170] New: Sub-optimal conditional jumps in conditional-swap with floating point
 2023-10-26  5:30 UTC  (2+ messages)
` [Bug target/110170] "

[Bug tree-optimization/112096] New: `(a || b) ? a : b` should be simplified to a
 2023-10-26  5:17 UTC  (2+ messages)
` [Bug tree-optimization/112096] "

[Bug tree-optimization/112095] New: `((~x) & y) ^ (x | y)` is x
 2023-10-26  4:48 UTC  (2+ messages)
` [Bug tree-optimization/112095] "

[Bug tree-optimization/112094] New: `popcnt(a) == n | a != 0` should be simplified to `a!=0 | n == 0`
 2023-10-26  4:23 UTC 

[Bug tree-optimization/102486] New: __builtin_popcount(y&-y) is not optimized to 1
 2023-10-26  4:19 UTC  (2+ messages)
` [Bug tree-optimization/102486] __builtin_popcount(y&-y) is not optimized to y!=0

[Bug c/96433] New: Failed to optimize (A / N) * N <= A
 2023-10-26  3:44 UTC  (2+ messages)
` [Bug tree-optimization/96433] "

[Bug tree-optimization/112093] New: (X & Y) < X (unsigned) and (X & Y) != X should produce the same code
 2023-10-26  2:52 UTC  (3+ messages)
` [Bug tree-optimization/112093] "

[Bug tree-optimization/101590] New: (len & - N) <= len is not optimized to 1
 2023-10-26  1:36 UTC  (2+ messages)
` [Bug tree-optimization/101590] "

[Bug c++/101631] New: gcc permits object reference to object outside of its lifetime during constant evaluation
 2023-10-26  0:19 UTC  (2+ messages)
` [Bug c++/101631] gcc allows for the changing of an union active member to be changed via a reference

[Bug modula2/111956] New: Many powerpc platforms do _not_ have support for IEEE754 long double
 2023-10-25 23:33 UTC  (2+ messages)
` [Bug modula2/111956] "

[Bug modula2/112091] New: rs6000: redefinition of 'constexpr long double std::abs(long double)', while building libgm2
 2023-10-25 23:33 UTC  (2+ messages)
` [Bug modula2/112091] "

[Bug tree-optimization/111326] New: [14 Regression] Dead Code Elimination Regression since r14-376-g47a76439911
 2023-10-25 23:08 UTC  (2+ messages)
` [Bug tree-optimization/111326] "

[Bug tree-optimization/105990] New: Dead code elimination failed at -O3
 2023-10-25 22:19 UTC  (2+ messages)
` [Bug ipa/105990] "

[Bug tree-optimization/112090] New: ``(1 >> X) != 0` pattern should be extended to support other constants
 2023-10-25 22:17 UTC  (2+ messages)
` [Bug tree-optimization/112090] "

[Bug target/104773] New: compare with 1 not merged with subtract 1
 2023-10-25 22:05 UTC  (2+ messages)
` [Bug rtl-optimization/104773] "

[Bug testsuite/111969] New: RISC-V rv32gcv: 12 grouped flaky failures
 2023-10-25 21:43 UTC  (4+ messages)
` [Bug testsuite/111969] "

[Bug libstdc++/112089] New: std::shared_lock::unlock should throw operation_not_permitted instead resource_deadlock_would_occur
 2023-10-25 21:32 UTC  (2+ messages)
` [Bug libstdc++/112089] "

[Bug tree-optimization/111462] New: [14 regression] gcc.dg/tree-ssa/ssa-sink-18.c fails after r14-4089-gd45ddc2c04e471
 2023-10-25 20:31 UTC  (2+ messages)
` [Bug testsuite/111462] "

[Bug c++/100291] New: internal compiler error: trying to capture ‘this’ in instantiation of generic lambda
 2023-10-25 20:27 UTC  (3+ messages)
` [Bug c++/100291] [11/12/13/14 Regression] "

[Bug c++/106086] New: ICE: trying to capture 'this' in instantiation of generic lambda
 2023-10-25 20:21 UTC  (2+ messages)
` [Bug c++/106086] "

[Bug c++/111602] New: "Error: symbol is already defined" for variable template dependent on default argument lambda used in sfinae and non-sfinae
 2023-10-25 20:15 UTC  (2+ messages)
` [Bug c++/111602] [11/12/13/14 Regression] "Error: symbol is already defined" for variable template dependent on default argument lambda of class dependent on local type used in sfinae and non-sfinae contexts

[Bug target/112088] New: [14 Regression] GCN target testing broken by "amdgcn: add -march=gfx1030 EXPERIMENTAL"
 2023-10-25 19:57 UTC 

[Bug c/95448] New: Missing optimization: pointer untag, re-tag should be no-op
 2023-10-25 18:59 UTC  (2+ messages)
` [Bug tree-optimization/95448] "

Giving Out Grand Piano.,
 2023-10-25 18:28 UTC 

[Bug other/111976] New: Large constant zero-valued objects should go in .bss rather than .rodata
 2023-10-25 17:07 UTC  (3+ messages)
` [Bug other/111976] "
` [Bug middle-end/111976] "

[Bug fortran/90608] Inline non-scalar minloc/maxloc calls
 2023-10-25 17:05 UTC  (2+ messages)

[Bug objc++/111920] New: [14 Regression] encode-{8,9,10}.mm internal compiler error: in tsubst_expr, at cp/pt.cc:21533
 2023-10-25 16:50 UTC  (3+ messages)
` [Bug objc++/111920] "

[Bug target/111645] New: Intrinsics vec_sldb /vec_srdb fail with __vector unsigned __int128
 2023-10-25 16:46 UTC  (2+ messages)
` [Bug target/111645] "

[Bug middle-end/111972] New: [14 regression] missed vectorzation for bool a = j != 1; j = (long int)a;
 2023-10-25 16:46 UTC  (2+ messages)
` [Bug tree-optimization/111972] "

[Bug translation/111235] New: [Armv7-a]: Control-dependency between atomic accesses removed by -O1
 2023-10-25 16:10 UTC  (2+ messages)
` [Bug target/111235] "

[Bug libstdc++/111936] New: std::stacktrace cannot be used in a shared library
 2023-10-25 14:36 UTC  (5+ messages)
` [Bug libstdc++/111936] "

[Bug target/111698] New: Narrow memory access of compare to byte width
 2023-10-25 14:30 UTC  (3+ messages)
` [Bug target/111698] "

[Bug middle-end/112087] New: gimple front end: Simple testcase with array fails to round trip
 2023-10-25 14:08 UTC 

[Bug c++/112086] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c/112085] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug boehm-gc/112084] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c/112083] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c++/112082] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c/112081] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug d/112080] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c++/112079] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c++/112078] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c/112077] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c++/112076] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c/112075] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c/112074] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c/112073] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c++/112072] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c/112071] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c++/112070] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c/112069] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c++/112068] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug c/112067] New: eeeee1989
 2023-10-25 13:43 UTC 

[Bug ipa/96503] New: attribute alloc_size effect lost after inlining
 2023-10-25 13:40 UTC  (5+ messages)
` [Bug ipa/96503] "

[Bug c++/112066] New: bbbbbbb12
 2023-10-25 13:29 UTC 

[Bug c++/112065] New: bbbbbbb12
 2023-10-25 13:29 UTC 

[Bug d/112064] New: bbbbbbb12
 2023-10-25 13:29 UTC 

[Bug bootstrap/112063] New: bbbbbbb12
 2023-10-25 13:29 UTC 

[Bug d/112062] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug c++/112061] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug c++/112060] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug d/112059] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug c++/112058] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug d/112057] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug c++/112056] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug c/112055] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug c/112054] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug c++/112053] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug c/112052] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug d/112051] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug d/112050] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug d/112049] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug c++/112048] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug d/112047] New: bbbbbbb12
 2023-10-25 13:28 UTC 

[Bug c++/112046] New: aaaaa12
 2023-10-25 13:19 UTC 

[Bug d/112045] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug d/112044] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug bootstrap/112043] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug c/112042] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug d/112041] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug c/112040] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug c++/112039] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug c++/112038] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug c++/112037] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug c++/112036] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug d/112035] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug c/112034] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug d/112033] New: aaaaaaaaa12
 2023-10-25 13:16 UTC 

[Bug d/112032] New: aaaaaaaaa12
 2023-10-25 13:15 UTC 

[Bug c++/112031] New: aaaaaaaaa12
 2023-10-25 13:15 UTC 

[Bug c++/112030] New: aaaaaaaaa12
 2023-10-25 13:15 UTC 

[Bug d/112029] New: aaaaaaaaa12
 2023-10-25 13:15 UTC 

[Bug d/112028] New: aaaaaaaaa12
 2023-10-25 13:15 UTC 

[Bug c/112027] New: aaaa-te55st-bug-tes55t-aaaaaa12aaaaa-test-bug-test-aaaaaaa
 2023-10-25 13:15 UTC 

[Bug d/112026] New: aaaa-te55st-bug-tes55t-aaaaaa12aaaaa-test-bug-test-aaaaaaa
 2023-10-25 13:15 UTC 

[Bug c++/99804] New: cannot convert bit field enum to its own type in a template member function
 2023-10-25 13:07 UTC  (3+ messages)
` [Bug c++/99804] "

[Bug middle-end/111975] New: gimple front end can't round-trip vectorized code
 2023-10-25 13:04 UTC  (3+ messages)
` [Bug middle-end/111975] "

[Bug c/112025] New: eeeetesttesttesttesttest
 2023-10-25 13:00 UTC 

[Bug bootstrap/112024] New: azeeeetesttesttesttesttesteeeetesttesttesttesttest
 2023-10-25 13:00 UTC 

[Bug bootstrap/112023] New: eeeetesttesttesttesttestgg
 2023-10-25 13:00 UTC 

[Bug c/112022] New: eeeetesttesttesttesttest
 2023-10-25 12:59 UTC 

[Bug c/112021] New: eeeetesttesttesttesttest
 2023-10-25 12:59 UTC 

[Bug c/112020] New: eeeetesttesttesttesttest
 2023-10-25 12:59 UTC 

[Bug c++/112019] New: eeeetesttesttesttesttest
 2023-10-25 12:58 UTC 

[Bug boehm-gc/112018] New: eeeetesttesttesttesttesteeeetesttesttesttesttest
 2023-10-25 12:58 UTC 

[Bug analyzer/112017] New: eeeetesttesttesttesttesteeeetesttesttesttesttest
 2023-10-25 12:58 UTC 

[Bug boehm-gc/112016] New: eeeetesttesttesttesttest
 2023-10-25 12:57 UTC 

[Bug c++/112015] New: eeeetesttesttesttesttest
 2023-10-25 12:57 UTC 

[Bug analyzer/112014] New: eeeetesttesttesttesttest
 2023-10-25 12:57 UTC 

[Bug c/112013] New: eeeetesttesttesttesttesteeeetesttesttesttesttest
 2023-10-25 12:56 UTC 

[Bug bootstrap/112012] New: eeeetesttesttesttesttest
 2023-10-25 12:56 UTC 

[Bug d/112011] New: eeeetesttesttesttesttesteeeetesttesttesttesttesteeeetesttesttesttesttest
 2023-10-25 12:56 UTC 

[Bug c/112010] New: eeeetesttesttesttesttesteeeetesttesttesttesttest
 2023-10-25 12:55 UTC 

[Bug bootstrap/112009] New: eeeetesttesttesttesttesteeeetesttesttesttesttest
 2023-10-25 12:55 UTC 

[Bug bootstrap/112008] New: eeeetesttesttesttesttest
 2023-10-25 12:55 UTC 

[Bug d/112007] New: eeeetesttesttesttesttest
 2023-10-25 12:54 UTC 

[Bug bootstrap/112006] New: eeeetesttesttesttesttest
 2023-10-25 12:54 UTC 

[Bug bootstrap/112005] New: testtesttesttesttesttesttesttesttesttestd
 2023-10-25 12:53 UTC 

[Bug bootstrap/112004] New: aztesttesttesttesttest
 2023-10-25 12:53 UTC 

[Bug c/112003] New: atesttesttesttesttest
 2023-10-25 12:52 UTC 

[Bug c++/112002] New: testtesttesttesttest
 2023-10-25 12:52 UTC 

[Bug bootstrap/112001] New: testtesttesttesttest
 2023-10-25 12:51 UTC 

[Bug c/112000] New: testtesttesttesttesttesttesttesttesttest
 2023-10-25 12:51 UTC 

[Bug d/111999] New: testtesttesttesttesttesttesttesttesttest
 2023-10-25 12:50 UTC 

[Bug d/111998] New: atesttesttesttesttest
 2023-10-25 12:50 UTC 

[Bug c++/111997] New: testtesttesttesttest
 2023-10-25 12:50 UTC 

[Bug c++/111996] New: testtesttesttesttesttesttesttesttesttest
 2023-10-25 12:47 UTC 

[Bug c++/111995] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug c/111994] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug d/111993] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug bootstrap/111992] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug c/111991] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug bootstrap/111990] New: aaaaaaa
 2023-10-25 12:47 UTC 

[Bug c/111989] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug c/111988] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug c++/111987] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug d/111986] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug boehm-gc/111985] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug c++/111984] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug c++/111983] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug c++/111982] New: testtesttesttesttest
 2023-10-25 12:47 UTC 

[Bug bootstrap/111981] New: testtesttesttesttest
 2023-10-25 12:46 UTC 

[Bug d/111980] New: testtesttesttesttest
 2023-10-25 12:46 UTC 

[Bug d/111979] New: testtesttesttesttest
 2023-10-25 12:46 UTC 

[Bug ada/111978] New: testtesttesttesttest
 2023-10-25 12:46 UTC 

[Bug d/111977] New: test
 2023-10-25 12:46 UTC 

[Bug c/111677] New: arm64 build fails unrecognizable insn [REGRESSION]
 2023-10-25 11:19 UTC  (2+ messages)
` [Bug target/111677] [12/13/14 Regression] darktable build on aarch64 fails with unrecognizable insn due to -fstack-protector changes

[Bug c++/111974] New: internal error: Segmentation fault on Ubuntu 23.10 (x86-64)
 2023-10-25 11:19 UTC  (4+ messages)
` [Bug c++/111974] internal error: Segmentation fault on Ubuntu 23.10 (x86-64) - compiling RefPerSys

[Bug modula2/111955] New: isnan support in Builtins.def is missing
 2023-10-25 10:06 UTC  (3+ messages)
` [Bug modula2/111955] "

Bug C++ 111974 (Segmentation fault of GCC, ubuntu 23.10, compiling RefPerSys 041d5d70aefd)
 2023-10-25  9:38 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).