https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58483
--- Comment #15 from Richard Biener ---
Author: rguenth
Date: Tue Jul 2 07:35:23 2019
New Revision: 272922
URL: https://gcc.gnu.org/viewcvs?rev=272922&root=gcc&view=rev
Log:
2019-07-02 Richard Biener
PR tree-optimization/58483
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91052
Bug ID: 91052
Summary: [10 Regression] ICE in fix_reg_equiv_init, at
ira.c:2705
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code, ra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91051
Richard Biener changed:
What|Removed |Added
Keywords||rejects-valid
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91052
Richard Biener changed:
What|Removed |Added
Keywords||needs-bisection
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91043
--- Comment #21 from Richard Biener ---
(In reply to Hanoch Haim from comment #19)
> After some investigation, I think it is not a gcc issue, please verify.
> One of the internal object does not include a 64B alignment.
>
> #define __rte_cache
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90813
--- Comment #21 from Paul Thomas ---
(In reply to pthaugen from comment #20)
> (In reply to Segher Boessenkool from comment #17)
> > sched2 swaps the two insns (37 and 40 for me -- use -dp to see the numbers
> > in your .s file, use -da if you wa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91053
Bug ID: 91053
Summary: __builtin___clear_cache can fail
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91054
Bug ID: 91054
Summary: replace __gnu_cxx::__normal_iterator by
C::iterator in diagnostics
Product: gcc
Version: 9.1.0
Status: UNCONFIRMED
Keywords: diagnostic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91053
--- Comment #1 from Andrew Pinski ---
So was reading the code. The only time a fault will happen when a page is not
mapped in. This happens if the page was paged out (this is why it happens
under heavily pressure). This is not about being priv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #24 from The Written Word
---
(In reply to EML from comment #22)
> Thanks for the hints and options
>
> on IA64, I used the GNU AS (2.32), but the HP LD (ld: 92453-07 linker ld HP
> Itanium(R) B.12.65 IPF/IPF)
Do you have this pa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91043
--- Comment #22 from Hanoch Haim ---
"Of course it does, because without aligning the container you cannot have
aligned members. Maximum alignment always propagates outwards."
Sorry, your answer is still not clear, so let give a short example
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91043
--- Comment #23 from Richard Biener ---
(In reply to Hanoch Haim from comment #22)
>
> "Of course it does, because without aligning the container you cannot have
> aligned members. Maximum alignment always propagates outwards."
>
> Sorry, you
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89330
--- Comment #10 from Martin Jambor ---
Created attachment 46544
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46544&action=edit
WIP patch
I have written another patch that removes the edges from the vector at
the time speculation is resol
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91043
--- Comment #24 from Richard Biener ---
(In reply to Richard Biener from comment #23)
> (In reply to Hanoch Haim from comment #22)
> >
> > "Of course it does, because without aligning the container you cannot have
> > aligned members. Maximum
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91055
Bug ID: 91055
Summary: alignof () evaluated before layout is complete?
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91030
--- Comment #25 from Thomas Koenig ---
(In reply to Jerry DeLisle from comment #24)
> On a different Ryzen machine:
>
> $ ./run.sh
> 1024 3.2604169845581055
> 2048 2.7804551124572754
> 4096 2.6416599750518799
> 8192 2.598
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91055
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91056
Bug ID: 91056
Summary: Fail: asan reports stack-use-after-scope in valid
program
Product: gcc
Version: 9.1.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91034
--- Comment #16 from Andrew Roberts ---
That kicks a memory loose, from my build script:
# sed needed for GMP >=5.1 && < 6.2.0 on ARM otherwise isl build fails with
# undefined symbol __gmpn_invert_limb
sed -ixx "s/none-/${uname_m}-/" Makefile
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91057
Bug ID: 91057
Summary: Data race in locale(const locale&, Facet*) constructor
Product: gcc
Version: 9.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55394
--- Comment #7 from Andrea Bocci ---
The same test program will fail in the same way, if compiled with -flto, even
if -pthread is used:
$ g++-9 -Wall -Wextra -std=c++17 callonce.cpp -pthread
$ ./a.out
but
$ g++-9 -Wall -Wextra -std=c++17 callo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91043
Hanoch Haim changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91057
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78552
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91058
Bug ID: 91058
Summary: Crash involving std::variant, std::visit, templates,
and static constexpr
Product: gcc
Version: 7.4.0
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91058
Tom Smeding changed:
What|Removed |Added
CC||tom.smeding at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91059
Bug ID: 91059
Summary: [10 regression]
gcc.c-torture/execute/builtins/snprintf-chk.c fails on
aarch64-elf since r272843
Product: gcc
Version: 10.0
Sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91060
Bug ID: 91060
Summary: [10 regression] gcc.c-torture/execute/scal-to-vec1.c
fails on armeb-none-linux-gnueabihf since r272843
Product: gcc
Version: 10.0
Status: UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91058
Jonathan Wakely changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|U
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91058
Tom Smeding changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78736
Eric Gallager changed:
What|Removed |Added
CC||jg at jguk dot org
--- Comment #9 from E
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91033
--- Comment #4 from Jakub Jelinek ---
(In reply to Richard Biener from comment #3)
> 08:57 < richi> jakub: can we delay scatter/gather store recog to
>vectorizable_store/load, thus always detect the dataref
> pattern
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91061
Bug ID: 91061
Summary: Enum type libcall_type violates the C++ One Definition
Rule
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91062
Bug ID: 91062
Summary: gcc.dg/ipa/ipa-pta-1.c dump contains garbage when gcc
was configured with --enable-checking=all
Product: gcc
Version: 10.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91033
--- Comment #5 from Jakub Jelinek ---
Created attachment 46546
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46546&action=edit
gcc10-pr91033.patch
This works though.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88059
Moritz Bender changed:
What|Removed |Added
CC||molli.bender at gmail dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79632
--- Comment #2 from Roland Illig ---
(In reply to Eric Gallager from comment #1)
> What exactly is the harm of the redundancy? I don't think this is too big of
> an issue...
The harm of redundancy is that there is no single point of truth. When
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91062
--- Comment #1 from Jorn Wolfgang Rennecke ---
Similarly, gcc.dg/torture/ipa-pta-1.c fails four scan tests because
ipa-pta-1.c.083i.pta2 gets corrupted in the ENABLE_GC_ALWAYS_COLLECT scenario.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90393
ensadc at mailnesia dot com changed:
What|Removed |Added
CC||ensadc at mailnesia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91063
Bug ID: 91063
Summary: [10 Regression] ICE in set_vinfo_for_stmt, at
tree-vectorizer.c:676
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Keywords: ice-checking
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88059
Martin Sebor changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Last reconfirmed|2018-11-16 00
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819
Bug 83819 depends on bug 88059, which changed state.
Bug 88059 Summary: Spurious stringop-overflow warning with strlen, malloc and
strncpy
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88059
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90581
--- Comment #3 from qinzhao at gcc dot gnu.org ---
Author: qinzhao
Date: Tue Jul 2 20:23:30 2019
New Revision: 272948
URL: https://gcc.gnu.org/viewcvs?rev=272948&root=gcc&view=rev
Log:
PR preprocessor/90581
Add a cpp option -fmax-include-depth t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90581
qinzhao at gcc dot gnu.org changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |qinzhao at gcc dot
gn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91064
Bug ID: 91064
Summary: __is_standard_layout incorrect for a class with
multiple bases
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78736
--- Comment #10 from Jonny Grant ---
Thank you for adding me to the ticket.
I'll add a bounty of $150 for this feature.
Could Prathamesh's change be incorporated?
Thank you, Jonny
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91065
Bug ID: 91065
Summary: gcc.dg/plugin/start_unit_plugin.c uses ggc memory
without registering a root_tab
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Keywords:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91065
Jorn Wolfgang Rennecke changed:
What|Removed |Added
Keywords||patch
--- Comment #1 from Jorn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91066
Bug ID: 91066
Summary: GCC does not provide XOP functions through
Product: gcc
Version: 8.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90883
--- Comment #13 from Jeffrey A. Law ---
Author: law
Date: Tue Jul 2 23:01:53 2019
New Revision: 272949
URL: https://gcc.gnu.org/viewcvs?rev=272949&root=gcc&view=rev
Log:
PR tree-optimization/90883
* g++.dg/tree-ssa/pr90883.c: Ad
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91051
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91062
Jorn Wolfgang Rennecke changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91065
--- Comment #2 from Jorn Wolfgang Rennecke ---
Author: amylaar
Date: Wed Jul 3 00:22:53 2019
New Revision: 272954
URL: https://gcc.gnu.org/viewcvs?rev=272954&root=gcc&view=rev
Log:
PR testsuite/91065
* testsuite/gcc.dg/plugin/st
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91065
Jorn Wolfgang Rennecke changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91067
Bug ID: 91067
Summary: Clang compiler can't link executable if
std::filesystem::directory_iterator is encountered
Product: gcc
Version: 9.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91067
--- Comment #2 from Boris Staletic ---
Created attachment 46549
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46549&action=edit
Non-preprocessed file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91067
--- Comment #1 from Boris Staletic ---
Created attachment 46548
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46548&action=edit
Minimal reproducer - preprocessed with clang
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90357
Paul Hua changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91067
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91068
Bug ID: 91068
Summary: [10 regression][MIPS] New FAIL: madd-3.c and msub-5.c
start with r272849
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
60 matches
Mail list logo