Forum Discussion
Altera_Forum
Honored Contributor
15 years agoGCC 4.1.2 Issue. New toolchain soon?
I'm running into a bug where the following code causes a compiler error: class foo {
public:
virtual const char* name() const throw();
virtual const char* faux_name() const th...
Altera_Forum
Honored Contributor
15 years agoThank you for the reply.
Just a note, that the issue only comes up with the above compiler options (-fPIC and any optimizations other than -O0).