diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-07-10 16:47:52 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-07-10 16:47:52 +0000 |
commit | 4a3864984cd9d020a65cd2956ed032e3cc254a98 (patch) | |
tree | ed0e7bf4cb3957e067e0ff6072e1192fdded5502 /gcc/cp/cp-tree.h | |
parent | 1e60c0577d2a835744f39c9b82a5564ea9fe11d7 (diff) | |
download | gcc-4a3864984cd9d020a65cd2956ed032e3cc254a98.zip gcc-4a3864984cd9d020a65cd2956ed032e3cc254a98.tar.gz gcc-4a3864984cd9d020a65cd2956ed032e3cc254a98.tar.bz2 |
re PR c++/10032 (-pedantic converts some errors to warnings)
PR c++/10032
* doc/invoke.texi (C++ Dialect Options): Change documentation of
-fpermissive.
PR c++/10032
* decl.c (cxx_init_decl_processing): With -pedantic, pedwarns are
still errors.
PR c++/10527
* error.c (decl_to_string): Do not print default argument
expressions.
* cp-tree.h (break_out_calls): Remove declaration.
* tree.c (break_out_calls): Remove.
* typeck.c (build_modify_expr): Avoid invalid sharing of trees.
PR c++/10032
* g++.dg/warn/pedantic1.C: New test.
From-SVN: r69191
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r-- | gcc/cp/cp-tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 58eabc3..052c12a 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -4174,7 +4174,6 @@ extern tree build_min (enum tree_code, tree, extern tree build_min_nt (enum tree_code, ...); extern tree build_cplus_new (tree, tree); extern tree get_target_expr (tree); -extern tree break_out_calls (tree); extern tree build_cplus_method_type (tree, tree, tree); extern tree build_cplus_staticfn_type (tree, tree, tree); extern tree build_cplus_array_type (tree, tree); |