mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 15:37:24 +08:00
document covariants implemented
From-SVN: r69287
This commit is contained in:
parent
db0e878d33
commit
75e74c7190
@ -70,6 +70,9 @@
|
||||
|
||||
X x __attribute__((...)) (1);
|
||||
|
||||
* Covariant returns are implemented for all but varadic functions that
|
||||
require an adjustment.
|
||||
|
||||
*** Changes in GCC 3.3:
|
||||
|
||||
* The "new X = 3" extension has been removed; you must now use "new X(3)".
|
||||
|
Loading…
Reference in New Issue
Block a user