mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-12 04:09:37 +08:00
memtemp77.C: Adjust expected __PRETTY_FUNCTION__.
* g++.old-deja/g++.pt/memtemp77.C: Adjust expected __PRETTY_FUNCTION__. From-SVN: r29674
This commit is contained in:
parent
9e93bc9dcc
commit
a0cc9ab624
@ -1,3 +1,8 @@
|
||||
Mon Sep 27 09:14:24 BST 1999 Nathan Sidwell <nathan@acm.org>
|
||||
|
||||
* g++.old-deja/g++.pt/memtemp77.C: Adjust expected
|
||||
__PRETTY_FUNCTION__.
|
||||
|
||||
1999-09-21 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
|
||||
|
@ -18,7 +18,7 @@ char* S3<char>::h(int) { return __PRETTY_FUNCTION__; }
|
||||
int main()
|
||||
{
|
||||
if (strcmp (S3<double>::h(7),
|
||||
"static char * S3<double>::h<int>(int)") == 0)
|
||||
"char *S3<double>::h<int> (int)") == 0)
|
||||
return 0;
|
||||
else
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user