This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

__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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]