https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407
--- Comment #31 from Ilya Mikhaltsou ---
(In reply to James Clarke from comment #29)
> (In reply to Jack Howarth from comment #28)
> > I noticed that MacPorts is using…
> >
> > #if SANITIZER_MAC && ( !defined(__DARWIN_64_BIT_INO_T) ||
> > __DARW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407
--- Comment #10 from Ilya Mikhaltsou ---
(In reply to Manuel López-Ibáñez from comment #9)
> (In reply to Ilya Mikhaltsou from comment #8)
> > Created attachment 32949 [details]
> > Patch to compile gcc on OS X 10.10 Yosemite
> >
> > Fixed every
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407
Ilya Mikhaltsou changed:
What|Removed |Added
CC||morpheby at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126
--- Comment #5 from Ilya Mikhaltsou 2013-02-13
12:20:21 UTC ---
(In reply to comment #4)
> Created attachment 29430 [details]
> simple fail case
>
> I think I have an even simplier test case, I guess it's the same problem (at
> least t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126
--- Comment #3 from Ilya Mikhaltsou 2012-07-30
14:56:31 UTC ---
Reduced source:
namespace std {
template class initializer_list {
};
}
using namespace std;
class ClassB {
public:
constexpr ClassB(int x) {}
};
template struct ClassA {
tem
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126
--- Comment #2 from Ilya Mikhaltsou 2012-07-30
14:33:41 UTC ---
Created attachment 27896
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27896
Preprocessed source
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126
Bug #: 54126
Summary: ICE on constexpr move ctor with const ref type instead
of error
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED