------- Comment #4 from pinskia at gcc dot gnu dot org  2007-08-24 21:12 -------
Testcase:
namespace std {
  struct gnu_error_category 
  {
    virtual const int name() const {}
  };
  const gnu_error_category gnu_category;
}
namespace std {
  const gnu_error_category& system_category = gnu_category;
}


------- CUT ----
Compile with -O1 -fdata-section.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libstdc++                   |target


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

Reply via email to