[Bug c++/39679] Some absent attributes in the tree-dump should be added
egallager at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Aug 20 18:51:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39679
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |egallager at gcc dot gnu.org
Resolution|--- |WONTFIX
--- Comment #6 from Eric Gallager <egallager at gcc dot gnu.org> ---
g++ no longer supports the -fdump-translation-unit flag:
$ /usr/local/bin/g++ -c -fdump-translation-unit -fsyntax-only -std=gnu++98
53360.cc
cc1plus: error: unrecognized command line option ‘-fdump-translation-unit’
$
I think I remember some debate on gcc-patches about removing it for gcc8 but I
forget the link to the thread... closing as WONTFIX since the flag probably
won't be coming back
More information about the Gcc-bugs
mailing list