[Bug target/96456] New: [10 Regression] ICE in expand_insn, at optabs.c:7511 on s390x-linux-gnu

2020-08-04 Thread doko at debian dot org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with the gcc-10 branch 20200725 on s390x-linux-gnu. worked around by dropping to -O2, or either removing the -ffast-math or

[Bug lto/95604] LTO doesn't pick up -fcf-protection flag for the link step

2020-09-11 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95604 Matthias Klose changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug libstdc++/39868] libstdc++ generates man pages, which conflict with the linux manpages

2009-04-29 Thread doko at debian dot org
--- Comment #6 from doko at debian dot org 2009-04-29 21:36 --- Subject: Re: libstdc++ generates man pages, which conflict with the linux manpages bkoz at gcc dot gnu dot org schrieb: > --- Comment #1 from bkoz at gcc dot gnu dot org 2009-04-27 22:35 --- > > Is

[Bug libstdc++/40038] [4.4/4.5 regression] symbols ce...@glibcxx_3.4.3 not exported

2009-05-13 Thread doko at debian dot org
--- Comment #11 from doko at debian dot org 2009-05-13 16:28 --- Subject: Re: [4.4/4.5 regression] symbols ce...@glibcxx_3.4.3 not exported bkoz at gcc dot gnu dot org schrieb: > --- Comment #10 from bkoz at gcc dot gnu dot org 2009-05-12 23:01 --- > > Sorry for

[Bug go/95061] New: shared libgo library not found when running the testsuite

2020-05-11 Thread doko at debian dot org
Priority: P3 Component: go Assignee: ian at airs dot com Reporter: doko at debian dot org CC: cmang at google dot com Target Milestone: --- seen with a 10.1 build in the test log: /tmp/TestDeathSignal940117740/a.out: error while loading shared libraries

[Bug other/95316] New: [10 Regression] binary built with -fopenacc fails to run when not all offload compilers are installed that were configured

2020-05-25 Thread doko at debian dot org
Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- This is usage regression; in gcc-9 building with gcc-9 -o

[Bug other/95316] Offload compilation fails when not all offload compilers are installed that were configured

2020-05-26 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95316 --- Comment #2 from Matthias Klose --- I see it as a usage regression, because suddenly a developer using the nxptx offloading gets an error message about an unrelated offload compiler that didn't exist before.

[Bug lto/95604] New: LTO doesn't pick up -fcf-protection flag for the link step

2020-06-09 Thread doko at debian dot org
ormal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org CC: marxin at gcc dot gnu.org Target Milestone: --- Building the example from PR93966 with the -fcf-protection flag in the compile step, but not i

[Bug lto/95605] New: LTO and object files generated by dtrace -G

2020-06-09 Thread doko at debian dot org
Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org CC: marxin at gcc dot gnu.org Target Milestone: --- An object file generated with dtrace -G doesn't have a .gnu.lto_.opts section. Afaiu the lto linking is supposed to merge all flags

[Bug lto/95604] LTO doesn't pick up -fcf-protection flag for the link step

2020-06-09 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95604 --- Comment #2 from Matthias Klose --- Really? The documentation states: The macro "__CET__" is defined when -fcf-protection is used. so it's a preprocessor option as well?

[Bug lto/95605] LTO and object files generated by dtrace -G

2020-06-09 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95605 --- Comment #3 from Matthias Klose --- dtrace -G calls gcc to generate the .o file, and you can use the CC and CFLAGS environment vars to inject the options you need. Ugly, but you can avoid that by passing the appropriate options.

[Bug c++/95678] New: [9 Regression] ICE in dependent_type_p, at cp/pt.c:25610

2020-06-15 Thread doko at debian dot org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with the gcc-9 branch 20200518, not with the gcc-10 branch. $ cat unique.ii # 7 "" 3 template struct c { using d = b; temp

[Bug c++/95678] [9 Regression] ICE in dependent_type_p, at cp/pt.c:25610

2020-06-15 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95678 --- Comment #2 from Matthias Klose --- the gcc-9 branch from 20200408 works for me. 20200615 also fails. : In instantiation of ‘decltype (c::d{l}) c::operator()(bb, e) [with bb = int*; e = unsigned int; b = int*]’: :9:37: internal compiler error

[Bug bootstrap/95721] New: [11 Regression] bootstrap failure on s390x-linux-gnu

2020-06-17 Thread doko at debian dot org
Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- trunk 20200616 fails to build on s390x-linux-gnu. /tmp/ccc8NlUQ.s:46: Error: junk at end of line: `,3' /tmp/ccc8NlUQ.s:49: Error: junk at end of line: `,3&#x

[Bug c++/95838] New: [10 Regression] ICE in (Segmentation Fault)

2020-06-23 Thread doko at debian dot org
++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with the gcc-10 branch 20200616, not with 20200525: $ cat watchdog.ii namespace a { class b { public: virtual ~b(); virtual void c(); }; } // namespace a class d { protected

[Bug c++/95838] [10 Regression] ICE in (Segmentation Fault)

2020-06-23 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95838 --- Comment #1 from Matthias Klose --- also seen with 20200623: ../watchdog.ii: In member function ‘void g::e()’: ../watchdog.ii:20:5: internal compiler error: Segmentation fault 20 | c() | ^ 0x12f56ac crash_signal ../../s

[Bug c++/95838] [10/11 Regression] ICE in (Segmentation Fault)

2020-06-23 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95838 Matthias Klose changed: What|Removed |Added Known to fail||11.0 Summary|[10 Regression]

[Bug bootstrap/96203] LTO bootstrap with --enable-cet is broken

2020-07-15 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96203 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org --- Comment #3

[Bug bootstrap/96203] [11 Regression] LTO bootstrap with --enable-cet is broken

2020-07-16 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96203 --- Comment #7 from Matthias Klose --- Please could you elaborate how this should be revisited?

[Bug bootstrap/96203] [11 Regression] LTO bootstrap with --enable-cet is broken

2020-07-16 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96203 --- Comment #9 from Matthias Klose --- Comment on attachment 48881 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48881 Something like this please could you update gcc/doc/invoke.texi? is error only supposed to be passed in LDFLAGS, not i

[Bug target/96265] New: building nvptx-none on platforms other than x86_64-linux-gnu, e.g. aarch64-linux-gnu and powerpc64le-linux-gnu

2020-07-21 Thread doko at debian dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- The nvptx-target usually is built on x86_64-linux-gnu, but searching the

[Bug target/96265] building nvptx-none on platforms other than x86_64-linux-gnu, e.g. aarch64-linux-gnu and powerpc64le-linux-gnu

2020-07-23 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96265 --- Comment #1 from Matthias Klose --- patch for the target hook posted at https://gcc.gnu.org/pipermail/gcc-patches/2020-July/550534.html

[Bug lto/91724] [8 Regression] profiled lto bootstrap fails on arm-linux-gnueabihf

2020-02-19 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91724 Matthias Klose changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug rtl-optimization/93974] New: [9/10 Regression] ICE in decompose_normal_address, at rtlanal.c:6403 on powerpc64le-linux-gnu

2020-02-28 Thread doko at debian dot org
Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with trunk 20200228, on powerpc64le-linux-gnu, hardening flags and -fPIE turned on by default

[Bug rtl-optimization/93159] [10 Regression] ICE (segfault) during RTL pass on arm-linux-gnueabihf

2020-03-05 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93159 Matthias Klose changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/94129] Using almost any openacc !$acc directive causes ICE "compressed stream: data error"

2020-03-11 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94129 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org --- Comment #3

[Bug fortran/94129] Using almost any openacc !$acc directive causes ICE "compressed stream: data error"

2020-03-11 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94129 --- Comment #7 from Matthias Klose --- $ gfortran-10 -flto -c program.f90 $ readelf -SW program.o | grep lto_.lto [ 6] .gnu.lto_.lto.c7eb6f75a94ea29a PROGBITS cc 08 00 E 0 0 1 $ objdump -s -j .gnu.lto_.l

[Bug bootstrap/94318] New: [10 Regression] endless loop building _sd_to_si.o on powerpc-linux-gnu

2020-03-25 Thread doko at debian dot org
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with trunk 20200324, trying to build a cross compiler on x86_64-linux-gnu: /packages/cross/10/u/gcc-10-cross-5ubuntu1/gcc

[Bug target/94254] [10 regression] r10-7312 causes compiler hangs

2020-03-25 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94254 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org --- Comment #17

[Bug bootstrap/94318] [10 Regression] endless loop building _sd_to_si.o on powerpc-linux-gnu

2020-03-25 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94318 Matthias Klose changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/94368] New: [9/10 Regression] ICE in final_scan_insn_1, at final.c:3074(error: could not split insn) on aarch64-linux-gnu

2020-03-27 Thread doko at debian dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with gcc-9 branch 20200325, with -O1 on aarch64-linux-gnu

[Bug libgomp/94612] Failed to build simple examples with offloading.

2020-04-16 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94612 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org --- Comment #5

[Bug libgomp/94612] Failed to build simple examples with offloading.

2020-04-16 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94612 --- Comment #6 from Matthias Klose --- $ /usr/lib/gcc/x86_64-linux-gnu/10/accel/nvptx-none/mkoffload -v mkoffload: fatal error: COLLECT_GCC must be set. compilation terminated.

[Bug libgomp/94612] Failed to build simple examples with offloading.

2020-04-16 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94612 --- Comment #9 from Matthias Klose --- Both compilers have zstd support. $ gfortran-10 -v prod.f90 -fopenmp -foffload=nvptx-none -o test.x Driving: gfortran-10 -v prod.f90 -fopenmp -foffload=nvptx-none -o test.x -l gfortran -l m -shared-libgcc U

[Bug libgomp/94612] Failed to build simple examples with offloading.

2020-04-16 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94612 --- Comment #11 from Matthias Klose --- Created attachment 48290 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48290&action=edit example files

[Bug go/94633] New: golang 1.14.2 fails to bootstrap using GCC 10 on riscv64-linux-gnu

2020-04-17 Thread doko at debian dot org
Priority: P3 Component: go Assignee: ian at airs dot com Reporter: doko at debian dot org CC: cmang at google dot com Target Milestone: --- tried to bootstrap golang-1.14.2 using GCC trunk, which succeeds on x86_64-linux-gnu, but fails on riscv64

[Bug other/94647] New: [10 Regression] wrong diagnostic with -Werror=format-security

2020-04-18 Thread doko at debian dot org
Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- [forwarded from https://bugs.debian.org/958062] seen with trunk 20200417, works with the gcc-9 branch. $ cat testcase.c /* Compile with gcc

[Bug rtl-optimization/94670] New: ICE in extract_insn, at recog.c:2310 on s390x-linux-gnu with -march=z13

2020-04-20 Thread doko at debian dot org
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- Seen on the gcc-8, gcc-9 branches and trunk, worked around with -O2. $ cat hb-set.ii struct f { long operator[](int i

[Bug rtl-optimization/94670] ICE in extract_insn, at recog.c:2310 on s390x-linux-gnu with -march=z13

2020-04-20 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94670 --- Comment #1 from Matthias Klose --- and works with -march=zEC12

[Bug c++/86469] Dwarf Error: Offset (1678049557) greater than or equal to .debug_str size (5846).

2018-07-12 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86469 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org --- Comment #9

[Bug other/87036] New: -O1/-O2 affects floating point precision on at least i686 and ppc64el

2018-08-21 Thread doko at debian dot org
Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- [forwarded from http://bugs.debian.org/906753] no difference in the results on x86_64-linux-gnu, the bug submitter claims that clang

[Bug go/87260] New: [8 Regression] go fails to build a simple program on arm-linux-gnueabihf

2018-09-09 Thread doko at debian dot org
: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: doko at debian dot org CC: cmang at google dot com Target Milestone: --- this works with the gcc-7-branch, not with the gcc-8-branch. binutils is 2.31.1, glibc is 2.28. GO

[Bug go/87260] [8/9 Regression] go fails to build a simple program on arm-linux-gnueabihf

2018-09-12 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87260 --- Comment #2 from Matthias Klose --- the patch fixes the issue.

[Bug target/88856] New: [8/9 Regression] gfortran producing wrong code with -funroll-loops

2019-01-15 Thread doko at debian dot org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen when build scipy on s390x with the current GCC 8 branch. According to the Debian report [1] this is tracked down to miscompilation

[Bug c++/88995] [8/9 Regression] internal compiler error: in lookup_template_class_1, at cp/pt.c:9471

2019-01-29 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88995 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org --- Comment #4

[Bug rtl-optimization/89115] New: compile time and memory hog

2019-01-30 Thread doko at debian dot org
Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- Created attachment 45565 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45565&action=edit preprocessed source [forwarded from https://bugs.debian.org/918329] this is a

[Bug rtl-optimization/89115] compile time and memory hog

2019-01-30 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89115 --- Comment #1 from Matthias Klose --- $ time powerpc64le-linux-gnu-gcc-8 -c -O1 tagCircle49h12.i real1m43.636s user1m40.884s sys 0m1.759s

[Bug go/89277] New: [9 Regression] libgo memory hogs in libgo testsuite (at least on s390x-linux-gnu)

2019-02-10 Thread doko at debian dot org
: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: doko at debian dot org CC: cmang at google dot com Target Milestone: --- This is seen on the Debian buildds, using 4gb of RAM (and 100GB swap) to run the libgo

[Bug middle-end/89412] New: [8 Regression] bootstrap fails in libgfortran on powerpc64le-linux-gnu

2019-02-19 Thread doko at debian dot org
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with the 8.3 release candidate, tested in i686-linux-gnu (and reported for mips64el and armhf as well), building flang

[Bug middle-end/89412] [8/9 Regression] gcc ICE in simplify_subreg, at simplify-rtx.c:6273 on i686-linux-gnu

2019-02-20 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89412 Matthias Klose changed: What|Removed |Added Summary|[8 Regression] bootstrap|[8/9 Regression] gcc ICE in

[Bug middle-end/89412] [7/8/9 Regression] gcc ICE in simplify_subreg, at simplify-rtx.c:6273 on i686-linux-gnu

2019-02-20 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89412 --- Comment #5 from Matthias Klose --- bug title was a cut and paste error

[Bug jit/87808] gcc_lib_dir is missing from libgccjit's search path

2019-03-20 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808 --- Comment #4 from Matthias Klose --- Understood, that I need binutils. However if you remove the driver (or rename it on your system), then the debug output reads: JIT:entering: virtual void gcc::jit::playback::compile_to_memory::postproce

[Bug c++/89852] New: [9 Regression] ICE in

2019-03-27 Thread doko at debian dot org
: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with trunk r269832, the reduced test is a little bit too much reduced ... $ cat tst_Controller.ii namespace std { namespace chrono { struct a { int b; } typedef microseconds; } // namespace chrono

[Bug c++/89852] [9 Regression] ICE in

2019-03-27 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89852 --- Comment #1 from Matthias Klose --- Created attachment 46035 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46035&action=edit preprocessed source unreduced test case

[Bug objc/91208] New: [10 Regression] bootstrap comparison failure for objc and obj-c++

2019-07-18 Thread doko at debian dot org
Priority: P3 Component: objc Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with trunk r273586 on x86_64-linux-gnu: make[5]: Leaving directory '/home/packages/gcc/snap/gcc-snapshot-20190719/build'

[Bug other/91209] New: gm2 bootstrap comparison failure

2019-07-18 Thread doko at debian dot org
Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with trunk r273586 on x86_64-linux-gnu (and gm2 trunk): gcc/gm2/gm2-compiler-boot/M2Version.o differs make[4]: *** [Makefile:26909: compare] Error 1 make[4]: Leaving directory '

[Bug other/91209] gm2 bootstrap comparison failure

2019-07-19 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91209 --- Comment #2 from Matthias Klose --- no, I'm not sure, but why not use the bug tracker with the recent proposal to merge the gm2 frontend?

[Bug bootstrap/91208] [10 Regression] bootstrap comparison failure for objc and obj-c++

2019-07-19 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91208 --- Comment #1 from Matthias Klose --- my last successful bootstrap is from 20190706, r273162

[Bug bootstrap/91208] [10 Regression] bootstrap comparison failure for objc and obj-c++

2019-07-19 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91208 Matthias Klose changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/91209] gm2 bootstrap comparison failure

2019-07-19 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91209 --- Comment #3 from Matthias Klose --- *** Bug 91208 has been marked as a duplicate of this bug. ***

[Bug jit/87808] gcc_lib_dir is missing from libgccjit's search path when driver is not installed

2019-07-24 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87808 --- Comment #7 from Matthias Klose --- a patch was posted at https://gcc.gnu.org/ml/gcc-patches/2019-03/msg01045.html

[Bug go/91035] [10 Regression] gotools fails to build on s390x-linux-gnu

2019-08-15 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91035 --- Comment #2 from Matthias Klose --- confirmed with trunk 20190815 build dir on https://people.debian.org/~doko/tmp/tst-gotools.tar.xz .L37 referenced in expvar.o

[Bug go/91035] [10 Regression] gotools fails to build on s390x-linux-gnu

2019-08-15 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91035 --- Comment #3 from Matthias Klose --- Created attachment 46718 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46718&action=edit expvar assembler file

[Bug go/91035] [10 Regression] gotools fails to build on s390x-linux-gnu

2019-08-15 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91035 --- Comment #4 from Matthias Klose --- looks like .L34 should be referenced instead of of .L37.

[Bug tree-optimization/91491] New: [9 Regression] glib2.0 build not working when built with -O2 on x86_64-linux-gnu

2019-08-19 Thread doko at debian dot org
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- Created attachment 46731 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46731&action=edit prepr

[Bug lto/91724] New: [8 Regression] profiled lto bootstrap fails on arm-linux-gnueabihf

2019-09-10 Thread doko at debian dot org
Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org CC: marxin at gcc dot gnu.org Target Milestone: --- seen with r275519 on the gcc-8 branch, was working with r274599 /<>/src/libstdc++-v3/l

[Bug bootstrap/91949] New: [10 Regression] bootstrap failure on arm-linux-gnueabihf and s390x-linux-gnu (cannot convert 'bool' to 'const predefined_function_abi*')

2019-10-01 Thread doko at debian dot org
Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with r276387 I

[Bug bootstrap/91949] [10 Regression] bootstrap failure on arm-linux-gnueabihf and s390x-linux-gnu (cannot convert 'bool' to 'const predefined_function_abi*')

2019-10-01 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91949 Matthias Klose changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/92022] New: [8/9 Regression] ICE in alpha_handle_trap_shadows, at config/alpha/alpha.c:8847

2019-10-08 Thread doko at debian dot org
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen while building asymptote on alpha, both with gcc-8 and gcc-9. trunk not tested. $ cat path.ii struct a { a(long

[Bug target/92022] [8/9/10 Regression] ICE in alpha_handle_trap_shadows, at config/alpha/alpha.c:8847

2019-10-10 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92022 --- Comment #2 from Matthias Klose --- yes, that fixes it, at least with a cross compiler. I don't have a native build yet.

[Bug target/92022] [8/9/10 Regression] ICE in alpha_handle_trap_shadows, at config/alpha/alpha.c:8847

2019-10-10 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92022 --- Comment #4 from Matthias Klose --- see https://buildd.debian.org/status/logs.php?pkg=gcc-9&arch=alpha the bootstrap succeeds, but the testsuite times out. That might be an unrelated issue, but I can't tell.

[Bug modula2/92146] New: gm2: the brig, fortran, go and D frontends are missing lang_register_spec_functions

2019-10-18 Thread doko at debian dot org
Severity: normal Priority: P3 Component: modula2 Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- Created attachment 47061 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47061&action=edit patch t

[Bug modula2/92147] New: gm2: modula-2 fails to build on powerpc-linux-gnu

2019-10-18 Thread doko at debian dot org
: modula2 Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- as seen at https://buildd.debian.org/status/fetch.php?pkg=gcc-snapshot&arch=powerpc&ver=1%3A20191017-1&stamp=1571363965&raw=0 modula-2 fails to build on p

[Bug modula2/92148] New: gm2: race condition building gm2 on trunk

2019-10-18 Thread doko at debian dot org
Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- according to https://buildd.debian.org/status/package.php?p=gcc-snapshot the 1:20191017-1 builds on x86_64-linux-gnu and i686-linux-gnu fail when modula-2 is enabled. The build

[Bug lto/92234] New: [10 Regression] ICE verify_gimple failed (profiled lto) on s390x-linux-gnu

2019-10-26 Thread doko at debian dot org
: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org CC: marxin at gcc dot gnu.org Target Milestone: --- seen with r277471 on the trunk, ../../src/gcc/gcov.c: In function 'un

[Bug bootstrap/92235] New: [10 Regression] ICE in host_detect_local_cpu, segfault (profiled lto) on powerpc64le-linux-gnu

2019-10-26 Thread doko at debian dot org
Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with r277471 on the trunk, 0x10861993 crash_signal ../../src/gcc/toplev.c:326 0x1022bfc0

[Bug lto/92234] [10 Regression] ICE verify_gimple failed (profiled lto) on s390x-linux-gnu

2019-10-27 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92234 Matthias Klose changed: What|Removed |Added Keywords||ice-on-valid-code Target|s3

[Bug ipa/92234] [10 Regression] ICE verify_gimple failed (profiled lto) on s390x-linux-gnu

2019-10-29 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92234 --- Comment #2 from Matthias Klose --- same with r277529

[Bug libstdc++/92267] New: crash with a cppunit test case (built by GCC 9) and cpptest (built with GCC 8)

2019-10-29 Thread doko at debian dot org
: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- Created attachment 47126 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47126&action=edit abigail for

[Bug bootstrap/92235] [10 Regression] ICE in host_detect_local_cpu, segfault (profiled lto) on powerpc64le-linux-gnu

2019-10-29 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92235 --- Comment #2 from Matthias Klose --- same with r277529

[Bug modula2/92148] gm2: race condition building gm2 on trunk

2019-10-30 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92148 --- Comment #2 from Matthias Klose --- I will check with the next upload

[Bug ipa/92234] [10 Regression] ICE verify_gimple failed (profiled lto) on s390x-linux-gnu

2019-10-30 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92234 --- Comment #4 from Matthias Klose --- --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr/lib/gcc-snapshot --with-gcc-major-version-only --program-prefix= --enable-shared

[Bug modula2/92147] gm2: modula-2 fails to build on powerpc-linux-gnu

2019-10-30 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92147 --- Comment #2 from Matthias Klose --- this is not about powerpc64le-linux-gnu(64bit little endian), but powerpc-linux-gnu (32bit, big endian).

[Bug target/92318] Nondeterministic ICE with -mcmodel=large -O2

2019-11-04 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92318 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org --- Comment #3

[Bug target/92318] Nondeterministic ICE with -mcmodel=large -O2

2019-11-04 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92318 --- Comment #4 from Matthias Klose --- $ gfortran -v -c -O2 -mcmodel=large diffeq.f Using built-in specs. COLLECT_GCC=gfortran OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured

[Bug target/92318] Nondeterministic ICE with -mcmodel=large -O2

2019-11-04 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92318 --- Comment #5 from Matthias Klose --- same nondetermernistic ICE seen with r276439 from the gcc-7-branch.

[Bug target/92318] Nondeterministic ICE with -mcmodel=large -O2

2019-11-04 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92318 --- Comment #7 from Matthias Klose --- Created attachment 47167 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47167&action=edit valgrind output

[Bug target/92361] New: [8/9 Regression] failing fortran libcgns test on powerpc64le-linux-gnu

2019-11-04 Thread doko at debian dot org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- [forwarded from https://bugs.debian.org/944127] A recently uploaded libcgns 8.4.0-1~exp1 in Debian ftbfs on ppc64el, but succeeds

[Bug target/86139] New: [7/8/9 Regression] ICE in in store_constructor, at expr.c:6849 on aarch64-linux-gnu and arm-linux-gnueabihf

2018-06-13 Thread doko at debian dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- [forwarded from https://bugs.debian.org/901290] seen when building a

[Bug middle-end/86166] New: ICE in convert_move, at expr.c:299 on aarch64-linux-gnu

2018-06-15 Thread doko at debian dot org
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with 5.5.0 and the gcc-6-branch on aarch64-linux-gnu, works with newer versions $ cat Transform.c typedef unsigned short a; # 0 &quo

[Bug target/86139] [7 Regression] ICE in in store_constructor, at expr.c:6849 on arm-linux-gnueabihf

2018-06-15 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86139 Matthias Klose changed: What|Removed |Added Target|arm-linux-gnueabihf,|arm-linux-gnueabihf |

[Bug c++/89928] New: [8 Regression] errors out in c++17 mode

2019-04-02 Thread doko at debian dot org
++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- Created attachment 46074 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46074&action=edit preprocessed source [forwarded from https://bugs.debian.org/926234] fails with

[Bug c++/89928] [8 Regression] errors out in c++17 mode

2019-04-02 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928 --- Comment #1 from Matthias Klose --- $ cat main.ii template class> struct a; template class T1> struct b { a c; }; template class F> struct d; template class F> struct d; $ g++ -std=c++17 main.ii main.ii:3:66: error: template parameter 'te

[Bug c++/89906] [8 Regression] template template parameter redeclared

2019-04-02 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89906 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org --- Comment #1

[Bug c++/89928] [8 Regression] errors out in c++17 mode

2019-04-02 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928 --- Comment #3 from Matthias Klose --- works on the trunk

[Bug c++/89906] [8 Regression] template template parameter redeclared

2019-04-02 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89906 --- Comment #2 from Matthias Klose --- caused by r269512, the fix for PR88419.

[Bug c++/89928] [8 Regression] errors out in c++17 mode

2019-04-02 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928 --- Comment #4 from Matthias Klose --- caused by r269512, the fix for PR88419.

[Bug c++/88419] [7/8 Regression] [ICE] "Same canonical type node for different types" for CTAD in noexcept

2019-04-02 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88419 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org --- Comment #10

[Bug fortran/89981] New: [8/9 Regression] gfortran -pedantic rejects code in 8.3.1 that is accepted with 8.3.0

2019-04-04 Thread doko at debian dot org
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- Created attachment 46091 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46091&action=edit test case

[Bug c++/89994] New: [8 Regression] ICE (segfault) in compare_ics

2019-04-06 Thread doko at debian dot org
++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- $ cat test.ii template class a; namespace b { template class b; template struct c; template struct c> { using e = typename c>>::e; }; template struct c<0, b>

  1   2   3   4   >