Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to verify that Google Test builds without RTTI #36

Closed
GoogleCodeExporter opened this issue Jul 28, 2015 · 2 comments
Closed

Need to verify that Google Test builds without RTTI #36

GoogleCodeExporter opened this issue Jul 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

Some users don't use RTTI in their build.  For example, they pass -fno-rtti
to gcc.  Google Test's typed tests use RTTI and thus won't compile here. 
To make it work for such users, Google Test provides the GTEST_HAS_RTTI
macro for the user to define.  However there's no automated test to verify
this.  Please add one.

Original issue reported on code.google.com by shiq...@gmail.com on 18 Sep 2008 at 4:24

@GoogleCodeExporter
Copy link
Contributor Author

Original comment by shiq...@gmail.com on 12 Oct 2008 at 3:23

  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

@GoogleCodeExporter
Copy link
Contributor Author

There are too many tasks already that are far more important.  We'll deal with 
this 
if it becomes a real issue.

Original comment by zhanyong...@gmail.com on 22 Feb 2009 at 5:19

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant