[Bug middle-end/98689] [11 Regression] FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O1 execution test

2021-03-06 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98689 --- Comment #3 from John David Anglin --- Created attachment 50320 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50320&action=edit .s diff to gcc10 .s The following code is wrong in gcc-11: - ldw 12(%r3),%r28 + ldw 12(%r3),%r

[Bug testsuite/99292] FAIL: gcc.c-torture/compile/pr98096.c -O0 (test for excess errors)

2021-03-10 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99292 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug libstdc++/99552] New: FAIL: 29_atomics/atomic/wait_notify/bool.cc (test for excess errors)

2021-03-11 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99552 Bug ID: 99552 Summary: FAIL: 29_atomics/atomic/wait_notify/bool.cc (test for excess errors) Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/97355] New: Bootstrap comparison failure!

2020-10-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97355 Bug ID: 97355 Summary: Bootstrap comparison failure! Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug bootstrap/97355] [11 Regression] Bootstrap comparison failure!

2020-10-12 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97355 --- Comment #3 from John David Anglin --- Current bisect status: git bisect start # bad: [1c56c143b2011080d8a4516f37f78f647b0ee258] c++: Fix member alias template in C++17 and up. [PR96805] git bisect bad 1c56c143b2011080d8a4516f37f78f647b0ee258

[Bug bootstrap/97355] [11 Regression] Bootstrap comparison failure!

2020-10-15 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97355 John David Anglin changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug bootstrap/97355] [11 Regression] Bootstrap comparison failure!

2020-10-15 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97355 --- Comment #12 from John David Anglin --- Created attachment 49382 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49382&action=edit .s file generated with stage3 compiler File 1 position looks similar to the example in binutils/26740.

[Bug target/97431] [SH] Python crashes with 'Segmentation fault with -finline-small-functions

2020-10-18 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97431 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Comme

[Bug ada/97805] New: adaint.c:1488:12: note: 'LLONG_MIN' is defined in header ''; did you forget to '#include '?

2020-11-11 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97805 Bug ID: 97805 Summary: adaint.c:1488:12: note: 'LLONG_MIN' is defined in header ''; did you forget to '#include '? Product: gcc Version: 11.0 Status:

[Bug ada/97805] [11 Regression] adaint.c:1488:12: note: 'LLONG_MIN' is defined in header ''; did you forget to '#include '?

2020-11-16 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97805 --- Comment #4 from John David Anglin --- We need: #include The define for LLONG_MIN is guarded by __STDC_VERSION__ in glimits.h: #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* Minimum and maximum values a `signed long long

[Bug ada/97805] [11 Regression] adaint.c:1488:12: note: 'LLONG_MIN' is defined in header ''; did you forget to '#include '?

2020-11-19 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97805 --- Comment #7 from John David Anglin --- Fix #2 works for me. But then we hit: /test/gnu/gcc/objdir/./gcc/xgcc -B/test/gnu/gcc/objdir/./gcc/ -B/opt/gnu/gcc/gcc -11/hppa2.0w-hp-hpux11.11/bin/ -B/opt/gnu/gcc/gcc-11/hppa2.0w-hp-hpux11.11/lib/ -is

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

2020-11-19 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97504 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Comme

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

2020-11-20 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97504 --- Comment #34 from John David Anglin --- Still fails on hppa2.0-hp-hpux11.11: /test/gnu/gcc/objdir/./gcc/xgcc -B/test/gnu/gcc/objdir/./gcc/ -B/opt/gnu/gcc/gcc -11/hppa2.0w-hp-hpux11.11/bin/ -B/opt/gnu/gcc/gcc-11/hppa2.0w-hp-hpux11.11/lib/ -isy

[Bug inline-asm/97987] New: FAIL: gcc.c-torture/compile/asmgoto-2.c

2020-11-25 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97987 Bug ID: 97987 Summary: FAIL: gcc.c-torture/compile/asmgoto-2.c Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: inline-asm

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

2020-11-27 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97504 --- Comment #37 from John David Anglin --- Created attachment 49638 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49638&action=edit Fix for hppa-hpux

[Bug libstdc++/98003] FAIL: 27_io/basic_syncbuf/sync_ops/1.cc (test for excess errors)

2020-11-30 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98003 --- Comment #1 from John David Anglin --- spawn /test/gnu/gcc/objdir/./gcc/xg++ -shared-libgcc -B/test/gnu/gcc/objdir/./gc c -nostdinc++ -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src -L/tes t/gnu/gcc/objdir/hppa64-hp-hpux11.11/libst

[Bug other/97305] New: options-save.c:8526:26: error: unused variable 'mask'

2020-10-06 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97305 Bug ID: 97305 Summary: options-save.c:8526:26: error: unused variable 'mask' Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug bootstrap/98506] New: ../../gcc/libcody/resolver.cc:178:43: error: 'O_CLOEXEC' was not declared in thi s scope

2021-01-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98506 Bug ID: 98506 Summary: ../../gcc/libcody/resolver.cc:178:43: error: 'O_CLOEXEC' was not declared in thi s scope Product: gcc Version: 11.0 Status: UNCONFIRMED S

[Bug bootstrap/98506] ../../gcc/libcody/resolver.cc:178:43: error: 'O_CLOEXEC' was not declared in thi s scope

2021-01-06 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98506 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug other/98689] New: FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O1 execution test

2021-01-14 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98689 Bug ID: 98689 Summary: FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O1 execution test Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug testsuite/97987] FAIL: gcc.c-torture/compile/asmgoto-2.c

2021-01-18 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97987 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/98689] [11 Regression] FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O1 execution test

2021-01-21 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98689 John David Anglin changed: What|Removed |Added Summary|FAIL: |[11 Regression] FAIL:

[Bug middle-end/98689] [11 Regression] FAIL: gcc.dg/torture/stackalign/builtin-return-1.c -O1 execution test

2021-01-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98689 John David Anglin changed: What|Removed |Added CC||rsandifo at sources dot redhat.com

[Bug bootstrap/98809] New: sem_util.adb:885:30: "T" conflicts with declaration at line 881

2021-01-24 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98809 Bug ID: 98809 Summary: sem_util.adb:885:30: "T" conflicts with declaration at line 881 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/98809] sem_util.adb:885:30: "T" conflicts with declaration at line 881

2021-01-25 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98809 John David Anglin changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/84877] Local stack copy of BLKmode parameter on the stack is not aligned when the requested alignment exceeds MAX_SUPPORTED_STACK_ALIGNMENT

2021-01-29 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84877 --- Comment #21 from John David Anglin --- Still present on trunk.

[Bug tree-optimization/98243] gcc.dg/gomp/simd-2.c etc. FAIL

2021-01-29 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98243 John David Anglin changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c/98892] New: FAIL: gcc.dg/plugin/diagnostic-test-expressions-1.c

2021-01-29 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98892 Bug ID: 98892 Summary: FAIL: gcc.dg/plugin/diagnostic-test-expressions-1.c Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug testsuite/98964] New: FAIL: g++.dg/cpp0x/constexpr-52830.C -std=c++14 (test for excess errors)

2021-02-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98964 Bug ID: 98964 Summary: FAIL: g++.dg/cpp0x/constexpr-52830.C -std=c++14 (test for excess errors) Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/77691] [8/9/10/11 regression] experimental/memory_resource/resource_adaptor.cc FAILs

2021-02-17 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77691 --- Comment #45 from John David Anglin --- We see this fail on hppa-linux: https://buildd.debian.org/status/fetch.php?pkg=mysql-8.0&arch=hppa&ver=8.0.23-3&stamp=1613526368&raw=0 [ 49%] Building CXX object storage/innobase/CMakeFiles/innobase.dir

[Bug testsuite/99175] New: FAIL: g++.dg/modules/bad-mapper-1.C -std=c++17 (test for errors, line )

2021-02-19 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99175 Bug ID: 99175 Summary: FAIL: g++.dg/modules/bad-mapper-1.C -std=c++17 (test for errors, line ) Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug testsuite/99177] New: FAIL: g++.dg/modules/adl-1 -std=c++17 link

2021-02-19 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99177 Bug ID: 99177 Summary: FAIL: g++.dg/modules/adl-1 -std=c++17 link Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsui

[Bug target/85074] FAIL: g++.dg/torture/pr81812.C (test for excess errors)

2021-02-22 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85074 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug target/99231] New: FAIL: c-c++-common/attr-retain-5.c -std=gnu++98 (test for excess errors)

2021-02-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99231 Bug ID: 99231 Summary: FAIL: c-c++-common/attr-retain-5.c -std=gnu++98 (test for excess errors) Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug target/99231] FAIL: c-c++-common/attr-retain-5.c -std=gnu++98 (test for excess errors)

2021-02-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99231 --- Comment #1 from John David Anglin --- dave@atlas:~/gnu/gcc/gcc$ ld --version GNU ld (GNU Binutils for Debian) 2.35.2

[Bug testsuite/99292] New: FAIL: gcc.c-torture/compile/pr98096.c -O0 (test for excess errors)

2021-02-26 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99292 Bug ID: 99292 Summary: FAIL: gcc.c-torture/compile/pr98096.c -O0 (test for excess errors) Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/99307] New: FAIL: gfortran.dg/class_assign_4.f90 -O0 execution test

2021-02-27 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99307 Bug ID: 99307 Summary: FAIL: gfortran.dg/class_assign_4.f90 -O0 execution test Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Prio

[Bug bootstrap/100734] New: /test/gnu/gcc/objdir/gcc/include-fixed/stdlib.h:291:8: internal compiler error: in from_mode_char, at attribs.h:304

2021-05-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100734 Bug ID: 100734 Summary: /test/gnu/gcc/objdir/gcc/include-fixed/stdlib.h:291:8: internal compiler error: in from_mode_char, at attribs.h:304 Product: gcc Version:

[Bug target/100734] [12 Regression] /test/gnu/gcc/objdir/gcc/include-fixed/stdlib.h:291:8: internal compiler error: in from_mode_char, at attribs.h:304

2021-05-25 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100734 John David Anglin changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comme

[Bug target/100734] [12 Regression] /test/gnu/gcc/objdir/gcc/include-fixed/stdlib.h:291:8: internal compiler error: in from_mode_char, at attribs.h:304

2021-05-25 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100734 --- Comment #5 from John David Anglin --- Breakpoint 1, attr_access::from_mode_char ( c=) at ../../gcc/gcc/attribs.h:304 304 gcc_unreachable (); (gdb) bt #0 attr_access::from_mode_char ( c=) at ../../gcc/gcc/attribs.h:304

[Bug target/100734] [12 Regression] /test/gnu/gcc/objdir/gcc/include-fixed/stdlib.h:291:8: internal compiler error: in from_mode_char, at attribs.h:304

2021-06-05 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100734 John David Anglin changed: What|Removed |Added Component|middle-end |target --- Comment #12 from John Da

[Bug target/100734] [12 Regression] /test/gnu/gcc/objdir/gcc/include-fixed/stdlib.h:291:8: internal compiler error: in from_mode_char, at attribs.h:304

2021-06-05 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100734 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/107616] c++tools: select not found breaks build

2023-01-07 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107616 --- Comment #2 from John David Anglin --- Patch: https://gcc.gnu.org/pipermail/gcc-patches/2023-January/609536.html

[Bug libstdc++/108235] FAIL: g++.dg/compat/abi/bitfield1 cp_compat_x_tst.o-cp_compat_y_tst.o link

2023-01-08 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108235 John David Anglin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/108228] /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol '_ZN9__gnu_cxx21zoneinfo_dir_ov errideEv'

2023-01-08 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108228 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug libstdc++/77691] [10/11/12/13 regression] experimental/memory_resource/resource_adaptor.cc FAILs

2023-01-08 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77691 --- Comment #54 from John David Anglin --- Created attachment 54213 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54213&action=edit Patch to fix test failure on hppa64-hp-hpux11.11

[Bug c++/107616] c++tools: select not found breaks build

2023-01-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107616 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/108457] New: tree-ssa-loop-niter.cc:2255:23: warning: variable 'mode' set but not used

2023-01-18 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108457 Bug ID: 108457 Summary: tree-ssa-loop-niter.cc:2255:23: warning: variable 'mode' set but not used Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: norm

[Bug testsuite/108469] New: FAIL: g++.dg/pr104869.C (test for excess errors)

2023-01-19 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108469 Bug ID: 108469 Summary: FAIL: g++.dg/pr104869.C (test for excess errors) Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/108602] New: FAIL: g++.dg/modules/xtreme-header-5_c.C -std=c++2b (test for excess errors)

2023-01-30 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108602 Bug ID: 108602 Summary: FAIL: g++.dg/modules/xtreme-header-5_c.C -std=c++2b (test for excess errors) Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: n

[Bug other/108907] New: ira-color.cc:3028:1: error: definition in block 5 follows the use

2023-02-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108907 Bug ID: 108907 Summary: ira-color.cc:3028:1: error: definition in block 5 follows the use Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug other/108907] ira-color.cc:3028:1: error: definition in block 5 follows the use

2023-02-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108907 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRME

[Bug c++/104620] New: FAIL: g++.dg/cpp23/consteval-if2.C -std=gnu++20 (test for errors)

2022-02-21 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104620 Bug ID: 104620 Summary: FAIL: g++.dg/cpp23/consteval-if2.C -std=gnu++20 (test for errors) Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug target/106458] New: [12 Regression] glibc's malloc/tst-scratch_buffer.c test is miscompiled with gcc-12

2022-07-27 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106458 Bug ID: 106458 Summary: [12 Regression] glibc's malloc/tst-scratch_buffer.c test is miscompiled with gcc-12 Product: gcc Version: 12.1.0 Status: UNCONFIRMED Se

[Bug target/106458] [12 Regression] glibc's malloc/tst-scratch_buffer.c test is miscompiled with gcc-12

2022-07-27 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106458 --- Comment #1 from John David Anglin --- Created attachment 53364 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53364&action=edit .i file

[Bug target/106458] [12 Regression] glibc's malloc/tst-scratch_buffer.c test is miscompiled with gcc-12

2022-07-27 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106458 --- Comment #2 from John David Anglin --- Created attachment 53365 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53365&action=edit .s file generated with gcc-11

[Bug target/106458] [12 Regression] glibc's malloc/tst-scratch_buffer.c test is miscompiled with gcc-12

2022-07-27 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106458 --- Comment #3 from John David Anglin --- Created attachment 53366 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53366&action=edit .s file generated with gcc-12

[Bug analyzer/106479] New: FAIL: gcc.dg/analyzer/pr104308.c (test for warnings, line 9)

2022-07-29 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106479 Bug ID: 106479 Summary: FAIL: gcc.dg/analyzer/pr104308.c (test for warnings, line 9) Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/106480] New: FAIL: gcc.dg/Warray-bounds-48.c pr102706 (test for warnings, line 33)

2022-07-29 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106480 Bug ID: 106480 Summary: FAIL: gcc.dg/Warray-bounds-48.c pr102706 (test for warnings, line 33) Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug testsuite/105959] new test case c-c++-common/diagnostic-format-sarif-file-4.c from r13-967-g6cf276ddf22066 fails

2022-07-29 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105959 John David Anglin changed: What|Removed |Added Build|powerpc64-linux-gnu,|powerpc64-linux-gnu,

[Bug tree-optimization/106458] [12/13 Regression] glibc's malloc/tst-scratch_buffer.c test is miscompiled with gcc-12

2022-08-04 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106458 John David Anglin changed: What|Removed |Added Component|target |tree-optimization --- Comment #8 fr

[Bug tree-optimization/106458] [12/13 Regression] glibc's malloc/tst-scratch_buffer.c test is miscompiled with gcc-12

2022-08-07 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106458 --- Comment #9 from John David Anglin --- Created attachment 53422 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53422&action=edit Tree dump First tree dumps that differ.

[Bug tree-optimization/106458] [12/13 Regression] glibc's malloc/tst-scratch_buffer.c test is miscompiled with gcc-12

2022-08-07 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106458 --- Comment #10 from John David Anglin --- Created attachment 53423 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53423&action=edit Tree dump

[Bug middle-end/106806] [13 regression] gcc.dg/tree-ssa/gen-vect-34.c fails after r13-2333-gca8f4e8af14869

2022-09-07 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106806 John David Anglin changed: What|Removed |Added Last reconfirmed||2022-09-07 Status|UNCON

[Bug tree-optimization/106960] New: [12/13 Regression] Incorrect optimization of signed integer comparisons

2022-09-17 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106960 Bug ID: 106960 Summary: [12/13 Regression] Incorrect optimization of signed integer comparisons Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: norm

[Bug analyzer/107249] New: ipa-sra.cc:3030:1: error: insertion out of range in 'bit_insert_expr'

2022-10-13 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107249 Bug ID: 107249 Summary: ipa-sra.cc:3030:1: error: insertion out of range in 'bit_insert_expr' Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug ipa/107249] ipa-sra.cc:3030:1: error: insertion out of range in 'bit_insert_expr'

2022-10-13 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107249 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug tree-optimization/94920] Failure to optimize abs pattern from arithmetic with selected operands based on comparisons with 0

2022-10-14 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94920 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Comme

[Bug libstdc++/103890] New: Generated baseline symbol file seems to have redundant lines

2022-01-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103890 Bug ID: 103890 Summary: Generated baseline symbol file seems to have redundant lines Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug target/47867] lto language is not supported on 32-bit HP-UX

2022-01-10 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47867 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/104129] New: FAIL: gcc.dg/torture/pr57147-2.c -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)

2022-01-19 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104129 Bug ID: 104129 Summary: FAIL: gcc.dg/torture/pr57147-2.c -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors) Product: gcc Version:

[Bug tree-optimization/103121] [12 Regression] Warnings in cp/optimize.c causing build failure

2022-01-20 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103121 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug tree-optimization/88443] [meta-bug] bogus/missing -Wstringop-overflow warnings

2022-01-20 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88443 Bug 88443 depends on bug 103121, which changed state. Bug 103121 Summary: [12 Regression] Warnings in cp/optimize.c causing build failure https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103121 What|Removed |Added

[Bug target/19336] HPPA64 does not support TImode

2022-01-20 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19336 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/99487] [10 Regression] ICE during RTL pass: final in expand_function_start on hppa-linux-gnu

2022-01-20 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99487 John David Anglin changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/40505] hppa: ICE: in expand_expr_addr_expr_1, at expr.c:6830

2022-01-20 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40505 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/104176] New: opts-global.cc:420:62: error: unquoted option name '--enable-plugin' in format

2022-01-21 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104176 Bug ID: 104176 Summary: opts-global.cc:420:62: error: unquoted option name '--enable-plugin' in format Product: gcc Version: 12.0 Status: UNCONFIRMED Severity:

[Bug testsuite/104246] New: FAIL: g++.dg/cpp0x/constexpr-compare2.C -std=c++20 (test for excess errors)

2022-01-26 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104246 Bug ID: 104246 Summary: FAIL: g++.dg/cpp0x/constexpr-compare2.C -std=c++20 (test for excess errors) Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: n

[Bug testsuite/99175] FAIL: g++.dg/modules/bad-mapper-1.C -std=c++17 (test for errors, line )

2022-01-28 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99175 John David Anglin changed: What|Removed |Added Host|hppa2.0w-hp-hpux11.11 |hppa*-*-hpux* Build|hpp

[Bug analyzer/104273] New: FAIL: gcc.dg/analyzer/pr103526.c (test for bogus messages, line 31)

2022-01-28 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104273 Bug ID: 104273 Summary: FAIL: gcc.dg/analyzer/pr103526.c (test for bogus messages, line 31) Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug analyzer/104274] New: FAIL: gcc.dg/analyzer/pr97029.c (test for excess errors)

2022-01-28 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104274 Bug ID: 104274 Summary: FAIL: gcc.dg/analyzer/pr97029.c (test for excess errors) Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Prio

[Bug target/104363] hppa: __asm__ directive .global and multiple .symver not supported

2022-02-03 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104363 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Comm

[Bug other/103121] New: Warnings

2021-11-07 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103121 Bug ID: 103121 Summary: Warnings Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at

[Bug tree-optimization/103121] [12 Regression] Warnings in cp/optimize.c causing build failure

2021-11-08 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103121 --- Comment #4 from John David Anglin --- Created attachment 51748 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51748&action=edit Preprocessed source

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2021-11-28 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 John David Anglin changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug d/103558] New: perf_event.d:2076:32: error: module 'bitmanip' is in file 'std/bitmanip.d' which cannot be read

2021-12-04 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103558 Bug ID: 103558 Summary: perf_event.d:2076:32: error: module 'bitmanip' is in file 'std/bitmanip.d' which cannot be read Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug tree-optimization/102162] New: Byte-wise access optimized away at -O1 and above

2021-09-01 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102162 Bug ID: 102162 Summary: Byte-wise access optimized away at -O1 and above Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug tree-optimization/102162] Byte-wise access optimized away at -O1 and above

2021-09-01 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102162 --- Comment #1 from John David Anglin --- Created attachment 51395 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51395&action=edit Second test case Changing the optimization of get_unaligned_le32 to 0 results in correct code generation.

[Bug libgomp/102246] New: [11 Regression] libgomp build broken on hppa64-hp-hpux*

2021-09-08 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102246 Bug ID: 102246 Summary: [11 Regression] libgomp build broken on hppa64-hp-hpux* Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Prior

[Bug debug/102373] New: Segmentation fault in dwarf2out.c, line 32744

2021-09-16 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102373 Bug ID: 102373 Summary: Segmentation fault in dwarf2out.c, line 32744 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: de

[Bug ada/102450] New: GCC error: in set_min_and_max_values_for_integral_type, at stor-layout.c:2851

2021-09-22 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102450 Bug ID: 102450 Summary: GCC error: in set_min_and_max_values_for_integral_type, at stor-layout.c:2851 Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug debug/102373] Segmentation fault in dwarf2out.c, line 32744

2021-10-01 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102373 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/106458] [12/13 Regression] glibc's malloc/tst-scratch_buffer.c test is miscompiled with gcc-12

2022-11-05 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106458 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/107616] New: c++tools: select not found breaks build

2022-11-10 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107616 Bug ID: 107616 Summary: c++tools: select not found breaks build Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/107616] c++tools: select not found breaks build

2022-11-10 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107616 --- Comment #1 from John David Anglin --- Created attachment 53870 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53870&action=edit Patch Fix build of server.cc when select is not present.

[Bug c++/107638] New: [13 Regression] options.h:239:36: error: token "." is not valid in preprocessor expressions

2022-11-11 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107638 Bug ID: 107638 Summary: [13 Regression] options.h:239:36: error: token "." is not valid in preprocessor expressions Product: gcc Version: 13.0 Status: UNCONFIRMED

[Bug c++/107638] [13 Regression] options.h:239:36: error: token "." is not valid in preprocessor expressions

2022-11-15 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107638 John David Anglin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/107561] [13 Regression] g++.dg/pr71488.C and [g++.dg/warn/Warray-bounds-16.C -m32] regression due to -Wstringop-overflow problem

2022-12-14 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107561 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug testsuite/106120] [13 regression] g++.dg/warn/Wstringop-overflow-4.C fails since r13-1268-g8c99e307b20c50

2022-12-14 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106120 John David Anglin changed: What|Removed |Added Last reconfirmed||2022-12-14 Ever confirmed|0

[Bug debug/107231] [13 Regression] c-c++-common/goacc/kernels-loop-g.c: '-fcompare-debug' failure (length)

2022-12-14 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107231 John David Anglin changed: What|Removed |Added Last reconfirmed||2022-12-14 Ever confirmed|0

  1   2   3   4   5   >