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++/47604] GCC doesn't accept "auto *f() -> int", but only accepts "auto f() -> int".


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

Johannes Schaub <schaub.johannes at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Johannes Schaub <schaub.johannes at googlemail dot com> 2011-02-10 10:54:15 UTC ---
I have been mistaken. The declaration "auto *f() -> int;" does not conform to
the syntax.


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