Quantcast
Channel: Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1616

Compiler segfault on __interface with non-abstract member

$
0
0

The following chunk of code crashes the compiler:

__interface IFoo
{
  void Calculate(int) {}
};

int main()
{
  IFoo* foo;
  foo->Calculate(31);

    return 0;
}

 


Viewing all articles
Browse latest Browse all 1616

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>