public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/37964]  New: [4.4 regression] ICE with operator auto
@ 2008-10-30 20:30 reichelt at gcc dot gnu dot org
  2008-10-30 20:31 ` [Bug c++/37964] " reichelt at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-10-30 20:30 UTC (permalink / raw)
  To: gcc-bugs

The following code snippet triggers an ICE on mainline:

========================
struct A
{
  operator auto();
};
========================

bug.cc:3: internal compiler error: Segmentation fault
Please submit a full bug report, [etc.]

The bug appeared with the patches for the new 'auto' semantics.


-- 
           Summary: [4.4 regression] ICE with operator auto
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-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=37964


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

* [Bug c++/37964] [4.4 regression] ICE with operator auto
  2008-10-30 20:30 [Bug c++/37964] New: [4.4 regression] ICE with operator auto reichelt at gcc dot gnu dot org
@ 2008-10-30 20:31 ` reichelt at gcc dot gnu dot org
  2008-10-30 21:01 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-10-30 20:31 UTC (permalink / raw)
  To: gcc-bugs



-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

* [Bug c++/37964] [4.4 regression] ICE with operator auto
  2008-10-30 20:30 [Bug c++/37964] New: [4.4 regression] ICE with operator auto reichelt at gcc dot gnu dot org
  2008-10-30 20:31 ` [Bug c++/37964] " reichelt at gcc dot gnu dot org
@ 2008-10-30 21:01 ` rguenth at gcc dot gnu dot org
  2008-10-31 11:28 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-10-30 21:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2008-10-30 20:59 -------
Confirmed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to work|                            |4.3.2
           Priority|P3                          |P2
   Last reconfirmed|0000-00-00 00:00:00         |2008-10-30 20:59:18
               date|                            |


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


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

* [Bug c++/37964] [4.4 regression] ICE with operator auto
  2008-10-30 20:30 [Bug c++/37964] New: [4.4 regression] ICE with operator auto reichelt at gcc dot gnu dot org
  2008-10-30 20:31 ` [Bug c++/37964] " reichelt at gcc dot gnu dot org
  2008-10-30 21:01 ` rguenth at gcc dot gnu dot org
@ 2008-10-31 11:28 ` jakub at gcc dot gnu dot org
  2008-11-03  7:41 ` reichelt at gcc dot gnu dot org
  2008-11-03  7:43 ` reichelt at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-10-31 11:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2008-10-31 11:27 -------


*** This bug has been marked as a duplicate of 37962 ***


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug c++/37964] [4.4 regression] ICE with operator auto
  2008-10-30 20:30 [Bug c++/37964] New: [4.4 regression] ICE with operator auto reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-10-31 11:28 ` jakub at gcc dot gnu dot org
@ 2008-11-03  7:41 ` reichelt at gcc dot gnu dot org
  2008-11-03  7:43 ` reichelt at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-11-03  7:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from reichelt at gcc dot gnu dot org  2008-11-03 07:40 -------
Reopen ...


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |


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


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

* [Bug c++/37964] [4.4 regression] ICE with operator auto
  2008-10-30 20:30 [Bug c++/37964] New: [4.4 regression] ICE with operator auto reichelt at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-11-03  7:41 ` reichelt at gcc dot gnu dot org
@ 2008-11-03  7:43 ` reichelt at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-11-03  7:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from reichelt at gcc dot gnu dot org  2008-11-03 07:41 -------
... to mark as duplicate as PR37967 as the bug was fixed with the patch for
PR37967.


*** This bug has been marked as a duplicate of 37967 ***


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2008-11-03  7:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-30 20:30 [Bug c++/37964] New: [4.4 regression] ICE with operator auto reichelt at gcc dot gnu dot org
2008-10-30 20:31 ` [Bug c++/37964] " reichelt at gcc dot gnu dot org
2008-10-30 21:01 ` rguenth at gcc dot gnu dot org
2008-10-31 11:28 ` jakub at gcc dot gnu dot org
2008-11-03  7:41 ` reichelt at gcc dot gnu dot org
2008-11-03  7:43 ` reichelt 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).