From 93954654b87552c4fe0273cab99d0f42f213f7f8 Mon Sep 17 00:00:00 2001
From: Georgi Valkov
Date: Mon, 14 Apr 2025 15:45:59 +0300
Subject: [PATCH] zlib: fix build error with Xcode 16.3
Xcode 16.3 defines TARGET_OS_MAC, it was not defined in prior versions.
zutil.h conditionally defines fdopen as N
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87901
--- Comment #7 from Andrew Pinski ---
Patch set submitted:
https://gcc.gnu.org/pipermail/gcc-patches/2025-April/681366.html
https://gcc.gnu.org/pipermail/gcc-patches/2025-April/681367.html
Note the fixed commit message for the first one is loca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248
Sam James changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119792
--- Comment #14 from Eric Botcazou ---
> FWIW, when I restore my patch on GCC-14 and add the size check to
> useless_type_conversion_p, this then fixes the Ada test case.
>
> diff --git a/gcc/gimple-expr.cc b/gcc/gimple-expr.cc
> index 0477c9d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119792
--- Comment #13 from uecker at gcc dot gnu.org ---
FWIW, when I restore my patch on GCC-14 and add the size check to
useless_type_conversion_p, this then fixes the Ada test case.
diff --git a/gcc/gimple-expr.cc b/gcc/gimple-expr.cc
index 0477c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119856
--- Comment #2 from Walter Spector ---
Having suffered through porting Fortran programs from one compiler to another,
and one system to another, uncountable times over the past 50 years, I am one
who doesn't like "legacy" extensions to be enable
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119848
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-04-17
Resolution|MOVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119856
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Keywords||diagnostic
--- Comment #1 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |MOVED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
--- Comment #5 from Andrew Pinski ---
assert.h comes from libc though ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
Andrew Pinski changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
--- Comment #4 from Andrew Pinski ---
https://wg21.link/P2264R7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
Andrew Pinski changed:
What|Removed |Added
Component|c++ |libbacktrace
CC|
e I/O library.
Tested with todays trunk:
$ gfortran --version
GNU Fortran (GCC) 16.0.0 20250417 (experimental)
Copyright (C) 2025 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PU
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119846
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
--- Comment #2 from Andrew Pinski ---
GCC actually documents this too:
https://gcc.gnu.org/onlinedocs/cpp/Macro-Arguments.html
Even though that is part of the standard.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119855
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
argc, const char * argv[]) {
foo f;
assert(f[0, 0] && "");
}
With the error
:9:25: error: macro 'assert' passed 2 arguments, but takes just 1
9 | assert(f[0, 0] && "");
| ^
In file included from
/opt/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118947
--- Comment #6 from Andrew Pinski ---
The aliasing improvement patch:
https://gcc.gnu.org/pipermail/gcc-patches/2025-April/681345.html
The STRING_CST part was already approved and I will be pushing it tomorrow.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248
Sam James changed:
What|Removed |Added
CC||maskray at google dot com,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
--- Comment #3 from Andrew Pinski ---
double c = split_factor * a;
...
res.x = c-(c-a);
>not compliant with floating point standards
Kinda of.
If you use -std=c23 instead of the default of -std=gnu23 (assuming the trunk,
13 defaulte
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111657
Uroš Bizjak changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118902
Andrew Pinski changed:
What|Removed |Added
Keywords||patch
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111657
--- Comment #10 from Uroš Bizjak ---
Created attachment 61152
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61152&action=edit
Patch that allows rep_prefix_{1,4,8}_byte algorithms from non-default address
space
Attached patch allows rep_p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88512
--- Comment #15 from Jonathan Wakely ---
(In reply to Sergey Fedorov from comment #13)
> Is this the same error? https://github.com/sleuthkit/sleuthkit/issues/3272
No, that is Bug 81967
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836
--- Comment #9 from kargls at comcast dot net ---
(In reply to kargls from comment #4)
> + bool is_pure = e->value.function.isym
> + || (e->value.function.esym
> + && (e->value.function.esym->a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97640
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Depends on|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107360
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-04-17
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16994
Bug 16994 depends on bug 119846, which changed state.
Bug 119846 Summary: function returning vla causes ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119846
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836
--- Comment #8 from anlauf at gcc dot gnu.org ---
The elemental intrinsic MVBITS also works fine. Sample testcase:
! { dg-do compile }
! { dg-additional-options "-O3 -fdump-tree-optimized" }
!
! PR fortran/119836 - elemental intrinsic within BL
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
--- Comment #8 from Gabriel Fougeron ---
Thanks Andrew and Sam for your valuable answers :-)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107360
Andrew Pinski changed:
What|Removed |Added
CC||xiaohuba2021 at 163 dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119847
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119851
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116356
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-04-17
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116356
Andrew Pinski changed:
What|Removed |Added
CC||peppe at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119850
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106902
Andrew Pinski changed:
What|Removed |Added
CC||gabriel.fougeron at hotmail
dot fr
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119848
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler@googlemail.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
--- Comment #6 from Sam James ---
sorry, s/standard/on :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
--- Comment #5 from Sam James ---
It's quite likely we'll switch to -ffp-contract=standard in future.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119843
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88512
--- Comment #14 from Sam James ---
(In reply to Sergey Fedorov from comment #13)
> Is this the same error? https://github.com/sleuthkit/sleuthkit/issues/3272
This GCC bug is about noise in errors (being overly verbose), not about a
failure to bu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119854
Bug ID: 119854
Summary: nvptx offloading: omptests' 'xt-declare-target-ctors':
'unresolved symbol __dso_handle'
Product: gcc
Version: 15.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88512
Sergey Fedorov changed:
What|Removed |Added
CC||vital.had at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837
--- Comment #9 from kargls at comcast dot net ---
On 4/17/25 02:43, jakub at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837
>
> --- Comment #7 from Jakub Jelinek ---
> I can reproduce with xterm, but the ) characte
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119853
Bug ID: 119853
Summary: GCN, nvptx: Review 'DEFAULT_USE_CXA_ATEXIT'
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Keywords: openacc, openmp
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119843
--- Comment #5 from Malik Shahzad MUZAFFAR ---
Created attachment 61151
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61151&action=edit
flex configure log
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119852
--- Comment #1 from Jan Hubicka ---
> the generated file contains entries:
>
> Callgraph
> clone;for_each_rtx_1.isra.0;1;/home/mjambor/gcc/trunk/src/gcc/testsuite/gcc.dg/ipa/pr58106.c;28;1;for_each_rtx_1.isra.0;1;/home/mjambor/gcc/trunk/src/gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118817
--- Comment #18 from Malik Shahzad MUZAFFAR ---
sorry flex conig log should have been attached to a different ticket. I do not
know how to delete it. Can you please delete the flex configure log ?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119843
--- Comment #6 from Jakub Jelinek ---
rpm adds that in Fedora/RHEL and guess some distros based on that.
You need to actively remove it for building of gcc, or at least arrange it
doesn't apply to anything but what is built with the system gcc a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118817
--- Comment #17 from Malik Shahzad MUZAFFAR ---
Created attachment 61150
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61150&action=edit
flex configure log
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119843
--- Comment #4 from Malik Shahzad MUZAFFAR ---
Jakub Jelinek , I do not explicitly set `specs`, somehow `configure` picks it
up e.g. I see that all gcc prerequisites package s( e.g. flex, elfutils ,
bison) which are built using system gcc adds `
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119852
Bug ID: 119852
Summary: The output of -fdump-ipa-clones can contain "(null)"
as the suffix/reason for cloning
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119851
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119851
Sam James changed:
What|Removed |Added
Target Milestone|--- |12.4
Summary|[13/14/15/16 regres
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119851
Bug ID: 119851
Summary: [13/14/15/16 regression] -O2 -Q --help=common suggests
-ftree-vectorize is disabled by default (since
r12-4240-g2b8453c401b699)
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119850
Bug ID: 119850
Summary: #pragma GCC diagnostic ignored "-Wstrict-overflow" is
ignored
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119839
--- Comment #5 from Anton Blanchard ---
Thanks for the detailed response. It is using -fno-strict-aliasing as you
suspected.
It sounds like there isn't a whole lot we can do, perhaps we could look deeper
into how things got partitioned, but the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
--- Comment #2 from Gabriel Fougeron ---
Thanks a bunch for your answer.
So if I understand correctly, the default options of GCC are not meant to be
standard compliant, this is not a bug.
Can you please confirm / infirm ?
Best,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837
--- Comment #8 from Andreas Schwab ---
Probably an interaction with the xn glitch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119843
--- Comment #2 from Malik Shahzad MUZAFFAR ---
> You miss the plugin annobin. You need to either install it and/or report
> the bug to your distribution that added a dependency on that plugin.
Thanks Mikael Morin for the suggestion. I see th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119843
Jakub Jelinek changed:
What|Removed |Added
CC||nickc at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119846
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*
--- Comment #1 from Richard
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119351
Tamar Christina changed:
What|Removed |Added
Priority|P1 |P2
--- Comment #23 from Tamar Christi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119840
Richard Biener changed:
What|Removed |Added
Keywords||testsuite-fail
--- Comment #3 from Ric
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119840
--- Comment #2 from GCC Commits ---
The master branch has been updated by Tomasz Kaminski :
https://gcc.gnu.org/g:930b504b598864ba1774eb209a748ed76b6fc7c1
commit r15-9551-g930b504b598864ba1774eb209a748ed76b6fc7c1
Author: Tomasz KamiÅski
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119849
--- Comment #2 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:5d05d496b2b4a3d4674b2e5a46d3a355abf4055d
commit r15-9552-g5d05d496b2b4a3d4674b2e5a46d3a355abf4055d
Author: Jakub Jelinek
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119841
Richard Biener changed:
What|Removed |Added
Keywords||testsuite-fail
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119234
Richard Biener changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119849
--- Comment #1 from Jakub Jelinek ---
Or perhaps easiest for now just add
#ifdef __gnu_linux__
and
#endif
around the gnu_pinned_mem cases?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119849
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119849
Bug ID: 119849
Summary: libgomp.c++/allocator-1.C etc. FAIL
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgomp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119351
Tamar Christina changed:
What|Removed |Added
Target Milestone|15.0|14.3
Summary|[15 Regressio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119837
--- Comment #7 from Jakub Jelinek ---
I can reproduce with xterm, but the ) character is clearly there when I strace
it:
write(2, "\33[01m\33[Kpr119837.f90:2:9:\33[m\33[K\n\n2 | i =
6Habcdef\n |
\33[01;35m\33[K1\33[m\33[K\n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119351
--- Comment #21 from GCC Commits ---
The master branch has been updated by Tamar Christina :
https://gcc.gnu.org/g:7cf5503e0af52f5b726da4274a148590c57a458a
commit r15-9550-g7cf5503e0af52f5b726da4274a148590c57a458a
Author: Tamar Christina
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119834
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119848
Bug ID: 119848
Summary: Concept check makes it impossible to return types that
depend on the type being defined
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119847
Bug ID: 119847
Summary: RISC-V:GCC fail to optimize repeated patterns in
volatile operations
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93672
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88443
Bug 88443 depends on bug 117983, which changed state.
Bug 117983 Summary: [12 Regression] -Wstringop-overflow false positive for
__builtin_memmove from vector::insert
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117983
What|Remove
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117983
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118035
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93672
--- Comment #11 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:d143630ff7242ebaf9667667ecc1deb6bb678023
commit r12-11056-gd143630ff7242ebaf9667667ecc1deb6bb678023
Author: Jonathan Wak
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119843
Mikael Morin changed:
What|Removed |Added
CC||mikael at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119834
--- Comment #27 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:22fe83d6fc9f59311241c981bcad58b61e2056d4
commit r15-9548-g22fe83d6fc9f59311241c981bcad58b61e2056d4
Author: Jakub Jelinek
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109162
--- Comment #14 from GCC Commits ---
The master branch has been updated by Tomasz Kaminski :
https://gcc.gnu.org/g:843b273c6851b71407b116584982b0389be4d6fd
commit r15-9547-g843b273c6851b71407b116584982b0389be4d6fd
Author: Tomasz KamiÅski
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117983
--- Comment #11 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:1bfcb247ef2f2b7afb9f4b682740ceb332db86ce
commit r12-11055-g1bfcb247ef2f2b7afb9f4b682740ceb332db86ce
Author: Jonathan Wa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118035
--- Comment #11 from GCC Commits ---
The releases/gcc-12 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:d14333852ebd77b898b3bf1030f9bf5152497345
commit r12-11054-gd14333852ebd77b898b3bf1030f9bf5152497345
Author: Jonathan Wa
> Using compiler option -march=native create code that is not compliant with
> floating point standards for multiplication.
See the documentation of -ffp-contract=STYLE in the manual:
'-ffp-contract=STYLE'
'-ffp-contract=off' disables floating-point expression contraction.
'-ffp-contrac
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119846
Bug ID: 119846
Summary: function returning vla causes ICE
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimizati
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119845
Bug ID: 119845
Summary: Something triggered by -march=native create code that
is not compliant with floating point standards
Product: gcc
Version: 13.3.0
Status: UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119844
--- Comment #1 from printfne at gmail dot com ---
☁ demo gcc15 -v
使用内建 specs。
COLLECT_GCC=/home/yongheng/gcc15/bin/gcc
COLLECT_LTO_WRAPPER=/home/yongheng/gcc15/libexec/gcc/x86_64-pc-linux-gnu/15.0.1/lto-wrapper
目标:x86_64-pc-linux-gnu
配置为:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119844
Bug ID: 119844
Summary: Incomplete types are displayed after the import module
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
1 - 100 of 103 matches
Mail list logo