public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/18705] New: ACATS c34002a and c460007 ICE expected integer_cst, have var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783
@ 2004-11-28 18:29 laurent at guerby dot net
  2004-11-28 18:32 ` [Bug ada/18705] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: laurent at guerby dot net @ 2004-11-28 18:29 UTC (permalink / raw)
  To: gcc-bugs

This occurs on powerpc-darwin only (works on x86 and x86_64),
Andrew Pinski suggested this is a DOM problem.

+===========================GNAT BUG DETECTED==============================+
| 4.0.0 20041127 (experimental) (powerpc-apple-darwin7.6.0) GCC error:     |
| tree check: expected integer_cst, have var_decl in tree_int_cst_lt,      |
|    at tree.c:3783                                                        |
| Error detected at c34002a.adb:265:5                                      |

+===========================GNAT BUG DETECTED==============================+
| 4.0.0 20041127 (experimental) (powerpc-apple-darwin7.6.0) GCC error:     |
| tree check: expected integer_cst, have nop_expr in tree_int_cst_lt,      |
|    at tree.c:3783                                                        |
| Error detected at c460007.adb:112:5                                      |

-- 
           Summary: ACATS c34002a and c460007 ICE expected integer_cst, have
                    var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: laurent at guerby dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug ada/18705] ACATS c34002a and c460007 ICE expected integer_cst, have var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783
  2004-11-28 18:29 [Bug ada/18705] New: ACATS c34002a and c460007 ICE expected integer_cst, have var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783 laurent at guerby dot net
@ 2004-11-28 18:32 ` pinskia at gcc dot gnu dot org
  2004-11-28 18:42 ` [Bug tree-optimization/18705] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-28 18:32 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
            Summary|ACATS c34002a and c460007   |ACATS c34002a and c460007
                   |ICE expected integer_cst,   |ICE expected integer_cst,
                   |have var_decl/nop_expr in   |have var_decl/nop_expr in
                   |tree_int_cst_lt, at         |tree_int_cst_lt, at
                   |tree.c:3783                 |tree.c:3783


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


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

* [Bug tree-optimization/18705] [4.0 Regression] ACATS c34002a and c460007 ICE expected integer_cst, have var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783
  2004-11-28 18:29 [Bug ada/18705] New: ACATS c34002a and c460007 ICE expected integer_cst, have var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783 laurent at guerby dot net
  2004-11-28 18:32 ` [Bug ada/18705] " pinskia at gcc dot gnu dot org
@ 2004-11-28 18:42 ` pinskia at gcc dot gnu dot org
  2005-01-21 18:48 ` pinskia at gcc dot gnu dot org
  2005-02-22 18:14 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-28 18:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-28 18:42 -------
Confirmed, what is happening is that DOM asked for the MIN/MAX_EXPR for the type but DOM thought 
that MIN/MAX_EXPR for a integer type is always an INTEGER_CST.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|ada                         |tree-optimization
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-28 18:42:02
               date|                            |
            Summary|ACATS c34002a and c460007   |[4.0 Regression] ACATS
                   |ICE expected integer_cst,   |c34002a and c460007 ICE
                   |have var_decl/nop_expr in   |expected integer_cst, have
                   |tree_int_cst_lt, at         |var_decl/nop_expr in
                   |tree.c:3783                 |tree_int_cst_lt, at
                   |                            |tree.c:3783
   Target Milestone|---                         |4.0.0


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


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

* [Bug tree-optimization/18705] [4.0 Regression] ACATS c34002a and c460007 ICE expected integer_cst, have var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783
  2004-11-28 18:29 [Bug ada/18705] New: ACATS c34002a and c460007 ICE expected integer_cst, have var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783 laurent at guerby dot net
  2004-11-28 18:32 ` [Bug ada/18705] " pinskia at gcc dot gnu dot org
  2004-11-28 18:42 ` [Bug tree-optimization/18705] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2005-01-21 18:48 ` pinskia at gcc dot gnu dot org
  2005-02-22 18:14 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-21 18:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-21 18:48 -------
Removing the target milestone as per <http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html> as this 
is only known to happen in Ada.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |---


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


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

* [Bug tree-optimization/18705] [4.0 Regression] ACATS c34002a and c460007 ICE expected integer_cst, have var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783
  2004-11-28 18:29 [Bug ada/18705] New: ACATS c34002a and c460007 ICE expected integer_cst, have var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783 laurent at guerby dot net
                   ` (2 preceding siblings ...)
  2005-01-21 18:48 ` pinskia at gcc dot gnu dot org
@ 2005-02-22 18:14 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-22 18:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-22 13:52 -------
This was fixed by the patch which fixed PR 18663 so closing as a dup.

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

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


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


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

end of thread, other threads:[~2005-02-22 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-28 18:29 [Bug ada/18705] New: ACATS c34002a and c460007 ICE expected integer_cst, have var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783 laurent at guerby dot net
2004-11-28 18:32 ` [Bug ada/18705] " pinskia at gcc dot gnu dot org
2004-11-28 18:42 ` [Bug tree-optimization/18705] [4.0 Regression] " pinskia at gcc dot gnu dot org
2005-01-21 18:48 ` pinskia at gcc dot gnu dot org
2005-02-22 18:14 ` 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).