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++/51213] [C++11][DR 1170] Access control checking has to be done under SFINAE conditions


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51213

--- Comment #10 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-07-24 10:34:56 UTC ---
So, first we have a typo at pt.c:6142:

      orig_arg = make_typename_type (TREE_OPERAND (arg, 0),
                     TREE_OPERAND (arg, 1),
                     typename_type,
                     complain & tf_error);

the fourth argument must be just complain. Let's see if we have more ;)


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