This is the mail archive of the gcc-bugs@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]

GNU gcc/g++ message: inst emulated pid=31963 <g++> va=0x0 pc=0x12000b7c0 inst=0x523f0482


I have recently compiled and installed gcc version 2.95.2 19991024 release
on a Compaq AlphaServer running
Tru64 UNIX Version 4.0F (Formerly Digital UNIX - alphaev6-dec-osf4.0f).

The following message is generated every time I invoke the gcc/g++
compilers.  Not only do the compilers
produce the following type of message but so do the programs compiled by
them.  How do I get rid of the
following informational message?


	inst emulated pid=28597 <gcc> va=0x0 pc=0x12000b7a0 inst=0x523f0482


For example, below is the output I receive when I run gcc or g++ with the -v
option to print the version number.


# gcc -v
inst emulated pid=28597 <gcc> va=0x0 pc=0x12000b7a0 inst=0x523f0482
Reading specs from /usr/local/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/specs
gcc version 2.95.2 19991024 (release)
# 
# g++ -v
inst emulated pid=23399 <g++> va=0x0 pc=0x12000b7c0 inst=0x523f0482
Reading specs from /usr/local/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/specs
gcc version 2.95.2 19991024 (release)
#


Additonally, Compiling the following simple program and executing it returns
a similar mesage.


# cat test.C

int main ()
{
	return 0;
}

# 
# g++ test.C
inst emulated pid=31963 <g++> va=0x0 pc=0x12000b7c0 inst=0x523f0482
#
# ls
a.out   test.C
#  
# a.out
inst emulated pid=31857 <a.out> va=0x0 pc=0x1200017e0 inst=0x715f0e1b
#


Any help in removing this message would be greatly appreciated!!!  Thanks in
advance!!!


Regards,
John Bury

-----------------------------------
Voice: (240) 453-3866
Email: John.Bury@celera.com

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