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
12 years agoDoes anyone know if they have incorporated my patches (on the wiki) for 'small data' accesses?
I wrote them for gcc 3.4, but they applied to the gcc 4.1 version as well (the only changes I saw between 3.4 and 4.1 were regressions!). gcc 4.1 certainly made a worse job (than 3.4) of compiling my code - although I didn't spend any time trying to work out why.