public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/22386] New: ICE in a-chlat1.ads:23:58
@ 2005-07-09 17:35 pluto at agmk dot net
  2005-07-09 17:39 ` [Bug other/22386] " danglin at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pluto at agmk dot net @ 2005-07-09 17:35 UTC (permalink / raw)
  To: gcc-bugs

(gcc-4.1-20050709T1542UTC) 
 
stage1/xgcc -Bstage1/ -B/usr/amd64-pld-linux/bin/ -c -O2      -gnatpg -gnata  
-I- -I. -Iada -I../../gcc/ada ../../gcc/ada/a-chlat1.ads -o ada/a-chlat1.o  
+===========================GNAT BUG DETECTED==============================+  
| 4.1.0 20050709 (experimental) (x86_64-pld-linux-gnu) GCC error:          |  
| tree check: expected tree that contains                                  |  
| Error detected at a-chlat1.ads:23:58                                     |

-- 
           Summary: ICE in a-chlat1.ads:23:58
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at agmk dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: amd64-pld-linux
  GCC host triplet: amd64-pld-linux
GCC target triplet: amd64-pld-linux


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


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

* [Bug other/22386] ICE in a-chlat1.ads:23:58
  2005-07-09 17:35 [Bug other/22386] New: ICE in a-chlat1.ads:23:58 pluto at agmk dot net
@ 2005-07-09 17:39 ` danglin at gcc dot gnu dot org
  2005-07-09 17:41 ` [Bug ada/22386] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-07-09 17:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From danglin at gcc dot gnu dot org  2005-07-09 17:38 -------
I also saw this last night on i686-pc-linux-gnu and hppa-unknown-linux-gnu.
The problem was instroduced after July 8, 2005 12:57:46 UTC.

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


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


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

* [Bug ada/22386] [4.1 Regression] ICE in a-chlat1.ads:23:58
  2005-07-09 17:35 [Bug other/22386] New: ICE in a-chlat1.ads:23:58 pluto at agmk dot net
  2005-07-09 17:39 ` [Bug other/22386] " danglin at gcc dot gnu dot org
@ 2005-07-09 17:41 ` pinskia at gcc dot gnu dot org
  2005-07-09 19:21 ` pluto at agmk dot net
  2005-07-09 19:23 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-09 17:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-09 17:39 -------
Already fixed by:
2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>

        * utils.c (create_var_decl): Only set DECL_COMMON on
        VAR_DECLs. Only set SET_DECL_ASSEMBLER_NAME on
        VAR_OR_FUNCTION_DECL_P.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|other                       |ada
           Keywords|                            |build, ice-on-valid-code
         Resolution|                            |FIXED
            Summary|ICE in a-chlat1.ads:23:58   |[4.1 Regression] ICE in a-
                   |                            |chlat1.ads:23:58
   Target Milestone|---                         |4.1.0


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


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

* [Bug ada/22386] [4.1 Regression] ICE in a-chlat1.ads:23:58
  2005-07-09 17:35 [Bug other/22386] New: ICE in a-chlat1.ads:23:58 pluto at agmk dot net
  2005-07-09 17:39 ` [Bug other/22386] " danglin at gcc dot gnu dot org
  2005-07-09 17:41 ` [Bug ada/22386] [4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-07-09 19:21 ` pluto at agmk dot net
  2005-07-09 19:23 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pluto at agmk dot net @ 2005-07-09 19:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at agmk dot net  2005-07-09 19:19 -------
(In reply to comment #2) 
> Already fixed by: 
> 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu> 
>  
>         * utils.c (create_var_decl): Only set DECL_COMMON on 
>         VAR_DECLs. Only set SET_DECL_ASSEMBLER_NAME on 
>         VAR_OR_FUNCTION_DECL_P. 
 
with this patch build still fails (stage3). 
 
../../xgcc -B../../  -c -g -O2 -fPIC      -W -Wall -gnatpg  s-pack03.adb -o 
s-pack03.o 
+===========================GNAT BUG DETECTED==============================+ 
| 4.1.0 20050709 (experimental) (x86_64-pld-linux-gnu) GCC error:          | 
| tree check: expected tree that contains                                  | 
| Error detected at s-pack03.adb:73:4                                      | 
 
/reopen bug? 
 

-- 


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


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

* [Bug ada/22386] [4.1 Regression] ICE in a-chlat1.ads:23:58
  2005-07-09 17:35 [Bug other/22386] New: ICE in a-chlat1.ads:23:58 pluto at agmk dot net
                   ` (2 preceding siblings ...)
  2005-07-09 19:21 ` pluto at agmk dot net
@ 2005-07-09 19:23 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-09 19:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-09 19:21 -------
(In reply to comment #3)>  
> with this patch build still fails (stage3). 
>  > /reopen bug? 
I am fixing that one right now.

-- 


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


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

end of thread, other threads:[~2005-07-09 19:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-09 17:35 [Bug other/22386] New: ICE in a-chlat1.ads:23:58 pluto at agmk dot net
2005-07-09 17:39 ` [Bug other/22386] " danglin at gcc dot gnu dot org
2005-07-09 17:41 ` [Bug ada/22386] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-07-09 19:21 ` pluto at agmk dot net
2005-07-09 19:23 ` 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).