This is the mail archive of the gcc-patches@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]

Re: [patch] C++ FE warning control cleanup


Lee Millward <lee.millward@gmail.com> writes:

| I'm not so sure that it is my patch which has caused these failures,
| when running the test suite with the current revision I'm experiencing
| those same failures whereas when I ran the test suite after I created
| the patch I experienced no new failures.
| 
| There's only been one patch to the C++ front end since I tested my
| patch then and since I ran the test suite today which is this one:
| 
| 2006-02-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
| 
| 	* cp-tree.h (tf_warn_or_error): New substituion flag.
|  	(cp_build_qualified_type): Use it.
|  	* call.c (convert_like_real): Likewise.
|   	* cvt.c (cp_convert_to_pointer): Likewise.
|  	(convert_to_reference): Likewise.
|   	* decl.c (make_typename_type): Likewise.
|   	(grokdeclarator): Likewise.
|  	* pt.c (tsubst_friend_function): Likewise.
|  	(tsubst_friend_class): Likewise.
|  	(instantiate_class_template): Likewise.
|  	(tsubst_default_argument): Likewise.
|  	(instantiate_decl): Likewise.
|  	(tsubst_initializer_list): Likewise.
|  	(tsubst_enum): Likewise.
|  	* semantics.c (finish_template_type): Likewise.
|   	* typeck.c (build_ptrmemfunc): Likewise.
|  	(convert_for_assignment): Likewise.
| 
| I'm going to try running the test suite before that patch with my
| changes and afterwards with both patches applied to try and pinpoint
| which one has caused these failures.

I ran full bootstrap and testsuite before checking in.  
I just read your message and I just fire again bootstrap and
testsuite.  I'll report later, as these take hours.

-- Gaby


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