[Bug c++/88754] [7/8/9 Regression] Constructor call wrongly assumed to be a variable declaration

2019-02-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88754

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P2
   Target Milestone|--- |7.5

[Bug c++/88754] [7/8/9 Regression] Constructor call wrongly assumed to be a variable declaration

2019-01-08 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88754

Volker Reichelt  changed:

   What|Removed |Added

  Known to work||3.4.0, 3.4.6, 4.1.0, 4.1.1
Summary|Constructor call wrongly|[7/8/9 Regression]
   |assumed to be a variable|Constructor call wrongly
   |declaration |assumed to be a variable
   ||declaration
  Known to fail||4.1.2, 4.2.0, 5.0, 6.0,
   ||7.0, 8.0, 9.0

--- Comment #2 from Volker Reichelt  ---
Unlike PR37213 this is actually a regression that was introduced in GCC 4.1.2.
The code compiled fine with GCC 3.4.0 - GCC 4.1.1.