This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
__multi3 intrinsic
- From: Andrey Pozdeev <AndreyPozdeev at rambler dot ru>
- To: gcc-help at gcc dot gnu dot org
- Cc:
- Date: Fri, 20 Sep 2002 20:55:21 +0400 (MSD)
- Subject: __multi3 intrinsic
GCC 2.96 has intrinsic '__multi3'.
It appears when I'm trying to compile following example:
-----test.c-----------
void f()
{
int a=2;
char b[a*2];
}
----end of test.c-----
Here is a piece of symbol table for test.o:
.............
0000000000000000 l d .comment 0000000000000000
0000000000000000 *UND* 0000000000000000 __multi3
0000000000000000 g F .text 0000000000000240 f
..............
Is this intrinsic used in GCC 3.2 ?
Why GCC 2.96 uses it ?
Andrey.
----
http://www.rambler.ru