public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/26577]  New: [4.0/4.1/4.2 regression] ICE in cp_expr_size with volatile
@ 2006-03-06  8:06 reichelt at gcc dot gnu dot org
  2006-03-06  8:07 ` [Bug c++/26577] " reichelt at gcc dot gnu dot org
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-03-06  8:06 UTC (permalink / raw)
  To: gcc-bugs

As reported here:

  http://gcc.gnu.org/ml/gcc-bugs/2006-03/msg00589.html

Confirmed. Fails since GCC 4.0.0.

However, this has nothing to do with templates or inline asm as the
reduced testcase shows:

==================================
struct A
{
    A(const A&);
    A& operator=(const A&);
    static void bar();
    void foo() volatile {}
    void baz() volatile;
};

void A::baz() volatile
{
    foo();
    bar();
}
==================================


-- 
           Summary: [4.0/4.1/4.2 regression] ICE in cp_expr_size with
                    volatile
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

end of thread, other threads:[~2006-09-21 14:54 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-06  8:06 [Bug c++/26577] New: [4.0/4.1/4.2 regression] ICE in cp_expr_size with volatile reichelt at gcc dot gnu dot org
2006-03-06  8:07 ` [Bug c++/26577] " reichelt at gcc dot gnu dot org
2006-03-06  8:07 ` reichelt at gcc dot gnu dot org
2006-03-06 10:39 ` rguenth at gcc dot gnu dot org
2006-03-06 12:42 ` [Bug c++/26577] [4.0/4.1/4.2 regression] ICE in cp_expr_size with volatile and call to static pinskia at gcc dot gnu dot org
2006-03-06 12:45 ` pinskia at gcc dot gnu dot org
2006-03-06 12:47 ` pinskia at gcc dot gnu dot org
2006-03-07 12:26 ` reichelt at gcc dot gnu dot org
2006-03-11  3:22 ` mmitchel at gcc dot gnu dot org
2006-06-04 18:03 ` mmitchel at gcc dot gnu dot org
2006-06-05 22:39 ` mmitchel at gcc dot gnu dot org
2006-06-12 12:16 ` dnovillo at redhat dot com
2006-06-14  2:40 ` mmitchel at gcc dot gnu dot org
2006-06-30 19:46 ` [Bug middle-end/26577] " jason at gcc dot gnu dot org
2006-06-30 20:07 ` [Bug c++/26577] " jason at gcc dot gnu dot org
2006-06-30 21:13 ` jason at gcc dot gnu dot org
2006-06-30 21:24 ` jason at gcc dot gnu dot org
2006-06-30 21:30 ` jason at gcc dot gnu dot org
2006-07-03 18:28 ` reichelt at gcc dot gnu dot org
2006-07-05  0:46 ` jason at gcc dot gnu dot org
2006-07-17  3:17 ` mmitchel at gcc dot gnu dot org
2006-07-17 15:10 ` jason at redhat dot com
2006-08-28  3:05 ` [Bug c++/26577] [4.0/4.1/4.2 regression] ICE in cp_expr_size with volatile and non POD pinskia at gcc dot gnu dot org
2006-08-29  6:55 ` jason at gcc dot gnu dot org
2006-08-29 18:15 ` [Bug c++/26577] [4.0/4.1 " jason at gcc dot gnu dot org
2006-08-30  2:59 ` jason at gcc dot gnu dot org
2006-08-30  3:42 ` pinskia at gcc dot gnu dot org
2006-09-21 14:54 ` pinskia 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).