mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 07:54:42 +08:00
method.c (build_mangled_name): Start CPP directives in column zero.
8 * method.c (build_mangled_name): Start CPP directives in column zero. From-SVN: r18124
This commit is contained in:
parent
2fc11007df
commit
acde952dea
@ -1049,14 +1049,14 @@ build_mangled_name (parmtypes, begin, end)
|
||||
|
||||
if (TREE_USED (parmtype))
|
||||
{
|
||||
#if 0
|
||||
#if 0
|
||||
/* We can turn this on at some point when we want
|
||||
improved symbol mangling. */
|
||||
Nrepeats++;
|
||||
#else
|
||||
#else
|
||||
/* This is bug compatible with 2.7.x */
|
||||
flush_repeats (parmtype);
|
||||
#endif
|
||||
endif
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user