[Bug target/66840] New: [5/6 Regression] plugins fail to build on powerpc64le-linux-gnu

2015-07-11 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen while building the gcc-python plugin on powerpc64le-linux-gnu: In file included from /usr/lib/gcc/powerpc64le-linux-gnu/5/plugin

[Bug target/66840] [5/6 Regression] plugins fail to build on powerpc64le-linux-gnu

2015-07-13 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66840 --- Comment #2 from Matthias Klose --- adding this to extra_headers in gcc/config.gcc, it gets installed into /include, adding it to tm_file results in a build error. Not sure where to add it ...

[Bug target/66840] [5/6 Regression] plugins fail to build on powerpc64le-linux-gnu

2015-07-14 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66840 --- Comment #3 from Matthias Klose --- Created attachment 35974 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35974&action=edit patch

[Bug tree-optimization/66868] New: [5/6 Regression] wrong code generated with -O3 (dead code removal?)

2015-07-14 Thread doko at gcc dot gnu.org
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 35975 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35975&action=edit preprocessed

[Bug tree-optimization/66868] [5/6 Regression] wrong code generated with -O3 (dead code removal?)

2015-07-14 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868 --- Comment #2 from Matthias Klose --- the testsuite passes with -fsanitize=undefined (no additional output) and both -fsanitize=undefined -fsanitize-undefined-trap-on-error doesn't abort either.

[Bug target/66840] [5/6 Regression] plugins fail to build on powerpc64le-linux-gnu

2015-07-14 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66840 --- Comment #4 from Matthias Klose --- Author: doko Date: Tue Jul 14 13:47:21 2015 New Revision: 225771 URL: https://gcc.gnu.org/viewcvs?rev=225771&root=gcc&view=rev Log: 2015-07-14 Matthias Klose PR target/66840 * config/rs6

[Bug target/66840] [5/6 Regression] plugins fail to build on powerpc64le-linux-gnu

2015-07-14 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66840 --- Comment #5 from Matthias Klose --- Author: doko Date: Tue Jul 14 13:50:01 2015 New Revision: 225772 URL: https://gcc.gnu.org/viewcvs?rev=225772&root=gcc&view=rev Log: 2015-07-14 Matthias Klose PR target/66840 * config/rs6

[Bug target/66840] [5/6 Regression] plugins fail to build on powerpc64le-linux-gnu

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

[Bug target/66882] New: [4.9 Regression] ICE (Segmentation fault) on powerpc64-linux-gnu building libjava

2015-07-15 Thread doko at gcc dot gnu.org
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- r225765 for powerpc64-linux-gnu on the 4.9 branch fails to build in libjava, while r225135 succeeded. both powerpc-linux

[Bug go/66904] New: cmd/go: "#cgo pkg-config:" comments do not work with gccgo

2015-07-17 Thread doko at gcc dot gnu.org
ty: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: doko at gcc dot gnu.org CC: cmang at google dot com Target Milestone: --- see https://github.com/golang/go/issues/11739

[Bug tree-optimization/66868] [5/6 Regression] wrong code generated with -O3 (dead code removal?)

2015-07-24 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868 Matthias Klose changed: What|Removed |Added Target||powerpc64le-linux-gnu,

[Bug tree-optimization/66868] [5/6 Regression] wrong code generated with -O3 (dead code removal?)

2015-07-24 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868 --- Comment #10 from Matthias Klose --- rechecked with a 5.2.0 release tarball, fails with -O3

[Bug libstdc++/67015] New: "^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscompiled

2015-07-26 Thread doko at gcc dot gnu.org
ty: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 36055 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36055&action=edit regex.cc [for

[Bug libstdc++/67015] "^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscompiled

2015-07-26 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67015 --- Comment #1 from Matthias Klose --- Created attachment 36056 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36056&action=edit regex2.cc

[Bug libstdc++/67015] "^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscompiled

2015-07-27 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67015 --- Comment #3 from Matthias Klose --- patch posted at https://gcc.gnu.org/ml/gcc-patches/2015-07/msg02177.html https://gcc.gnu.org/ml/libstdc++/2015-07/msg00068.html

[Bug tree-optimization/66868] [5/6 Regression] wrong code generated with -O3 (dead code removal?)

2015-07-27 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868 Matthias Klose changed: What|Removed |Added Known to fail||5.1.0 --- Comment #11 from Matthias Klo

[Bug plugins/67122] New: [5/6 Regression] installed plugin headers not sufficient

2015-08-05 Thread doko at gcc dot gnu.org
Priority: P3 Component: plugins Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- [forwarded from https://bugs.debian.org/794605] gcc -E -shared - -o /dev/null -I`gcc -print-file-name=plugin`/include 2>&1 <:1: /u

[Bug target/67143] New: [5/6 Regression] ICE (could not split insn) on aarch64-linux-gnu

2015-08-07 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen when building mysql trunk using trunk r226068, and gcc-5-branch r226354: $ cat btr0btr.ii long a, c; bool b; int d; void

[Bug other/67165] New: please enable libbacktrace to work with compressed debug sections

2015-08-09 Thread doko at gcc dot gnu.org
Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- please enable libbacktrace to work with compressed debug sections. libbacktrace doesn't work with stripped binaries. The unstr

[Bug target/67211] New: [5 Regression] ICE (insn does not satisfy its constraints) on powerpc64le-linux-gnu

2015-08-14 Thread doko at gcc dot gnu.org
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with r226731 from the gcc-5-branch, fails with -O3, succeeds with -O2. on powerpc64le-linux-gnu. not seen with

[Bug target/67211] [5 Regression] ICE (insn does not satisfy its constraints) on powerpc64le-linux-gnu

2015-08-14 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67211 --- Comment #2 from Matthias Klose --- Using built-in specs. COLLECT_GCC=g++ Target: powerpc64le-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.2.1-15ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --ena

[Bug target/67280] New: [5 Regression] wrong C++11 code generated on arm-linux-gnueabihf

2015-08-19 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with the 5 branch svn r226731 on arm-linux-gnueabihf, works with -O1, fails with -O2. works on x86_64 and aarch64. $ cat foo.cc

[Bug go/67284] New: libgo fails to build on trunk r227015 / *-linux-gnu

2015-08-19 Thread doko at gcc dot gnu.org
Component: go Assignee: ian at airs dot com Reporter: doko at gcc dot gnu.org CC: cmang at google dot com Target Milestone: --- libgo ftbfs on the trunk r227015 powerpc64le-linux-gnu: ../../../src/libgo/go/encoding/gob/decode.go: In function

[Bug sanitizer/67308] New: FATAL: ThreadSanitizer: unexpected memory mapping

2015-08-21 Thread doko at gcc dot gnu.org
: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org Target Milestone: --- [forwarded from https

[Bug c++/67369] New: [5/6 Regression] ICE (in tsubst_decl, at cp/pt.c:11302) with -std=c++14

2015-08-27 Thread doko at gcc dot gnu.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with the gcc-5-branch r227166, and trunk r227171 $ cat foo.cc int main() { unsigned const nsz = 0; auto repeat_conditional

[Bug other/65737] [5/6 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf

2015-08-31 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65737 Matthias Klose changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/71622] gcc 5.3.1 crashes when it tries to compile qtbase [dev]

2016-06-22 Thread doko at gcc dot gnu.org
||2016-06-23 CC||doko at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #5 from Matthias Klose --- you need to build and submit the report without precompiled headers. In this form it is not reproducible.

[Bug bootstrap/71816] New: [7 Regression] bootstrap broken on armhf-linux-gnuabihf

2016-07-08 Thread doko at gcc dot gnu.org
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with r238117, gcc configured with --enable-languages=c,ada,c++,java,go,fortran,objc,obj-c++ --prefix=/usr/lib/gcc

[Bug bootstrap/70997] [7 Regression] bootstrap broken on s390x-linux-gnu

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

[Bug bootstrap/71816] [7 Regression] bootstrap broken on armhf-linux-gnuabihf

2016-07-08 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71816 Matthias Klose changed: What|Removed |Added Target|arm-linux-gnueabihf |arm-linux-gnueabihf,

[Bug target/72807] New: [7 Regression] bootstrap broken on armhf-linux-gnuabihf

2016-08-04 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- gnat r239146 fails to build on armhf-linux-gnuabihf, configured with --enable-languages=c,ada,c++,java,go,fortran,objc,obj-c

[Bug libstdc++/72813] New: [6/7 Regression] atomic header cannot be compiled into translation unit with -fkeep-inline-functions

2016-08-05 Thread doko at gcc dot gnu.org
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- $ echo '#include ' > foo.h $ gcc-6 -std=c++11 -fdump-translation-unit -fkeep-inline-fu

[Bug target/72827] New: [7 Regression] gnat bootstrap broken on powerpc64le-linux-gnu

2016-08-07 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20160804 and 20160807: make[5]: Entering directory '/home/doko/gcc/gcc-snapshot-20160804/build/gcc/ada/tools' ../.

[Bug libgcj/72834] New: [5/6/7 Regression] the gij interpreter seems to be broken on linux 64bit big endian targets

2016-08-08 Thread doko at gcc dot gnu.org
Severity: normal Priority: P3 Component: libgcj Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- this used to work with GCC 5, now is broken on the branch, and it doesn't work on the GCC 6 branch and

[Bug target/72851] New: [6/7 Regression] memory hog with -O3 on s390x-linux-gnu

2016-08-09 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 39087 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39087&action=edit preprocessed source seen with the gcc-6

[Bug target/72851] [6/7 Regression] memory hog with -O3 on s390x-linux-gnu

2016-08-10 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72851 --- Comment #5 from Matthias Klose --- configured --with-arch=zEC12, I can reproduce it with a cross as well. so maybe check with -march=zEC12?

[Bug tree-optimization/66868] [5 Regression] wrong code generated with -O3 (dead code removal?)

2016-08-13 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868 Matthias Klose changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/72807] [7 Regression] gnat bootstrap broken on armhf-linux-gnuabihf

2016-08-26 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72807 Matthias Klose changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/99663] [11 Regression] ICE in extract_constrain_insn, at recog.c:2670 on s390x-linux-gnu

2021-03-19 Thread doko at gcc dot gnu.org via Gcc-bugs
||doko at gcc dot gnu.org

[Bug lto/99447] [11 Regression] ICE (segfault) in lookup_page_table_entry

2021-03-26 Thread doko at gcc dot gnu.org via Gcc-bugs
|--- |WORKSFORME CC||doko at gcc dot gnu.org --- Comment #13 from Matthias Klose --- rechecked with trunk 20210321, and gcc-10 branch. I can't reproduce this anymore.

[Bug ipa/99447] [11 Regression] ICE (segfault) in lookup_page_table_entry

2021-03-31 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99447 Matthias Klose changed: What|Removed |Added Status|WAITING |NEW

[Bug ipa/99447] [11 Regression] ICE (segfault) in lookup_page_table_entry

2021-03-31 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99447 --- Comment #22 from Matthias Klose --- this is a compiler configured with --enable-default--pie

[Bug ada/98996] [11 Regression] mips64 ada ftbfs

2021-02-16 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98996 --- Comment #3 from Matthias Klose --- patches posted at https://gcc.gnu.org/pipermail/gcc-patches/2021-February/565312.html https://gcc.gnu.org/pipermail/gcc-patches/2021-February/565313.html

[Bug target/108339] New: riscv64-linux-gnu: fails to link libgcc_s.so on the GCC 10 branch

2023-01-09 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- the gcc-10 branch fails to build on riscv64-linux-gnu with the binutils-2.40 branch, trying to build a cross compiler, building

[Bug target/108339] [11/10 only] riscv64-linux-gnu: fails to link libgcc_s.so on the GCC 10 branch

2023-01-09 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108339 --- Comment #3 from Matthias Klose --- thanks for the pointer. The GCC 11 branch already has the backport.

[Bug target/108567] New: gccrs bootstrap comparison failure on mipsel-linux-gnu

2023-01-26 Thread doko at gcc dot gnu.org via Gcc-bugs
Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with different snapshots, last confirmed with 20230126 on mipsel-linux-gnu (mips64el-linux-gnu bootstrap works): Bootstrap comparison failure! gcc/rust/rust

[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu

2023-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108102 --- Comment #13 from Matthias Klose --- this isn't seen anymore with current trunk. close as worksforme?

[Bug d/104835] New: [12 Regression] libphobos fails to build on mips64el-linux-gnu

2022-03-08 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20220302 on mips64el-linux-gnu: libtool: compile: /<>/build/./gcc/gdc -B/<>/build/./gcc/ -B/usr/mips6 4el-linux-

[Bug d/104889] New: [12 Regression] D frontend fails to link on x86_64-linux-gnux32

2022-03-11 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20220302 on x86_64-linux-gnu during stage1, with x86_64-linux-gnux32-gdc-10 as the bootstrap compiler. /usr/bin/ld: auto

[Bug d/104889] [12 Regression] D frontend fails to link on x86_64-linux-gnux32

2022-03-11 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104889 --- Comment #2 from Matthias Klose --- > Hmm, mixing the library from GCC 10 but compiling with g++-10 ok, I'll check that

[Bug target/104890] New: [12 Regression] fails to build the 32bit libgcc on x86_64-linux-gnu

2022-03-12 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- trunk 20220312 fails to build the 32bit libgcc on x86_64-linux-gnu: /home/packages/gcc/12/gcc-12-12-20220312/build/./gcc/xgcc -B

[Bug target/104890] [12 Regression] fails to build the 32bit libgcc on x86_64-linux-gnu

2022-03-12 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104890 --- Comment #1 from Matthias Klose --- that is only seen when configuring with --enable-default-pie

[Bug target/104890] [12 Regression] fails to build the 32bit libgcc on x86_64-linux-gnu (--enable-default-pie)

2022-03-12 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104890 --- Comment #3 from Matthias Klose --- Created attachment 52616 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52616&action=edit preprocessed source /home/packages/gcc/12/gcc-12-12-20220313/build/./gcc/cc1 -E -quiet -v -I . -I . -I ../../

[Bug target/104890] [12 Regression] fails to build the 32bit libgcc on x86_64-linux-gnu (--enable-default-pie)

2022-03-12 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104890 Matthias Klose changed: What|Removed |Added Status|WAITING |NEW

[Bug target/104890] [12 Regression] fails to build the 32bit libgcc on x86_64-linux-gnu (--enable-default-pie)

2022-03-12 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104890 --- Comment #4 from Matthias Klose --- about the configure options, apparently pie is not the culprit, configuring with --enable-cet is. note that I didn't use --disable-bootstrap.

[Bug target/104890] [12 Regression] fails to build the 32bit libgcc on x86_64-linux-gnu (--enable-cet --with-arch-32=i686)

2022-03-13 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104890 Matthias Klose changed: What|Removed |Added Status|WAITING |NEW --- Comment #10 from Matthias Klos

[Bug d/104889] [12 Regression] D frontend fails to link on x86_64-linux-gnux32

2022-03-18 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104889 Matthias Klose changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/106145] [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu

2022-07-20 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106145 Matthias Klose changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug modula2/106917] New: modula-2 fails to bootstrap with the modula-2 branch ,20220912

2022-09-12 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: modula2 Assignee: gaius at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- the modula-2 branch 20220912 fails to build: echo "GM2_FOR_TARGET " /bin/bash ../../src/gcc/m2/tools-src/makeSy

[Bug target/106919] New: [13 Regression] RTL check: expected code 'set' or 'clobber', have 'if_then_else' in s390_rtx_costs, at config/s390/s390.cc:3672on s390x-linux-gnu

2022-09-12 Thread doko at gcc dot gnu.org via Gcc-bugs
s390.cc:3672on s390x-linux-gnu Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- see

[Bug target/106919] [13 Regression] RTL check: expected code 'set' or 'clobber', have 'if_then_else' in s390_rtx_costs, at config/s390/s390.cc:3672on s390x-linux-gnu

2022-09-22 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106919 Matthias Klose changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from Matthias Klose

[Bug target/106919] [13 Regression] RTL check: expected code 'set' or 'clobber', have 'if_then_else' in s390_rtx_costs, at config/s390/s390.cc:3672on s390x-linux-gnu

2022-09-22 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106919 --- Comment #3 from Matthias Klose --- rechecked with 20220920

[Bug target/106919] [13 Regression] RTL check: expected code 'set' or 'clobber', have 'if_then_else' in s390_rtx_costs, at config/s390/s390.cc:3672on s390x-linux-gnu

2022-09-22 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106919 --- Comment #4 from Matthias Klose --- Created attachment 53611 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53611&action=edit preprocessed source

[Bug target/107112] New: [13 Regression] endless loop building the amdgcn-amdhsa offload compiler

2022-10-01 Thread doko at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20221001, trying to build the amdgcn-amdhsa offload compiler with the just built x86_64-linux-gnu host compiler

[Bug bootstrap/107120] New: [13 Regression] trunk fails to bootstrap on powerpc64le-linux-gnu

2022-10-02 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20221001 on powerpc64le-linux-gnu, glibc 2.35, binutils 2.39: /<>/build/gcc/include-fixed/powerpc64le-lin

[Bug target/107125] New: libobjc fails to build on arc-linux-gnu

2022-10-02 Thread doko at gcc dot gnu.org via Gcc-bugs
Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20221001 on arc-linux-gnu: first, config/arc/arc-arch.h uses NULL, but doesn't include stddef.h then linking of libobjc fails with: libtool: link: /home/pac

[Bug modula2/107245] New: calling makeinfo with --no-headers produces invalid info files

2022-10-13 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: modula2 Assignee: gaius at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- gcc/m2/Make-lang.in calls makeinfo with --no-headers and produces invalid info files, which cannot be used within emacs or the with the info

[Bug bootstrap/107120] [13 Regression] trunk fails to bootstrap on powerpc64le-linux-gnu

2022-10-24 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107120 Matthias Klose changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug ada/107475] New: [10/11/12/13 Regression] libgnat fails to link libgnat.so on systems with older glibc on x86_64-linux-gnux32

2022-10-31 Thread doko at gcc dot gnu.org via Gcc-bugs
Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- This was introduced with the fix and backports of PR103530 on x86_64-linux

[Bug ada/107474] New: [10/11/12/13 Regression] libgnat fails to link libgnat.so on systems with older glibc on x86_64-linux-gnux32

2022-10-31 Thread doko at gcc dot gnu.org via Gcc-bugs
Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- This was introduced with the fix and backports of PR103530 on x86_64-linux

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

2022-11-04 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92147 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org

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

2022-11-04 Thread doko at gcc dot gnu.org via Gcc-bugs
|--- |FIXED CC||doko at gcc dot gnu.org --- Comment #2 from Matthias Klose --- applied some months ago

[Bug modula2/106917] modula-2 fails to bootstrap with the modula-2 branch ,20220912

2022-11-04 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106917 Matthias Klose changed: What|Removed |Added Resolution|--- |WORKSFORME Status|UNCONFIR

[Bug modula2/103574] race condition in bootstrap build, trunk 20211203

2022-11-04 Thread doko at gcc dot gnu.org via Gcc-bugs
|--- |WORKSFORME CC||doko at gcc dot gnu.org --- Comment #1 from Matthias Klose --- had at least one successful build on sparc64-linux-gnu in October 2022

[Bug modula2/107524] New: building html docs from gm2.texi fails due to missing top node

2022-11-04 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: modula2 Assignee: gaius at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Building html docs fails from gm2.texi fails due to missing top node, which is only included in info mode, unlike all other nodes. --- a/gcc

[Bug rust/108102] New: rust bootstrap comparison failure on s390x-linux-gnu

2022-12-14 Thread doko at gcc dot gnu.org via Gcc-bugs
Component: rust Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org Target Milestone: --- seen with trunk 20221214 on s390x-linux-gnu: make[5]: Leaving directory '/<>/build

[Bug modula2/108294] New: soname bump for modula2 runtime libraries

2023-01-05 Thread doko at gcc dot gnu.org via Gcc-bugs
: modula2 Assignee: gaius at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- The soname for the Modula-2 runtime libraries for the compiler based on GCC 12 is 17, and didn't change for GCC 13. Please bump the version to 18, or reset it to 1, so that thes

[Bug target/105938] New: [12 Regression] ICE in get_insn_temp late, at final.cc:2050 on nvptx-none

2022-06-12 Thread doko at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- building the nxptx-none offload compiler with the just built gcc-12 from the branch 20220612 ICEs in: [...] 2204622

[Bug target/105938] [12/13 Regression] ICE in get_insn_temp late, at final.cc:2050 on nvptx-none

2022-06-15 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105938 --- Comment #1 from Matthias Klose --- $ cat libgcc2.i int __subvti3_a, __subvti3_b; void __subvti3() { int w; __builtin_sub_overflow(__subvti3_a, __subvti3_b, &w); } $ /home/packages/gcc/12/gcc-12-12.1.0/build-nvptx/gcc/xgcc -B/home/packa

[Bug target/105938] [12/13 Regression] ICE in get_insn_temp late, at final.cc:2050 on nvptx-none

2022-06-15 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105938 Matthias Klose changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug c++/106001] New: [12 Regression] ICE: nexpected expression 'static_cast(1)' of kind static_cast_expr

2022-06-16 Thread doko at gcc dot gnu.org via Gcc-bugs
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with the gcc-12 branch 20220616 on x86_64-linux-gnu, building the spoa packa

[Bug c++/106011] New: [12 Regression] ICE: unexpected expression 'ElemSize' of kind template_parm_index

2022-06-17 Thread doko at gcc dot gnu.org via Gcc-bugs
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with the gcc-12 branch 20220616, trying to build the 0ad package: $ cat Unified_cpp_js_src4.ii typede

[Bug bootstrap/106145] New: [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu

2022-06-30 Thread doko at gcc dot gnu.org via Gcc-bugs
x-gnu Product: gcc Version: 12.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- this is seen build

[Bug bootstrap/106156] New: [13 Regression] libtool fails to link liblto_plugin.la on riscv64-linux-gnu

2022-06-30 Thread doko at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20220630 on riscv64-linux-gnu, using binutils trunk/2.39. Not seen in the same environment building GCC 11

[Bug bootstrap/106145] [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu

2022-07-01 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106145 --- Comment #2 from Matthias Klose --- also reported as https://sourceware.org/bugzilla/show_bug.cgi?id=29310

[Bug bootstrap/106156] [13 Regression] libtool fails to link liblto_plugin.la on riscv64-linux-gnu

2022-07-13 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106156 Matthias Klose changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug d/103944] [12/13 Regression] Testsuite hang due to libphobos/testsuite/libphobos.gc/forkgc2.d

2022-07-18 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103944 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment

[Bug d/113820] New: [14 Regression] libdruntime fails to build on arm-linux-gnueabi (armv5t)

2024-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20240107, worked with 20240201 before the last merge from D upstream: libtool: compile: /home/packages/cross/14/p

[Bug d/113772] [14 Regression] atomic.d compile error since recent upstream imports.

2024-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113772 --- Comment #14 from Matthias Klose --- the proposed patch also fixes the arm-linux-gnueabi build (armv5t)

[Bug ada/114065] New: gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs

2024-02-22 Thread doko at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org CC: dkm at gcc dot gnu.org Target Milestone: --- trying to build with time_t64 on 32bit archs fails with: g-socket.adb:2860:26: error

[Bug rtl-optimization/114062] "GNAT BUG DETECTED" 13.2.0 (hppa-linux-gnu) in remove, at alloc-pool.h:437

2024-02-23 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114062 --- Comment #2 from Matthias Klose --- this is seen when building with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 and applying the proposed patch from PR114065.

[Bug target/114358] New: [13 Regression] ICE in change_address_1, at emit-rtl.cc:2287 on m68k-linux-gnu

2024-03-15 Thread doko at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- [forwarded from https://bugs.debian.org/1066891] seen with the gcc-13 branch building openssh, removing either the

[Bug libobjc/48626] --enable-objc-gc should be automatic

2024-03-19 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48626 --- Comment #11 from Matthias Klose --- > Note libobjc is not used by many folks even > the GNUStep folks don't use it any more ... that's wrong, looking at least at GNUstep base 1.29.

[Bug target/114419] New: amdgcn offload compiler fails to build with amdgcn tools based on LLVM 18

2024-03-21 Thread doko at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- The amdgcn offload compiler fails to build with amdgcn tools based on LLVM 18: LLVM ERROR: Unsupported AMDHSA Code Object

[Bug target/114420] New: ICE in rs6000_output_function_epilogue, at config/rs6000/rs6000-logue.cc:5371 on powerpc64le-linux-gnu

2024-03-21 Thread doko at gcc dot gnu.org via Gcc-bugs
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen, when trying to build ghdl 4.0.0 using the GCC 13 branch on powerpc64le

[Bug target/114420] ICE in rs6000_output_function_epilogue, at config/rs6000/rs6000-logue.cc:5371 on powerpc64le-linux-gnu

2024-03-21 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114420 --- Comment #1 from Matthias Klose --- ghdl report: https://github.com/ghdl/ghdl/issues/2629

[Bug ada/114424] New: gnat: Ada.Calendar.Clock crashes on 32bit architectures with 64bit time_t

2024-03-21 Thread doko at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org CC: dkm at gcc dot gnu.org Target Milestone: --- [forwarded from https://bugs.debian.org/1067453] Ada packages randomly FTBFS on 32

[Bug ada/114424] gnat: Ada.Calendar.Clock crashes on 32bit architectures with 64bit time_t

2024-03-21 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114424 Matthias Klose changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|DUPLICA

[Bug ada/114065] gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs

2024-03-21 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114065 --- Comment #3 from Matthias Klose --- Created attachment 57763 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57763&action=edit proposed patch is that the correct approach? most likely has to be guarded with a configure option.

[Bug target/114432] New: [13 Regression] ICE in connect_traces, at dwarf2cfi.cc:3079 on s390x-linux-gnu

2024-03-22 Thread doko at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with the gcc-13 branch on s390x-linux-gnu, didn't try trunk yet, fails in Ubuntu with --with-arch=z13 --with

<    3   4   5   6   7   8   9   10   11   >