This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bug or feature?
- From: Dan DaCosta <dwd22 at drexel dot edu>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 18 Aug 2003 11:45:07 -0500
- Subject: bug or feature?
- Reply-to: dwd22 at drexel dot edu
In g++ there is a -fdump-tree-original flag. The AST dumped out by this flag has
problem when dealing with defined function parameters; there is no way to tell what
the defined order of the parameters are. I would like to know if this is a bug which I
should submit a patch for, or a feature.
thank you in advance,
Dan DaCosta