https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105681
Bug ID: 105681
Summary: libstdc++-v3 fails to build on msp430
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105682
Bug ID: 105682
Summary: Both `-Wsuggest-attribute=pure` and
`-Wsuggest-attribute=const` on same function
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Sever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105683
Bug ID: 105683
Summary: [12 Regression] Infinite loop with construction of
vector of variant
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105684
Bug ID: 105684
Summary: Bogus `-Warray-bounds` in partially allocated struct
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105685
Bug ID: 105685
Summary: Still Bogus `-Wsuggest-attribute=cold` on function
already marked as `__attribute__((cold))`
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105686
Bug ID: 105686
Summary: [10/11/12/13 Regression] ICE: verify_flow_info failed:
missing REG_EH_REGION note at the end of bb 8 with
-fnon-call-exceptions
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105681
Jonathan Wakely changed:
What|Removed |Added
Keywords||build
--- Comment #1 from Jonathan Wa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53535
--- Comment #7 from CVS Commits ---
The master branch has been updated by Dimitar Dimitrov :
https://gcc.gnu.org/g:0380b6575f61e5bd9f428887790716a57dd66488
commit r13-698-g0380b6575f61e5bd9f428887790716a57dd66488
Author: Dimitar Dimitrov
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91088
--- Comment #6 from CVS Commits ---
The master branch has been updated by Dimitar Dimitrov :
https://gcc.gnu.org/g:addacdc87b044e63d72054036907c91a18be6734
commit r13-699-gaddacdc87b044e63d72054036907c91a18be6734
Author: Dimitar Dimitrov
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105674
--- Comment #2 from anlauf at gcc dot gnu.org ---
Reduced testcase, rank 1, no pointer or target needed:
program test
implicit none
integer, dimension(4) :: dim_1 = 42
print*, 'lbound', lbound(dim_1), 'ubound', ubound(dim_1)
print*, ''
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105684
Andrew Pinski changed:
What|Removed |Added
Component|c |tree-optimization
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105683
Andrew Pinski changed:
What|Removed |Added
Summary|[12 Regression] Infinite|[12/13 Regression] Infinite
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105683
--- Comment #1 from Andrew Pinski ---
It is calling the copy constructor (which you missed in your comment):
value(const value& other) noexcept : v{other.v}
{
}
Which is called via:
inline value_variant_type::value_variant_type(cons
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105682
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105685
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic, needs-bisection
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105665
--- Comment #4 from Andrew Pinski ---
(In reply to Jakub Jelinek from comment #3)
> Started with r12-398-g5fbe6a8e73b52c6ebc28b9 because r12-397 didn't compile,
> but yes, it is r12-397.
And it is very similar to PR 100810 in the sense there is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105614
--- Comment #8 from Chris Packham ---
In terms of my proposed change which fixes the problem for GCC 11.3.0 it
actually triggers the same assert on GCC 12.1.0.
[ALL ]In file included from
/home/bagas/cross/workdir/mips64-unknown/.build/mi
17 matches
Mail list logo