[Bug c++/45873] Parameter packs not expanding consistently in function return types

2011-05-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45873 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc dot

[Bug c++/45873] Parameter packs not expanding consistently in function return types

2011-05-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45873 --- Comment #3 from Jason Merrill jason at gcc dot gnu.org 2011-05-16 15:42:36 UTC --- This seems like a dup of 35722.

[Bug c++/45873] Parameter packs not expanding consistently in function return types

2011-05-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45873 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2011-05-16 17:04:12 UTC --- (In reply to comment #3) This seems like a dup of 35722. Ah yes, it definitely is for the call to foop1 in my second example in comment 2: modifying pt.c to

[Bug c++/45873] Parameter packs not expanding consistently in function return types

2010-10-04 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45873 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Known to fail||4.4.3, 4.5.1,