This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/65882] [5/6 Regression] Internal compiler error: Error reporting routines re-entered


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]