diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1997-08-21 21:52:56 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1997-08-21 21:52:56 -0400 |
commit | 8eeda2ecd583c0028d3ec2c670eb8e14ba7aae9b (patch) | |
tree | bafe1a8aa2c3ad7e2ba3e7c97ad5224b96f88059 /gcc/cp/NEWS | |
parent | b4f32d7b120680f16eb9a95c282bba0c5c5e86aa (diff) | |
download | gcc-8eeda2ecd583c0028d3ec2c670eb8e14ba7aae9b.zip gcc-8eeda2ecd583c0028d3ec2c670eb8e14ba7aae9b.tar.gz gcc-8eeda2ecd583c0028d3ec2c670eb8e14ba7aae9b.tar.bz2 |
lex.c (real_yylex): Refer to __complex instead of complex.
* lex.c (real_yylex): Refer to __complex instead of complex.
-Wed Jul 16 15:57:42 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
-
- * parse.y (empty_parms): Only use VOID_LIST_NODE for the PARMS if
- we're in a C++ struct/class, not if we're doing xtern "C"'.
-
and regenerate parse.c.
From-SVN: r14885
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r-- | gcc/cp/NEWS | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS index 8f057ef..69fc05f 100644 --- a/gcc/cp/NEWS +++ b/gcc/cp/NEWS @@ -7,8 +7,20 @@ for more information. +* New flags -Wsign-promo, -Wno-pmf-conversion. + +* local static variables in extern inline functions will be shared between + translation units. + +* Standard usage syntax for the std namespace is supported; std is treated + as an alias for global scope. General namespaces are still not supported. + +* -fvtable-thunks is supported for all targets, and is the default for + Linux with glibc (libc 6 on x86). + * Default function arguments in templates will not be evaluated (or - checked for semantic validity) unless they are needed. + checked for semantic validity) unless they are needed. Default arguments + in class bodies will not be parsed until the class definition is complete. * The -ftemplate-depth-NN flag can be used to increase the maximum recursive template instantiation depth, defaulting to 17. If you need |