[Bug target/61407] Build errors on latest OS X 10.10 Yosemite with Xcode 6 on GCC 4.8.3

2014-08-26 Thread morpheby at gmail dot com
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

[Bug target/61407] Build errors on latest OS X 10.10 Yosemite with Xcode 6 on GCC 4.8.3

2014-06-17 Thread morpheby at gmail dot com
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

[Bug target/61407] Build errors on latest OS X 10.10 Yosemite with Xcode 6 on GCC 4.8.3

2014-06-17 Thread morpheby at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407 Ilya Mikhaltsou changed: What|Removed |Added CC||morpheby at gmail dot com --- Comment

[Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error

2013-02-13 Thread morpheby at gmail dot com
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

[Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error

2012-07-30 Thread morpheby at gmail dot com
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

[Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error

2012-07-30 Thread morpheby at gmail dot com
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

[Bug c++/54126] New: ICE on constexpr move ctor with const ref type instead of error

2012-07-30 Thread morpheby at gmail dot com
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