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]
Other format: [Raw text]

[Bug c++/11247] -frepo fails to instantiate typeinfo



------- Comment #6 from aaw at gcc dot gnu dot org  2007-06-14 22:32 -------
I've just run into this problem trying to test an unrelated change.

Here's a puzzler, though.  If I run the g++.dg/rtti/repo1.C test, it compiles
successfully.  If I copy the command line for the compilation but modify the
output filename, I get an object file with `function1<1>::function1()' removed.

For some reason, the behavior of the -frepo option is dependent on the -o
option.


-- 

aaw at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aaw at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11247


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