[Bug libstdc++/98384] [11 Regression] new test case 20_util/to_chars/long_double.cc in r11-6249 fails on powerpc64 BE

2021-03-08 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98384 --- Comment #25 from Andreas Schwab --- I don't think this is wrong, as long as DECIMAL_DIG <= 37.

[Bug c/99494] isfinite gets optimized away with -Ofast

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

[Bug sanitizer/96307] [10 Regression] ICE in sanopt on riscv64 since r11-2283-g2ca1b6d009b194286c3ec91f9c51cc6b0a475458

2021-03-12 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96307 --- Comment #10 from Andreas Schwab --- This disables the CC_HAS_KASAN_GENERIC config of the kernel, making KASAN unavailable.

[Bug sanitizer/96307] [10 Regression] ICE in sanopt on riscv64 since r11-2283-g2ca1b6d009b194286c3ec91f9c51cc6b0a475458

2021-03-12 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96307 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug target/99891] Can GCC 4.8.1 Support TI c6x taregts?

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

[Bug driver/99896] g++ drops -lc

2021-04-03 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99896 --- Comment #3 from Andreas Schwab --- regcomp and re_search are always incompatible.

[Bug driver/99896] g++ drops -lc

2021-04-03 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99896 --- Comment #5 from Andreas Schwab --- The bug is in gdb because re_search cannot be paired with regcomp.

[Bug middle-end/99989] New: [11 regression] False maybe-uninitialized warning breaks bootstrap on riscv64

2021-04-09 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99989 Bug ID: 99989 Summary: [11 regression] False maybe-uninitialized warning breaks bootstrap on riscv64 Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: bu

[Bug middle-end/99989] [11 regression] False maybe-uninitialized warning breaks bootstrap on riscv64

2021-04-09 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99989 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |11.0

[Bug middle-end/99989] [11 regression] -Wmaybe-uninitialized warning breaks bootstrap on riscv64

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

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2021-04-10 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 99989, which changed state. Bug 99989 Summary: [11 regression] -Wmaybe-uninitialized warning breaks bootstrap on riscv64 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99989 What|Removed

[Bug ipa/98265] [10 Regression] gcc-10 has significantly worse code generated with -O2 compared to -O1 (or gcc-9 -O2) when using the Eigen C++ library

2021-04-10 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98265 Bug 98265 depends on bug 99989, which changed state. Bug 99989 Summary: [11 regression] -Wmaybe-uninitialized warning breaks bootstrap on riscv64 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99989 What|Removed

[Bug target/100014] MSDOS DJGPP host endian unknown

2021-04-12 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100014 --- Comment #2 from Andreas Schwab --- According to the autoconf docs, it should work also when cross-compiling: This macro runs a test-case if endianness cannot be determined from the system header files. When cross-compiling, the t

[Bug target/100049] loop counter double increment with longjmp inside

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

[Bug jit/100096] libgccjit.so.0: Cannot write-enable text segment: Permission denied on NetBSD 9.1

2021-04-15 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100096 --- Comment #7 from Andreas Schwab --- That's just the consequence of text relocations.

[Bug demangler/100177] Rust demangler tests fail on big-endian hosts

2021-04-21 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100177 Andreas Schwab changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug demangler/100177] Rust demangler tests fail on big-endian hosts

2021-04-21 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100177 Andreas Schwab changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug bootstrap/97409] riscv cross toolchain build fails

2020-10-14 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97409 --- Comment #6 from Andreas Schwab --- You need to configure binutils with the same target as the compiler you want to build.

[Bug ada/97504] [11 regress] Ada bootstrap error after r11-4029

2020-10-20 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97504 --- Comment #1 from Andreas Schwab --- https://gcc.gnu.org/pipermail/gcc-patches/2020-October/556477.html

[Bug ada/97504] [11 Regression] Ada bootstrap error after r11-4029

2020-10-24 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97504 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug c/97651] abs((int)fabs(0.0/0.0)) results negative

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

[Bug target/97682] New: Miscompiled tail call with -fPIC

2020-11-02 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97682 Bug ID: 97682 Summary: Miscompiled tail call with -fPIC Product: gcc Version: 10.2.1 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3

[Bug target/97682] Miscompiled tail call with -fPIC

2020-11-02 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97682 --- Comment #1 from Andreas Schwab --- Looks like the miscompilation happens in the pro_and_epilog pass. Before: (insn 2520 2519 2521 320 (set (reg:DI 6 t1) (symbol_ref/i:DI ("_ZNSt6vectorIN4llvm26BlockFrequencyInfoImplBase13FrequencyDa

[Bug target/97682] Miscompiled tail call with -fPIC

2020-11-02 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97682 --- Comment #2 from Andreas Schwab --- I think the bug is really that riscv_legitimize_call_address uses RISCV_PROLOGUE_TEMP, which can conflict with its uses in the epilogue, as seen.

[Bug fortran/97692] GNU Fortran is not working

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

[Bug fortran/97692] GNU Fortran is not working

2020-11-04 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97692 --- Comment #7 from Andreas Schwab --- https://gcc.gnu.org/install/

[Bug c/97793] New: Bogus return-type warning

2020-11-11 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97793 Bug ID: 97793 Summary: Bogus return-type warning Product: gcc Version: 10.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee:

[Bug c/97817] -Wformat-truncation=2 elicits invalid warning

2020-11-13 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97817 --- Comment #2 from Andreas Schwab --- But when it's 6 it's truncated.

[Bug middle-end/97840] New: [11 regression] Bogus -Wmaybe-uninitialized

2020-11-15 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97840 Bug ID: 97840 Summary: [11 regression] Bogus -Wmaybe-uninitialized Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3

[Bug go/97853] [11 regression] go front end fails to bootstrap

2020-11-16 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97853 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/97840] [11 regression] Bogus -Wmaybe-uninitialized

2020-11-16 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97840 Andreas Schwab changed: What|Removed |Added CC||seurer at gcc dot gnu.org --- Comment #

[Bug c/97884] INT_MIN falsely expanded to 64 bit

2020-11-18 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97884 --- Comment #11 from Andreas Schwab --- 2147483648 does not fit in 32 bits.

[Bug c++/97907] error when compiling with optimization

2020-11-19 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97907 --- Comment #1 from Andreas Schwab --- f1 invokes undefined behaviour by modifying an input-only asm operand.

[Bug c++/97907] error when compiling with optimization

2020-11-19 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97907 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/97948] C++2a synchronization tests fail to link on arm

2020-11-23 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97948 --- Comment #1 from Andreas Schwab --- See also PR81358.

[Bug c/97982] integer casting after abs() causes undefined behavior

2020-11-25 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97982 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

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

2020-11-26 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98004 --- Comment #1 from Andreas Schwab --- Output: terminate called after throwing an instance of 'std::system_error' what(): Unknown error -1

[Bug libstdc++/98005] FAIL: std/ranges/adaptors/sizeof.cc (test for excess errors)

2020-11-26 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98005 --- Comment #1 from Andreas Schwab --- /daten/aranym/gcc/gcc-20201125/libstdc++-v3/testsuite/std/ranges/adaptors/sizeof.cc:45: error: static assertion failed /daten/aranym/gcc/gcc-20201125/libstdc++-v3/testsuite/std/ranges/adaptors/sizeof.cc:47:

[Bug libstdc++/98005] FAIL: std/ranges/adaptors/sizeof.cc (test for excess errors)

2020-11-26 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98005 --- Comment #3 from Andreas Schwab --- Objects of type ranges::take_while_view or ranges::transform_view do have the correct size, though.

[Bug libstdc++/98005] FAIL: std/ranges/adaptors/sizeof.cc (test for excess errors)

2020-11-26 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98005 --- Comment #4 from Andreas Schwab --- Except that those are not the failing assertions. sizeof(ranges::take_while_view) and sizeof(ranges::transform_view) are both 10, probably because sizeof(pred_l) and sizeof(func_l) are 1, and padding is dif

[Bug preprocessor/98021] #warning issues redundant diagnostic lines

2020-11-27 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98021 --- Comment #5 from Andreas Schwab --- > For '#warning "xxx"' they're the same That is not true. There can be comments.

[Bug preprocessor/98021] #warning issues redundant diagnostic lines

2020-11-27 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98021 --- Comment #6 from Andreas Schwab --- Also, the source may come from a different place than the directive.

[Bug preprocessor/98021] #warning issues redundant diagnostic lines

2020-11-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98021 --- Comment #8 from Andreas Schwab --- That still doesn't handle the case when the source comes from a different place.

[Bug preprocessor/98021] #warning issues redundant diagnostic lines

2020-11-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98021 --- Comment #10 from Andreas Schwab --- See the #line directive.

[Bug preprocessor/98021] #warning issues redundant diagnostic lines

2020-11-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98021 --- Comment #12 from Andreas Schwab --- > GCC already treats that case differently In which way?

[Bug preprocessor/98021] #warning issues redundant diagnostic lines

2020-11-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98021 --- Comment #14 from Andreas Schwab --- I don't follow. It works exactly the same way.

[Bug preprocessor/98021] #warning issues redundant diagnostic lines

2020-11-29 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98021 --- Comment #16 from Andreas Schwab --- There is no difference between these cases. GCC will always show the source lines that are available. Of course, it will never pull anything out of thin air, but that is obvious.

[Bug ada/98127] New: [11 regression] libada lacks objects needed for 128-bit types

2020-12-03 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98127 Bug ID: 98127 Summary: [11 regression] libada lacks objects needed for 128-bit types Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal P

[Bug target/98152] New: [11 regression] /usr/bin/env: 'python': No such file or directory

2020-12-05 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98152 Bug ID: 98152 Summary: [11 regression] /usr/bin/env: 'python': No such file or directory Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug target/98152] [11 regression] /usr/bin/env: 'python': No such file or directory

2020-12-05 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98152 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |11.0 Keywords|

[Bug target/83466] Wrong TLS GD sequence for ILP32

2020-12-05 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83466 --- Comment #6 from Andreas Schwab --- The same issue exists for SYMBOL_SMALL_TLSIE.

[Bug fortran/98290] run-time error with optional character arguments

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

[Bug target/98320] Parameter is malformed in the called function

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

[Bug ipa/97264] [11 Regression] -fpa-modref breaks va_arg on glibc

2020-10-01 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97264 --- Comment #5 from Andreas Schwab --- Why doesn't gcc warn about that?

[Bug fortran/97308] OpenBSD bootstrap fails with error: C++ preprocessor "/lib/cpp" fails sanity check

2020-10-06 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97308 --- Comment #1 from Andreas Schwab --- You need to attach the config.log file in `/home/tkoenig/trunk-bin/gmp'.

[Bug fortran/96711] Internal Compiler Error on NINT() Function

2020-10-07 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96711 --- Comment #16 from Andreas Schwab --- On powerpc64: FAIL: gfortran.dg/pr96711.f90 -O0 (internal compiler error) FAIL: gfortran.dg/pr96711.f90 -O0 (test for excess errors) Excess errors: f951: internal compiler error: Could not find real

[Bug fortran/96711] Internal Compiler Error on NINT() Function

2020-10-07 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96711 --- Comment #18 from Andreas Schwab --- Any ICE is a bug.

[Bug fortran/96711] Internal Compiler Error on NINT() Function

2020-10-07 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96711 --- Comment #20 from Andreas Schwab --- Any ICE is a bug.

[Bug libstdc++/98389] [11 regression] libstdc++-abi/abi_check fails after r11-6249 on powerpc64 big endian

2020-12-19 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98389 --- Comment #1 from Andreas Schwab --- The list just needs to be updated.

[Bug libgcc/98395] libgcc_s.so.1 almost 10x bigger in gcc-10.2 than gcc-9.2

2020-12-19 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98395 --- Comment #1 from Andreas Schwab --- What does size tell?

[Bug go/98504] [11 Regression] bootstrap broken in libgo on ia64-linux-gnu

2021-01-03 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98504 --- Comment #2 from Andreas Schwab --- Does it also fail without LTO?

[Bug go/98511] [11 Regression]: Go build fails on sparc64 with "error: reference to undefined name 'SYS_SETRESGID'"

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

[Bug go/98510] [11 Regression] bootstrap broken in libgo on sparc64-linux-gnu, building the 32bit multilib

2021-01-04 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98510 --- Comment #1 from Andreas Schwab --- *** Bug 98511 has been marked as a duplicate of this bug. ***

[Bug c/98627] GCC emits unaligned memory access instructions causing address error exceptions with the 68000 architecture

2021-01-11 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98627 --- Comment #1 from Andreas Schwab --- How did you configure the compiler?

[Bug c/98627] GCC emits unaligned memory access instructions causing address error exceptions with the 68000 architecture

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

[Bug c/98627] GCC emits unaligned memory access instructions causing address error exceptions with the 68000 architecture

2021-01-11 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98627 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #5 from Andreas Sch

[Bug c/98627] GCC emits unaligned memory access instructions causing address error exceptions with the 68000 architecture

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

[Bug middle-end/98702] linker failure with a very simple testing case for gcc10

2021-01-16 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98702 Andreas Schwab changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug go/98823] go testsuite and timeouts

2021-01-25 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98823 --- Comment #2 from Andreas Schwab --- go_load is defined in lib/gcc-dg.exp.

[Bug go/98823] go testsuite and timeouts

2021-01-25 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98823 --- Comment #4 from Andreas Schwab --- That's standard part of dejagnu. /usr/share/dejagnu/standard.exp

[Bug go/98823] go testsuite and timeouts

2021-01-25 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98823 --- Comment #5 from Andreas Schwab --- And for the unix board, its implementation is in /usr/share/dejagnu/config/unix.exp.

[Bug go/98823] go testsuite and timeouts

2021-01-25 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98823 --- Comment #7 from Andreas Schwab --- Perhaps the test is blocking or ignoring SIGTERM, or handling it in some incompatible way.

[Bug c/98902] -fmerge-all-constants leaves dangling reference

2021-01-31 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98902 --- Comment #1 from Andreas Schwab --- What's your target? There is supposed to be ".set a2,a1" at the end.

[Bug c/98902] -fmerge-all-constants leaves dangling reference

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

[Bug d/98921] New: [11 regression] libphobos: junk in generated symbol

2021-02-01 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98921 Bug ID: 98921 Summary: [11 regression] libphobos: junk in generated symbol Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal

[Bug d/98921] [11 regression] libphobos: junk in generated symbol

2021-02-01 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98921 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |11.0

[Bug bootstrap/98923] [11 regression] bootstrap on powerpc64 fails after r11-6995

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

[Bug d/98921] [11 regression] libphobos: junk in generated symbol

2021-02-01 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98921 Andreas Schwab changed: What|Removed |Added CC||seurer at gcc dot gnu.org --- Comment #

[Bug d/98921] [11 regression] libphobos: junk in generated symbol

2021-02-01 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98921 --- Comment #2 from Andreas Schwab --- diff --git a/gcc/d/dmd/dmangle.c b/gcc/d/dmd/dmangle.c index f6eee52afbf..73d9ac5367f 100644 --- a/gcc/d/dmd/dmangle.c +++ b/gcc/d/dmd/dmangle.c @@ -822,7 +822,7 @@ public: void visit(IntegerExp *e)

[Bug target/99143] Bad section alignment on AArch64

2021-02-18 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99143 --- Comment #3 from Andreas Schwab --- If you want to save space you should use -Os, not -O2.

[Bug target/99143] Bad section alignment on AArch64

2021-02-18 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99143 --- Comment #5 from Andreas Schwab --- That's still sacrificing speed for space.

[Bug c++/100412] [11/12 regression] PASS & FAIL for same test aarch64-qemu: gcc.dg/Wvla-parameter-[23].c pr?????

2021-05-04 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100412 --- Comment #1 from Andreas Schwab --- Or just change the test name to make it unique.

[Bug tree-optimization/100404] Unable to disable removal of null pointer checks for nonnull function arguments

2021-05-05 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100404 --- Comment #6 from Andreas Schwab --- EFAULT is always optional. POSIX is clear about that: [EFAULT] Bad address. The system detected an invalid address in attempting to use an argument of a call. The reliable detection of this error cannot b

[Bug c/100473] O2 vs optimization flags

2021-05-07 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100473 --- Comment #1 from Andreas Schwab --- $ git grep 'optimize >= 2' gcc/ChangeLog-2008: 100 for optimize >= 2. gcc/ChangeLog-2010: only conditionally on optimize >= 2. gcc/ada/gcc-interface/trans.c:&& optimize >= 2 gcc/c-family/c-o

[Bug sanitizer/100591] New: -fsanitize=undefined fails to detect undefined floating to integer conversion

2021-05-13 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100591 Bug ID: 100591 Summary: -fsanitize=undefined fails to detect undefined floating to integer conversion Product: gcc Version: 10.2.1 Status: UNCONFIRMED Severity

[Bug ada/100597] [12 Regression] Broken Ada bootstrap

2021-05-14 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100597 Andreas Schwab changed: What|Removed |Added Host|x86_64-linux-gnu| --- Comment #1 from Andreas Schwab -

[Bug bootstrap/100597] [12 Regression] Ada bootstrap fails

2021-05-14 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100597 Andreas Schwab changed: What|Removed |Added Status|WAITING |NEW Target|

[Bug bootstrap/100597] [12 Regression] Ada bootstrap fails

2021-05-14 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100597 --- Comment #6 from Andreas Schwab --- Reverting ca9bb74a5f8 fixes bootstrap for me.

[Bug c++/100805] __int128 should be disabled for non-extended -std= options

2021-05-27 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100805 --- Comment #1 from Andreas Schwab --- The C++ standard says: [lex.icon] "If an integer literal cannot be represented by any type in its list and an extended integer type (6.8.1) can represent its value, it may have that extended integer type."

[Bug modula2/108405] modula-2: Testsuite fails: concurrentstore.mod, contimer.mod, tinytimer.mod on Darwin (and likely elsewhere)

2023-01-14 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108405 --- Comment #3 from Andreas Schwab --- NPTL does not have the alignment restriction.

[Bug libgcc/108433] canadian cross aarch64/x86_64/aarch64 fails to build

2023-01-17 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108433 --- Comment #2 from Andreas Schwab --- The target libraries should not be built in a canadian cross build, they were already produced while building the cross compiler.

[Bug ada/108472] gcc/ada/b_gnat1.adb:363: undefined reference to `system__assertions___elabs'

2023-01-19 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108472 --- Comment #3 from Andreas Schwab --- You are mixing two different ada compilers: /opt/imed/gcc12/bin/gcc -c -g -gnatpg -gnatwns -W -Wall -I- -I. -Iada/generated -Iada -I../../gcc-12.2.0/gcc/ada ../../gcc-12.2.0/gcc/ada/gnat1drv.adb -o ada/g

[Bug target/108515] Fails to link fixincl with unresolvable R_ARM_MOVW_ABS_NC reloca tion against symbol `stderr@@GLIBC_2.4'

2023-01-24 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108515 --- Comment #7 from Andreas Schwab --- Are you sure this isn't due to the binutils patch?

[Bug c++/108538] unexpected -Wnarrowing errors in -fpermissive mode

2023-01-25 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108538 --- Comment #1 from Andreas Schwab --- It depends on the selected C++ standard. C++11 does not allow narrowing conversions unconditionally.

[Bug c/108700] false _Noreturn error with -Werror=old-style-declaration

2023-02-07 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108700 --- Comment #3 from Andreas Schwab --- The grammar doesn't tell everything, though currently only storage-class specifiers are expected to occur at the beginning. >From c-parser.cc:c_parser_declspecs: /* TODO: Distinguish between func

[Bug testsuite/108723] [13 Regression] Recent changes broke risc-v testsuite

2023-02-14 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108723 Andreas Schwab changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug c/108968] fanalyzer false positive with the uninitalised-ness of the stack pointer

2023-02-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108968 --- Comment #1 from Andreas Schwab --- Can you use __builtin_frame_address instead?

[Bug c/108968] fanalyzer false positive with the uninitalised-ness of the stack pointer

2023-02-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108968 --- Comment #3 from Andreas Schwab --- Perhaps it works if you declare the register variable in file scope.

[Bug c/108989] Two small almost identical programs give different results

2023-03-02 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108989 Andreas Schwab changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug libffi/108682] libffi needs to merge upstream to get LoongArch support

2023-03-03 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108682 --- Comment #3 from Andreas Schwab --- libgo/goarch.sh is missing LoongArch support.

  1   2   3   4   5   6   >