public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Error: undefined symbol `INTERNAL' in operation
@ 2007-12-14 18:09 Павел Чернышев
  0 siblings, 0 replies; only message in thread
From: Павел Чернышев @ 2007-12-14 18:09 UTC (permalink / raw)
  To: gcc-bugs

[-- Attachment #1: Type: text/plain, Size: 2157 bytes --]

I'm sorry, I'm not sure if this bug should be sent to you. Correct me
if I'm wrong. Thank you.

$ g++ -v -save-temp g++bug.cpp
Using built-in specs.
g++: unrecognized option '-save-temp'
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada
--enable-java-awt=gtk --disable-dssi --enable-plugin
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic
--host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20070925 (Red Hat 4.1.2-27)
 /usr/libexec/gcc/i386-redhat-linux/4.1.2/cc1plus -quiet -v
-D_GNU_SOURCE g++bug.cpp -quiet -dumpbase g++bug.cpp -mtune=generic
-auxbase g++bug -version -o /tmp/ccExHZXd.s
ignoring nonexistent directory
"/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../i386-redhat-linux/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c++/4.1.2
 /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c++/4.1.2/i386-redhat-linux
 /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c++/4.1.2/backward
 /usr/local/include
 /usr/lib/gcc/i386-redhat-linux/4.1.2/include
 /usr/include
End of search list.
GNU C++ version 4.1.2 20070925 (Red Hat 4.1.2-27) (i386-redhat-linux)
        compiled by GNU C version 4.1.2 20070925 (Red Hat 4.1.2-27).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 47ecd5b49be3842ab15019d13f95ada6
 as -V -Qy -o /tmp/ccy2bBWg.o /tmp/ccExHZXd.s
GNU assembler version 2.17.50.0.12-4 (i386-redhat-linux) using BFD
version 2.17.50.0.12-4 20070128
/tmp/ccExHZXd.s: Assembler messages:
/tmp/ccExHZXd.s:262: Warning: missing operand; zero assumed
/tmp/ccExHZXd.s:262: Error: undefined symbol `INTERNAL' in operation

-- 
 Pavel                          mailto:PChernyshev@gmail.com

[-- Attachment #2: g++bug.ii --]
[-- Type: application/octet-stream, Size: 206 bytes --]

# 1 "g++bug.cpp"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "g++bug.cpp"
class A
{
public:
  virtual void f(){}
  virtual ~A(){}
};

class f: public A
{
public:
  f(){}
};

int main()
{
  f x;
  return 0;
}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-14 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-14 18:09 Error: undefined symbol `INTERNAL' in operation Павел Чернышев

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).