https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106831
--- Comment #13 from CVS Commits ---
The master branch has been updated by Aldy Hernandez :
https://gcc.gnu.org/g:5dba8b2a91376d0518eb21c69a0700f099aa9cc4
commit r13-2714-g5dba8b2a91376d0518eb21c69a0700f099aa9cc4
Author: Jakub Jelinek
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106961
--- Comment #2 from simon at pushface dot org ---
For the moment, installing Command Line Tools version 13(.4) fixes this problem
(people using Xcode need to revert that).
I guess the long-term solution will depend on whether the missing libunwi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98978
--- Comment #6 from andysem at mail dot ru ---
(In reply to Jonathan Wakely from comment #5)
> (In reply to andysem from comment #3)
> > Is there no way to improve standard components implementation? I'd imagine
> > you could provide the new imple
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103626
--- Comment #6 from Arsen Arsenović ---
Agreed. Now that I think about it, it'd be just as easy to spot errors if
something in freestanding is relying on a hosted feature by just trying to
#include those headers on a freestanding install, so mor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99184
--- Comment #1 from Georg-Johann Lay ---
As a work-around, one can cast to an intermediate 64-bit integer:
// For [u]int64_t and uint32_t, do #include
double x = 2.9;
int x_int = (int) (int64_t) x;
uint32_t x_u32 = (uint32_t) (uint64_t) x;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004
Bug 55004 depends on bug 92505, which changed state.
Bug 92505 Summary: Using mutable in constexpr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92505
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92505
Patrick Palka changed:
What|Removed |Added
Target Milestone|--- |13.0
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105676
paulober changed:
What|Removed |Added
CC||mibjst9as at mozmail dot com
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106562
--- Comment #1 from Dimitar Dimitrov ---
I explored setting REGMODE_NATURAL_SIZE=4 for PRU. This required adjustments
in many places in middle end to use REGMODE_NATURAL_SIZE instead of word_mode.
That however proved too intrusive. And I don't
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100132
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106964
Bug ID: 106964
Summary: Requires expression produces incorrect result with
templated lambda
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105932
Anthony Green changed:
What|Removed |Added
CC||green at redhat dot com
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100799
--- Comment #15 from Surya Kumari Jangala ---
(In reply to Segher Boessenkool from comment #14)
> What is the exact command line (and relevant configuration!) required to
> reproduce this?
The reduced testcase is:
SUBROUTINE DGEBAL( JOB,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106955
--- Comment #1 from Arseny Solokha ---
Created attachment 53589
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53589&action=edit
Reduced preprocessed testcase
Unfortunately a 173K file is the best I could come up with after three days of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106959
Richard Biener changed:
What|Removed |Added
Keywords||needs-bisection
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106963
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |13.0
Keywords|
16 matches
Mail list logo