]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fixes PR 57548.
authortmsriram <tmsriram@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jun 2013 00:38:09 +0000 (00:38 +0000)
committertmsriram <tmsriram@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jun 2013 00:38:09 +0000 (00:38 +0000)
commit1d7354bb436efb6c4da3a81735d111a947afc16c
treeb0c18312b6bbddd50994cdd1ed939fba03796569
parent600b00204b73e680f8310f928a9b029354c840df
Fixes PR 57548.

2013-06-07  Sriraman Tallam  <tmsriram@google.com>

PR c++/57548
* cp/call.c (build_over_call):  Check if current_function_decl is
NULL.
* testsuite/g++.dg/ext/pr57548.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199842 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cp/call.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/pr57548.C [new file with mode: 0644]