[Bug tree-optimization/93328] missed optimization opportunity in deserialization code

2020-03-22 Thread pacoarjonilla at yahoo dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93328 --- Comment #3 from Paco Arjonilla --- But this gets optimized indeed! #include using type = std::uint32_t; type foo(type v){ type r = ((v << 24) & 0xFF00) | ((v << 8) & 0x00FF) | ((v >> 8) & 0xFF00)

[Bug tree-optimization/94266] New: aarch64:ICE during GIMPLE pass: forwprop

2020-03-22 Thread qianchao9 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94266 Bug ID: 94266 Summary: aarch64:ICE during GIMPLE pass: forwprop Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

Re: [PATCH] c++: Fix ICE in tsubst_default_argument [PR92010]

2020-03-22 Thread Patrick Palka via Gcc-patches
On Sun, 22 Mar 2020, Patrick Palka wrote: > This patch relaxes an assertion in tsubst_default_argument that exposes a > latent > bug in how we substitute an array type into a cv-qualified wildcard function > parameter type. Concretely, the latent bug is that given the function > template > >

[Bug fortran/94228] Preprocessor inconsistency for macros when invoked from gfortran

2020-03-22 Thread markwayne1969 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94228 --- Comment #6 from Mark Paris --- (In reply to Steve Kargl from comment #5) > On Thu, Mar 19, 2020 at 10:24:10PM +, markwayne1969 at gmail dot com > wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94228 > > > > --- Comment #4 from

[Bug target/90835] Incompatibilities with macOS 10.15 headers

2020-03-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[RS6000] PR94145, make PLT loads volatile

2020-03-22 Thread Alan Modra via Gcc-patches
On Wed, Mar 18, 2020 at 04:53:59PM -0500, Segher Boessenkool wrote: > Could you please send a new patch (could be the same patch even) that > is easier to review for me? The PLT is volatile. On PowerPC it is a bss style section which the dynamic loader initialises to point at resolver stubs

Re: [PATCH] Support the new ("v0") mangling scheme in rust-demangle.

2020-03-22 Thread Eduard-Mihai Burtescu
Ping: https://gcc.gnu.org/pipermail/gcc-patches/2020-March/542012.html Thanks, - Eddy B. On Fri, Mar 13, 2020, at 10:28 PM, Eduard-Mihai Burtescu wrote: > This is the libiberty (mainly for binutils/gdb) counterpart of > https://github.com/alexcrichton/rustc-demangle/pull/23. > > Relevant links

[PATCH] c++: Fix ICE in tsubst_default_argument [PR92010]

2020-03-22 Thread Patrick Palka via Gcc-patches
This patch relaxes an assertion in tsubst_default_argument that exposes a latent bug in how we substitute an array type into a cv-qualified wildcard function parameter type. Concretely, the latent bug is that given the function template template void foo(const T t); one would expect the type

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

2020-03-22 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94254 --- Comment #8 from Segher Boessenkool --- SFmode values are stored as DP IEEE float normally. There may be other cases as well, but this is the obvious one.

[Bug lto/94249] [10 regression] Many -flto -fuse-linker-plugin tests FAIL: could not add symbols

2020-03-22 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94249 --- Comment #9 from dave.anglin at bell dot net --- This is with Debian ld 2.34 on hppa-linux.

[Bug c++/94265] New: wrong warning "duplicated 'if' condition"

2020-03-22 Thread f.heckenb...@fh-soft.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94265 Bug ID: 94265 Summary: wrong warning "duplicated 'if' condition" Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/94264] New: Array-to-pointer conversion not performed on array prvalues

2020-03-22 Thread ndkrempel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94264 Bug ID: 94264 Summary: Array-to-pointer conversion not performed on array prvalues Product: gcc Version: 9.3.0 Status: UNCONFIRMED Severity: normal

[Bug c/94258] Warning Correction while using format specifiers %hx and %ho

2020-03-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94258 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

gcc-10-20200322 is now available

2020-03-22 Thread GCC Administrator via Gcc
Snapshot gcc-10-20200322 is now available on https://gcc.gnu.org/pub/gcc/snapshots/10-20200322/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 10 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: [PATCH v2 7/9] aarch64: Adjust result of aarch64_gen_compare_reg

2020-03-22 Thread Richard Henderson
On 3/22/20 2:55 PM, Segher Boessenkool wrote: > Maybe this stuff would be simpler (and more obviously correct) if it > was more explicit CC_REGNUM is a fixed register, and the code would use > it directly everywhere? Indeed the biggest issue I have in this patch is what CC_MODE to expose from the

[Bug c/94263] New: build wxpython raspian

2020-03-22 Thread tom.fitzsimons at whiffonline dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94263 Bug ID: 94263 Summary: build wxpython raspian Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee:

Re: [PATCH v2 7/9] aarch64: Adjust result of aarch64_gen_compare_reg

2020-03-22 Thread Segher Boessenkool
Hi! On Fri, Mar 20, 2020 at 07:42:29PM -0700, Richard Henderson via Gcc-patches wrote: > @@ -2382,7 +2382,7 @@ aarch64_gen_compare_reg_maybe_ze (RTX_CODE code, rtx x, > rtx y, > cc_mode = CC_SWPmode; > cc_reg = gen_rtx_REG (cc_mode, CC_REGNUM); > emit_set_insn (cc_reg,

[PATCH] c++: Avoid a suspicious -Wnoexcept warning [PR93805]

2020-03-22 Thread Patrick Palka via Gcc-patches
In this PR we're emitting -Wnoexcept warnings about potentially-throwing NSDMIs when computing the noexcept specification of a class's defaulted default constructor. Alhough these warnings are in some sense valid, this patch takes the route of suppressing them, because: 1. the warning message

[Bug lto/94249] [10 regression] Many -flto -fuse-linker-plugin tests FAIL: could not add symbols

2020-03-22 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94249 --- Comment #8 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #7 from ro at CeBiTec dot Uni-Bielefeld.DE Uni-Bielefeld.DE> --- [...] > Fine, thanks. Just FYI, I built binutils master to check if the issue > also exists with the v2

Re: [PATCH v2 3/9] aarch64: Add cmp_*_carryinC patterns

2020-03-22 Thread Richard Henderson via Gcc-patches
On 3/22/20 12:30 PM, Segher Boessenkool wrote: > Hi! > > On Fri, Mar 20, 2020 at 07:42:25PM -0700, Richard Henderson via Gcc-patches > wrote: >> Duplicate all usub_*_carryinC, but use xzr for the output when we >> only require the flags output. The signed versions use sign_extend >> instead of

Re: [PATCH v2 3/9] aarch64: Add cmp_*_carryinC patterns

2020-03-22 Thread Segher Boessenkool
Hi! On Fri, Mar 20, 2020 at 07:42:25PM -0700, Richard Henderson via Gcc-patches wrote: > Duplicate all usub_*_carryinC, but use xzr for the output when we > only require the flags output. The signed versions use sign_extend > instead of zero_extend for combine's benefit. You actually use

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

2020-03-22 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94254 --- Comment #7 from rsandifo at gcc dot gnu.org --- Created attachment 48080 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48080=edit Proof-of-concept hack to back up the point in comment 4 This hack shows what I mean in comment 4. It

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

2020-03-22 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94254 --- Comment #6 from Zdenek Sojka --- (In reply to rsand...@gcc.gnu.org from comment #5) > (In reply to Zdenek Sojka from comment #1) > > I observe the same issue, and it breaks libgcc build for me: > > What configure arguments do you use?

[Bug target/90835] Incompatibilities with macOS 10.15 headers

2020-03-22 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 --- Comment #26 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #25 from Iain Sandoe --- > (In reply to r...@cebitec.uni-bielefeld.de from comment #24) >> > --- Comment #23 from Iain Sandoe --- >> > unpatched GCC master, gcc-9.x,

[Bug lto/94249] [10 regression] Many -flto -fuse-linker-plugin tests FAIL: could not add symbols

2020-03-22 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94249 --- Comment #7 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #6 from Martin Liška --- >> Can you provide some pointers where to look? I'm totally unfamiliar >> with this code. Maybe it's easier for you to try the Solaris/SPARC >>

Re: [PATCH] Save ref->speculative_id before clone_reference.

2020-03-22 Thread Jan Hubicka
> Hi. > > Similarly to other ipa_ref field, we must preserve the values > before create_reference is called. It's due to fact that ipa_ref > is a pointer to a vector that can be relocated to a different location. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > >

New Swedish PO file for 'gcc' (version 10.1-b20200209)

2020-03-22 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'gcc' has been submitted by the Swedish team of translators. The file is available at: https://translationproject.org/latest/gcc/sv.po (This file,

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

2020-03-22 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94254 --- Comment #5 from rsandifo at gcc dot gnu.org --- (In reply to Zdenek Sojka from comment #1) > I observe the same issue, and it breaks libgcc build for me: What configure arguments do you use?

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

2020-03-22 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94254 --- Comment #4 from rsandifo at gcc dot gnu.org --- The cycling comes from reloading: (insn 7 6 8 2 (set (reg:SD 122 [ a32 ]) (mem/c:SD (reg/f:DI 120) [1 a32+0 S4 A32])) "gcc/testsuite/gcc.target/powerpc/pr39902-2.c":15:13 516

Re: [PR 94044] ICE with sizeof & argument pack

2020-03-22 Thread Jim Wilson
On Fri, Mar 20, 2020 at 8:41 AM Nathan Sidwell wrote: > If it could be tested on arm &| riscv, that'd be additional verification. I did riscv testing, both cross and native, and didn't see any new problems with the patch. Jim

Re: [PING^2][PATCH] Fix documentation of -mpoke-function-name ARM option

2020-03-22 Thread Jérémy Lefaure
Hi Wilco, On Mon, Mar 09, 2020 at 05:53:41PM +, Wilco Dijkstra wrote: > Hi, > > There is no single PC offset that is correct given CPUs may use different > offsets. Isn't it always an offset of 8 in ARM mode and 4 bytes in Thumb mode ? At least in ARMv7 and in AArch32 state in ARMv8 ? >

Re: [PATCH] Test for sigsetjmp support in analyzer tests requiring that feature.

2020-03-22 Thread David Malcolm via Gcc-patches
On Sun, 2020-03-22 at 11:31 -0600, Sandra Loosemore wrote: > The new-ish analyzer test cases sigsetjmp-5.c and sigsetjmp-6.c were > failing on nios2-elf and probably other newlib targets due to lack > of > support for sigsetjmp. Sorry about the breakage. > I didn't see a suitable existing >

[Bug c/94239] [10 regression] cc1 SEGV in get_location_from_adhoc_loc with gcc.dg/pr20245-1.c etc.

2020-03-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94239 Jakub Jelinek changed: What|Removed |Added CC||dcb314 at hotmail dot com --- Comment

[Bug c/94262] valgrind error in get_pure_location

2020-03-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94262 Jakub Jelinek changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[Bug d/90136] [d] Merge UDAs between function prototype and definitions

2020-03-22 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90136 Iain Buclaw changed: What|Removed |Added Target Milestone|9.4 |10.0 --- Comment #4 from Iain Buclaw ---

[Bug target/90835] Incompatibilities with macOS 10.15 headers

2020-03-22 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 --- Comment #25 from Iain Sandoe --- (In reply to r...@cebitec.uni-bielefeld.de from comment #24) > > --- Comment #23 from Iain Sandoe --- > > unpatched GCC master, gcc-9.x, gcc-8.x and gcc-7.5 work for me with any SDK > > >= > > Xcode

[PATCH] Save ref->speculative_id before clone_reference.

2020-03-22 Thread Martin Liška
Hi. Similarly to other ipa_ref field, we must preserve the values before create_reference is called. It's due to fact that ipa_ref is a pointer to a vector that can be relocated to a different location. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be

[Bug ipa/93621] [10 Regression] ICE in redirect_call_stmt_to_callee, at cgraph.c:1443 since r10-5567

2020-03-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93621 --- Comment #5 from Martin Liška --- Yes, I can confirm it still ICEs.

[Bug lto/94249] [10 regression] Many -flto -fuse-linker-plugin tests FAIL: could not add symbols

2020-03-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94249 Martin Liška changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot gnu.org

[Bug c/94262] valgrind error in get_pure_location

2020-03-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94262 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Ever

[Bug lto/94259] --without-zstd seems to have no effect and links libzstd if available

2020-03-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94259 Martin Liška changed: What|Removed |Added Last reconfirmed||2020-03-22 Ever confirmed|0

Re: [Patch, 10 Regression] fortran: ICE in gfc_match_assignment PR93600

2020-03-22 Thread Thomas Koenig via Gcc-patches
Hi Mark, Please find attached a fix for PR93600. This builds on the patch originally submitted to the PR by Steve Kargl, the dreaded "Unclassifiable statement error" is replaced by the correct error message. It would have been posted earlier had not one of the test cases failed as a result

Re: [Patch, 9/10 Regression] fortran: ICE in build_entry_thunks PR93814

2020-03-22 Thread Thomas Koenig via Gcc-patches
Hi Mark, Please find attached Steve Kargl's fix for PR93814. The attached patch does not match the ChangeLog; it seems to be for PR93484. Regards Thomas

[Bug c/94262] New: valgrind error in get_pure_location

2020-03-22 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94262 Bug ID: 94262 Summary: valgrind error in get_pure_location Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[PATCH] Test for sigsetjmp support in analyzer tests requiring that feature.

2020-03-22 Thread Sandra Loosemore
The new-ish analyzer test cases sigsetjmp-5.c and sigsetjmp-6.c were failing on nios2-elf and probably other newlib targets due to lack of support for sigsetjmp. I didn't see a suitable existing effective-target test for this, so I added one. OK to commit? -Sandra commit

[Bug target/90835] Incompatibilities with macOS 10.15 headers

2020-03-22 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 --- Comment #24 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #23 from Iain Sandoe --- > unpatched GCC master, gcc-9.x, gcc-8.x and gcc-7.5 work for me with any SDK >= > Xcode commandline tools 11.3b. I've recently tried both

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

2020-03-22 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94254 rsandifo at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rsandifo at gcc dot

Re: Spam, bounces and gcc list removal

2020-03-22 Thread Maciej W. Rozycki
Hi Winfried, > [..] > > Spam bouncing is evil and often hits an innocent person > [..] > > others like me might see it different: > Spam discarding is evil and often hits an innocent person. > > Silently discarding a legal mail because of false spam-detection is > the worst case

Re: Spam, bounces and gcc list removal

2020-03-22 Thread Maciej W. Rozycki
On Sun, 22 Mar 2020, Florian Weimer wrote: > > You mean as with a failure response given to the SMTP DATA command? > > This is actually equally evil as the resulting bounce (i.e. a delivery > > failure notification, or a flood of them, once other MTAs have joined in a > > response to a mass

New Spanish PO file for 'gcc' (version 10.1-b20200209)

2020-03-22 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'gcc' has been submitted by the Spanish team of translators. The file is available at: https://translationproject.org/latest/gcc/es.po (This file,

[Bug c/94239] [10 regression] cc1 SEGV in get_location_from_adhoc_loc with gcc.dg/pr20245-1.c etc.

2020-03-22 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94239 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #3 from Jakub Jelinek --- > Yes, see https://gcc.gnu.org/pipermail/gcc-patches/2020-March/542459.html > Sorry for that. I've just applied your patch (the primary one

Re: Spam, bounces and gcc list removal

2020-03-22 Thread Florian Weimer
* Maciej W. Rozycki: > On Sun, 22 Mar 2020, Florian Weimer wrote: > >> > Spam bouncing is evil and often hits an innocent person whose address has >> > been faked by the sender of spam, making the source of bounces not better >> > than the originator. >> >> I expect this to be an SMTP-level

Re: Spam, bounces and gcc list removal

2020-03-22 Thread Maciej W. Rozycki
On Sun, 22 Mar 2020, Florian Weimer wrote: > > Spam bouncing is evil and often hits an innocent person whose address has > > been faked by the sender of spam, making the source of bounces not better > > than the originator. > > I expect this to be an SMTP-level rejection, not a bounce.

[Bug c/94258] Warning Correction while using format specifiers %hx and %ho

2020-03-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94258 --- Comment #1 from Andrew Pinski --- Short types are promoted to int when passed to variable arguments functions.

[Bug rtl-optimization/94256] Setting max-sched-region-blocks to >48 causes GCC memory usage to explode

2020-03-22 Thread sultan at kerneltoast dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94256 --- Comment #2 from Sultan Alsawaf --- (In reply to Andrew Pinski from comment #1) > That is why it is limited in the first place: > /* Update number of blocks and the estimate for number of insns >in the region. Return true if the region

[committed] d: Generate phony targets for content imported files (PR93038)

2020-03-22 Thread Iain Buclaw via Gcc-patches
Hi, This patch is an addition to the last change, which started including content imported files in the make dependency list. Now phony targets are also written out if -MP is given. Bootstrapped and regression tested on x86_64-linux-gnu. Committed to trunk. Regards Iain. --- gcc/d/ChangeLog:

[Bug d/93038] Missing dependencies in depfile for imported files at compilation time

2020-03-22 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93038 --- Comment #5 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:fbe60463bb80d859d4842f0113a6b24fe9cc9bd4 commit r10-7323-gfbe60463bb80d859d4842f0113a6b24fe9cc9bd4 Author: Iain Buclaw Date: Sun

[Bug tree-optimization/94261] [10 Regression] ICE in vect_get_vec_def_for_operand_1 for 3-element condition reduction

2020-03-22 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94261 --- Comment #1 from rguenther at suse dot de --- On March 22, 2020 12:46:45 PM GMT+01:00, "rsandifo at gcc dot gnu.org" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94261 > >Bug ID: 94261 > Summary: [10 Regression]

[Bug ipa/93621] [10 Regression] ICE in redirect_call_stmt_to_callee, at cgraph.c:1443 since r10-5567

2020-03-22 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93621 --- Comment #4 from Arseny Solokha --- (In reply to Jan Hubicka from comment #3) > The testcase builds for me now It still ICEs for me.

[Bug tree-optimization/94261] New: [10 Regression] ICE in vect_get_vec_def_for_operand_1 for 3-element condition reduction

2020-03-22 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94261 Bug ID: 94261 Summary: [10 Regression] ICE in vect_get_vec_def_for_operand_1 for 3-element condition reduction Product: gcc Version: unknown Status: UNCONFIRMED

[Bug lto/94259] --without-zstd seems to have no effect and links libzstd if available

2020-03-22 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94259 --- Comment #1 from Sergei Trofimovich --- I also noticed a minor infelicity: if you pass just --with-zstd build system will do a few unexpected things: - it will not fail of zstd is not present in system but will silently skip zstd support -

[Bug c++/94260] New: Specific friend function inside c++20 concept-constrained class template triggers 'not usable in a constant expression' error

2020-03-22 Thread niekb at scintilla dot utwente.nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94260 Bug ID: 94260 Summary: Specific friend function inside c++20 concept-constrained class template triggers 'not usable in a constant expression' error Product: gcc

[Bug lto/94259] New: --without-zstd seems to have no effect and links libzstd if available

2020-03-22 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94259 Bug ID: 94259 Summary: --without-zstd seems to have no effect and links libzstd if available Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

Successful bootstrap and test for GCC9.3.0 on Darwin platforms.

2020-03-22 Thread Iain Sandoe
General notes: * GCC on Darwin depends on the installed “binutils”, typically provided by a version of “Xcode" or “Xcode command line tools”. Unless noted otherwise, the bootstrap sequences here make use of the last available xcode command line tools and SDK for the platform version. * Apple

[Bug middle-end/93873] gcc or lto-wrapper does not consider individual bitfield values on static analysis and instead tests the whole value of all bitfield bits combined

2020-03-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93873 --- Comment #6 from Jakub Jelinek --- It is not going to be fixed in GCC 9, only in 10, where it should be fixed already.

[Bug c/94258] New: Warning Correction while using format specifiers %hx and %ho

2020-03-22 Thread ravivasani75 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94258 Bug ID: 94258 Summary: Warning Correction while using format specifiers %hx and %ho Product: gcc Version: 7.5.0 Status: UNCONFIRMED Severity: normal

Re: Spam, bounces and gcc list removal

2020-03-22 Thread Thomas Koenig via Gcc
Am 21.03.20 um 21:29 schrieb Frank Ch. Eigler via Gcc: Hi - since the change to the new list management, there has been an uptick of spam getting through. Spam is bounced by my ISP, and this just resulted in a warning that there were too many bounces and that I would get removed from the list

[Bug middle-end/93873] gcc or lto-wrapper does not consider individual bitfield values on static analysis and instead tests the whole value of all bitfield bits combined

2020-03-22 Thread emil.fihlman at aalto dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93873 --- Comment #5 from Emil Fihlman --- If a free is behind a flag gcc and the allocation is also behind a flag, gcc should not complain.

[Bug middle-end/93873] gcc or lto-wrapper does not consider individual bitfield values on static analysis and instead tests the whole value of all bitfield bits combined

2020-03-22 Thread emil.fihlman at aalto dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93873 --- Comment #4 from Emil Fihlman --- Problem persists with gcc 9.3, though it's no longer dependent on the bitfield. https://godbolt.org/z/RGu6hu If a free is behind a flag.

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

2020-03-22 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94254 --- Comment #2 from Zdenek Sojka --- (In reply to Zdenek Sojka from comment #1) > I observe the same issue, and it breaks libgcc build for me: ... > > (for reasons unknown to me, git gcc-descr returns "r10-7320" for me for the > same git

[Bug lto/94249] [10 regression] Many -flto -fuse-linker-plugin tests FAIL: could not add symbols

2020-03-22 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94249 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #4 from Martin Liška --- > Ah, ok. Can you please do some basic debugging what's hapenning? Can you provide some pointers where to look? I'm totally unfamiliar with this

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

2020-03-22 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94254 Zdenek Sojka changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #1

[committed] testsuite: Fix lambda-vis.C for targets with user label prefix '_'.

2020-03-22 Thread Iain Sandoe
Hi The lambda-vis.C test fails everywhere for targets that use a ‘_’ as USER_LABEL_PREFIX. This prepends an optional match for the additional USER_LABEL_PREFIX to the scan assembler checks. Tested on x86_64-darwin, and linux, applied to master as obvious, thanks Iain 2020-03-22 Iain

Re: Spam, bounces and gcc list removal

2020-03-22 Thread Florian Weimer
* Maciej W. Rozycki: > On Sat, 21 Mar 2020, Frank Ch. Eigler via Gcc wrote: > >> > > So, a request: Could the overseers either install more effective >> > > spam protection for the list as a whole (preferred) >> >> Heh, if only it were that easy! Spam filtering was and is distinct >> from

[Bug lto/94249] [10 regression] Many -flto -fuse-linker-plugin tests FAIL: could not add symbols

2020-03-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94249 --- Comment #4 from Martin Liška --- Ah, ok. Can you please do some basic debugging what's hapenning? Btw. is the Solaris using ELF?

[Bug tree-optimization/94043] [9/10 Regression] ICE in superloop_at_depth, at cfgloop.c:78

2020-03-22 Thread linkw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94043 --- Comment #8 from Kewen Lin --- > It's most likely either SCEV or expand_simple_operations looking throuhg > the single-arg PHI (which we should avoid for LC PHI nodes) Thanks Richi, I found the loop-closed PHI form was broken after we

Re: Spam, bounces and gcc list removal

2020-03-22 Thread Winfried Magerl
Hello Maciej, On Sat, Mar 21, 2020 at 09:22:31PM +, Maciej W. Rozycki wrote: [..] > Spam bouncing is evil and often hits an innocent person [..] others like me might see it different: Spam discarding is evil and often hits an innocent person. Silently discarding a legal

[Bug c++/94257] New: ICE in inline nested namespace

2020-03-22 Thread pacoarjonilla at yahoo dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94257 Bug ID: 94257 Summary: ICE in inline nested namespace Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++