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
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 ...
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
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
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.
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66840
Matthias Klose changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868
Matthias Klose changed:
What|Removed |Added
Target||powerpc64le-linux-gnu,
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
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
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
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
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
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
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
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
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
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
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
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
: 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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65737
Matthias Klose changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
||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.
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70997
Matthias Klose changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71816
Matthias Klose changed:
What|Removed |Added
Target|arm-linux-gnueabihf |arm-linux-gnueabihf,
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
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
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'
../.
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
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
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?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868
Matthias Klose changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72807
Matthias Klose changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
||doko at gcc dot gnu.org
|--- |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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99447
Matthias Klose changed:
What|Removed |Added
Status|WAITING |NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99447
--- Comment #22 from Matthias Klose ---
this is a compiler configured with --enable-default--pie
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
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
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.
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
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?
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-
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
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
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
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
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 ../../
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104890
Matthias Klose changed:
What|Removed |Added
Status|WAITING |NEW
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104890
Matthias Klose changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #10 from Matthias Klos
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104889
Matthias Klose changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106145
Matthias Klose changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106919
Matthias Klose changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #2 from Matthias Klose
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106919
--- Comment #3 from Matthias Klose ---
rechecked with 20220920
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
: 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
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107120
Matthias Klose changed:
What|Removed |Added
Resolution|--- |INVALID
Status|WAITING
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92147
Matthias Klose changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
|--- |FIXED
CC||doko at gcc dot gnu.org
--- Comment #2 from Matthias Klose ---
applied some months ago
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106917
Matthias Klose changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|UNCONFIR
|--- |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
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
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
: 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
: 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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105938
Matthias Klose changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
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
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
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
: 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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106156
Matthias Klose changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103944
Matthias Klose changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
--- Comment
: 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
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)
: 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
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.
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
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.
: 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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114420
--- Comment #1 from Matthias Klose ---
ghdl report: https://github.com/ghdl/ghdl/issues/2629
: 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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114424
Matthias Klose changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|DUPLICA
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.
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
701 - 800 of 1009 matches
Mail list logo