public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
@ 2005-07-17 21:09 pluto at agmk dot net
  2005-07-18  7:56 ` [Bug other/22533] " pluto at agmk dot net
                   ` (13 more replies)
  0 siblings, 14 replies; 27+ messages in thread
From: pluto at agmk dot net @ 2005-07-17 21:09 UTC (permalink / raw)
  To: gcc-bugs

gcc-4.1-20050717T1716UTC 
 
(...) 
stage1/xgcc -Bstage1/ -B/usr/x86_64-pld-linux/bin/ -c -march=x86-64 -O2       
-gnatpg -gnata -I- -I. -Iada -I../../gcc/ada ../../gcc/ada/output.adb -o  
ada/output.o  
  
raised STORAGE_ERROR : stack overflow (or erroneous memory access)  
make[2]: *** [ada/output.o] Error 1

-- 
           Summary: ada / raised STORAGE_ERROR : stack overflow (or
                    erroneous memory access)
           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: x86_64-pld-linux
  GCC host triplet: x86_64-pld-linux
GCC target triplet: x86_64-pld-linux


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


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

* [Bug other/22533] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
@ 2005-07-18  7:56 ` pluto at agmk dot net
  2005-07-18 21:43 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 27+ messages in thread
From: pluto at agmk dot net @ 2005-07-18  7:56 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 801 bytes --]


------- Additional Comments From pluto at agmk dot net  2005-07-18 07:56 -------
also fails on i486/i686 target. 
 
on ppc ices in: 
 
stage1/xgcc -Bstage1/ -B/usr/ppc-pld-linux/bin/ -c -O2 
-fsigned-char      -gnatpg -gnata -g -O1 -fno-inline \ 
 -I- -I. -Iada -I../../gcc/ada ../../gcc/ada/a-except.adb -o ada/a-except.o 
 
+===========================GNAT BUG DETECTED==============================+ 
| 4.1.0 20050717 (experimental) (powerpc-pld-linux-gnu) GCC error:         | 
| tree check: expected class                                               | 
| Error detected at a-except.adb:1411:4                                    | 
 
raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:38 
 

-- 


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


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

* [Bug other/22533] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
  2005-07-18  7:56 ` [Bug other/22533] " pluto at agmk dot net
@ 2005-07-18 21:43 ` pinskia at gcc dot gnu dot org
  2005-07-20 20:40 ` [Bug other/22533] [4.1 regression] " pluto at agmk dot net
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-18 21:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-18 21:42 -------
(In reply to comment #1)
> on ppc ices in: 
The PPC bug is a different bug for sure which I have a patch and testing it right now.

-- 


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


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

* [Bug other/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
  2005-07-18  7:56 ` [Bug other/22533] " pluto at agmk dot net
  2005-07-18 21:43 ` pinskia at gcc dot gnu dot org
@ 2005-07-20 20:40 ` pluto at agmk dot net
  2005-07-20 20:41 ` pluto at agmk dot net
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 27+ messages in thread
From: pluto at agmk dot net @ 2005-07-20 20:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ada / raised STORAGE_ERROR :|[4.1 regression] ada /
                   |stack overflow (or erroneous|raised STORAGE_ERROR : stack
                   |memory access)              |overflow (or erroneous
                   |                            |memory access)


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


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

* [Bug other/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
                   ` (2 preceding siblings ...)
  2005-07-20 20:40 ` [Bug other/22533] [4.1 regression] " pluto at agmk dot net
@ 2005-07-20 20:41 ` pluto at agmk dot net
  2005-07-23  8:25 ` pluto at agmk dot net
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 27+ messages in thread
From: pluto at agmk dot net @ 2005-07-20 20:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at agmk dot net  2005-07-20 20:41 -------
known to work: 4.1.0-20050711 
known to fail: 4.1.0-20050717+ 
 

-- 


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


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

* [Bug other/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
                   ` (3 preceding siblings ...)
  2005-07-20 20:41 ` pluto at agmk dot net
@ 2005-07-23  8:25 ` pluto at agmk dot net
  2005-07-23 15:23 ` pluto at agmk dot net
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 27+ messages in thread
From: pluto at agmk dot net @ 2005-07-23  8:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at agmk dot net  2005-07-23 07:59 -------
with current mainline i can't trig the ix86 bug. 
testing ppc... 
 

-- 


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


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

* [Bug other/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
                   ` (4 preceding siblings ...)
  2005-07-23  8:25 ` pluto at agmk dot net
@ 2005-07-23 15:23 ` pluto at agmk dot net
  2005-07-23 15:26 ` [Bug ada/22533] " pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 27+ messages in thread
From: pluto at agmk dot net @ 2005-07-23 15:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at agmk dot net  2005-07-23 13:27 -------
(In reply to comment #4)
> with current mainline i can't trig the ix86 bug. 
> testing ppc... 
>  

ppc still fails with the same error.


-- 


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


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

* [Bug ada/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
                   ` (5 preceding siblings ...)
  2005-07-23 15:23 ` pluto at agmk dot net
@ 2005-07-23 15:26 ` pinskia at gcc dot gnu dot org
  2005-07-25 16:59 ` pluto at agmk dot net
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-23 15:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-23 15:24 -------
Confirmed, patch here then: <http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01327.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |07/msg01327.html
             Status|UNCONFIRMED                 |ASSIGNED
          Component|other                       |ada
     Ever Confirmed|                            |1
  GCC build triplet|x86_64-pld-linux            |
   GCC host triplet|x86_64-pld-linux            |
 GCC target triplet|x86_64-pld-linux            |
           Keywords|                            |build, ice-on-valid-code,
                   |                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-23 15:24:35
               date|                            |
   Target Milestone|---                         |4.1.0


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


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

* [Bug ada/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
                   ` (6 preceding siblings ...)
  2005-07-23 15:26 ` [Bug ada/22533] " pinskia at gcc dot gnu dot org
@ 2005-07-25 16:59 ` pluto at agmk dot net
  2005-07-25 17:04 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 27+ messages in thread
From: pluto at agmk dot net @ 2005-07-25 16:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at agmk dot net  2005-07-25 16:58 -------
linked patch causes an ice. get correct patch from PR22631. 
 

-- 


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


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

* [Bug ada/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
                   ` (7 preceding siblings ...)
  2005-07-25 16:59 ` pluto at agmk dot net
@ 2005-07-25 17:04 ` pinskia at gcc dot gnu dot org
  2005-07-31  4:06 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-25 17:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-25 17:02 -------
Actually only the slight modification is needed to the linked patch.
If I change the second agrument to create_tmp_var/create_tmp_var_raw to "C" instead of NULL, we 
no longer get an ICE.

I don't understand why passing NULL to those functions change anything but oh well.

-- 


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


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

* [Bug ada/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
                   ` (8 preceding siblings ...)
  2005-07-25 17:04 ` pinskia at gcc dot gnu dot org
@ 2005-07-31  4:06 ` pinskia at gcc dot gnu dot org
  2005-08-19 22:45 ` laurent at guerby dot net
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-31  4:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-31 04:04 -------
I am no longer going to work on this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pinskia at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
                URL|http://gcc.gnu.org/ml/gcc-  |
                   |patches/2005-               |
                   |07/msg01327.html            |
             Status|ASSIGNED                    |NEW
           Keywords|patch                       |


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


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

* [Bug ada/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
                   ` (9 preceding siblings ...)
  2005-07-31  4:06 ` pinskia at gcc dot gnu dot org
@ 2005-08-19 22:45 ` laurent at guerby dot net
  2005-08-19 23:02 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 27+ messages in thread
From: laurent at guerby dot net @ 2005-08-19 22:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2005-08-19 22:43 -------
Still there as of 20050819

http://gcc.gnu.org/ml/gcc/2005-08/msg00538.html

+===========================GNAT BUG DETECTED==============================+
| 4.1.0 20050819 (experimental) (powerpc-apple-darwin8.3.0) GCC error: 
| tree check: expected class expression, have exceptional 
| (constructor) in get_base_var, at ipa-utils.c: 224 
| Error detected at a-except.adb: 1411:4 

Updated patch (negative review) here:

http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01666.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |07/msg01666.html
 GCC target triplet|                            |powerpc-*-*


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


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

* [Bug ada/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
                   ` (10 preceding siblings ...)
  2005-08-19 22:45 ` laurent at guerby dot net
@ 2005-08-19 23:02 ` pinskia at gcc dot gnu dot org
  2005-09-02 22:53 ` [Bug ada/22533] [4.1 regression] ICE in get_base_var pinskia at gcc dot gnu dot org
  2005-09-15 19:13 ` laurent at guerby dot net
  13 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-19 23:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-19 23:01 -------
As mentioned the patch is the wrong approach. And also the C++ front-end have the same issue, see 
PR 23171.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://gcc.gnu.org/ml/gcc-  |
                   |patches/2005-               |
                   |07/msg01666.html            |


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
                   ` (11 preceding siblings ...)
  2005-08-19 23:02 ` pinskia at gcc dot gnu dot org
@ 2005-09-02 22:53 ` pinskia at gcc dot gnu dot org
  2005-09-15 19:13 ` laurent at guerby dot net
  13 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-02 22:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-02 22:53 -------
*** Bug 23703 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schwab at suse dot de


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
  2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
                   ` (12 preceding siblings ...)
  2005-09-02 22:53 ` [Bug ada/22533] [4.1 regression] ICE in get_base_var pinskia at gcc dot gnu dot org
@ 2005-09-15 19:13 ` laurent at guerby dot net
  13 siblings, 0 replies; 27+ messages in thread
From: laurent at guerby dot net @ 2005-09-15 19:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2005-09-15 19:12 -------
Happens on s390 too.

stage1/xgcc -Bstage1/
-B/home/uweigand/fsf/gcc-head-install/s390-ibm-linux/bin/ -c -g -O2
-gnatpg -gnata -I- -I. -Iada -I../../gcc-head/gcc/ada
../../gcc-head/gcc/ada/a-elchha.adb -o ada/a-elchha.o

+===========================GNAT BUG DETECTED==============================+
| 4.1.0 20050914 (experimental) (s390-ibm-linux-gnu) GCC error:
| tree check: expected class
| Error detected at a-elchha.adb:125:4


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


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
       [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2005-11-05  0:23 ` uweigand at gcc dot gnu dot org
@ 2005-11-12 16:52 ` laurent at guerby dot net
  11 siblings, 0 replies; 27+ messages in thread
From: laurent at guerby dot net @ 2005-11-12 16:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #25 from laurent at guerby dot net  2005-11-12 16:51 -------
*** Bug 24821 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
       [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2005-11-04 19:29 ` laurent at guerby dot net
@ 2005-11-05  0:23 ` uweigand at gcc dot gnu dot org
  2005-11-12 16:52 ` laurent at guerby dot net
  11 siblings, 0 replies; 27+ messages in thread
From: uweigand at gcc dot gnu dot org @ 2005-11-05  0:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #24 from uweigand at gcc dot gnu dot org  2005-11-05 00:23 -------
Well, the workaround removes the ICE, but constructor handling
appears still broken:

ada/sem_prag.o(.text+0xa58): In function
`sem_prag.analyze_pragma.check_no_identifier':
../../gcc-head/gcc/ada/sem_prag.adb:1168: undefined reference to `C.1290.13979'
ada/sem_prag.o(.text+0x8758): In function `sem_prag.analyze_pragma':
../../gcc-head/gcc/ada/sem_prag.adb:382: undefined reference to `C.3692.17381'
collect2: ld returned 1 exit status
make[2]: *** [gnat1] Error 1

(at least on s390 and s390x).


-- 


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
       [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2005-10-31  4:10 ` mmitchel at gcc dot gnu dot org
@ 2005-11-04 19:29 ` laurent at guerby dot net
  2005-11-05  0:23 ` uweigand at gcc dot gnu dot org
  2005-11-12 16:52 ` laurent at guerby dot net
  11 siblings, 0 replies; 27+ messages in thread
From: laurent at guerby dot net @ 2005-11-04 19:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #23 from laurent at guerby dot net  2005-11-04 19:29 -------
Add mips and mips64, for reference, workaround patch from Andreas Schwab here:
http://gcc.gnu.org/ml/gcc/2005-11/msg00239.html

Index: ipa-utils.c
===================================================================
--- ipa-utils.c (revision 106486)
+++ ipa-utils.c (working copy)
@@ -217,6 +217,7 @@ get_base_var (tree t)

   while (!SSA_VAR_P (t) 
         && (!CONSTANT_CLASS_P (t))
+        && TREE_CODE (t) != CONSTRUCTOR
         && TREE_CODE (t) != LABEL_DECL
         && TREE_CODE (t) != FUNCTION_DECL
         && TREE_CODE (t) != CONST_DECL)


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|powerpc-*-*,s390-*-*        |powerpc-*-*,s390-*-*, mips-
                   |                            |*-*, mips64-*-*


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
       [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2005-10-19  3:14 ` pinskia at gcc dot gnu dot org
@ 2005-10-31  4:10 ` mmitchel at gcc dot gnu dot org
  2005-11-04 19:29 ` laurent at guerby dot net
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 27+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-10-31  4:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from mmitchel at gcc dot gnu dot org  2005-10-31 04:10 -------
Downgraded to P5.  If this is not Ada-specific, please attach a C/C++ test
case.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
       [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2005-10-19  3:13 ` pinskia at gcc dot gnu dot org
@ 2005-10-19  3:14 ` pinskia at gcc dot gnu dot org
  2005-10-31  4:10 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-19  3:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from pinskia at gcc dot gnu dot org  2005-10-19 03:14 -------
(In reply to comment #16)
> This is probably a different bug.
It is not, as Richard was building with checking disabled as shown by 24415.


-- 


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
       [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2005-10-14 17:26 ` pinskia at gcc dot gnu dot org
@ 2005-10-19  3:13 ` pinskia at gcc dot gnu dot org
  2005-10-19  3:14 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-19  3:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from pinskia at gcc dot gnu dot org  2005-10-19 03:13 -------
*** Bug 24415 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |debian-gcc at lists dot
                   |                            |debian dot org
Bug 22533 depends on bug 24415, which changed state.

Bug 24415 Summary: [4.1 regression] [powerpc] ada bootstrap failure
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24415

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
       [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2005-10-12 19:36 ` pinskia at gcc dot gnu dot org
@ 2005-10-14 17:26 ` pinskia at gcc dot gnu dot org
  2005-10-19  3:13 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-14 17:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from pinskia at gcc dot gnu dot org  2005-10-14 17:26 -------
*** Bug 24370 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anhvofrcaus at gmail dot com


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
       [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2005-10-12 19:33 ` laurent at guerby dot net
@ 2005-10-12 19:36 ` pinskia at gcc dot gnu dot org
  2005-10-14 17:26 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-12 19:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from pinskia at gcc dot gnu dot org  2005-10-12 19:36 -------
There is a middle-end part to this in gimplifier.c as I showed in my patch.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
       [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-12 12:43 ` schwab at suse dot de
@ 2005-10-12 19:33 ` laurent at guerby dot net
  2005-10-12 19:36 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 27+ messages in thread
From: laurent at guerby dot net @ 2005-10-12 19:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from laurent at guerby dot net  2005-10-12 19:33 -------
Ada not release critical.


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |---


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
       [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
  2005-10-06 19:06 ` ro at gcc dot gnu dot org
  2005-10-12 11:55 ` rguenth at gcc dot gnu dot org
@ 2005-10-12 12:43 ` schwab at suse dot de
  2005-10-12 19:33 ` laurent at guerby dot net
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 27+ messages in thread
From: schwab at suse dot de @ 2005-10-12 12:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from schwab at suse dot de  2005-10-12 12:43 -------
(In reply to comment #15)
> /usr/src/packages/BUILD/gcc-4.1.0-20051012/gcc/ada/make.adb -o make.o
> +===========================GNAT BUG DETECTED==============================+
> | 4.1.0 20051012 (experimental) (SUSE Linux) (powerpc64-suse-linux-gnu) GCC
> error:|
> | Segmentation fault                                                       |
> | Error detected at make.adb:7224:23                                       |

This is probably a different bug.


-- 


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
       [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
  2005-10-06 19:06 ` ro at gcc dot gnu dot org
@ 2005-10-12 11:55 ` rguenth at gcc dot gnu dot org
  2005-10-12 12:43 ` schwab at suse dot de
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 27+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-10-12 11:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from rguenth at gcc dot gnu dot org  2005-10-12 11:55 -------
../../xgcc -B../../ -c -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2
-U_FORTIFY_SOURCE -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -fno-common      -gnatpg -gnata -I- -I../rts -I.
-I/usr/src/packages/BUILD/gcc-4.1.0-20051012/gcc/ada
/usr/src/packages/BUILD/gcc-4.1.0-20051012/gcc/ada/make.adb -o make.o
+===========================GNAT BUG DETECTED==============================+
| 4.1.0 20051012 (experimental) (SUSE Linux) (powerpc64-suse-linux-gnu) GCC
error:|
| Segmentation fault                                                       |
| Error detected at make.adb:7224:23                                       |

still does not work


-- 


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


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

* [Bug ada/22533] [4.1 regression] ICE in get_base_var
       [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
@ 2005-10-06 19:06 ` ro at gcc dot gnu dot org
  2005-10-12 11:55 ` rguenth at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 27+ messages in thread
From: ro at gcc dot gnu dot org @ 2005-10-06 19:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from ro at gcc dot gnu dot org  2005-10-06 19:06 -------
Same problem on mips-sgi-irix5.3 as of 20051004:

stage1/xgcc -Bstage1/ -B/vol/gcc/share/mips-sgi-irix5.3/bin/ -c -g -O2     
-gnatpg -gnata -I- -I. -Iada -I/vol/gnu/src/gcc/gcc-dist/gcc/ada
/vol/gnu/src/gcc/gcc-dist/gcc/ada/a-elchha.adb -o ada/a-elchha.o
+===========================GNAT BUG DETECTED==============================+
| 4.1.0 20051004 (experimental) (mips-sgi-irix5.3) GCC error:              |
| tree check: expected class qs, have qs (expression) in exceptional,      |
|    at constructor:269137156                                              |
| Error detected at a-elchha.adb:125:4                                     |


-- 


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


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

end of thread, other threads:[~2005-11-12 16:52 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-17 21:09 [Bug other/22533] New: ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access) pluto at agmk dot net
2005-07-18  7:56 ` [Bug other/22533] " pluto at agmk dot net
2005-07-18 21:43 ` pinskia at gcc dot gnu dot org
2005-07-20 20:40 ` [Bug other/22533] [4.1 regression] " pluto at agmk dot net
2005-07-20 20:41 ` pluto at agmk dot net
2005-07-23  8:25 ` pluto at agmk dot net
2005-07-23 15:23 ` pluto at agmk dot net
2005-07-23 15:26 ` [Bug ada/22533] " pinskia at gcc dot gnu dot org
2005-07-25 16:59 ` pluto at agmk dot net
2005-07-25 17:04 ` pinskia at gcc dot gnu dot org
2005-07-31  4:06 ` pinskia at gcc dot gnu dot org
2005-08-19 22:45 ` laurent at guerby dot net
2005-08-19 23:02 ` pinskia at gcc dot gnu dot org
2005-09-02 22:53 ` [Bug ada/22533] [4.1 regression] ICE in get_base_var pinskia at gcc dot gnu dot org
2005-09-15 19:13 ` laurent at guerby dot net
     [not found] <bug-22533-7667@http.gcc.gnu.org/bugzilla/>
2005-10-06 19:06 ` ro at gcc dot gnu dot org
2005-10-12 11:55 ` rguenth at gcc dot gnu dot org
2005-10-12 12:43 ` schwab at suse dot de
2005-10-12 19:33 ` laurent at guerby dot net
2005-10-12 19:36 ` pinskia at gcc dot gnu dot org
2005-10-14 17:26 ` pinskia at gcc dot gnu dot org
2005-10-19  3:13 ` pinskia at gcc dot gnu dot org
2005-10-19  3:14 ` pinskia at gcc dot gnu dot org
2005-10-31  4:10 ` mmitchel at gcc dot gnu dot org
2005-11-04 19:29 ` laurent at guerby dot net
2005-11-05  0:23 ` uweigand at gcc dot gnu dot org
2005-11-12 16:52 ` laurent at guerby dot net

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).