Bug 60344 - [C++1y] 7.1.6.4/13 not enforced
Summary: [C++1y] 7.1.6.4/13 not enforced
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.9.0
: P3 normal
Target Milestone: 4.9.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 09:55 UTC by Paolo Carlini
Modified: 2015-03-24 16:27 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Carlini 2014-02-26 09:55:45 UTC
Looks like we are wrongly accepting:

auto f();
decltype(auto) f();
Comment 1 Paolo Carlini 2015-03-24 16:27:10 UTC
Released 4.9.0 is fine.