https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116399
--- Comment #16 from corentinjabot at gmail dot com ---
Requiring size or common would force internal representation strategies.
With the current set of requirements, you could, for example, store all the
names in a giant array or string and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113798
corentinjabot at gmail dot com changed:
What|Removed |Added
CC||corentinjabot at gmail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116399
--- Comment #3 from corentinjabot at gmail dot com ---
Yes, libstdc++ is correct.
Not sure what one would do with a default constructed alias aliases_view
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99599
corentinjabot at gmail dot com changed:
What|Removed |Added
CC||corentinjabot at gmail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115964
corentinjabot at gmail dot com changed:
What|Removed |Added
CC||corentinjabot at gmail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79459
corentinjabot at gmail dot com changed:
What|Removed |Added
CC||corentinjabot at gmail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102609
corentinjabot at gmail dot com changed:
What|Removed |Added
CC||corentinjabot at gmail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110348
--- Comment #16 from corentinjabot at gmail dot com ---
(In reply to Jakub Jelinek from comment #15)
> Now implemented for GCC 14.
Thanks for working on this
> As I wrote already in the PR, in addition to looking through the paper
&
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110348
corentinjabot at gmail dot com changed:
What|Removed |Added
CC||corentinjabot at gmail
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: corentinjabot at gmail dot com
Target Milestone: ---
Consider
int f1(int);
template
struct A {
using F = int(int);
operator F*() requires N { return f1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105291
corentinjabot at gmail dot com changed:
What|Removed |Added
CC||corentinjabot at gmail
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56523
--- Comment #2 from corentinjabot at gmail dot com 2013-03-04 17:33:26 UTC ---
Actually after a few more test it works correctly but the statement "This
enables some extra warning flags that are not enabled by -Wall." is confusing
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56523
Bug #: 56523
Summary: -Wunitialized is described to be enabled -Wall
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
13 matches
Mail list logo