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 optimization/10349] testsuite failure in g++.dg/parse/stack1.C


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 16:31 -------
One issue is that the following code is not sibcalled:
6073      /* Otherwise, we simply parse the statement directly.  */
6074      else
6075        statement = cp_parser_compound_statement (parser, false);
6076
6077      /* Return the statement.  */
6078      return statement;

I know that is fixed on the tree-ssa (but there is already another problem on the tree-ssa see bug 
12454), there might be other problems too.

-- 


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


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