[Bug c++/91678] [9/10 Regression] decltype returns wrong type under certain conditions

2019-12-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91678 --- Comment #6 from Marek Polacek --- Author: mpolacek Date: Sat Dec 7 17:35:54 2019 New Revision: 279077 URL: https://gcc.gnu.org/viewcvs?rev=279077=gcc=rev Log: PR c++/91678 - wrong error with decltype and location wrapper.

[Bug c++/91678] [9/10 Regression] decltype returns wrong type under certain conditions

2019-12-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91678 --- Comment #5 from Marek Polacek --- Sorry, I'll try to respond to https://gcc.gnu.org/ml/gcc-patches/2019-09/msg01042.html soon. It doesn't seem to fix Comment 4 though, will have to look why :/.

[Bug c++/91678] [9/10 Regression] decltype returns wrong type under certain conditions

2019-12-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91678 --- Comment #4 from Jonathan Wakely --- Marek, are you still working on the patch? Does it also fix the testcase from PR 92766? template void foo(T&& begin, T&& end); void test() { unsigned char buffer[16];

[Bug c++/91678] [9/10 Regression] decltype returns wrong type under certain conditions

2019-12-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91678 Jonathan Wakely changed: What|Removed |Added CC||bisqwit at iki dot fi --- Comment #3

[Bug c++/91678] [9/10 Regression] decltype returns wrong type under certain conditions

2019-09-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91678 Marek Polacek changed: What|Removed |Added Keywords||patch --- Comment #2 from Marek Polacek

[Bug c++/91678] [9/10 Regression] decltype returns wrong type under certain conditions

2019-09-05 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91678 Marek Polacek changed: What|Removed |Added Target Milestone|--- |9.3

[Bug c++/91678] [9/10 Regression] decltype returns wrong type under certain conditions

2019-09-05 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91678 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/91678] [9/10 Regression] decltype returns wrong type under certain conditions

2019-09-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91678 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|