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]

C++ PATCH for c++/83947, ICE with auto deduction


In this testcase, we were deducing a type for g from the function f
which has not yet been deduced itself.  Fixed by recognizing the case
of an undeduced initializer.

The change to undeduced_auto_decl is necessary because auto parameters
are a different story; they act more like normal template parameters.

Tested x86_64-pc-linux-gnu, applying to trunk.

Attachment: 83947.diff
Description: Text document


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