简体   繁体   English

gcc-4.0.0-8和gcc-4.3.2之间的区别

[英]Difference between gcc-4.0.0-8 and gcc-4.3.2

SPOJ and Codechef have both of them in list of accepted languages. SPOJ和Codechef都将它们都列为可接受的语言列表。 What is the so big difference between them that they have to be distinguished? 他们之间有如此大的差异,他们必须区分?

For C++, they aren't binary compatible with each other, for one thing. 对于C ++,它们之间并不是二进制兼容的。

There's a lot of openmp function that arrived between 4.0 and 4.3 for another. 有很多openmp函数在4.0到4.3之间到达另一个。

All the changes between GCC major versions are described on each versions changes page: GCC主要版本之间的所有更改都在每个版本更改页面上进行了描述:

  1. Changes in 4.1 4.1的变化
  2. Changes in 4.2 4.2的变化
  3. Changes in 4.3 4.3的变化
  4. Changes in 4.4 4.4的变化

应用程序二进制接口(ABI)已更改(意味着您无法(可靠地)将来自不同版本的二进制文件链接在一起)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM