public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/37554] [4.3/4.4 regression] ICE with invalid cast
  2008-09-17  6:27 [Bug c++/37554] New: [4.3/4.4 regression] ICE with invalid cast reichelt at gcc dot gnu dot org
@ 2008-09-17  6:27 ` reichelt at gcc dot gnu dot org
  2008-09-17 14:30 ` rguenth at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-09-17  6:27 UTC (permalink / raw)
  To: gcc-bugs



-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.3


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


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

* [Bug c++/37554]  New: [4.3/4.4 regression] ICE with invalid cast
@ 2008-09-17  6:27 reichelt at gcc dot gnu dot org
  2008-09-17  6:27 ` [Bug c++/37554] " reichelt at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-09-17  6:27 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE since GCC 4.3.0:

========================
struct A {};
class B : A {};

void foo(B b)
{
  (A)b;
}
========================

bug.cc: In function 'void foo(B)':
bug.cc:6: error: 'A' is an inaccessible base of 'B'
bug.cc:6: internal compiler error: tree check: expected class 'type', have
'exceptional' (error_mark) in useless_type_conversion_p_1, at tree-ssa.c:1075
Please submit a full bug report, [etc.]


-- 
           Summary: [4.3/4.4 regression] ICE with invalid cast
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, 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=37554


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

* [Bug c++/37554] [4.3/4.4 regression] ICE with invalid cast
  2008-09-17  6:27 [Bug c++/37554] New: [4.3/4.4 regression] ICE with invalid cast reichelt at gcc dot gnu dot org
  2008-09-17  6:27 ` [Bug c++/37554] " reichelt at gcc dot gnu dot org
@ 2008-09-17 14:30 ` rguenth at gcc dot gnu dot org
  2008-09-18 19:40 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-09-17 14:30 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5


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


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

* [Bug c++/37554] [4.3/4.4 regression] ICE with invalid cast
  2008-09-17  6:27 [Bug c++/37554] New: [4.3/4.4 regression] ICE with invalid cast reichelt at gcc dot gnu dot org
  2008-09-17  6:27 ` [Bug c++/37554] " reichelt at gcc dot gnu dot org
  2008-09-17 14:30 ` rguenth at gcc dot gnu dot org
@ 2008-09-18 19:40 ` pinskia at gcc dot gnu dot org
  2008-09-18 20:00 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-18 19:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-09-18 19:38 -------
Confirmed, worked with 
GNU C++ (GCC) version 4.3.0 20080201 (experimental) [trunk revision 131996]
(i386-apple-darwin8.11.1)


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |minor
      Known to fail|                            |4.4.0
      Known to work|                            |4.1.1


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


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

* [Bug c++/37554] [4.3/4.4 regression] ICE with invalid cast
  2008-09-17  6:27 [Bug c++/37554] New: [4.3/4.4 regression] ICE with invalid cast reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-09-18 19:40 ` pinskia at gcc dot gnu dot org
@ 2008-09-18 20:00 ` pinskia at gcc dot gnu dot org
  2008-10-03 22:54 ` simartin at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-18 20:00 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-09-18 19:59:24
               date|                            |


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


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

* [Bug c++/37554] [4.3/4.4 regression] ICE with invalid cast
  2008-09-17  6:27 [Bug c++/37554] New: [4.3/4.4 regression] ICE with invalid cast reichelt at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-09-18 20:00 ` pinskia at gcc dot gnu dot org
@ 2008-10-03 22:54 ` simartin at gcc dot gnu dot org
  2009-01-24 10:26 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: simartin at gcc dot gnu dot org @ 2008-10-03 22:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from simartin at gcc dot gnu dot org  2008-10-03 22:53 -------
Introduced by a new gcc_assert (wrapped in ENABLE_CHECKING) in the fix for
PR35056 (this assert was discussed starting from
http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00181.html)


-- 

simartin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simartin at gcc dot gnu dot
                   |                            |org


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


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

* [Bug c++/37554] [4.3/4.4 regression] ICE with invalid cast
  2008-09-17  6:27 [Bug c++/37554] New: [4.3/4.4 regression] ICE with invalid cast reichelt at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-10-03 22:54 ` simartin at gcc dot gnu dot org
@ 2009-01-24 10:26 ` rguenth at gcc dot gnu dot org
  2009-01-27 17:56 ` paolo dot carlini at oracle dot com
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-01-24 10:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-01-24 10:20 -------
GCC 4.3.3 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.3                       |4.3.4


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


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

* [Bug c++/37554] [4.3/4.4 regression] ICE with invalid cast
  2008-09-17  6:27 [Bug c++/37554] New: [4.3/4.4 regression] ICE with invalid cast reichelt at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2009-01-24 10:26 ` rguenth at gcc dot gnu dot org
@ 2009-01-27 17:56 ` paolo dot carlini at oracle dot com
  2009-01-27 19:47 ` paolo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-01-27 17:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from paolo dot carlini at oracle dot com  2009-01-27 17:56 -------
On it.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |paolo dot carlini at oracle
                   |dot org                     |dot com
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/37554] [4.3/4.4 regression] ICE with invalid cast
  2008-09-17  6:27 [Bug c++/37554] New: [4.3/4.4 regression] ICE with invalid cast reichelt at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2009-01-27 17:56 ` paolo dot carlini at oracle dot com
@ 2009-01-27 19:47 ` paolo at gcc dot gnu dot org
  2009-01-27 19:48 ` [Bug c++/37554] [4.3 " paolo dot carlini at oracle dot com
  2009-04-22 15:28 ` rguenth at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: paolo at gcc dot gnu dot org @ 2009-01-27 19:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from paolo at gcc dot gnu dot org  2009-01-27 19:47 -------
Subject: Bug 37554

Author: paolo
Date: Tue Jan 27 19:47:28 2009
New Revision: 143711

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143711
Log:
/cp
2009-01-27  Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/37554
        * call.c (build_over_call): If convert_for_arg_passing returns
        error_mark_node unconditionally return it.

/testsuite
2009-01-27  Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/37554
        * g++.dg/parse/crash51.C: New.
        * g++.old-deja/g++.pt/crash9.C: Adjust.

Added:
    trunk/gcc/testsuite/g++.dg/parse/crash51.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.old-deja/g++.pt/crash9.C


-- 


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


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

* [Bug c++/37554] [4.3 regression] ICE with invalid cast
  2008-09-17  6:27 [Bug c++/37554] New: [4.3/4.4 regression] ICE with invalid cast reichelt at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2009-01-27 19:47 ` paolo at gcc dot gnu dot org
@ 2009-01-27 19:48 ` paolo dot carlini at oracle dot com
  2009-04-22 15:28 ` rguenth at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-01-27 19:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from paolo dot carlini at oracle dot com  2009-01-27 19:48 -------
Fixed for 4.4.0.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|paolo dot carlini at oracle |unassigned at gcc dot gnu
                   |dot com                     |dot org
             Status|ASSIGNED                    |NEW
            Summary|[4.3/4.4 regression] ICE    |[4.3 regression] ICE with
                   |with invalid cast           |invalid cast


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


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

* [Bug c++/37554] [4.3 regression] ICE with invalid cast
  2008-09-17  6:27 [Bug c++/37554] New: [4.3/4.4 regression] ICE with invalid cast reichelt at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2009-01-27 19:48 ` [Bug c++/37554] [4.3 " paolo dot carlini at oracle dot com
@ 2009-04-22 15:28 ` rguenth at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-04-22 15:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2009-04-22 15:28 -------
WONTFIX for 4.3.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to fail|4.4.0                       |4.3.3
      Known to work|4.1.1                       |4.1.1 4.4.0
         Resolution|                            |FIXED
   Target Milestone|4.3.4                       |4.4.0


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


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

end of thread, other threads:[~2009-04-22 15:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-17  6:27 [Bug c++/37554] New: [4.3/4.4 regression] ICE with invalid cast reichelt at gcc dot gnu dot org
2008-09-17  6:27 ` [Bug c++/37554] " reichelt at gcc dot gnu dot org
2008-09-17 14:30 ` rguenth at gcc dot gnu dot org
2008-09-18 19:40 ` pinskia at gcc dot gnu dot org
2008-09-18 20:00 ` pinskia at gcc dot gnu dot org
2008-10-03 22:54 ` simartin at gcc dot gnu dot org
2009-01-24 10:26 ` rguenth at gcc dot gnu dot org
2009-01-27 17:56 ` paolo dot carlini at oracle dot com
2009-01-27 19:47 ` paolo at gcc dot gnu dot org
2009-01-27 19:48 ` [Bug c++/37554] [4.3 " paolo dot carlini at oracle dot com
2009-04-22 15:28 ` rguenth 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).