public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads
@ 2005-02-12 16:02 danglin at gcc dot gnu dot org
  2005-02-12 16:21 ` [Bug ada/19918] " danglin at gcc dot gnu dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-02-12 16:02 UTC (permalink / raw)
  To: gcc-bugs

stage1/xgcc -Bstage1/ -B/opt/gnu/gcc/gcc-4.0.0/hppa2.0w-hp-hpux11.11/bin/ -c -g
-O2 -mdisable-indexing     -gnatpg -gnata -I- -I. -Iada -I../../gcc/gcc/ada ../.
./gcc/gcc/ada/ada.ads -o ada/ada.o
<built-in>:0: internal compiler error: Segmentation fault

I believe that this was introduced this afternoon.

-- 
           Summary: [4.0 Regression] ICE: Segementation fault compiling
                    ada/ada.ads
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
@ 2005-02-12 16:21 ` danglin at gcc dot gnu dot org
  2005-02-12 16:28 ` danglin at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-02-12 16:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From danglin at gcc dot gnu dot org  2005-02-12 03:34 -------
GNU gdb 6.3.50.20050210-cvs
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "hppa2.0w-hp-hpux11.11"...
Breakpoint 1 at 0x517c80: file ../../gcc/gcc/diagnostic.c, line 556.
Breakpoint 2 at 0x517afc: file ../../gcc/gcc/diagnostic.c, line 500.
Breakpoint 3 at 0xa70430: file ../../gcc/libiberty/obstack.c, line 450.
Breakpoint 4 at 0xa5755c: file ../../gcc/libcpp/lex.c, line 178.
(gdb) r `cat xx.sh`
Starting program: /mnt/gnu/gcc-3.3/objdir/gcc/stage1/gnat1 `cat xx.sh`
Breakpoint 3 at 0x7af87744
Breakpoint 4 at 0x7afeb230

Program received signal SIGSEGV, Segmentation fault.
0x00688be4 in type_hash_list (list=0x7ade29c0, hashcode=1325671104)
    at ../../gcc/gcc/tree.c:3427
3427          hashcode = iterative_hash_object (TYPE_HASH (TREE_VALUE (tail)),
(gdb) disass 0x00688bc4 0x00688bf4
Dump of assembler code from 0x688bc4 to 0x688bf4:
0x00688bc4 <type_hash_list+196>:        b,l 0x698a20 <tree_check_failed>,rp
0x00688bc8 <type_hash_list+200>:        nop
0x00688bcc <type_hash_list+204>:        ldw 10(,r3),r19
0x00688bd0 <type_hash_list+208>:        ldw 14(,r19),r19
0x00688bd4 <type_hash_list+212>:        stw r19,c(,r3)
0x00688bd8 <type_hash_list+216>:        ldil a73800,r19
0x00688bdc <type_hash_list+220>:        ldo 560(r19),r20
0x00688be0 <type_hash_list+224>:        ldw c(,r3),r19
0x00688be4 <type_hash_list+228>:        ldw c(,r19),r19
0x00688be8 <type_hash_list+232>:        extrw,u r19,7,8,r19
0x00688bec <type_hash_list+236>:        ldw,s r19(,r20),r19
0x00688bf0 <type_hash_list+240>:        cmpib,=,n 2,r19,0x688c1c <type_hash_list+
284>
End of assembler dump.
(gdb) p/x $r19
$1 = 0x0


-- 


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
  2005-02-12 16:21 ` [Bug ada/19918] " danglin at gcc dot gnu dot org
@ 2005-02-12 16:28 ` danglin at gcc dot gnu dot org
  2005-02-12 16:37 ` [Bug ada/19918] [4.0 Regression] ICE: Segmentation " ebotcazou at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-02-12 16:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From danglin at gcc dot gnu dot org  2005-02-12 03:59 -------
hppa-unknown-linux-gnu is also broken.


-- 


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
  2005-02-12 16:21 ` [Bug ada/19918] " danglin at gcc dot gnu dot org
  2005-02-12 16:28 ` danglin at gcc dot gnu dot org
@ 2005-02-12 16:37 ` ebotcazou at gcc dot gnu dot org
  2005-02-12 16:39 ` ebotcazou at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-02-12 16:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-02-12 07:55 -------
As well as x86 and SPARC.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|hppa2.0w-hp-hpux11.11       |*-*-*
   GCC host triplet|hppa2.0w-hp-hpux11.11       |*-*-*
 GCC target triplet|hppa2.0w-hp-hpux11.11       |*-*-*
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-12 07:55:31
               date|                            |
            Summary|[4.0 Regression] ICE:       |[4.0 Regression] ICE:
                   |Segementation fault         |Segmentation fault compiling
                   |compiling ada/ada.ads       |ada/ada.ads
   Target Milestone|---                         |4.0.0


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-02-12 16:37 ` [Bug ada/19918] [4.0 Regression] ICE: Segmentation " ebotcazou at gcc dot gnu dot org
@ 2005-02-12 16:39 ` ebotcazou at gcc dot gnu dot org
  2005-02-12 19:20 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-02-12 16:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-02-12 08:09 -------
Broken by:

2005-02-11  Richard Henderson  <rth@redhat.com>

	* tree-complex.c (expand_complex_libcall): New.
	(expand_complex_multiplication): Use it for c99 compliance.
	(expand_complex_division): Likewise.
	* fold-const.c (fold_complex_add, fold_complex_mult): New.
	(fold): Call them.
	* builtins.c (built_in_names): Remove const.
	* tree.c (build_common_builtin_nodes): Build complex arithmetic
	builtins.
	* tree.h (BUILT_IN_COMPLEX_MUL_MIN, BUILT_IN_COMPLEX_MUL_MAX): New.
	(BUILT_IN_COMPLEX_DIV_MIN, BUILT_IN_COMPLEX_DIV_MAX): New.
	(built_in_names): Remove const.
	* c-common.c (c_common_type_for_mode): Handle complex modes.
	* flags.h, toplev.c (flag_complex_method): Rename from
	flag_complex_divide_method.
	* libgcc2.c (__divsc3, __divdc3, __divxc3, __divtc3,
	__mulsc3, __muldc3, __mulxc3, __multc3): New.
	* libgcc2.h: Declare them.
 	* libgcc-std.ver: Export them.
	* mklibgcc.in (lib2funcs): Build them.


It appears that Ada front-end's type_for_mode is not prepared to handle complex
floating-point modes.


-- 


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-02-12 16:39 ` ebotcazou at gcc dot gnu dot org
@ 2005-02-12 19:20 ` pinskia at gcc dot gnu dot org
  2005-02-12 19:31 ` ebotcazou at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-12 19:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-12 15:06 -------
Removing target milestone based on Mark's 4.0 status email.

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


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-02-12 19:20 ` pinskia at gcc dot gnu dot org
@ 2005-02-12 19:31 ` ebotcazou at gcc dot gnu dot org
  2005-02-12 20:05 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-02-12 19:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-02-12 15:19 -------
> Removing target milestone based on Mark's 4.0 status email.

I think this one doesn't qualify: it's a bootstrap failure on all platforms.


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


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-02-12 19:31 ` ebotcazou at gcc dot gnu dot org
@ 2005-02-12 20:05 ` pinskia at gcc dot gnu dot org
  2005-02-12 21:24 ` ebotcazou at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-12 20:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-12 15:22 -------
(In reply to comment #6)
> > Removing target milestone based on Mark's 4.0 status email.
> 
> I think this one doesn't qualify: it's a bootstrap failure on all platforms.
Does not matter as it only effects only Ada so it qualifies and Mark wrote: "which affect only languages 
other than C and C++?"
See <http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html>.

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


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-02-12 20:05 ` pinskia at gcc dot gnu dot org
@ 2005-02-12 21:24 ` ebotcazou at gcc dot gnu dot org
  2005-02-12 21:29 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-02-12 21:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-02-12 16:43 -------
> Does not matter as it only effects only Ada so it qualifies and Mark wrote:
> "which affect only languages other than C and C++?"

That's wrong, it ruins bootstrap on all platforms, including C and C++.


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


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-02-12 21:24 ` ebotcazou at gcc dot gnu dot org
@ 2005-02-12 21:29 ` pinskia at gcc dot gnu dot org
  2005-02-12 22:12 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-12 21:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-12 16:46 -------
(In reply to comment #8)
> > Does not matter as it only effects only Ada so it qualifies and Mark wrote:
> > "which affect only languages other than C and C++?"
> 
> That's wrong, it ruins bootstrap on all platforms, including C and C++.

Huh, it compiles just fine on powerpc-darwin with the default enable-languages.  in fact Ada is not 
enabled by default in 4.0?

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


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2005-02-12 22:12 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-02-12 22:12 ` ebotcazou at gcc dot gnu dot org
  2005-02-12 22:22 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-02-12 22:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-02-12 17:10 -------
> Huh, it compiles just fine on powerpc-darwin with the default enable-languages.  
> in fact Ada is not enabled by default in 4.0?

I don't know, I personally always build all languages...


-- 


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-02-12 21:29 ` pinskia at gcc dot gnu dot org
@ 2005-02-12 22:12 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-02-12 22:12 ` ebotcazou at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-02-12 22:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-02-12 18:55 -------
Subject: Re:  [4.0 Regression] ICE: Segmentation fault compilin

> > > Does not matter as it only effects only Ada so it qualifies and Mark
> wrote:
> > > "which affect only languages other than C and C++?"
> > 
> > That's wrong, it ruins bootstrap on all platforms, including C and C++.
> 
> Huh, it compiles just fine on powerpc-darwin with the default
> enable-languages.  in fact Ada is not 
> enabled by default in 4.0?
> 
> -- 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>    Target Milestone|4.0.0                       |---

Although the lack of a milestone only indicates that fixing this bug
isn't a target for any release of GCC, I personally find this
change disappointing.  The Ada folks have worked hard to try to get
ready for 4.0.0, and I don't believe the status of Ada on the PA is
any worse than in previous releases.

Dave


-- 


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2005-02-12 22:12 ` ebotcazou at gcc dot gnu dot org
@ 2005-02-12 22:22 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-02-12 22:24 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-02-12 22:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-02-12 19:05 -------
Subject: Re:  [4.0 Regression] ICE: Segmentation fault compilin

> Although the lack of a milestone only indicates that fixing this bug
> isn't a target for any release of GCC, I personally find this
> change disappointing.

Also note that it was a new feature introduced for C99 compliance
that caused the problem.

Dave


-- 


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2005-02-12 22:22 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-02-12 22:24 ` pinskia at gcc dot gnu dot org
  2005-02-12 22:26 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-02-12 22:31 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-12 22:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-12 19:16 -------
(In reply to comment #12)
> Also note that it was a new feature introduced for C99 compliance
> that caused the problem.
Not being complainant to a standard is still considered a bug.

-- 


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2005-02-12 22:24 ` pinskia at gcc dot gnu dot org
@ 2005-02-12 22:26 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-02-12 22:31 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-02-12 22:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-02-12 19:28 -------
Subject: Re:  [4.0 Regression] ICE: Segmentation fault compilin

> (In reply to comment #12)
> > Also note that it was a new feature introduced for C99 compliance
> > that caused the problem.
> Not being complainant to a standard is still considered a bug.

Well, the fix required new functionality.  This was installed in
stage3 when new functionality isn't supposed to be added.  This
functionality is not enabled yet.

Dave


-- 


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


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

* [Bug ada/19918] [4.0 Regression] ICE: Segmentation fault compiling ada/ada.ads
  2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2005-02-12 22:26 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-02-12 22:31 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-12 22:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-12 20:05 -------
Fixed by:
        * utils.c (gnat_type_for_mode): Return NULL for COMPLEX modes;
        validate SCALAR_INT_MODE_P before calling gnat_type_for_size.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-02-12 20:05 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-12 16:02 [Bug ada/19918] New: [4.0 Regression] ICE: Segementation fault compiling ada/ada.ads danglin at gcc dot gnu dot org
2005-02-12 16:21 ` [Bug ada/19918] " danglin at gcc dot gnu dot org
2005-02-12 16:28 ` danglin at gcc dot gnu dot org
2005-02-12 16:37 ` [Bug ada/19918] [4.0 Regression] ICE: Segmentation " ebotcazou at gcc dot gnu dot org
2005-02-12 16:39 ` ebotcazou at gcc dot gnu dot org
2005-02-12 19:20 ` pinskia at gcc dot gnu dot org
2005-02-12 19:31 ` ebotcazou at gcc dot gnu dot org
2005-02-12 20:05 ` pinskia at gcc dot gnu dot org
2005-02-12 21:24 ` ebotcazou at gcc dot gnu dot org
2005-02-12 21:29 ` pinskia at gcc dot gnu dot org
2005-02-12 22:12 ` dave at hiauly1 dot hia dot nrc dot ca
2005-02-12 22:12 ` ebotcazou at gcc dot gnu dot org
2005-02-12 22:22 ` dave at hiauly1 dot hia dot nrc dot ca
2005-02-12 22:24 ` pinskia at gcc dot gnu dot org
2005-02-12 22:26 ` dave at hiauly1 dot hia dot nrc dot ca
2005-02-12 22:31 ` 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).