public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/17163] New: [3.5 Regression] ICE with -frepo and static class variables
@ 2004-08-24  5:39 pinskia at gcc dot gnu dot org
  2004-08-24  5:40 ` [Bug c++/17163] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-24  5:39 UTC (permalink / raw)
  To: gcc-bugs

template <int __inst>
struct __Atomicity_lock
{
  static unsigned char _S_atomicity_lock;
};
template <int __inst>
unsigned char __Atomicity_lock<__inst>::_S_atomicity_lock = 0;
template unsigned char __Atomicity_lock<0>::_S_atomicity_lock;

-- 
           Summary: [3.5 Regression] ICE with -frepo and static class
                    variables
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
OtherBugsDependingO 8991
             nThis:


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-08-24  6:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-24  5:39 [Bug c++/17163] New: [3.5 Regression] ICE with -frepo and static class variables pinskia at gcc dot gnu dot org
2004-08-24  5:40 ` [Bug c++/17163] " pinskia at gcc dot gnu dot org
2004-08-24  6:38 ` cvs-commit at gcc dot gnu dot org
2004-08-24  6:43 ` mmitchel at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).