This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/65882] [5/6 Regression] Internal compiler error: Error reporting routines re-entered
- From: "miyuki at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 24 Jun 2015 00:53:35 +0000
- Subject: [Bug c++/65882] [5/6 Regression] Internal compiler error: Error reporting routines re-entered
- Auto-submitted: auto-generated
- References: <bug-65882-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65882
--- Comment #7 from Mikhail Maltsev <miyuki at gcc dot gnu.org> ---
Author: miyuki
Date: Wed Jun 24 00:53:02 2015
New Revision: 224864
URL: https://gcc.gnu.org/viewcvs?rev=224864&root=gcc&view=rev
Log:
Backport from mainline:
2015-06-20 Mikhail Maltsev <maltsevm@gmail.com>
PR c++/65882
gcc/cp/
* call.c (build_new_op_1): Check tf_warning flag in all cases.
gcc/testsuite/
* g++.dg/diagnostic/inhibit-warn-1.C: New test.
* g++.dg/diagnostic/inhibit-warn-2.C: New test.
Added:
branches/gcc-5-branch/gcc/testsuite/g++.dg/diagnostic/inhibit-warn-1.C
branches/gcc-5-branch/gcc/testsuite/g++.dg/diagnostic/inhibit-warn-2.C
Modified:
branches/gcc-5-branch/gcc/cp/ChangeLog
branches/gcc-5-branch/gcc/cp/call.c
branches/gcc-5-branch/gcc/testsuite/ChangeLog