public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/18657] New: ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86
@ 2004-11-24 21:16 laurent at guerby dot net
  2004-11-24 21:22 ` [Bug ada/18657] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: laurent at guerby dot net @ 2004-11-24 21:16 UTC (permalink / raw)
  To: gcc-bugs

+===========================GNAT BUG DETECTED==============================+
| 4.0.0 20041122 (experimental) (x86_64-unknown-linux-gnu) GCC error:      |
| in fold_convert, at fold-const.c:1980                                    |
| Error detected at c61008a.adb:266:5                                      |

-- 
           Summary: ACATS c61008a fold-const.c:1980 ICE on x86_64, works on
                    x86
           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,laurent at guerby dot
                    net


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


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

* [Bug ada/18657] ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86
  2004-11-24 21:16 [Bug ada/18657] New: ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86 laurent at guerby dot net
@ 2004-11-24 21:22 ` pinskia at gcc dot gnu dot org
  2004-11-29 18:38 ` laurent at guerby dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-24 21:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-24 21:22 -------
This works on ppc-darwin also:
http://gcc.gnu.org/ml/gcc-testresults/2004-11/msg00937.html

Maybe this is 64bit related.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|                            |x86_64-linux-gnu


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


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

* [Bug ada/18657] ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86
  2004-11-24 21:16 [Bug ada/18657] New: ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86 laurent at guerby dot net
  2004-11-24 21:22 ` [Bug ada/18657] " pinskia at gcc dot gnu dot org
@ 2004-11-29 18:38 ` laurent at guerby dot net
  2004-11-29 18:48 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: laurent at guerby dot net @ 2004-11-29 18:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2004-11-29 18:38 -------
Fixed on x86_64 as of "Mon Nov 29 11:44:34 UTC 2004", this leaves only powerpc
failing, so probably not 64 bit related.

-- 


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


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

* [Bug ada/18657] ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86
  2004-11-24 21:16 [Bug ada/18657] New: ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86 laurent at guerby dot net
  2004-11-24 21:22 ` [Bug ada/18657] " pinskia at gcc dot gnu dot org
  2004-11-29 18:38 ` laurent at guerby dot net
@ 2004-11-29 18:48 ` pinskia at gcc dot gnu dot org
  2004-11-30 15:54 ` pinskia at gcc dot gnu dot org
  2004-12-01  0:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-29 18:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-29 18:47 -------
No I said it worked on ppc, which is why I said this is most likely 64bit related.
Closing as fixed as it works on ppc.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug ada/18657] ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86
  2004-11-24 21:16 [Bug ada/18657] New: ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86 laurent at guerby dot net
                   ` (2 preceding siblings ...)
  2004-11-29 18:48 ` pinskia at gcc dot gnu dot org
@ 2004-11-30 15:54 ` pinskia at gcc dot gnu dot org
  2004-12-01  0:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-30 15:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-30 15:53 -------
Note this was fixed by:
        PR/18657
        * tree-nested.c (check_for_nested_with_variably_modified): New.
        (create_nesting_tree): Call it.


-- 


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


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

* [Bug ada/18657] ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86
  2004-11-24 21:16 [Bug ada/18657] New: ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86 laurent at guerby dot net
                   ` (3 preceding siblings ...)
  2004-11-30 15:54 ` pinskia at gcc dot gnu dot org
@ 2004-12-01  0:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01  0:44 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

end of thread, other threads:[~2004-12-01  0:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-24 21:16 [Bug ada/18657] New: ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86 laurent at guerby dot net
2004-11-24 21:22 ` [Bug ada/18657] " pinskia at gcc dot gnu dot org
2004-11-29 18:38 ` laurent at guerby dot net
2004-11-29 18:48 ` pinskia at gcc dot gnu dot org
2004-11-30 15:54 ` pinskia at gcc dot gnu dot org
2004-12-01  0:44 ` 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).