public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/102916] New: cmath constexpr can lead to ODR violations/incorrect results
 2021-10-25  8:32 UTC  (8+ messages)
` [Bug c++/102916] "
` [Bug libstdc++/102916] "

[Bug tree-optimization/102920] New: [12 Regression] Wrong code with -O3
 2021-10-25  8:28 UTC  (6+ messages)
` [Bug tree-optimization/102920] "

[Bug c++/102921] New: error: modification of '<temporary>' is not a constant expression
 2021-10-25  8:27 UTC  (4+ messages)
` [Bug c++/102921] "

[Bug middle-end/102906] New: [12 regression] gcc.target/arm/ivopts-4.c fails since r12-4526
 2021-10-25  6:44 UTC  (2+ messages)
` [Bug middle-end/102906] "

[Bug tree-optimization/102897] New: [12 Regression] simplify_permutation ICEs on assert
 2021-10-25  6:43 UTC  (4+ messages)
` [Bug tree-optimization/102897] [12 Regression] simplify_permutation ICEs on assert since r12-1103-g4a9f2306cb39a3cf

[Bug testsuite/102905] New: [12 regression] several vector test cases fail on power 7 after r12-4490
 2021-10-25  6:40 UTC  (3+ messages)
` [Bug testsuite/102905] "
` [Bug tree-optimization/102905] "

[Bug c++/45615] -Wshadow doesn't report class member shadowing
 2021-10-25  5:10 UTC 

[Bug c++/12341] Request for additional warning for variable shadowing
 2021-10-25  5:10 UTC 

[Bug c++/94951] New: dereferencing type-punned pointer will break strict-aliasing rules when using super class for a template type
 2021-10-25  5:08 UTC  (2+ messages)
` [Bug c++/94951] [8/9 Regression] "

[Bug c++/91343] Spurious strict-aliasing warning with template class inheritance
 2021-10-25  5:08 UTC 

[Bug target/102767] New: [12 Regression] ICE in rs6000_builtin_vectorization_cost, at config/rs6000/rs6000.c:5216
 2021-10-25  3:09 UTC  (2+ messages)
` [Bug target/102767] "

[Bug libgomp/102789] New: [12 regression] libgomp.c++/simd-3.C fails after r12-xxxx for 32 bits
 2021-10-25  3:08 UTC  (2+ messages)
` [Bug target/102789] [12 regression] libgomp.c++/simd-3.C fails after r12-4340 "

[Bug target/102868] New: Missed optimization with __builtin_shuffle and zero vector on ppc
 2021-10-25  2:52 UTC  (2+ messages)
` [Bug target/102868] "

[Bug fortran/79330] gfortran 5.4.0/6.3.0/7.0.0 misinterpret type of character literal bind(C,name=...)
 2021-10-25  2:28 UTC 

[Bug c++/102514] New: The allocation function shall not be called when existing an erroneous expression in noptr-new-declarator
 2021-10-25  1:10 UTC  (3+ messages)
` [Bug c++/102514] "

[Bug fortran/95375] New: ICE in add_use_op, Error: mismatching comparison operand types
 2021-10-24 23:54 UTC  (2+ messages)
` [Bug fortran/95375] "

[Bug fortran/49111] New: Unnecessary warning for private interfaces having the BIND(C) attribute
 2021-10-24 23:46 UTC  (2+ messages)
` [Bug fortran/49111] "

[Bug tree-optimization/102238] New: alias_offset in gimple-ssa-sprintf.c is broken
 2021-10-24 23:45 UTC  (2+ messages)
` [Bug tree-optimization/102238] missing -Wrestrict for sprintf into the same member array as argument plus offset

[Bug tree-optimization/102919] New: spurious -Wrestrict warning for sprintf into the same member array as argument plus offset
 2021-10-24 23:44 UTC  (3+ messages)
` [Bug tree-optimization/102919] "

[Bug c++/102918] New: Undefined behaviour in regex header (uininitialized boolean)
 2021-10-24 21:39 UTC 

[Bug fortran/102910] New: cf-descriptor-5-c.c fails to build
 2021-10-24 21:35 UTC  (9+ messages)
` [Bug fortran/102910] "
` [Bug testsuite/102910] "

[Bug c++/55227] New: designated initializer for char array by string constant
 2021-10-24 21:31 UTC  (4+ messages)
` [Bug c++/55227] "

[Bug fortran/100970] New: ICE in output_constructor_regular_field, at varasm.c:5514
 2021-10-24 19:15 UTC  (3+ messages)
` [Bug fortran/100970] "

[Bug fortran/102685] New: [12 Regression] ICE in output_constructor_regular_field, at varasm.c:5514
 2021-10-24 19:15 UTC  (3+ messages)
` [Bug fortran/102685] [12 Regression] ICE in output_constructor_regular_field, at varasm.c:5514 since r12-4278-g74ccca380cde5e79

[Bug fortran/67542] New: ICE on initializing type variable with a longer array
 2021-10-24 19:09 UTC  (4+ messages)
` [Bug fortran/67542] ICE in gfc_emit_parameter_debug_info, at fortran/trans-decl.c:4947 and :4945

[Bug fortran/102917] New: [PDT] KIND and LEN type parameters shall not be restricted to default integer
 2021-10-24 19:01 UTC  (3+ messages)
` [Bug fortran/102917] "

[Bug fortran/102901] New: ICE (segfault) when compiling pdt_13.f03 with -fcheck=all in gfc_check_pdt_dummy -> structure_alloc_comps
 2021-10-24 18:04 UTC  (3+ messages)
` [Bug fortran/102901] "

[Bug c++/102915] New: GCC allows a trailing requires clause on a non templated lambda
 2021-10-24 17:21 UTC 

[Bug other/92435] % format codes for diagnostics are not documented in the GCC internals manual
 2021-10-24 17:08 UTC 

[Bug c++/98821] New: modules : c++tools configures with CC but code fragments assume CXX
 2021-10-24 15:37 UTC  (2+ messages)
` [Bug c++/98821] "

[Bug target/102914] New: spurious warnings are emitted on ARM about non-delegitimized UNSPEC UNSPEC_TLS
 2021-10-24 15:13 UTC  (2+ messages)
` [Bug target/102914] "

[Bug fortran/99183] New: Incompatible Runtime types
 2021-10-24 14:41 UTC  (3+ messages)
` [Bug fortran/99183] [9/10/11 Regression] "

[Bug libstdc++/102912] New: Not full support of const arguments in std::variant
 2021-10-24 14:12 UTC  (2+ messages)
` [Bug libstdc++/102912] "

[Bug libstdc++/102913] New: variant_construct_single should not remove the const qualifier of Up
 2021-10-24 14:12 UTC  (2+ messages)
` [Bug libstdc++/102913] "

[Bug c++/102802] New: Selection of inherited operator contrary to `using` clause in C++
 2021-10-24 13:54 UTC  (3+ messages)
` [Bug c++/102802] Selection of inherited operator contrary to `using` clause in C++ when using lambda type

[Bug fortran/92701] ICE assigning to assumed rank derived type component
 2021-10-24 13:54 UTC  (2+ messages)

[Bug sanitizer/102911] New: AddressSanitizer: CHECK failed: asan_malloc_linux.cpp:46
 2021-10-24 11:52 UTC  (3+ messages)
` [Bug sanitizer/102911] "

[Bug go/102908] New: [12 Regression] go.test/test/fixedbugs/issue16095.go hangs again
 2021-10-24  9:28 UTC  (5+ messages)
` [Bug go/102908] "
` [Bug tree-optimization/102908] "
` [Bug tree-optimization/102908] [12 Regression] go.test/test/fixedbugs/issue16095.go hangs again by r12-4598

[Bug bootstrap/102828] New: [12 Regression] ODR violation in gimple-predicate-analysis.h since g:94c12ffac234
 2021-10-24  7:11 UTC  (2+ messages)
` [Bug bootstrap/102828] "

[Bug c/88790] No warning for misleading indentation
 2021-10-24  7:08 UTC 

[Bug c++/102846] New: Misleading suggestion to include cassert
 2021-10-24  6:18 UTC  (2+ messages)
` [Bug c++/102846] "

[Bug demangler/102851] New: Failure to demangle c++ symbol
 2021-10-24  6:14 UTC  (2+ messages)
` [Bug demangler/102851] "

[Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
 2021-10-24  6:09 UTC 

[Bug c/102909] New: Missing -Wunused-but-set-variable warning
 2021-10-24  6:09 UTC  (5+ messages)
` [Bug c/102909] "

[Bug c/44677] Warn for variables incremented but not used
 2021-10-24  6:09 UTC 

[Bug fortran/99139] New: ICE: gfc_get_default_type(): Bad symbol '__tmp_UNKNOWN_0_rank_1'
 2021-10-24  5:51 UTC  (2+ messages)
` [Bug fortran/99139] "

[Bug c/102867] New: Waddress complaint in readelf.c
 2021-10-23 23:51 UTC  (2+ messages)
` [Bug c/102867] [12 Regression] -Waddress from macro expansion "

[Bug fortran/100194] New: [9/10/11/12 Regression] ICE in gfc_trans_create_temp_array, at fortran/trans-array.c:1351
 2021-10-23 22:12 UTC  (2+ messages)
` [Bug fortran/100194] "

[Bug fortran/102641] New: Bogus error for intent(out) dummy that is a polymorphic assumed-rank array
 2021-10-23 22:12 UTC  (2+ messages)
` [Bug fortran/102641] "

[Bug fortran/102729] New: Assumed rank: ICE when passing noncontiguous to CONTIGUOUS assume rank (assumed-rank loop handling)
 2021-10-23 22:12 UTC  (2+ messages)
` [Bug fortran/102729] "

[Bug fortran/65819] New: overzealous checking in gfc_check_dependency for identical=true
 2021-10-23 22:11 UTC  (2+ messages)
` [Bug fortran/65819] "

[Bug fortran/37131] inline matmul for small matrix sizes
 2021-10-23 22:11 UTC 

[Bug fortran/36854] [meta-bug] fortran front-end optimization
 2021-10-23 22:11 UTC 

[Bug fortran/71703] [9/10/11/12 Regression] [OOP] ICE in wide_int_to_tree, at tree.c:1488
 2021-10-23 21:55 UTC 

[Bug fortran/84007] [OOP] ICE with SAME_TYPE_AS and CLASS(*) entity
 2021-10-23 21:54 UTC 

[Bug testsuite/102904] New: go testsuite does not always cause a timeout
 2021-10-23 19:45 UTC  (2+ messages)
` [Bug testsuite/102904] "

[Bug bootstrap/102675] New: [12 regression] Bootstrap fails in libsanitizer: 'MD5_DIGEST_STRING_LENGTH' was not declared in this scope
 2021-10-23 18:12 UTC  (9+ messages)
` [Bug bootstrap/102675] "

[Bug fortran/102900] New: ICE via gfc_class_data_get in alloc_comp_class_4.f03 with -fcheck=all
 2021-10-23 17:26 UTC  (3+ messages)
` [Bug fortran/102900] ICE via gfc_class_data_get with alloc_comp_class_4.f03 or proc_ptr_52.f90 using -fcheck=all

[Bug fortran/102903] New: Invalid gfortran.dg testcases or wrong-code with -fcheck=all -fsanitize=undefined
 2021-10-23 17:19 UTC  (2+ messages)
` [Bug fortran/102903] "

[Bug fortran/102891] New: Passing real part of complex type component using w%z%re to a subroutine gives erroneous value of dummy argument
 2021-10-23 15:08 UTC  (3+ messages)
` [Bug fortran/102891] "

[Bug fortran/102716] New: ICE in gfc_validate_kind(): Got bad kind
 2021-10-23 14:49 UTC  (3+ messages)
` [Bug fortran/102716] "

[Bug c/9262] [3.3 regression] ICE on false case label
 2021-10-23 12:43 UTC 

[Bug tree-optimization/102892] New: [12 Regression] Dead Code Elimination Regression at -O3 (trunk vs 11.2.0)
 2021-10-23  9:29 UTC  (3+ messages)
` [Bug tree-optimization/102892] "

[Bug middle-end/102857] New: [12 regression] r12-4526 caused regressions on vect/bb-slp-16.c and ssa-dom-thread-7.c
 2021-10-23  9:07 UTC  (11+ messages)
` [Bug middle-end/102857] [12 regression] r12-4526 caused regressions on ssa-dom-thread-7.c
` [Bug testsuite/102857] "

[Bug fortran/95196] New: Assumed-rank incorrect array bounds inside select rank
 2021-10-23  0:31 UTC  (3+ messages)
` [Bug fortran/95196] "

[Bug target/102907] New: aarch64/shrn-combine-[123].c fail with SVE
 2021-10-22 23:21 UTC  (2+ messages)
` [Bug target/102907] "

[Bug tree-optimization/102832] New: [12 Regression] ICE in vect_create_partial_epilog with -O3 -msve-vector-bits=128
 2021-10-22 22:58 UTC  (2+ messages)
` [Bug tree-optimization/102832] "

[Bug other/102663] New: add an install-dvi Makefile target to the toplevel Makefile and all subdirectories
 2021-10-22 22:47 UTC  (3+ messages)
` [Bug other/102663] "

[Bug rtl-optimization/48580] New: missed optimization: integer overflow checks
 2021-10-22 22:18 UTC  (2+ messages)
` [Bug middle-end/48580] "

[Bug libstdc++/102894] New: make_any is not SFINAE-friendly
 2021-10-22 22:11 UTC  (4+ messages)
` [Bug libstdc++/102894] "

[Bug fortran/92621] Problems with memory handling with allocatable intent(out) arrays with bind(c)
 2021-10-22 22:08 UTC  (2+ messages)

[Bug middle-end/102829] New: Redundant null check after atomic load from that address
 2021-10-22 21:46 UTC  (2+ messages)
` [Bug tree-optimization/102829] "

[Bug fortran/102826] New: Glibc "--disable-mathvec" configure option fail to disable traces to libmvec
 2021-10-22 21:46 UTC  (2+ messages)
` [Bug fortran/102826] "

[Bug c/102810] New: Bogus Wstringop-overread warning when special (integer) pointer values passed to array parameter of a function
 2021-10-22 21:44 UTC  (2+ messages)
` [Bug middle-end/102810] [11/12 Regression] Bogus Wstringop-overread passing a smaller array to an array parameter without a bound

[Bug libstdc++/102882] New: [AIX] 23_containers 96088 testsuite failures
 2021-10-22 21:40 UTC  (2+ messages)
` [Bug libstdc++/102882] "

[Bug c++/102899] New: Performing `delete this` within destructor in constant evaluation results in infinitely recursive error message
 2021-10-22 21:39 UTC  (9+ messages)
` [Bug c++/102899] "

[Bug tree-optimization/102794] New: [12 Regression] missing vrp in evrp dealing with casts and ands
 2021-10-22 21:39 UTC  (2+ messages)
` [Bug tree-optimization/102794] "

[Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422
 2021-10-22 21:35 UTC  (3+ messages)
` [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79

[Bug c++/102876] New: GCC fails to use constant initialization even when it knows the value to initialize
 2021-10-22 21:35 UTC  (2+ messages)
` [Bug c++/102876] "

[Bug fortran/98342] New: Allocatable component in call to assumed-rank routine causes invalid pointer
 2021-10-22 21:23 UTC  (3+ messages)
` [Bug fortran/98342] "

[Bug tree-optimization/102902] New: wrong code at -O3 on x86_64-linux-gnu (generated code hangs)
 2021-10-22 21:20 UTC  (3+ messages)
` [Bug tree-optimization/102902] [12 Regression] "

[Bug fortran/99922] New: Bind(C) with assumed length character should work
 2021-10-22 20:42 UTC  (2+ messages)
` [Bug fortran/99922] "

[Bug fortran/92482] BIND(C) with array-descriptor mishandled for type character
 2021-10-22 20:42 UTC 

[Bug tree-optimization/102627] New: wrong code with "-O1"
 2021-10-22 20:11 UTC  (2+ messages)
` [Bug rtl-optimization/102627] [11 Regression] "

[Bug c++/102508] New: ICE on coroutine when awaiting inside a statement expression (in transform_local_var_uses, at cp/coroutines.cc:2102)
 2021-10-22 20:11 UTC  (2+ messages)
` [Bug c++/102508] "

[Bug fortran/102816] New: [12 Regression] ICE in resolve_structure_cons, at fortran/resolve.c:1467
 2021-10-22 19:37 UTC  (2+ messages)
` [Bug fortran/102816] [12 Regression] ICE in resolve_structure_cons, at fortran/resolve.c:1467 since r12-4452-g1e819bd95ebeefc1

[Bug libbacktrace/102742] New: ERROR: descriptor 3 still open after tests complete
 2021-10-22 19:13 UTC  (3+ messages)
` [Bug testsuite/102742] "

[Bug c++/102898] New: declaration of 'using Foo = enum class Foo' changes meaning of 'Foo'
 2021-10-22 18:46 UTC  (2+ messages)
` [Bug c++/102898] "

[Bug libffi/101208] New: libffi.call/nested_struct12.c fails on aarch64
 2021-10-22 18:44 UTC  (2+ messages)
` [Bug libffi/101208] "

[Bug fortran/94289] New: Assumed-rank array bounds resuscitate on the second call
 2021-10-22 18:21 UTC  (3+ messages)
` [Bug fortran/94289] "

[Bug testsuite/102886] New: [12 regression] gcc.dg/tree-ssa/sra-18.c fails starting with r12-4607
 2021-10-22 18:07 UTC  (2+ messages)
` [Bug tree-optimization/102886] "

[Bug other/102843] New: [12 regression] gfortran.dg/deferred_type_param_6.f90 fails after r12-4457
 2021-10-22 18:03 UTC  (3+ messages)
` [Bug fortran/102843] "

[Bug fortran/100917] New: Bind(c): errors handling long double real
 2021-10-22 16:33 UTC  (2+ messages)
` [Bug fortran/100917] "

[Bug fortran/102503] New: ICE in gfc_conv_array_bound, at fortran/trans-types.c:1224
 2021-10-22 16:00 UTC  (2+ messages)
` [Bug fortran/102503] "

[Bug fortran/100906] New: Bind(c): failure handling character with len/=1
 2021-10-22 15:32 UTC  (3+ messages)
` [Bug fortran/100906] "

[Bug sanitizer/81981] [8 Regression] -fsanitize=undefined makes a -Wmaybe-uninitialized warning disappear
 2021-10-22 14:49 UTC 

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues
 2021-10-22 14:49 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).