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]

fix PR c++/37314 (ice-on-valid, rejects-valid regression)


The problem here is that resolve_typename_type is called by
structural_comptypes but not by merge_types.  The attached patch fixes
it.

Bootstrapped/regtested i686-pc-linux-gnu, ok for 4.2/4.3/4.4?

Attachment: pr37314.patch
Description: Binary data


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