public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug debug/39436] g++ does not emit DW_TAG_try_block or DW_TAG_catch_block
 2024-04-09  1:43 UTC  (2+ messages)

[Bug modula2/114648] New: compiler by default does not handle C pre-processor file and line directives
 2024-04-09  1:40 UTC  (7+ messages)
` [Bug modula2/114648] "

[Bug target/114639] New: [riscv] ICE in create_pre_exit, at mode-switching.cc:451
 2024-04-09  1:37 UTC  (7+ messages)
` [Bug target/114639] "

[Bug libgomp/45025] Memory ordering issues with libgomp critical sections and __sync
 2024-04-09  1:36 UTC 

[Bug testsuite/39091] x86_64/abi should add tests __float128, __int128 and DFP
 2024-04-09  1:31 UTC 

[Bug target/111937] New: [RISCV][lto][offload] When `NUM_POLY_INT_COEFFS` > 1, the `poly_xxx` made `lto_input_mode_table` unable to parse binary gimple data
 2024-04-09  1:15 UTC  (3+ messages)
` [Bug target/111937] "
` [Bug target/111937] offloading from x86_64-linux-gnu to riscv*-linux-gnu will have issues

[Bug target/96265] New: building nvptx-none on platforms other than x86_64-linux-gnu, e.g. aarch64-linux-gnu and powerpc64le-linux-gnu
 2024-04-09  1:14 UTC  (3+ messages)
` [Bug ipa/96265] offloading to nvptx-none from aarch64-linux-gnu (and riscv*-linux-gnu) does not work

[Bug rust/114629] New: rust-ast-resolve-expr contains bloated code for funny_error
 2024-04-09  0:52 UTC  (6+ messages)
` [Bug rust/114629] "

[Bug c++/97710] New: Help with breaking change? cast point-to-member address in template parameter list
 2024-04-09  0:43 UTC  (2+ messages)
` [Bug c++/97710] diagnostic for invalid pointer-to-member (not function) as template argument with base to derived should be improved

[Bug c++/114620] New: Pointer-to-member template argument which is the member of a base class is rejected
 2024-04-09  0:37 UTC  (3+ messages)
` [Bug c++/114620] "

[Bug web/114650] New: CodeView debug information format documentation should be linked from https://gcc.gnu.org/readings.html
 2024-04-09  0:21 UTC 

[Bug web/114649] New: Would be useful to link to CTF and BTF debug information specifications from https://gcc.gnu.org/readings.html
 2024-04-09  0:17 UTC 

[Bug testsuite/114642] New: new test case gcc.dg/debug/btf/btf-datasec-3.c from r14-6195-gb8cf266f4ca4ff fails for 32 bits
 2024-04-09  0:04 UTC  (2+ messages)
` [Bug testsuite/114642] "

[Bug libgcc/65281] New: Lots of macros using non-reserved names in gthr headers
 2024-04-08 22:40 UTC  (2+ messages)
` [Bug libgcc/65281] "

[Bug libgcc/109540] New: Y2038: GCC gthr-posix.h weakref symbol invoking function has impact on time values
 2024-04-08 22:11 UTC  (2+ messages)
` [Bug libgcc/109540] "

[Bug libgcc/78017] weak reference usage in gthr-posix.h (__gthread*) is broken
 2024-04-08 22:11 UTC  (3+ messages)
` [Bug libgcc/78017] weak reference usage in gthr-posix.h (__gthread*) is broken with new enough glibc (GTHREAD_USE_WEAK can be defined to 0 now)

[Bug libfortran/114646] New: libgfortran doesn't work with static libpthread
 2024-04-08 22:02 UTC  (18+ messages)
` [Bug libfortran/114646] "
` [Bug libfortran/114646] libgcc's gthr.h still defines GTHREAD_USE_WEAK to 1 for newer glibc
` [Bug libgcc/114646] "
` [Bug libfortran/114646] libgfortran still doesn't define GTHREAD_USE_WEAK to 0 "

[Bug libgcc/87189] libgcc/gthr-posix.h (__gthread_active_p) makes unwarranted assumptions about libpthread.a
 2024-04-08 21:58 UTC  (4+ messages)

[Bug target/112868] New: GCC passes -many to the assembler for --enable-checking=release builds
 2024-04-08 21:52 UTC  (3+ messages)
` [Bug target/112868] "

[Bug middle-end/114647] New: missing DCE when looping over a VLA
 2024-04-08 21:46 UTC  (3+ messages)
` [Bug tree-optimization/114647] missing DSE "

[Bug c++/114643] New: Call to a template function emitted but without the code for the template function itself
 2024-04-08 21:16 UTC  (5+ messages)
` [Bug ipa/114643] "
` [Bug ipa/114643] [11/12/13/14 Regression] "

[Bug tree-optimization/114615] New: spurious warning on mingw-w64: 'memcpy' reading 4 or more bytes from a region of size 2 with std::wstring{L""} and -flto -O1 [Wstringop-overread]
 2024-04-08 21:04 UTC  (4+ messages)
` [Bug target/114615] "

[Bug libstdc++/114645] New: std::chrono::current_zone ignores $TZ on Linux
 2024-04-08 20:56 UTC  (8+ messages)
` [Bug libstdc++/114645] "

[Bug c++/114638] New: Hang and Memory Consumption Increase during Compilation with Recursive Template Instantiation
 2024-04-08 20:48 UTC  (4+ messages)
` [Bug c++/114638] "
` [Bug c++/114638] Hang and Memory Consumption Increase during Compilation with many object creation of itself

[Bug analyzer/94365] New: false positive leak when using container_of-like constructs
 2024-04-08 20:44 UTC  (2+ messages)
` [Bug analyzer/94365] "

[Bug c++/78147] The -Wshadow warning is too aggressive with constructor parameters
 2024-04-08 20:40 UTC 

[Bug fortran/114626] New: Very long time for compilation the attached program, depends on value of a parameter
 2024-04-08 20:39 UTC  (3+ messages)
` [Bug fortran/114626] "

[Bug middle-end/112560] New: ICE in try_combine on pr112494.c
 2024-04-08 20:22 UTC  (2+ messages)
` [Bug rtl-optimization/112560] [14 Regression] "

[Bug libgomp/39176] -static and -fopenmp and io causes segfault
 2024-04-08 20:17 UTC  (5+ messages)

[Bug libfortran/114304] New: [14 Regression] Rejects lapack test
 2024-04-08 20:15 UTC  (12+ messages)
` [Bug libfortran/114304] [13/14 Regression] libgfortran I/O – bogus "Semicolon not allowed as separator with DECIMAL='point'"

[Bug middle-end/93041] GCC 10 removes an infinite loop and causes a null pointer to dereferenced
 2024-04-08 20:10 UTC 

[Bug c++/114631] New: Inconsistent behavior with infinite loops?
 2024-04-08 20:08 UTC  (2+ messages)
` [Bug c++/114631] "

[Bug fortran/106500] New: ICE on invalid argument to c_sizeof()
 2024-04-08 19:58 UTC  (3+ messages)
` [Bug fortran/106500] ICE on function as an "

[Bug target/77882] [Aarch64] Add 'naked' function attribute
 2024-04-08 19:25 UTC  (2+ messages)

[Bug c/114634] New: Crash Issue Encountered in GCC Compilation of Template Code with Aligned Attribute
 2024-04-08 19:22 UTC  (3+ messages)
` [Bug c++/114634] "
` [Bug c++/114634] [11/12/13/14 Regression] "

[Bug tree-optimization/114644] New: wrong -Wrestrict on snprintf() of distinct struct array members
 2024-04-08 18:56 UTC 

[Bug c/53548] New: allow flexible array members in unions like zero-length arrays
 2024-04-08 18:20 UTC  (2+ messages)
` [Bug c/53548] "

[Bug target/114621] New: ICE: in extract_insn, at recog.cc:2812 (unrecognizable insn) with -O -fpie and _Thread_local with large offset
 2024-04-08 18:06 UTC  (5+ messages)
` [Bug target/114621] [11/12/13/14 Regression] "

[Bug middle-end/113907] New: [14 regression] ICU miscompiled since on x86 since r14-5109-ga291237b628f41
 2024-04-08 17:04 UTC  (5+ messages)
` [Bug ipa/113907] [11/12/13/14 regression] ICU miscompiled "

[Bug tree-optimization/113359] New: [13 Regression] LTO miscompilation of ceph on aarch64
 2024-04-08 17:01 UTC  (4+ messages)
` [Bug ipa/113359] [13/14 Regression] LTO miscompilation of ceph on aarch64 and x86_64
` [Bug ipa/113359] [13 "

[Bug c++/114519] New: GCC 14 trunk fails to compile chrono with -fno-char8_t -std=gnu++20
 2024-04-08 16:45 UTC  (2+ messages)
` [Bug libstdc++/114519] [14 Regression] "

[Bug middle-end/113006] New: OpenMP 5 - lvalue parsing support for map/to/from clause
 2024-04-08 16:31 UTC  (2+ messages)
` [Bug middle-end/113006] "

[Bug target/114607] New: aarch64: Incorrect expansion of svsudot
 2024-04-08 15:59 UTC  (3+ messages)
` [Bug target/114607] "

help
 2024-04-08 15:53 UTC 

[Bug c++/113757] New: [14 regression] ICE when building legion-23.03.0
 2024-04-08 15:51 UTC  (2+ messages)
` [Bug tree-optimization/113757] [14 regression] ICE when building legion-23.03.0 since r14-8398

[Bug tree-optimization/108007] New: wrong code at -Os and above with "-fno-dce -fno-tree-dce" on x86_64-linux-gnu
 2024-04-08 15:51 UTC  (2+ messages)
` [Bug ipa/108007] [11/12/13 Regression] wrong code at -Os and above with "-fno-dce -fno-tree-dce" on x86_64-linux-gnu since r10-3311-gff6686d2e5f797

[Bug tree-optimization/112616] New: wrong code at -O{s,2,3} on x86_64-linux-gnu
 2024-04-08 15:51 UTC  (2+ messages)
` [Bug ipa/112616] [11/12/13 Regression] wrong code at -O{s,2,3} on x86_64-linux-gnu since r10-3311

[Bug sanitizer/110027] New: Misaligned vector store on detect_stack_use_after_return
 2024-04-08 15:43 UTC  (2+ messages)
` [Bug target/110027] [11/12/13/14 regression] "

[Bug sanitizer/114637] New: Problems when compiling with both undefined and address sanitizer
 2024-04-08 15:43 UTC  (3+ messages)
` [Bug sanitizer/114637] "

[Bug tree-optimization/114635] New: OpenMP reductions fail dependency analysis
 2024-04-08 15:36 UTC  (8+ messages)
` [Bug tree-optimization/114635] "

[Bug target/114641] New: sh: fdpic optimization of function address breaks pointer equality
 2024-04-08 15:31 UTC 

[Bug analyzer/114588] New: Analyzer buffer overflow ASCII art hardcodes "RED" and "GREEN" as the terminal colors
 2024-04-08 15:30 UTC  (2+ messages)
` [Bug analyzer/114588] "

[Bug rtl-optimization/114591] New: rtl-reload introduce an extra load operation since gcc-12
 2024-04-08 15:02 UTC  (2+ messages)
` [Bug target/114591] [12/13/14 Regression] register allocators "

[Bug target/114605] New: [14 Regression] wrong code with -march=z13 -O0 since r14-5831
 2024-04-08 14:23 UTC  (3+ messages)
` [Bug target/114605] "

[Bug middle-end/114628] New: [14 Regression] ICE in gimple_check_failed at gimple.cc:1337 while compiling bitint-100.c
 2024-04-08 14:13 UTC  (3+ messages)
` [Bug middle-end/114628] ICE with _BitInt returns_twice (and computed gotos) with -g and optimization

[Bug c++/114630] New: [modules] building module with submodule causes corrupt gcm
 2024-04-08 14:04 UTC  (2+ messages)
` [Bug c++/114630] [14 Regression] "

[Bug tree-optimization/114061] New: GCC fails vectorization when using __builtin_prefetch
 2024-04-08 14:01 UTC  (2+ messages)
` [Bug tree-optimization/114061] "

[Bug ada/114640] New: ICE on 'elsif' with complex function call
 2024-04-08 13:46 UTC  (2+ messages)
` [Bug ada/114640] "

[Bug c++/114480] New: g++: internal compiler error: Segmentation fault signal terminated program cc1plus
 2024-04-08 13:37 UTC  (8+ messages)
` [Bug c++/114480] "
` [Bug c++/114480] [12/13/14 Regression "
` [Bug c++/114480] [12/13/14 Regression] "

[Bug target/112919] New: LoongArch: Alignments in tune parameters are not precise and they regress performance
 2024-04-08 12:25 UTC  (2+ messages)
` [Bug target/112919] "

[Bug target/113986] New: [14 regression] Build failure on aarch64-linux-musl (error: 'export_load_16' aliased to undefined symbol 'libat_load_16')
 2024-04-08 12:15 UTC  (2+ messages)
` [Bug target/113986] [14 regression] Build failure on aarch64-linux-musl or if ifunc support is disabled "

[Bug libquadmath/114623] New: sqrt
 2024-04-08 11:30 UTC  (4+ messages)
` [Bug libquadmath/114623] sqrtq and std::numeric_limits<__float128>::max()

[Bug libstdc++/114633] New: [14 Regression] A cross to rx fails to build in libstdc++
 2024-04-08 11:21 UTC  (4+ messages)
` [Bug libstdc++/114633] "

[Bug fortran/37336] [F03] Finish derived-type finalization
 2024-04-08 11:14 UTC 

[Bug ada/114636] New: Actual does not match formal in generic instantiation
 2024-04-08 10:17 UTC 

[Bug c++/53341] New: overloaded operator delete(void *) appear in object file even when not directly used
 2024-04-08 10:08 UTC  (2+ messages)
` [Bug c++/53341] "

[Bug libstdc++/84568] libstdc++-v3 configure checks for atomic operations fail on riscv
 2024-04-08 10:01 UTC  (2+ messages)

[Bug driver/114531] New: Feature proposal for an `-finline-functions-aggressive` compiler option
 2024-04-08  9:52 UTC  (2+ messages)
` [Bug ipa/114531] "

[Bug ipa/114501] New: ICE during modref with LTO
 2024-04-08  9:50 UTC  (3+ messages)
` [Bug ipa/114501] [11/12/13/14 Regression] "

[Bug middle-end/114604] New: Ranger allocates from uninitialized bitmap_default_obstack
 2024-04-08  9:49 UTC  (2+ messages)
` [Bug middle-end/114604] "

[Bug middle-end/114624] New: ICE on valid code at -O3 on x86_64-linux-gnu: Segmentation fault
 2024-04-08  9:39 UTC  (4+ messages)
` [Bug tree-optimization/114624] [14 Regression] "

[Bug ada/114065] New: gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs
 2024-04-08  9:19 UTC  (2+ messages)
` [Bug ada/114065] "

[Bug middle-end/114627] New: [14 Regression] undefined behavior in tree-profile.cc while compiling gcc.misc-tests/gcov-18.c
 2024-04-08  8:45 UTC  (2+ messages)
` [Bug middle-end/114627] "

[Bug c/114622] New: memcmp -Wstringop-overread false positive
 2024-04-08  8:30 UTC  (2+ messages)
` [Bug tree-optimization/114622] "

[Bug c/66862] New: OpenMP SIMD does not work (use SIMD instructions) on conditional code
 2024-04-08  8:27 UTC  (2+ messages)
` [Bug tree-optimization/66862] "

[Bug c++/114619] New: [14 regression] ICE with -fno-elide-constructors in C++14 mode for non-constant initializer in array new
 2024-04-08  8:23 UTC  (2+ messages)
` [Bug c++/114619] [13/14 regression] ICE with -fno-elide-constructors in C++14 mode for non-constant initializer in array new since r13-3175-g6ffbf87ca66f4e

[Bug target/113288] New: [i386] Missing #define for -mavx10.1-256 and -mavx10.1-512
 2024-04-08  8:18 UTC  (2+ messages)
` [Bug target/113288] "

[Bug ipa/114599] New: ICE: SIGSEGV in bitmap_set_bit(bitmap_head*, int) (bitmap.cc:975) with -O2 -fcondition-coverage
 2024-04-08  6:55 UTC  (2+ messages)
` [Bug gcov-profile/114599] [14 Regression] "

[Bug target/89835] The RISC-V target uses amoswap.w for relaxed stores
 2024-04-08  4:16 UTC 

[Bug target/113742] New: ICE: RTL check: expected elt 1 type 'i' or 'n', have 'e' (rtx set) in riscv_macro_fusion_pair_p, at config/riscv/riscv.cc:8416 with -O2 -finstrument-functions -mtune=sifive-p600-series
 2024-04-08  3:55 UTC  (2+ messages)
` [Bug target/113742] "

[Bug sanitizer/59748] New: ptrace isn't instrumented on at least arm-linux-gnueabihf and powerpc-linux.gnu
 2024-04-08  3:42 UTC  (2+ messages)
` [Bug sanitizer/59748] "

[Bug target/114544] New: [x86] stv should transform (subreg DI (V1TI) 8) as (vec_select:DI (V2DI) (const_int 1))
 2024-04-08  2:54 UTC  (2+ messages)
` [Bug target/114544] "

[Bug c++/114632] New: ICE with explicit this in lambda
 2024-04-08  2:29 UTC  (2+ messages)
` [Bug c++/114632] "

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