[Bug c++/17053] [3.5 Regression] Repo functionality partially broken on AIX

dje at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Aug 17 01:49:00 GMT 2004


------- Additional Comments From dje at gcc dot gnu dot org  2004-08-17 01:49 -------
The divergence appears to occur in cp/decl.c:finish_function().  In the -frepo
case, TREE_NOTHROW (fndecl) is not set, while in the non-frepo case, it is.  The
templates are processed a different number of times with the different options,
so it appears that the compiler is noticing something or remembering something
that was not evident with the other option.

-- 


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



More information about the Gcc-bugs mailing list