[Bug c++/43943] "warning: no return statement in function returning non-void" should be an error

2022-04-19 Thread kdevel at vogtner dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43943 Stefan changed: What|Removed |Added CC||kdevel at vogtner dot de --- Comment #8 from

[Bug bootstrap/105298] New: GCC-12-20220410 FTBFS for --enable-languages=[c,c++,]d: configure: error: can't compile D sources!: gcc/d21: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found

2022-04-17 Thread kdevel at vogtner dot de via Gcc-bugs
at vogtner dot de Target Milestone: --- Different from GCC 11.2 GCC 12 does not seem to build gdc without having already a gdc installed. In order to overcome this I use a GCC 11.2 which is installed in a non-std. For this puropose I set PATH=:$PATH export LD_RUN_PATH=/lib64:/lib before gcc-12

[Bug go/85629] GCC 8.1.0: FTBFS: make check fails in Go part

2018-05-04 Thread kdevel at vogtner dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85629 --- Comment #5 from Stefan --- (In reply to Ian Lance Taylor from comment #4) > Which version of which linker are you running? # ld -v GNU ld version 2.20.51.0.2-5.47.el6_9.1 20100205 > For that matter, which version of which assembler? # as

[Bug go/85629] GCC 8.1.0: FTBFS: make check fails in Go part

2018-05-04 Thread kdevel at vogtner dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85629 --- Comment #3 from Stefan --- Created attachment 44073 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44073=edit gotools/cmd_vet-testlog

[Bug bootstrap/85630] New: GCC 8.1.0: Filesystem pollution during build: .cache dir in $HOME

2018-05-03 Thread kdevel at vogtner dot de
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: kdevel at vogtner dot de Target Milestone: --- After a make bootstrap and make test (which failed, Bug 85629) a directory named ".cache" is left over in $HOME. It cont

[Bug bootstrap/85629] New: GCC 8.1.0: FTBFS: make check fails in Go part

2018-05-03 Thread kdevel at vogtner dot de
: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: kdevel at vogtner dot de Target Milestone: --- Centos 6.9 final, X86_64, expect installed, dejagnu not installed $ grep ^FAIL build.log.2018-05-02T20\:49\:37 FAIL: go test cmd/go FAIL: go test runtime FAIL

[Bug bootstrap/84554] New: make check: FAIL: tversion: ERROR! The versions of gmp.h (5.0.5) and libgmp (4.3.1) do not match.

2018-02-25 Thread kdevel at vogtner dot de
Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: kdevel at vogtner dot de Target Milestone: --- OS: centos 6.9 (X86_64) expect: installed dejagnu: NOT installed N=3 langs=ada,c,c++,fortran,go

[Bug web/82686] Debian sid powerpc64-unknown-linux-gnu 4.13.0-1-powerpc64 bootstrap breaks in stage3 with unexpected requirement for bdw-gc

2018-02-15 Thread kdevel at vogtner dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82686 --- Comment #9 from Stefan --- (In reply to Jonathan Wakely from comment #7) > (In reply to Dennis Clarke from comment #6) > > Actually first thing I did was remove a few options from configure stage > > such that I could at least get past this

[Bug c++/79050] internal compiler error: tree code 'template_type_parm' is not supported in LTO streams

2017-01-10 Thread kdevel at vogtner dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79050 --- Comment #1 from Stefan --- Maybe dupe of #77754

[Bug c++/79050] New: internal compiler error: tree code 'template_type_parm' is not supported in LTO streams

2017-01-10 Thread kdevel at vogtner dot de
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kdevel at vogtner dot de Target Milestone: --- Created attachment 40497 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40497=edit testcase $ LANG= g++ -

[Bug other/66309] New: difference of 5.1.0 tarball and 4.9.2 tarball + 4.9.2-5.1.0 patch

2015-05-27 Thread kdevel at vogtner dot de
Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: kdevel at vogtner dot de Target Milestone: --- Downloaded the following files from ftp.gnu.org: sha1sum filename

[Bug go/61840] New: [4.9 regression] sync/atomic FAILs on x86_64-unknown-linux-gnu

2014-07-18 Thread kdevel at vogtner dot de
Priority: P3 Component: go Assignee: ian at airs dot com Reporter: kdevel at vogtner dot de CC: cmang at google dot com first posted in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59432 PASS: runtime/pprof Aborted testing.tRunner [redacted

[Bug go/61840] [4.9 regression] sync/atomic FAILs on x86_64-unknown-linux-gnu

2014-07-18 Thread kdevel at vogtner dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61840 --- Comment #1 from Stefan kdevel at vogtner dot de --- After configuring with --with-arch-32=i686 I get PASS: runtime/pprof Aborted testing.tRunner [redacted]/gcc-4.9.1/bld/gcc-4.9.1/libgo/go/testing/testing.go:392 goroutine 1 [chan

[Bug go/61840] [4.9 regression] sync/atomic FAILs on x86_64-unknown-linux-gnu

2014-07-18 Thread kdevel at vogtner dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61840 --- Comment #4 from Stefan kdevel at vogtner dot de --- Thanks for the comments. I had an old as (binutils 2.19) on the system. After replacing with binutils 2.22 GCC passes the test.

[Bug go/59432] [4.9/4.10 regression] sync/atomic FAILs on Solaris/x86

2014-07-16 Thread kdevel at vogtner dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59432 Stefan kdevel at vogtner dot de changed: What|Removed |Added CC||kdevel at vogtner dot

[Bug other/60843] New: Documentation: 4.5 Integers/C99 6.3.1.3 (reduce modulo 2^N)

2014-04-15 Thread kdevel at vogtner dot de
Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: kdevel at vogtner dot de Section 4.5 states [1]: The result of, or the signal raised by, converting an integer to a signed integer type when the value cannot be represented in an object