http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53220
--- Comment #21 from Jason Merrill <jason at gcc dot gnu.org> 2013-05-01 19:13:19 UTC --- (In reply to comment #20) > I wrote some code which compiled perfectly using gcc 4.7. However, now I am > using gcc 4.8 and I am encountering exactly the problem mentioned by Paul. > Will > this be solved or should I look for another solution to overcome this problem? > Any suggestions? You should probably adjust your code to avoid using array compound literals in C++.