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++/17053] [3.5 Regression] Repo functionality partially broken on AIX


------- 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


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