public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug sanitizer/108106] New: [13 Regression] /usr/bin/ld: .libs/hwasan_setjmp_x86_64.o: relocation R_X86_64_PC32 against symbol `__interceptor_sigsetjmp' can not be used when making a shared object; recompile with -fPIC
 2023-02-01  8:29 UTC  (3+ messages)
` [Bug sanitizer/108106] "

[Bug other/108623] New: We need to grow the precision field in tree_type_common for PowerPC
 2023-02-01  8:21 UTC  (3+ messages)
` [Bug middle-end/108623] "

[Bug tree-optimization/98138] New: BB vect fail to SLP one case
 2023-02-01  8:19 UTC  (2+ messages)
` [Bug tree-optimization/98138] "

[Bug libgomp/108624] New: [OpenMP] Map(ptr, ptr[2:N-2]) will cause a segfault, 'map(ptr, ptr[0:N])'
 2023-02-01  8:11 UTC 

[Bug fortran/108621] New: [12 regression]: bind(c) pointer array spurious maybe-uninitialized warning
 2023-02-01  8:10 UTC  (2+ messages)
` [Bug fortran/108621] "

[Bug target/105753] New: [avr] ICE: in add_clobbers, at config/avr/avr-dimode.md:2705
 2023-02-01  7:48 UTC  (3+ messages)
` [Bug target/105753] "

[Bug c/108500] New: -O -finline-small-functions results in "internal compiler error: Segmentation fault" on a very large program (700k function calls)
 2023-02-01  7:47 UTC  (2+ messages)
` [Bug tree-optimization/108500] [11/12 Regression] "

[Bug tree-optimization/108601] New: [13 Regression] vector peeling ICEs with PGO + LTO + IPA inlining in gcc_r in SPEC2017
 2023-02-01  7:46 UTC  (12+ messages)
` [Bug tree-optimization/108601] "
` [Bug tree-optimization/108601] [13 Regression] vector peeling ICEs with VLA in gcc_r in SPEC2017 since g:c13223b790bbc5e4a3f5605e057eac59b61b2c85

[Bug target/108622] New: x86 -fno-pic: use DW_EH_PE_indirect|DW_EH_PE_pcrel for personality/ttype encoding
 2023-02-01  7:39 UTC  (2+ messages)
` [Bug target/108622] "

[Bug rtl-optimization/108583] New: [13 Regression] wrong code with vector division by uint16 at -O2
 2023-02-01  7:29 UTC  (13+ messages)
` [Bug target/108583] "

[Bug debug/47471] New: stdarg functions extraneous too-early prologue end
 2023-02-01  7:09 UTC  (2+ messages)
` [Bug debug/47471] [10/11/12/13 Regression] "

[Bug target/105144] New: [12 Regression] Bootstrap + install failure on aarch64 due to aarch64-tune.md likely since r12-7842
 2023-02-01  6:32 UTC  (7+ messages)
` [Bug target/105144] "

[Bug c++/108620] New: internal compiler error: in instantiate_type, at cp/class.cc:8742 when assign the return value of co_yield to a member of class/struct
 2023-02-01  3:17 UTC  (3+ messages)
` [Bug c++/108620] "

[Bug analyzer/108616] New: -Wanalyzer-allocation-size false negatives for use of "alloca"
 2023-02-01  2:30 UTC  (4+ messages)
` [Bug analyzer/108616] "

[Bug modula2/108612] New: m2/gm2-libs-iso/ClientSocket.mod:229:1: error: control reaches end of non-void function [-Werror=return-type]
 2023-02-01  0:57 UTC  (4+ messages)
` [Bug modula2/108612] "

[Bug c++/108099] New: ICE when parsing signed __int128_t typedef
 2023-02-01  0:51 UTC  (3+ messages)
` [Bug c++/108099] [12/13 Regression] ICE with type alias with `signed __int128_t`

[Bug c++/87035] Add "note: used here" to permerror about redeclaration changing the meaning of a name at class scope
 2023-02-01  0:19 UTC 

[Bug c++/108559] New: A new crash with using a simple class, inheritance and a function
 2023-02-01  0:15 UTC  (5+ messages)
` [Bug c++/108559] [13 Regression] "

[Bug c++/107574] New: [10/11/12/13 Regression] ICE: tree check: expected record_type or union_type or qual_union_type, have integer_type in cp_fold_convert, at cp/cvt.cc:613
 2023-01-31 23:42 UTC  (2+ messages)
` [Bug c++/107574] [10/11/12/13 Regression] ICE: tree check in cp_fold_convert with ptr to member field cast inside a class not completed and inherent since r9-50-gd760b06868d660bc

[Bug libfortran/108618] New: ISO C-Fortran Interface fails to pass CFI descriptor version check when using code coverage flags for fortran
 2023-01-31 22:49 UTC  (11+ messages)
` [Bug libfortran/108618] "

[Bug debug/108600] New: Use DW_LNS_set_prologue_end
 2023-01-31 22:25 UTC  (3+ messages)
` [Bug debug/108600] "

[Bug libstdc++/108619] New: Compilation error if the construct method of the allocator isn't implemented and the detructor of value_type is private
 2023-01-31 22:08 UTC  (12+ messages)
` [Bug libstdc++/108619] "

[Bug tree-optimization/108354] New: Dead Code Elimination Regression at -O2 (trunk vs. 12.2.0)
 2023-01-31 20:07 UTC  (7+ messages)
` [Bug tree-optimization/108354] [13 Regression] Dead Code Elimination Regression at -O2 since r13-89-gb3e98eb3396e16

[Bug c++/107755] New: ICE: in fold_convert_loc, at fold-const.c:2435, with -Wlogical-op, implicit user-defined conversion operator, template function, logical operator, and conditional operator
 2023-01-31 19:29 UTC  (2+ messages)
` [Bug c++/107755] [10/11/12/13 Regression] "

[Bug fortran/108609] New: New test case gfortran.dg/pr108527.f90 in r13-5479-g22afa4947584c7 ICEs
 2023-01-31 19:19 UTC  (2+ messages)
` [Bug fortran/108609] "

[Bug analyzer/108598] New: GCC analyzer reports false positive for buffer overflow/over-read in C code with a write in middle of an array
 2023-01-31 18:55 UTC  (2+ messages)
` [Bug analyzer/108598] "

[Bug c++/86960] [10/11/12/13 Regression] ICE on specialization of member template with fixed parameter pack
 2023-01-31 18:32 UTC 

[Bug c++/102870] New: ICE: unexpected expression 'Is' of kind template_parm_index
 2023-01-31 18:30 UTC  (4+ messages)
` [Bug c++/102870] [10/11/12/13 Regression] "

[Bug target/103100] New: unaligned access generated when zero-initializing large locals with SIMD-instructions and -O2 -mstrict-align
 2023-01-31 18:24 UTC  (4+ messages)
` [Bug target/103100] [11/12/13 Regression] unaligned access generated with memset or {} "

[Bug c++/108617] New: nullptr comparision in constexpr not constexpr when using -fsanitize=returns-nonnull-attribute
 2023-01-31 18:05 UTC  (2+ messages)
` [Bug c++/108617] "

[Bug debug/108573] New: [13 Regression] '-fcompare-debug' failure (length) at -O2
 2023-01-31 17:46 UTC  (4+ messages)
` [Bug debug/108573] "

[Bug c++/108597] New: internal compiler error with -Wduplicated-cond
 2023-01-31 16:55 UTC  (4+ messages)
` [Bug c++/108597] [11/12/13 Regression] "

[Bug c++/107593] New: ice with -Wduplicated-cond
 2023-01-31 16:55 UTC  (4+ messages)
` [Bug c++/107593] [12/13 Regression] "

[Bug libstdc++/108221] New: Building cross compiler for H8 family fails at libstdc++-v3/src/c++20/tzdb.cc
 2023-01-31 16:26 UTC  (3+ messages)
` [Bug libstdc++/108221] "

[Bug c++/108607] New: [12/13 Regression] ICE in potential_constant_expression_1, at cp/constexpr.cc:10003
 2023-01-31 16:01 UTC  (3+ messages)
` [Bug c++/108607] "

[Bug c++/108613] New: GCC12 internal compiler error on __int128_t in type_traits header
 2023-01-31 16:00 UTC  (5+ messages)
` [Bug c++/108613] [12/13 Regression] "

[Bug target/108589] New: ICE: RTL check: expected code 'reg', have 'subreg' in rhs_regno, at rtl.h:1932 with -mtune=ampere1a -fno-split-wide-types
 2023-01-31 15:34 UTC  (3+ messages)
` [Bug target/108589] "

[Bug fortran/108611] New: [OOP] ICE with DT constructor and type->polymorphic component in gfc_trans_structure_assign -> gfc_trans_subcomponent_assign []
 2023-01-31 15:31 UTC  (2+ messages)
` [Bug fortran/108611] "

[Bug c++/108606] New: [13 Regression] ICE in potential_constant_expression_1, at cp/constexpr.cc:9713
 2023-01-31 15:25 UTC  (5+ messages)
` [Bug c++/108606] [13 Regression] ICE in potential_constant_expression_1 with friend function declaration inside a local class of a generic/templated lambda

[Bug tree-optimization/108608] New: [12/13 Regression] AArch64 vectorizer ICE in vect_transform_reduction
 2023-01-31 15:03 UTC  (9+ messages)
` [Bug tree-optimization/108608] "
` [Bug tree-optimization/108608] [12/13 Regression] AArch64 vectorizer ICE in vect_transform_reduction and __builtin_fmax

[Bug c++/108385] New: false positive -Wfree-nonheap-object
 2023-01-31 14:59 UTC  (3+ messages)
` [Bug tree-optimization/108385] [12 Regression] "

[Bug tree-optimization/108359] New: Dead Code Elimination Regression at -Os (trunk vs. 12.2.0)
 2023-01-31 14:58 UTC  (3+ messages)
` [Bug tree-optimization/108359] [13 Regression] Dead Code Elimination Regression at -Os since r13-1162-g9991d84d2a8435

[Bug modula2/108462] New: duplicate install of static libraries
 2023-01-31 14:56 UTC  (3+ messages)
` [Bug modula2/108462] "

[Bug debug/108615] New: Incorrect prologue marker in line table
 2023-01-31 13:15 UTC  (2+ messages)
` [Bug debug/108615] "

[Bug target/108614] New: _subborrow_u32 generates suboptimal code when second subtraction operand is constant on x86 targets
 2023-01-31 12:39 UTC 

[Bug target/104912] New: [12 Regression] 416.gamess regression after r12-7612
 2023-01-31 12:02 UTC  (3+ messages)
` [Bug target/104912] [12/13 Regression] 416.gamess regression after r12-7612-g69619acd8d9b58

[Bug other/105593] New: avx512 math function raises uninitialized variable warning
 2023-01-31 11:30 UTC  (5+ messages)
` [Bug c++/105593] "

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
 2023-01-31 11:26 UTC 

[Bug target/101296] New: Addition of x86 addsub SLP patterned slowed down 433.milc by 12% on znver2 with -Ofast -flto
 2023-01-31 11:26 UTC  (2+ messages)
` [Bug target/101296] "

[Bug target/84481] [10/11/12/13 Regression] 429.mcf with -O2 regresses by ~6% and ~4%, depending on tuning, on Zen compared to GCC 7.2
 2023-01-31 10:56 UTC 

[Bug c++/108599] New: Incorrect code generation newer intel architectures for gcc 12 and 13
 2023-01-31  9:14 UTC  (3+ messages)
` [Bug target/108599] [12/13 Regression] Incorrect code generation newer intel architectures
` [Bug target/108599] [12 "

[Bug other/108464] New: [13 Regression] Broken -fdebug-prefix-map since r13-3599
 2023-01-31  9:01 UTC  (2+ messages)
` [Bug other/108464] "

[Bug c++/108605] New: [13 Regression] ICE in ipa_push_agg_values_from_jfunc, at ipa-cp.cc:2089
 2023-01-31  8:51 UTC  (5+ messages)
` [Bug ipa/108605] "
` [Bug ipa/108605] [13 Regression] ICE in ipa_push_agg_values_from_jfunc with offsets >= INT_MAX

[Bug other/108604] New: New test case gcc.dg/torture/pr108574-3.c in r13-5492-g7ac3e69e311351 hangs
 2023-01-31  8:51 UTC  (3+ messages)
` [Bug other/108604] "

[Bug c/108596] New: error: EDGE_CROSSING missing across section boundary
 2023-01-31  8:48 UTC  (3+ messages)
` [Bug rtl-optimization/108596] [10/11/12/13 Regression] "
` [Bug rtl-optimization/108596] [10/11/12 "

[Bug target/108603] New: [11/12 Regression] ICE in output_operand_lossage with SVE and ilp32
 2023-01-31  8:46 UTC  (2+ messages)
` [Bug target/108603] [12/13 "

[Bug sanitizer/108481] New: UBsan missed a signed integer overflow
 2023-01-31  8:05 UTC  (5+ messages)
` [Bug sanitizer/108481] [13 Regression] "

[Bug tree-optimization/96921] New: Failure to optimize combined boolean not patterns
 2023-01-31  4:55 UTC  (2+ messages)
` [Bug tree-optimization/96921] "

[Bug c++/61597] New: Unexpected behavior at runtime
 2023-01-31  3:35 UTC  (2+ messages)
` [Bug c++/61597] "

[Bug c++/12076] gcov misreports coverage of return statement [NRV]
 2023-01-31  3:31 UTC 

[Bug ada/108610] New: Pure library procedures with limited parameters miscategorized
 2023-01-31  2:13 UTC 

[Bug c/65673] New: Compound literal with initializer for zero-sized array drops other initializers
 2023-01-31  1:29 UTC  (2+ messages)
` [Bug c/65673] [10/11/12/13 Regression] "

[Bug ipa/90151] 554.roms_r regression on x86_64 at -O2 and generic march/mtune
 2023-01-31  0:02 UTC 

[Bug c++/96364] New: ICE on valid code in cp_finish_decl, at cp/decl.c:7537
 2023-01-30 23:03 UTC  (2+ messages)
` [Bug c++/96364] ICE on valid code in cp_finish_decl with auto return type and double attributes

[Bug fortran/108592] New: In IF statements -Winteger-division is repeated 4 times
 2023-01-30 21:57 UTC  (3+ messages)
` [Bug fortran/108592] "

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

[Bug c/108306] New: false-positive -Warray-bounds warning emitted with -fsanitize=shift
 2023-01-30 21:12 UTC  (3+ messages)
` [Bug tree-optimization/108306] [12 Regression] "

[Bug c++/96745] New: [concepts] internal compiler error: in type_memfn_rqual, at cp/typeck.c:10389
 2023-01-30 20:36 UTC  (2+ messages)
` [Bug c++/96745] "

[Bug c++/108479] New: Internal compiler error: in type_memfn_rqual, at cp/typeck.cc:10994
 2023-01-30 20:36 UTC  (2+ messages)
` [Bug c++/108479] ICE "

[Bug middle-end/84514] powerpc sub optimal condition register reuse with extended inline asm
 2023-01-30 19:45 UTC 

[Bug c++/97642] New: Incorrect replacement of vmovdqu32 with vpblendd can cause fault
 2023-01-30 19:10 UTC  (2+ messages)
` [Bug target/97642] "

[Bug c/108552] New: Linux i386 kernel 5.14 memory corruption for pre_compound_page() when gcov is enabled
 2023-01-30 18:54 UTC  (2+ messages)
` [Bug tree-optimization/108552] "

[Bug c/48783] New: ARM: kernel compiled at -O2 has a unused reference to __aeabi_uldivmod
 2023-01-30 18:43 UTC  (3+ messages)
` [Bug tree-optimization/48783] ~0ULL % (a / (a & -a)) == 0 is not optimized to false on the tree level

[Bug c++/108579] New: Requires-expression that checks constructor on non-template constructor of template class got rejected
 2023-01-30 18:31 UTC  (2+ messages)
` [Bug c++/108579] [13 Regression] "

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).