public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug tree-optimization/106902] New: Program compiled with -O3 -fmfa produces different result
 2022-09-12 14:10 UTC  (5+ messages)
` [Bug target/106902] Program compiled with -O3 -mfma "
` [Bug target/106902] [11/12/13 Regression] "
` [Bug target/106902] [11/12 "

[Bug libstdc++/106908] New: libsupc++ wrong declaration of __unexpected_handler
 2022-09-12 12:21 UTC 

[Bug libgomp/106906] New: libgomp/env.c: 3 * boolean value assigned to pointer
 2022-09-12 11:33 UTC  (2+ messages)
` [Bug libgomp/106906] "

[Bug target/106907] New: gcc/config/rs6000/rs6000.cc:23155: strange expression ?
 2022-09-12 11:28 UTC  (4+ messages)
` [Bug target/106907] "

[Bug tree-optimization/106896] New: [13 Regression] ICE in to_sreal_scale, at profile-count.cc:339
 2022-09-12 11:21 UTC  (3+ messages)
` [Bug tree-optimization/106896] "

[Bug c++/55522] New: -funsafe-math-optimizations is unexpectedly harmful, especially w/ -shared
 2022-09-12  9:47 UTC  (7+ messages)
` [Bug target/55522] "

[Bug tree-optimization/106905] New: [13 Regression] ia64: ICE in in vect_peel_nonlinear_iv_init, at tree-vect-loop.cc:8412 on zstd-1.5.2
 2022-09-12  9:47 UTC  (2+ messages)
` [Bug tree-optimization/106905] [13 Regression] ia64: ICE in in vect_peel_nonlinear_iv_init, at tree-vect-loop.cc:8412 on zstd-1.5.2 since r13-2503-gc13223b790bbc5

[Bug c++/105329] New: Bogus restrict warning when assigning 1-char string literal to std::string
 2022-09-12  9:37 UTC  (2+ messages)
` [Bug tree-optimization/105329] [12/13 Regression] Bogus restrict warning when assigning 1-char string literal to std::string since r12-3347-g8af8abfbbace49e6

[Bug libgomp/106894] New: [13 regression] multiple libgomp failures after r13-2545-g9f2fca56593a2b
 2022-09-12  9:14 UTC  (10+ messages)
` [Bug libgomp/106894] "

[Bug tree-optimization/56456] New: [meta-bug] bogus warning when inlining: "array subscript is above array bounds"
 2022-09-12  7:57 UTC  (2+ messages)
` [Bug tree-optimization/56456] [meta-bug] bogus/missing -Warray-bounds

[Bug c++/106901] New: False positive -Warray-bounds with -O2 or higher?
 2022-09-12  7:57 UTC  (7+ messages)
` [Bug c++/106901] "
` [Bug tree-optimization/106901] [13 Regression] "

[Bug c/106892] New: Wrong code at -O3 on x86_64-linux-gnu
 2022-09-12  7:53 UTC  (15+ messages)
` [Bug c/106892] "
` [Bug c/106892] [11/12/13 Regression] Wrong code at -O3 on x86_64-linux-gnu since r11-963-g80d6f89e78fc3b77
` [Bug middle-end/106892] "
` [Bug middle-end/106892] [11/12 "

[Bug other/106899] New: Snapshots do not contain pre-generated man pages & info pages
 2022-09-12  7:46 UTC  (6+ messages)
` [Bug other/106899] "

[Bug libstdc++/106873] New: unsigned short skips byte when used for memory mapping depending on position in structure
 2022-09-12  3:16 UTC  (2+ messages)
` [Bug c++/106873] "

[Bug c/106904] New: Incorrect -Wstringop-overflow with partial memcpy() into a nested structure
 2022-09-11 22:54 UTC  (4+ messages)
` [Bug tree-optimization/106904] "

[Bug analyzer/106845] New: [13 Regression] ICE in exceeds_p, at analyzer/store.cc:464
 2022-09-11 22:11 UTC  (3+ messages)
` [Bug analyzer/106845] [13 Regression] ICE in exceeds_p, at analyzer/store.cc:464 since r13-2029-g7e3b45befdbbf1a1

[Bug c/96367] New: bogus format truncation error on armhf when building perf with gcc 10
 2022-09-11 21:40 UTC  (3+ messages)
` [Bug tree-optimization/96367] bogus -Wformat-truncation in ILP32

[Bug fortran/106750] New: Memory leak calling section of derived type containing `allocatable` entries
 2022-09-11 20:11 UTC  (2+ messages)
` [Bug fortran/106750] Memory leak calling array slice "

[Bug c++/106903] New: Incorrectly accepts call to function template when deduced type doesn't match adjusted type
 2022-09-11 16:13 UTC 

[Bug target/105753] New: [avr] ICE: in add_clobbers, at config/avr/avr-dimode.md:2705
 2022-09-11 10:19 UTC  (2+ messages)
` [Bug target/105753] "

[Bug tree-optimization/98954] New: Failure to optimize left shift+and pattern
 2022-09-10 21:19 UTC  (2+ messages)
` [Bug tree-optimization/98954] ((X << CST0) & CST1) == 0 is not optimized to 0 == (X & (CST1 >> CST0))

[Bug tree-optimization/98956] New: Failure to optimize out boolean left shift
 2022-09-10 21:11 UTC  (3+ messages)
` [Bug tree-optimization/98956] "

[Bug tree-optimization/64992] New: More optimize opportunity
 2022-09-10 21:10 UTC  (2+ messages)
` [Bug tree-optimization/64992] "

[Bug c++/106652] New: [C++23] P1467 - Extended floating-point types and standard names
 2022-09-10 18:13 UTC  (8+ messages)
` [Bug c++/106652] "

[Bug fortran/100662] New: intrinsic::ieee_arithmetic fails on aarch, powerpc architectures on FreeBSD
 2022-09-10 13:47 UTC  (2+ messages)
` [Bug fortran/100662] "

[Bug fortran/29383] Fortran 2003/F95[TR15580:1999]: Floating point exception (IEEE) support
 2022-09-10 13:43 UTC 

[Bug driver/106897] New: driver: support -gz=zstd
 2022-09-10  7:58 UTC  (6+ messages)
` [Bug driver/106897] "

[Bug tree-optimization/106900] New: Regression after memchr optimization
 2022-09-10  5:48 UTC  (3+ messages)
` [Bug tree-optimization/106900] "

[Bug libstdc++/106803] New: views::adjacent_transform should not return views::empty<tuple<>> when N == 0
 2022-09-10  3:39 UTC  (4+ messages)
` [Bug libstdc++/106803] "

[Bug c++/106898] New: ECF_NOTHROW for __cxa_deleted_virtual or not for __cxa_pure_virtual
 2022-09-10  2:45 UTC 

[Bug c++/100288] New: g++-11 internal error and fails to precompile a concept
 2022-09-09 22:22 UTC  (2+ messages)
` [Bug c++/100288] [11/12/13 Regression] "

[Bug c++/106801] New: ICE: in get, at cp/constraint.cc:2621
 2022-09-09 22:22 UTC  (2+ messages)
` [Bug c++/106801] "

[Bug c/98247] New: gcc analyzer does not detect Flexible Array Member misuse
 2022-09-09 21:44 UTC  (3+ messages)
` [Bug analyzer/98247] RFE: detect Flexible Array Member misuse in analyzer
` [Bug analyzer/98247] Analyzer fails to detect certain out-of-bounds uses of flexible array members

[Bug libstdc++/106798] New: adjacent_view::_Iterator(_Iterator<!_Const>) requires random_access_iterator
 2022-09-09 19:06 UTC  (3+ messages)
` [Bug libstdc++/106798] "

[Bug libstdc++/106766] New: zip_view::_Iterator/_Sentinel's operator- use make_unsigned_t
 2022-09-09 19:05 UTC  (3+ messages)
` [Bug libstdc++/106766] "

[Bug middle-end/106833] New: Handle OPAQUE_TYPE in gimple_canonical_types_compatible_p
 2022-09-09 13:18 UTC  (2+ messages)
` [Bug middle-end/106833] Miss to handle OPAQUE_TYPE specially in verify_type

[Bug c++/106880] New: [12/13 Regression] "error: use of deleted function" printed twice
 2022-09-09 13:18 UTC  (2+ messages)
` [Bug c++/106880] "

[Bug tree-optimization/106722] bogus uninit warning in tree-vect-loop-manip.cc
 2022-09-09 12:32 UTC 

[Bug c/106895] New: powerpc64 strange extended inline asm behaviour with register pairs
 2022-09-09 11:56 UTC  (3+ messages)
` [Bug c/106895] "
` [Bug target/106895] "

[Bug c++/106893] New: auto deduces wrong type for function pointer
 2022-09-09 10:36 UTC  (3+ messages)
` [Bug c++/106893] [12/13 Regression] "

[Bug c/106860] New: [12/13 Regression] ICE in single_pred_edge, at basic-block.h:347
 2022-09-09  9:51 UTC  (3+ messages)
` [Bug tree-optimization/106860] [12 "

[Bug c++/106841] New: ice in vect_get_vec_defs_for_operand, at tree-vect-stmts.cc:1509
 2022-09-09  9:50 UTC  (3+ messages)
` [Bug c++/106841] [12 Regression] ICE in vect_get_vec_defs_for_operand, at tree-vect-stmts.cc:1509 since r12-2733-g31855ba6b16cd138

[Bug ipa/106809] New: [12 regression] large bison grammars compilation got a lot slower, mainly due to -Wuninitialized
 2022-09-09  9:50 UTC  (3+ messages)
` [Bug tree-optimization/106809] "

[Bug c/106881] New: ice in init_from_control_deps, at gimple-predicate-analysis.cc:1740
 2022-09-09  9:48 UTC  (10+ messages)
` [Bug tree-optimization/106881] [13 Regression] ice in init_from_control_deps, at gimple-predicate-analysis.cc:1740 since r13-2500-g0a4a2667dc115ca7

[Bug c/106874] New: [10/11/12/13 Regression] out of memory allocating 9223372036854453969 bytes after a total of 462848 bytes
 2022-09-08 21:17 UTC  (4+ messages)
` [Bug c/106874] "
` [Bug preprocessor/106874] "

[Bug c/89549] [10/11/12/13 Regression] -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 2022-09-08 19:09 UTC 

[Bug fortran/106670] [OpenMP][5.2] Warn for unknown '!$ompx' (!$omx') sentinels
 2022-09-08 19:08 UTC  (2+ messages)

[Bug c++/98862] New: Complex reduction support in offload region
 2022-09-08 18:51 UTC  (2+ messages)
` [Bug target/98862] "

[Bug libstdc++/88322] Implement C++20 library features
 2022-09-08 18:37 UTC 

[Bug c++/88323] implement C++20 language features
 2022-09-08 18:37 UTC 

[Bug libstdc++/88101] Implement P0528R3, C++20 cmpxchg and padding bits
 2022-09-08 18:37 UTC 

[Bug c++/106838] New: Built-in traits have wrong preconditions
 2022-09-08 18:32 UTC  (3+ messages)
` [Bug c++/106838] "

[Bug c++/106889] New: __builtin_strlen fails for some constexpr constructs
 2022-09-08 18:28 UTC  (4+ messages)
` [Bug c++/106889] "

[Bug analyzer/106625] New: RFE: support some symbolic values in -Wanalyzer-out-of-bounds
 2022-09-08 17:47 UTC  (2+ messages)
` [Bug analyzer/106625] "

[Bug c++/106485] New: Can't use heap pointer in `static_assert`
 2022-09-08 16:38 UTC  (2+ messages)
` [Bug c++/106485] "

[Bug c/106886] New: ice in vect_schedule_slp_node
 2022-09-08 15:20 UTC  (8+ messages)
` [Bug c/106886] "
` [Bug c/106886] [13 Regression] ICE in vect_schedule_slp_node since r13-2348-gd2694766dcfff027
` [Bug tree-optimization/106886] "

[Bug tree-optimization/106891] New: internal compiler error: in init_from_control_deps, at gimple-predicate-analysis.cc:1740
 2022-09-08 15:17 UTC  (4+ messages)
` [Bug tree-optimization/106891] "

[Bug c++/99209] New: lambdas in function template signatures instantiated with wrong semantic context
 2022-09-08 14:55 UTC  (3+ messages)
` [Bug c++/99209] "

[Bug middle-end/106870] New: ctrl_altering flag is not set correctly
 2022-09-08 14:08 UTC  (3+ messages)
` [Bug middle-end/106870] "

[Bug tree-optimization/106878] New: ICE: verify_gimple failed at -O2 on arm-none-eabi
 2022-09-08 14:05 UTC  (6+ messages)
` [Bug tree-optimization/106878] [11/12/13 Regression] ICE: verify_gimple failed at -O2 with pointers and bitwise caluclation

[Bug c++/99130] New: Variable template in unevaluated context is wrongly implicitly instantiated
 2022-09-08 13:48 UTC  (3+ messages)
` [Bug c++/99130] variable template in unevaluated context is instantiated when should not be

[Bug gcov-profile/93680] [GCOV] "do-while" structure in case statement leads to incorrect code coverage
 2022-09-08 11:18 UTC 

[Bug gcov-profile/97923] New: [GCOV]Wrong code coverage for multiple expressions with Logical OR Operator at multiple lines
 2022-09-08 11:13 UTC  (4+ messages)
` [Bug gcov-profile/97923] "

[Bug other/106872] New: [13 regression] gcc.dg/uninit-pred-12.c fails after r13-2500-g0a4a2667dc115c
 2022-09-08 11:02 UTC  (5+ messages)
` [Bug other/106872] "
` [Bug testsuite/106872] "

[Bug tree-optimization/106884] New: ifcombine may move shift so it shifts more than bitwidth
 2022-09-08 10:53 UTC  (3+ messages)
` [Bug tree-optimization/106884] "

[Bug c++/106890] New: virtual inheritance triggers compiler error when instatiating derived class with in-class initialization
 2022-09-08 10:49 UTC  (3+ messages)
` [Bug c++/106890] [10/11/12/13 Regression] virtual inheritance triggers compiler error when instatiating derived class with in-class initialization since r8-2709-g12659e10c7820071

[Bug sanitizer/106885] New: -(a-b) is folded to b-a before the UBSAN pass is run
 2022-09-08  9:56 UTC  (2+ messages)
` [Bug sanitizer/106885] "

[Bug regression/106888] New: [RISCV] Excess andi instructions are generated in gcc.dg/pr90838.c
 2022-09-08  9:46 UTC  (2+ messages)
` [Bug tree-optimization/106888] [RISCV] Negative optimization that excess "

[Bug tree-optimization/106883] New: SLSR may generate signed wrap
 2022-09-08  9:44 UTC  (2+ messages)
` [Bug tree-optimization/106883] "

[Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
 2022-09-08  9:35 UTC  (2+ messages)
` [Bug testsuite/106879] "

[Bug c++/106877] New: [12/13 Regression] ICE in move_for_stack_reg, at reg-stack.cc:1076
 2022-09-08  9:33 UTC  (2+ messages)
` [Bug target/106877] [12/13 Regression] ICE in move_for_stack_reg, at reg-stack.cc:1076 since r12-248-gb58dc0b803057c0e

[Bug fortran/106856] New: [12/13 Regression] ICE in gfc_conv_expr_present, at fortran/trans-expr.cc:1977
 2022-09-08  8:52 UTC  (2+ messages)
` [Bug fortran/106856] [12/13 Regression] ICE in gfc_conv_expr_present, at fortran/trans-expr.cc:1977 since r12-4346-geb92cd57a1ebe7cd

[Bug c++/106847] New: deprecated class data member makes the class generate diagnostics even when the member is not used
 2022-09-08  8:52 UTC  (2+ messages)
` [Bug c++/106847] "

[Bug target/106887] New: ICE in extract_insn, at recog.cc:2791 since r13-2111-g6910cad55ffc330d
 2022-09-08  8:42 UTC  (2+ messages)
` [Bug target/106887] "

[Bug c++/103499] New: C++20 modules error: invalid use of non-static member function
 2022-09-08  4:58 UTC  (2+ messages)
` [Bug c++/103499] "

[Bug c++/99426] New: [modules] failed to read compiled module cluster 1186: Bad file data
 2022-09-08  4:39 UTC  (2+ messages)
` [Bug c++/99426] "

Adapter Sell
 2022-09-08  1:53 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).