This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81279] variadic template regression : compiles without error under 5.4.0 , 6.3.0 with error under 7.1.0
- From: "jason.vas.dias at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 02 Jul 2017 14:25:02 +0000
- Subject: [Bug c++/81279] variadic template regression : compiles without error under 5.4.0 , 6.3.0 with error under 7.1.0
- Auto-submitted: auto-generated
- References: <bug-81279-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81279
Jason Vas Dias <jason.vas.dias at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #6 from Jason Vas Dias <jason.vas.dias at gmail dot com> ---
Wow! Problem SOLVED! Need a different pair of eyes sometimes ...
But I can't find where this is flagged in gcc 7.1.0 NEWS or ReleaseNotes .
It is a major change of behavior WRT to Variadic Macros, IMHO .
On 02/07/2017, d25fe0be at outlook dot com <gcc-bugzilla@gcc.gnu.org> wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81279
>
> --- Comment #4 from d25fe0be@ <d25fe0be at outlook dot com> ---
> '_t::_call' is a dependent name, adding 'template' before '_call' fixes the
> compilation error.
>
> --
> You are receiving this mail because:
> You reported the bug.