[Bug c++/34022] Rvalue references and std::forward() broken with built-in types

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Nov 8 01:59:00 GMT 2007



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-11-08 01:59 -------
  D.3322 = 97;
  printf (&"%p\n"[0], &D.3322);
  D.3373 = D.3322;
  printf (&"%p\n"[0], &D.3373);
  D.3323 = {};
  printf (&"%p\n"[0], &D.3323);
  printf (&"%p\n"[0], &D.3323);


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34022



More information about the Gcc-bugs mailing list