at gcc dot gnu.org |paolo.carlini at oracle
dot com
--- Comment #2 from Paolo Carlini ---
Mine.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94186
Paolo Carlini changed:
What|Removed |Added
CC||paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94186
--- Comment #4 from Paolo Carlini ---
To wit:
diff --git a/gcc/cp/constraint.cc b/gcc/cp/constraint.cc
index 697ed6726b8..59b43a31274 100644
--- a/gcc/cp/constraint.cc
+++ b/gcc/cp/constraint.cc
@@ -2543,8 +2543,7 @@ satisfy_atom (tree t, tree a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88826
Paolo Carlini changed:
What|Removed |Added
Known to work||9.1.0
Resolution|---
oracle dot com|unassigned at gcc dot
gnu.org
--- Comment #4 from Paolo Carlini ---
Not actively. I'm unassigning myself.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90448
--- Comment #3 from Paolo Carlini ---
This is already fixed in trunk: I'm adding the testcase and removingg the 10
Regression marker.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90320
--- Comment #5 from Paolo Carlini ---
Thanks Marek.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95158
--- Comment #2 from Paolo Carlini ---
That the issue goes away when templates are not involved seems an useful hint:
are we trying to optimize too early?
Sorry, for the time being I don't feel like assigning the bug to me, I'm in the
middle of t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91073
--- Comment #5 from Paolo Carlini ---
You are right.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91073
--- Comment #10 from Paolo Carlini ---
I have been making progress on this (I'm in contact with Jason about that) but
unfortunately the issue requires additional analysis for the simple reason that
if I remove/amend my r260482 changes then in C++
gcc dot gnu.org |
Assignee|unassigned at gcc dot gnu.org |paolo.carlini at oracle
dot com
Summary|[9/10 Regression] if|[9 Regression] if constexpr
|constexpr no longer works |no longer works directly
|directly with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92804
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92542
Paolo Carlini changed:
What|Removed |Added
CC||paolo.carlini at oracle dot com
|paolo.carlini at oracle dot com|
Resolution|--- |FIXED
--- Comment #5 from Paolo Carlini ---
Thanks Jon.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92536
Paolo Carlini changed:
What|Removed |Added
CC||paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92536
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92593
--- Comment #4 from Paolo Carlini ---
Another testcase:
template
struct ref_view
{
ref_view(T) { };
};
ref_view r{1};
at gcc dot gnu.org |paolo.carlini at oracle
dot com
--- Comment #3 from Paolo Carlini ---
Seems doable.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92804
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 92804, which changed state.
Bug 92804 Summary: [10 Regression] ICE trying to use concept as a
nested-name-specifier
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92804
What|Removed |Adde
at gcc dot gnu.org |paolo.carlini at oracle
dot com
--- Comment #3 from Paolo Carlini ---
Mine.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90338
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89913
Paolo Carlini changed:
What|Removed |Added
CC|paolo.carlini at oracle dot com|
Summary|[8/9/10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89404
Paolo Carlini changed:
What|Removed |Added
Summary|[8/9/10 Regression] ICE in |[8/9 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93314
--- Comment #4 from Paolo Carlini ---
Related to c++/84939
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56202
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56202
--- Comment #4 from Paolo Carlini 2013-02-04
16:21:54 UTC ---
Note: I think we want also to consider the possibility that __e is zero at the
same time and in that case simply discard the iteration completely.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56202
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56202
--- Comment #9 from Paolo Carlini 2013-02-04
18:01:52 UTC ---
You are right, but then I don't understand why we should compute __e *before*
checking __t == __x, per your first patch (I think I managed to confuse myself
exactly when I start
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56202
--- Comment #12 from Paolo Carlini 2013-02-04
19:23:38 UTC ---
Ok, thanks Manuel. Let's go with this follow up then, mainline only. If nothing
bad is reported may be suited for the branch too:
Index: include/bits/random.h
==
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56208
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56208
--- Comment #6 from Paolo Carlini 2013-02-05
09:50:11 UTC ---
Thanks Daniel. Next, we have to figure out which commit broke such lookups. I
can work on that today (if nobody beats me)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56208
--- Comment #7 from Paolo Carlini 2013-02-05
11:25:46 UTC ---
Narrowed to r190095 - r190842 so far.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56215
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54922
Paolo Carlini changed:
What|Removed |Added
CC||t-gcc-bugzilla at snowelm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56216
--- Comment #2 from Paolo Carlini 2013-02-06
09:36:02 UTC ---
Please send the patch with an appropriate ChangeLog entry to the mailing lists.
Thanks.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56221
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56146
Paolo Carlini changed:
What|Removed |Added
CC||neldev.online at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56158
Paolo Carlini changed:
What|Removed |Added
CC||redi at gcc dot gnu.org
--- Com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54122
Paolo Carlini changed:
What|Removed |Added
CC||ai.azuma at gmail dot com
--- C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52619
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54122
Paolo Carlini changed:
What|Removed |Added
CC||t.schuele at web dot de
--- Com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54403
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54122
Paolo Carlini changed:
What|Removed |Added
CC||ripper-tm at yandex dot ru
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52613
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56222
Paolo Carlini changed:
What|Removed |Added
CC||daniel.kruegler at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56222
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56158
--- Comment #4 from Paolo Carlini 2013-02-06
15:29:38 UTC ---
I'm wondering: before doing anything in v3, is this a C++11 issue? Because in
17.5.2.1.3 I see a fixed underlying type but otherwise I see exactly
~static_cast(X) like in v3?!?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56158
--- Comment #6 from Paolo Carlini 2013-02-06
16:40:09 UTC ---
Oh, I was missing that, thanks. Now, I don't know if we should really try to
fix this now after so many years. I'm tempted to just leave it alone until we
break the ABI, unless
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56158
--- Comment #7 from Paolo Carlini 2013-02-07
11:22:32 UTC ---
We should double check but I'm pretty sure that *in practice* *for GCC* things
are Ok, because the sizeof of these enums is 4 (and in practice the systems we
support have sizeof
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56158
--- Comment #9 from Paolo Carlini 2013-02-07
11:50:03 UTC ---
Sure, sure. If we really want to support -fstrict-enums, I'm afraid we are
going to open a big can of worms... Still, are you sure it causes problems
*here*? I'm asking because
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56239
Paolo Carlini changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56193
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56247
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56216
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56217
Paolo Carlini changed:
What|Removed |Added
Severity|blocker |normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56251
--- Comment #6 from Paolo Carlini 2013-02-08
22:50:35 UTC ---
See, eg, c++/30745 and many duplicates elsewhere.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56267
--- Comment #2 from Paolo Carlini 2013-02-10
23:00:34 UTC ---
Thanks Jon for fully handling this. I understand that in principle we could
have checked is_nothrow_default_constructible, but it's of course much better
if we can just use oper
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56282
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56193
Paolo Carlini changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56282
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56193
--- Comment #6 from Paolo Carlini 2013-02-11
11:48:54 UTC ---
Indeed, thanks Jon.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56291
Paolo Carlini changed:
What|Removed |Added
CC|freddie_chopin at op dot pl |
--- Comment #1 from Paolo Carl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56299
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53137
Paolo Carlini changed:
What|Removed |Added
CC||ers.trion at gmail dot com
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56291
Paolo Carlini changed:
What|Removed |Added
CC|freddie_chopin at op dot pl |
--- Comment #10 from Paolo Car
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56111
Paolo Carlini changed:
What|Removed |Added
CC||paolo.carlini at oracle dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56111
--- Comment #16 from Paolo Carlini 2013-02-12
16:59:39 UTC ---
Jakub, if Marc remains unreachable I'll take care of carefully checking and
committing the patch in #c9 first thing tomorrow.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56303
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56304
Paolo Carlini changed:
What|Removed |Added
Target|MinGW |
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53037
Paolo Carlini changed:
What|Removed |Added
CC||crillion at tiscali dot it
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56304
--- Comment #3 from Paolo Carlini 2013-02-13
10:40:03 UTC ---
Oops, fixed reference Bug.
*** This bug has been marked as a duplicate of bug 53137 ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53137
Paolo Carlini changed:
What|Removed |Added
CC||crillion at tiscali dot it
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56304
--- Comment #5 from Paolo Carlini 2013-02-13
10:44:11 UTC ---
The problem is already fixed in mainline and 4_7-branch, thanks.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56135
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56013
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55680
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55076
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54122
Paolo Carlini changed:
What|Removed |Added
CC||tim at klingt dot org
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52026
Paolo Carlini changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56336
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56323
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55220
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55223
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55232
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54922
Paolo Carlini changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55003
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51833
--- Comment #8 from Paolo Carlini 2013-02-15
11:32:02 UTC ---
This is fixed in mainline. I'm adding the reduced testcase and closing the
issue.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55223
Paolo Carlini changed:
What|Removed |Added
CC||naddiseo at gmail dot com
--- C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51833
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53486
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55223
Paolo Carlini changed:
What|Removed |Added
CC||jpalecek at web dot de
--- Comm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56340
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54276
Paolo Carlini changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56345
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56345
--- Comment #2 from Paolo Carlini 2013-02-15
15:30:31 UTC ---
This is a lot puzzling by the way. I have on idea what the specific issue being
tested may have to do with the error: compiling in C++11 mode a file only
including or even only
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56345
--- Comment #4 from Paolo Carlini 2013-02-15
15:40:33 UTC ---
Ah, ah, I was staring at the file *already* using __builtin_abort and was
*really* puzzled.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56345
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56135
Paolo Carlini changed:
What|Removed |Added
Target Milestone|4.8.0 |4.7.3
--- Comment #5 from Paolo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55710
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
1 - 100 of 7448 matches
Mail list logo