[Bug libgdiagnostics/119837] Off-by-one truncation in a warning message from gfortran with quoted string

2025-04-17 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837 --- Comment #8 from Andreas Schwab --- Probably an interaction with the xn glitch.

[Bug testsuite/119818] New: FAIL: cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob -O0 execution test

2025-04-15 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119818 Bug ID: 119818 Summary: FAIL: cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob -O0 execution test Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: n

[Bug c++/119627] arm-linux-gnueabihf-g++-12 on Intel generates incorrect code

2025-04-04 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119627 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug target/110812] Check availability of builtins at expand time

2025-04-01 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812 --- Comment #6 from Andreas Schwab --- pixman is another victim.

[Bug libstdc++/119550] cross compilation of libstdc++ fail for arm-none-eabi due to tzname tests since g:778c28c70f85

2025-03-31 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119550 --- Comment #6 from Andreas Schwab --- AC_STRUCT_TIMEZONE is trying to do a link check (for the tzname global) if struct tm has no tm_zone, thus the problem only occurs for certain non-linux targets. Since chrono implementation only supports tm

[Bug cobol/119390] stack buffer overflow in gcobol driver

2025-03-24 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119390 Andreas Schwab changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug cobol/119390] stack buffer overflow in gcobol driver

2025-03-21 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119390 Andreas Schwab changed: What|Removed |Added Summary|cobol compiler crashes with |stack buffer overflow in

[Bug cobol/119390] cobol compiler crashes with buffer overflow

2025-03-21 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119390 --- Comment #3 from Andreas Schwab --- #9 lang_specific_driver (in_decoded_options=0x7fffd970, in_decoded_options_count=0x7fffd97c, in_added_libraries=) at ../../gcc/cobol/gcobolspec.cc:510 510 strcpy(ach, de

[Bug cobol/119390] New: cobol compiler crashes with buffer overflow

2025-03-20 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119390 Bug ID: 119390 Summary: cobol compiler crashes with buffer overflow Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: cobo

[Bug ipa/119312] Constant array not allocated in read-only segment

2025-03-17 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119312 --- Comment #7 from Andreas Schwab --- But the callee is still allowed to assign the whole struct through the non-const pointer.

[Bug cobol/119218] cobol, build : conflict between liberty and directly-included system-header.

2025-03-12 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119218 --- Comment #11 from Andreas Schwab --- There are two other uses of and all three of them are needed for dirname, since basename is declared by default.

[Bug cobol/119217] cobol: build broken on non-linux by unguarded use of Linux-specific facilities.

2025-03-12 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119217 --- Comment #8 from Andreas Schwab --- The compiler should not use any host facilities to parse floating literals in the first place.

[Bug cobol/119218] cobol, build : conflict between liberty and directly-included system-header.

2025-03-12 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119218 --- Comment #8 from Andreas Schwab --- libiberty.h has been included by system.h forever, why is this happening only now?

[Bug cobol/119218] cobol, build : conflict between liberty and directly-included system-header.

2025-03-12 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119218 --- Comment #9 from Andreas Schwab --- Looks like gcc/cobol/cdf-copy.cc is the first one to use .

[Bug cobol/119218] cobol, build : conflict between liberty and directly-included system-header.

2025-03-12 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119218 --- Comment #5 from Andreas Schwab --- Why is HAVE_DECL_BASENAME not defined?

[Bug c++/119236] GCC incorrectly accepts alignof() operator applied to function type

2025-03-12 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119236 --- Comment #1 from Andreas Schwab --- -Wpointer-arith does not warn.

[Bug cobol/119216] libgcobol support check in configure is broken

2025-03-11 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119216 --- Comment #2 from Andreas Schwab --- You can't use AC_CHECK_SIZEOF, that would test the host, not the target, and the target compiler hasn't even been built yet.

[Bug cobol/119216] libgcobol support check in configure is broken

2025-03-11 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119216 --- Comment #1 from Andreas Schwab --- libsanitizer/configure.tgt has a similar problem, it only doesn't fail because the cases that use ac_cv_size_void_p don't set UNSUPPORTED.

[Bug translation/118991] Wrong extracted text in avr.cc

2025-02-24 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991 --- Comment #2 from Andreas Schwab --- There are more occurrences of this problem: #: config/pru/pru-pragma.cc:61 msgid "% index %" #: config/pru/pru-pragma.cc:64 msgid "redefinition of %

[Bug target/118771] [15 regression] aarch64 bootstrap fails unless --disable-werror

2025-02-06 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118771 --- Comment #1 from Andreas Schwab --- The maybe-uninitialized warning only triggers with release checking.

[Bug target/110812] Check availability of builtins at expand time

2025-02-03 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812 Andreas Schwab changed: What|Removed |Added Summary|Missing |Check availability of

[Bug libstdc++/118701] [15 regression] abi_check FAILs on Solaris due to weak version

2025-01-30 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118701 --- Comment #6 from Andreas Schwab --- And once the ABI is finalized a change similar to commit 6e25ca387fb should be installed.

[Bug middle-end/118684] wrong alignment for stack temporary created during RTL expansion

2025-01-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118684 --- Comment #1 from Andreas Schwab --- Does that also happen if you remove the undefined behaviour?

[Bug libstdc++/118563] [15 regression] libstdc++ incompatible ABI change on riscv64

2025-01-27 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118563 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/118563] New: [15 regression] libstdc++ incompatible ABI change on riscv64

2025-01-20 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118563 Bug ID: 118563 Summary: [15 regression] libstdc++ incompatible ABI change on riscv64 Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: ABI Sev

[Bug target/118418] [15 Regression][gcn] Compiler selftest ICE in assert_rtx_eq_at, at selftest-rtl.cc:57 / FAIL: ASSERT_RTX_EQ (val, folded) since r15-6777-g06c4cf398947b5

2025-01-11 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118418 Andreas Schwab changed: What|Removed |Added Target|gcn |gcn m68k-*-* --- Comment #1 from Andre

[Bug target/118356] RISC-V: -falign-labels=0 should (probably) default to 4

2025-01-08 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118356 --- Comment #5 from Andreas Schwab --- There are jump_align and loop_align members in the struct riscv_tune_param which set the defaults for -falign-jumps and -falign-loops, but nothing sets them to non-NULL yet.

[Bug target/110812] Missing TARGET_OPTION_SAVE/RESTORE on riscv

2025-01-06 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812 --- Comment #3 from Andreas Schwab --- This also breaks openblas.

[Bug other/118223] Improve autodependency generation to avoid full product build

2024-12-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118223 --- Comment #6 from Andreas Schwab --- -MP Generate phony targets for all headers.

[Bug c/118191] missing option to read __float128 from command line argument or string

2024-12-24 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118191 Andreas Schwab changed: What|Removed |Added Resolution|WORKSFORME |INVALID

[Bug tree-optimization/118032] [15 regression] Bootstrap slowdown for risc-v

2024-12-22 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118032 --- Comment #27 from Andreas Schwab --- Seems likely.

[Bug tree-optimization/118032] [15 regression] Bootstrap slowdown for risc-v

2024-12-22 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118032 --- Comment #25 from Andreas Schwab --- 20241220: 2d 06:58:23

[Bug driver/117968] running "cpp" with malformed arguments can cause input file deletion

2024-12-20 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117968 --- Comment #7 from Andreas Schwab --- cpp --help doesn't mention this implicit -o.

[Bug tree-optimization/118032] [15 regression] Bootstrap slowdown for risc-v

2024-12-18 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118032 Andreas Schwab changed: What|Removed |Added Keywords||memory-hog --- Comment #17 from Andrea

[Bug tree-optimization/118032] Bootstrap slowdown for risc-v

2024-12-16 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118032 --- Comment #10 from Andreas Schwab --- The 64bit location_t is not part of 92e0e0f8177530b8c6fcafe1d61ba03b00dff6a6..b563a3a00db064d4d47fd171379e1d34d0698faa, it was installed three days earlier.

[Bug tree-optimization/118032] Bootstrap slowdown for risc-v

2024-12-15 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118032 --- Comment #7 from Andreas Schwab --- 20240920: 2d 09:32:07 20240927: 2d 09:49:40 20241004: 2d 10:05:11 20241020: 2d 09:50:24 20241025: 2d 10:01:37 20241101: 2d 10:36:27 20241108: 2d 11:34:26 20241115: 2d 10:59:49 20241130: 2d 11:50:58

[Bug tree-optimization/118032] Bootstrap slowdown for risc-v

2024-12-15 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118032 --- Comment #6 from Andreas Schwab --- Here are the bootstrap times on the HiFive Unleashed (all languages): 20240920: 3d 09:32:07 20240927: 3d 09:49:40 20241004: 3d 10:05:11 20241020: 3d 09:50:24 20241025: 3d 10:01:37 20241101: 3d 10:36:

[Bug c/118011] -fshort-enums reported as enabled by default

2024-12-12 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118011 --- Comment #1 from Andreas Schwab --- -fshort-enums has a special "uninitialized" state which is only finalized after target options have been processed.

[Bug testsuite/117961] x86 testsuite: scan-assembler[-not] is bogus for inline asm

2024-12-10 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117961 --- Comment #5 from Andreas Schwab --- It can also happen without inline asm. It is a generic problem with scan-assembler.

[Bug sanitizer/117716] [15 regression] ASAN broken on riscv64

2024-12-04 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117716 Andreas Schwab changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug bootstrap/117893] [15 regression] space before -O0 in CFLAGS incorrectly removed

2024-12-04 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117893 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/80677] LIMITS_H_TEST is wrong

2024-12-02 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80677 --- Comment #9 from Andreas Schwab --- The default value of BUILD_SYSTEM_HEADER_DIR assumes a properly populated sysroot.

[Bug ipa/117862] Missed Optimization: Failure to Inline Functions When Generating Position-Independent Code (PIC)

2024-11-30 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117862 --- Comment #2 from Andreas Schwab --- Or declare the function with hidden visibility.

[Bug go/117833] [15 regression] Bootstrap failure in gcc/go/gofrontend/go-encode-id.cc

2024-11-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117833 --- Comment #5 from Andreas Schwab --- Started with r15-5735-g1046c32de4956c

[Bug go/117833] [15 regression] Bootstrap failure in gcc/go/gofrontend/go-encode-id.cc

2024-11-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117833 --- Comment #2 from Andreas Schwab --- See also https://build.opensuse.org/package/live_build_log/devel:gcc:next/gcc15/openSUSE_Tumbleweed/x86_64 (that builds with --disable-werror).

[Bug go/117833] New: [15 regression] Bootstrap failure in gcc/go/gofrontend/go-encode-id.cc

2024-11-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117833 Bug ID: 117833 Summary: [15 regression] Bootstrap failure in gcc/go/gofrontend/go-encode-id.cc Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: build

[Bug sanitizer/117716] New: [15 regressiion] ASAN broken on riscv64

2024-11-20 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117716 Bug ID: 117716 Summary: [15 regressiion] ASAN broken on riscv64 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitize

[Bug ada/117708] [15 Regression] gnat fails to build on s390x-linux-gnu since r15-5469-g51d12cc4b60896

2024-11-20 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117708 --- Comment #2 from Andreas Schwab --- Missing $(TRASYM_DWARF_UNIX_PAIRS) in LIBGNAT_TARGET_PAIRS. Missing on other targets as well. Note that libgnat/s-mmauni__long.ads may not work on every target.

[Bug target/117649] [15 regression] [RISC-V] binutils miscompiled by r15-4224-gc8957c8779954c

2024-11-18 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117649 --- Comment #2 from Andreas Schwab --- void __attribute__ ((noinline)) f (unsigned int i) { if ((i & 0xf000) != 0xc000) __builtin_abort (); } int main () { f (0xc022); }

[Bug target/117649] [15 regression] [RISC-V] binutils miscompiled by r15-4224-gc8957c8779954c

2024-11-18 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117649 --- Comment #1 from Andreas Schwab --- Dump of assembler code for function md_convert_frag: 0x0003ddb8 <+0>: lw a5,96(a2) 0x0003ddba <+2>: addisp,sp,-80 0x0003ddbc <+4>: sd ra,72(sp)

[Bug modula2/117555] [15 regression] libgm2 build failure after r15-5081-g95960cd473297c

2024-11-18 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117555 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug target/117649] New: [15 regression] [RISC-V] binutils miscompiled by r15-4224-gc8957c8779954c

2024-11-18 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117649 Bug ID: 117649 Summary: [15 regression] [RISC-V] binutils miscompiled by r15-4224-gc8957c8779954c Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: wron

[Bug libstdc++/117630] Useless atexit entry for generic_category_instance and system_category_instance

2024-11-17 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117630 --- Comment #12 from Andreas Schwab --- ld -M or ld --Map=file produces a map file that explains why an object is needed. There is also --cref.

[Bug tree-optimization/117553] [15 regression] stage2 ada compiler miscompiled after r15-5069-g32cf28ccc9e77c

2024-11-13 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117553 --- Comment #5 from Andreas Schwab --- Yes, it does.

[Bug tree-optimization/117553] [15 regression] stage2 ada compiler miscompiled after r15-5069-g32cf28ccc9e77c

2024-11-13 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117553 --- Comment #3 from Andreas Schwab --- Indeed, bootstrapping with -fno-vect-cost-model fails the same way.

[Bug modula2/117555] New: [15 regression] libgm2 build failure after r15-5081-g95960cd473297c

2024-11-13 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117555 Bug ID: 117555 Summary: [15 regression] libgm2 build failure after r15-5081-g95960cd473297c Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: build

[Bug tree-optimization/117553] New: [15 regression] stage2 ada compiler miscompiled after r15-5069-g32cf28ccc9e77c

2024-11-13 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117553 Bug ID: 117553 Summary: [15 regression] stage2 ada compiler miscompiled after r15-5069-g32cf28ccc9e77c Product: gcc Version: 15.0 Status: UNCONFIRMED Severity:

[Bug c++/117475] C++20: Union object with atomic integer cannot be statically initialized

2024-11-07 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117475 --- Comment #13 from Andreas Schwab --- > Note again the only reason clang 17 from opensuse works is because it is > using GCC's libstdc++ from GCC 7 This is not true. $ clang -Wall -Wextra -std=c++20 -pedantic -S atomic.cc -v clang version 17

[Bug middle-end/117384] [15 regression] ICE when building gwenhywfar-5.10.1 (error: non-trivial conversion in ‘var_decl’)

2024-10-31 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117384 --- Comment #4 from Andreas Schwab --- s/unsigned/signed/ to make it fail the same with -funsigned-char.

[Bug middle-end/117359] Stack pointer modifications in asm are not flagged in crtl->sp_is_unchanging

2024-10-30 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117359 --- Comment #12 from Andreas Schwab --- Neither is clobbering a register.

[Bug middle-end/117359] Stack pointer modifications in asm are not flagged in crtl->sp_is_unchanging

2024-10-30 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117359 --- Comment #10 from Andreas Schwab --- If you change memory, then that memory needs to be in the output/clobber list.

[Bug middle-end/117359] Stack pointer modifications in asm are not flagged in crtl->sp_is_unchanging

2024-10-30 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117359 --- Comment #8 from Andreas Schwab --- If sp isn't changed then it should not appear as output.

[Bug middle-end/117359] Stack pointer modifications in asm are not flagged in crtl->sp_is_unchanging

2024-10-30 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117359 --- Comment #5 from Andreas Schwab --- This should be warned similar to "listing the stack pointer register %qs in a clobber list is deprecated".

[Bug middle-end/117342] .base64 emitted when gas doesn't support it

2024-10-29 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117342 --- Comment #10 from Andreas Schwab --- Can you provide an example of the evidence?

[Bug middle-end/117342] .base64 emitted when gas doesn't support it

2024-10-29 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117342 --- Comment #6 from Andreas Schwab --- c) you have downgraded binutils after building gcc

[Bug target/117316] New: [15 regression] gcc/config/riscv/riscv.cc:479:1: error: could not convert ‘...’ from ‘’ to ‘const riscv_tune_param’

2024-10-27 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117316 Bug ID: 117316 Summary: [15 regression] gcc/config/riscv/riscv.cc:479:1: error: could not convert ‘...’ from ‘’ to ‘const riscv_tune_param’ Product: gcc Version: 15.0 St

[Bug c/117291] Simple but large test case uses up over 8M of stack and hits SEGV

2024-10-25 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117291 --- Comment #8 from Andreas Schwab --- See PR c++/49756. It uses 64MB, not unlimited.

[Bug rtl-optimization/116488] [15 Regression] wrong code at -O{s,2,3} with "-fno-forward-propagate" on x86_64-linux-gnu

2024-10-23 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116488 --- Comment #9 from Andreas Schwab --- The test fails if char is unsigned.

[Bug preprocessor/117166] [15 regression] ICE when building lxml-5.3.0 with LTO (linemap_line_start, at libcpp/line-map.cc:949)

2024-10-17 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117166 --- Comment #5 from Andreas Schwab --- line_delta > 1000 / map->m_column_and_range_bits

[Bug rtl-optimization/116650] Regrename creates conflict with register pair

2024-10-14 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116650 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

[Bug c++/117117] New: [15 regression] rust build fails

2024-10-13 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117117 Bug ID: 117117 Summary: [15 regression] rust build fails Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ A

[Bug c++/109918] [12/13/14 Regression] Unexpected -Woverloaded-virtual with virtual conversion operators

2024-10-13 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109918 --- Comment #9 from Andreas Schwab --- This breaks building the rust compiler. In file included from ../../gcc/rust/typecheck/rust-tyty.h:28, from ../../gcc/rust/backend/rust-mangle.h:21, from ../../gcc/rust/ba

[Bug target/117049] [RISC-V]internal labels are present in asm and executable.

2024-10-09 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117049 Andreas Schwab changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug target/117049] [RISC-V]internal labels are present in asm and executable.

2024-10-09 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117049 --- Comment #2 from Andreas Schwab --- The labels are referenced by relocations.

[Bug driver/116957] Creation of pre-compiled header (-x c-header, -x c++-header) confused by linker options (eg -Wl,-g)

2024-10-03 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116957 --- Comment #1 from Andreas Schwab --- -Wl, is registered as a linker input file.

[Bug modula2/116918] The -fswig option is broken as the generated interface file has incorrect syntax

2024-10-01 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116918 --- Comment #5 from Andreas Schwab --- I think you missed the %array_functions in DoCheckUnbounded.

[Bug rtl-optimization/116774] ICE bootstrapping on cfarm92 (a riscv64 machine)

2024-09-19 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116774 --- Comment #9 from Andreas Schwab --- The Unmatched has a temperature sensor that can be watched with sensors. $ sensors nvme-pci-0600 Adapter: PCI adapter Composite:+36.9°C (low = -5.2°C, high = +79.8°C) (crit =

[Bug c/116767] C const function pointer no code generated (or optimized out)

2024-09-18 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116767 --- Comment #8 from Andreas Schwab --- That feature probably existed since the beginning, as a comment the glibc sources from 1994 in misc/sys/cdefs.h suggests. /* In GCC versions before 2.5, the `volatile' and `const' keywords have special

[Bug bootstrap/116730] build is broken when building in subdirectory of a subdirectory of the src directory

2024-09-17 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116730 --- Comment #17 from Andreas Schwab --- No, top_builddir is wrong. The rule wants to link to a file in the _source_ directory.

[Bug bootstrap/116730] build is broken when building in subdirectory of a subdirectory of the src directory

2024-09-17 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116730 --- Comment #15 from Andreas Schwab --- Does it help to change the symlink creation rules in libstdc++-v3/src/libbacktrace/Makefile.am to use $(top_srcdir)/.. instead of ../../..? I think that should prevent VAPTH from interfering. %.c: $(top_

[Bug libstdc++/98004] FAIL: 30_threads/stop_token/stop_callback/destroy.cc execution test

2024-09-15 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98004 --- Comment #3 from Andreas Schwab --- More likely a glibc bug that has since been fixed.

[Bug target/116693] New: [RISC-V] @tlsdesc generates duplicate assembler labels

2024-09-12 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116693 Bug ID: 116693 Summary: [RISC-V] @tlsdesc generates duplicate assembler labels Product: gcc Version: 14.2.0 Status: UNCONFIRMED Keywords: assemble-failure

[Bug target/116693] [RISC-V] @tlsdesc generates duplicate assembler labels

2024-09-12 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116693 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |14.3

[Bug target/55212] [SH] Switch to LRA

2024-09-11 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #246 from Andreas Schwab --- GCC requires a stack size of 64MB. qemu-user needs to allocate the stack on startup and cannot change its size at runtime (any attempt to use setrlimit(RLIMIT_STACK) will be ignored).

[Bug rtl-optimization/116650] Regrename creates conflict with register pair

2024-09-10 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116650 --- Comment #1 from Andreas Schwab --- It looks like check_new_reg_p doesn't handle the case where the old reg and the new reg have different number of regs in this mode.

[Bug rtl-optimization/116650] New: Regrename creates conflict with register pair

2024-09-09 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116650 Bug ID: 116650 Summary: Regrename creates conflict with register pair Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rt

[Bug target/115010] m68k: invalid subl instruction generated

2024-09-03 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115010 --- Comment #17 from Andreas Schwab --- I'm not able to reproduce the error with current trunk, with or without LRA.

[Bug libstdc++/116513] mishandles m68k extended real

2024-09-02 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116513 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/116513] mishandles m68k extended real

2024-09-02 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116513 --- Comment #1 from Andreas Schwab --- std::strong_order (1.0L, 2.0L) returns equal instead of less.

[Bug target/116138] [15 regression] PGO+LTO bootstrap broken on aarch64 since r15-2196-g88d16194d0c8a6

2024-08-29 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116138 Andreas Schwab changed: What|Removed |Added Component|middle-end |target --- Comment #3 from Andreas Sch

[Bug target/116513] New: m68k extended real is not constant folded

2024-08-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116513 Bug ID: 116513 Summary: m68k extended real is not constant folded Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal Prior

[Bug target/113939] Switch m68k to LRA

2024-08-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113939 --- Comment #3 from Andreas Schwab --- The testsuite is clean now, so a boostrap test would be useful.

[Bug target/113939] Switch m68k to LRA

2024-08-27 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113939 Bug 113939 depends on bug 116413, which changed state. Bug 116413 Summary: [LRA] [M68K] ICE: unrecognized insn in lra_set_insn_recog_data, at lra.cc:1036 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116413 What|Removed

[Bug target/116413] [LRA] [M68K] ICE: unrecognized insn in lra_set_insn_recog_data, at lra.cc:1036

2024-08-27 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116413 Andreas Schwab changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug target/113939] Switch m68k to LRA

2024-08-27 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113939 Bug 113939 depends on bug 116429, which changed state. Bug 116429 Summary: [LRA] [M86k] Wrong spill offset https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116429 What|Removed |Added ---

[Bug target/113939] Switch m68k to LRA

2024-08-27 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113939 Bug 113939 depends on bug 116374, which changed state. Bug 116374 Summary: [LRA] [M68K] Wrong %argptr elimination https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116374 What|Removed |Added

[Bug target/116429] [LRA] [M86k] Wrong spill offset

2024-08-27 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116429 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/116374] [LRA] [M68K] Wrong %argptr elimination

2024-08-27 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116374 Andreas Schwab changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug target/55212] [SH] Switch to LRA

2024-08-25 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #196 from Andreas Schwab --- Both forms are completely equivalent (a multi element template is implicitly surrounded by parallel).

[Bug target/116413] [LRA] [M68K] ICE: unrecognized insn in lra_set_insn_recog_data, at lra.cc:1036

2024-08-21 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116413 --- Comment #16 from Andreas Schwab --- $ gcc/xgcc -B gcc/ -fpic ../gcc/gcc/testsuite/gcc.dg/pr52139.c -S -mlra -O -fno-tree-dominator-opts -fno-tree-fre ../gcc/gcc/testsuite/gcc.dg/pr52139.c: In function ‘foo’: ../gcc/gcc/testsuite/gcc.dg/pr52

  1   2   3   4   5   >