https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105458
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2022-05-03
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105453
Richard Biener changed:
What|Removed |Added
Known to work||7.5.0
Summary|load introduc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105453
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105460
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105460
Bug ID: 105460
Summary: sizeof (unsigned int) != sizeof (uint8_t *)
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105459
Bug ID: 105459
Summary: ICE: Segmentation fault (in record_operand_costs)
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105458
Bug ID: 105458
Summary: [12/13 Regression] ICE in set_relation, at
value-relation.cc:609
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: ice-on-valid-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105457
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105457
Bug ID: 105457
Summary: error: '__builtin_huge_valq()' is not a constant
expression
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105453
Andrew Pinski changed:
What|Removed |Added
Summary|wrong choice of source in |load introduced by ce1 for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
--- Comment #17 from Jonathan Wakely ---
That's valid
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105324
--- Comment #6 from Jonathan Wakely ---
It should depend on:
#if __cpp_lib_to_chars >= 201611L
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105324
Alexandre Oliva changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
--- Comment #16 from Jakub Jelinek ---
(In reply to Richard Biener from comment #11)
> Maybe
>
> _GLIBCXX20_CONSTEXPR
> basic_string&
> assign(const _CharT* __s)
> {
> __glibcxx_requires_string(__s);
> re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105433
--- Comment #1 from CVS Commits ---
The master branch has been updated by H.J. Lu :
https://gcc.gnu.org/g:7e1f30d7edd433ca0fc28ae9ac1ce9b522790baf
commit r13-75-g7e1f30d7edd433ca0fc28ae9ac1ce9b522790baf
Author: H.J. Lu
Date: Fri Apr 29 10:2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105453
Andrew Pinski changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105453
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105456
Thomas Koenig changed:
What|Removed |Added
Blocks||105361
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105456
Bug ID: 105456
Summary: Child I/O does not propage iostat
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101133
Niall Douglas changed:
What|Removed |Added
CC||s_gccbugzilla at nedprod dot
com
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105455
Bug ID: 105455
Summary: ICE: verify_flow_info failed (error: verify_flow_info:
REG_BR_PROB does not match cfg)
Product: gcc
Version: 12.0
Status: UNCONFIRMED
K
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
--- Comment #15 from Jakub Jelinek ---
Note, while the patch makes the warning go away, it exports
_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE15_M_replace_coldEPcmPKcmm@@GLIBCXX_3.4.21
_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105454
Bug ID: 105454
Summary: DWARF has wrong decl_line for type defined inside
program
Product: gcc
Version: 9.4.1
Status: UNCONFIRMED
Keywords: wrong-debug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105453
Bug ID: 105453
Summary: wrong choice of source in load instruction
Product: gcc
Version: 11.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
--- Comment #13 from Jakub Jelinek ---
I think this is quite related to the PR98465 discussions.
The warning is on dead code, for basic_string at least when using reasonable
allocators the _M_dataplus._M_p member will always point either into th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
--- Comment #12 from Richard Biener ---
(In reply to Richard Biener from comment #11)
> (In reply to Richard Biener from comment #10)
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104336#c1 contains a workaround
> > for libstdc++
>
> Maybe
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
--- Comment #11 from Richard Biener ---
(In reply to Richard Biener from comment #10)
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104336#c1 contains a workaround
> for libstdc++
Maybe
_GLIBCXX20_CONSTEXPR
basic_string&
ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
Richard Biener changed:
What|Removed |Added
CC||jwakely at redhat dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84774
Bug 84774 depends on bug 104336, which changed state.
Bug 104336 Summary: bogus -Wrestrict for std::string assignment with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104336
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
Richard Biener changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104336
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
Richard Biener changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
Target Mi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105441
--- Comment #5 from CVS Commits ---
The releases/gcc-12 branch has been updated by Patrick Palka
:
https://gcc.gnu.org/g:4a6d7da796e456115bbac92e056123f095a3780c
commit r12-8327-g4a6d7da796e456115bbac92e056123f095a3780c
Author: Patrick Palka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105451
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105436
--- Comment #6 from Sergei Trofimovich ---
Noticed similar build failure on llvm-13:
[ 1%] Building CXX object
utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmMatcherEmitter.cpp.o
In file included from /build/source/llvm/include/llvm/ADT/Sequ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105452
Bug ID: 105452
Summary: static_assert inside nameless nested union: invalid
"inaccessible within this context" error
Product: gcc
Version: 13.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104265
Bug 104265 depends on bug 104240, which changed state.
Bug 104240 Summary: SLP discovery does not consider swapping comparisons
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104240
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
Bug 53947 depends on bug 104240, which changed state.
Bug 104240 Summary: SLP discovery does not consider swapping comparisons
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104240
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104240
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104240
--- Comment #3 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:41e3db05d697405256b6002d8432955a93d249f1
commit r13-71-g41e3db05d697405256b6002d8432955a93d249f1
Author: Richard Biener
Date: M
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103911
--- Comment #6 from CVS Commits ---
The master branch has been updated by Patrick Palka :
https://gcc.gnu.org/g:86d821ddf5615e693ead667b2580898f46de8eb9
commit r13-70-g86d821ddf5615e693ead667b2580898f46de8eb9
Author: Patrick Palka
Date: Mon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105441
--- Comment #4 from CVS Commits ---
The master branch has been updated by Patrick Palka :
https://gcc.gnu.org/g:576f975cabb0fd9843de152a2d247d486a967b08
commit r13-69-g576f975cabb0fd9843de152a2d247d486a967b08
Author: Patrick Palka
Date: Mon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105451
Bug ID: 105451
Summary: miss optimizations due to inconsistency in complex
numbers associativity
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: misse
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105415
Jakub Jelinek changed:
What|Removed |Added
Summary|[9/10/11/12/13 Regression] |[9/10/11/12 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105415
--- Comment #6 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:02f03c5c826d0cb7c32398af0c4282921e6e072a
commit r13-68-g02f03c5c826d0cb7c32398af0c4282921e6e072a
Author: Jakub Jelinek
Date: Mon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105437
Richard Biener changed:
What|Removed |Added
Known to fail||11.3.1, 12.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105437
--- Comment #2 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:3a3eda000fdf4f8754c9a2535191091f1db0c2a2
commit r13-66-g3a3eda000fdf4f8754c9a2535191091f1db0c2a2
Author: Richard Biener
Date: M
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105447
--- Comment #2 from Richard Biener ---
clang 11 produces
movlg_32(%rip), %eax
movlg_32+4(%rip), %edi
shlq$32, %rdi
orq %rax, %rdi
callq f1
which does the same just in a less efficient w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105447
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-* i?86-*-*
Summary
50 matches
Mail list logo