OSDN Git Service

PR c++/8391
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Nov 2002 01:03:03 +0000 (01:03 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Nov 2002 01:03:03 +0000 (01:03 +0000)
commitc01417f6341b82b2b5c0051817cd5473c9bf93f9
tree78f9248491b1a67f82cf93b6069e4237f4bcdc6d
parenta9b0df6548a440878f7df390e3ac6055c486f428
PR c++/8391
* toplev.c (rest_of_compilation): Do not refuse to output code for
an inline function in a local class.

PR c++/8391
* g++.dg/opt/local1.C: New test.

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