public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
@ 2004-04-09 14:58 pinskia at gcc dot gnu dot org
  2004-04-09 15:02 ` [Bug debug/14900] " pinskia at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-09 14:58 UTC (permalink / raw)
  To: gcc-bugs

Since fix_trunc_expr is not handled we get an ICE.
int main() {
  double d = 1.0;
  char x[(int) d];
  return 0;
}

Here is the tree which is aborting at this point:
<fix_trunc_expr 0x400da76c
    type <integer_type 0x400505e8 int asm_written SI
        size <integer_cst 0x4004e21c constant 32>
        unit size <integer_cst 0x4004e2a8 constant 4>
        align 32 symtab 1074991232 alias set -1 precision 32 min <integer_cst 0x4004e280 
-2147483648> max <integer_cst 0x4004e294 2147483647>
        pointer_to_this <pointer_type 0x4005c0d8>>

    arg 0 <var_decl 0x4012b0d8 d
        type <real_type 0x4005be58 double asm_written DF
            size <integer_cst 0x4004e5b4 constant 64>
            unit size <integer_cst 0x4004e938 constant 8>
            align 64 symtab 1074991488 alias set -1 precision 64
            pointer_to_this <pointer_type 0x4005c000>>
        used tree_1 tree_2 DF file pr14492.cc line 2 size <integer_cst 0x4004e5b4 64> unit size 
<integer_cst 0x4004e938 8>
        align 64 context <function_decl 0x40127d80 main> initial <real_cst 0x400cfde0 1.0e+0>
        (mem/i:DF (plus:SI (reg/f:SI 20 frame)
        (const_int -8 [0xfffffff8])) [0 d+0 S8 A64])
        chain <var_decl 0x4012b21c x type <array_type 0x4012b1b0>
            tree_1 BLK file pr14492.cc line 3
            size <mult_expr 0x4005d1f8 type <integer_type 0x4005ba20 bit_size_type>
                side-effects
                arg 0 <non_lvalue_expr 0x400da884 type <integer_type 0x4005ba20 bit_size_type>
                    side-effects readonly
                    arg 0 <nop_expr 0x400da834 type <integer_type 0x4005ba20 bit_size_type>
                        side-effects readonly
                        arg 0 <non_lvalue_expr 0x400da820 type <integer_type 0x4005b9b4 unsigned int>
                            side-effects readonly arg 0 <nop_expr 0x400da80c>>>>
                arg 1 <integer_cst 0x4004ea8c constant 8>>
            unit size <non_lvalue_expr 0x400da8d4 type <integer_type 0x4005b9b4 unsigned int>
                side-effects readonly
                arg 0 <nop_expr 0x400da8c0 type <integer_type 0x4005b9b4 unsigned int>
                    side-effects readonly
                    arg 0 <save_expr 0x4004c220 type <integer_type 0x4005baf8>
                        side-effects readonly asm_written used noplaceholder
                        arg 0 <nop_expr 0x400da7a8 type <integer_type 0x4005baf8>
                            arg 0 <fix_trunc_expr 0x400da76c>> arg 1 <function_decl 0x40127d80 main>
                        rtl 2 (reg:SI 0 ax [72])
>>>
            align 32 context <function_decl 0x40127d80 main>
            (mem/s:BLK (reg:SI 83) [0 x+0 A8])>>>

-- 
           Summary: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree
                    (fix_trunc_expr)
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: critical
          Priority: P2
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug debug/14900] [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
@ 2004-04-09 15:02 ` pinskia at gcc dot gnu dot org
  2004-04-13 12:53 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-09 15:02 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.4.0 3.5.0
      Known to work|                            |3.3.3
   Target Milestone|---                         |3.4.1


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


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

* [Bug debug/14900] [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
  2004-04-09 15:02 ` [Bug debug/14900] " pinskia at gcc dot gnu dot org
@ 2004-04-13 12:53 ` pinskia at gcc dot gnu dot org
  2004-04-15  4:59 ` [Bug debug/14900] [3.4 regression] " reichelt at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-13 12:53 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|                            |anything that uses dwarf2


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


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

* [Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
  2004-04-09 15:02 ` [Bug debug/14900] " pinskia at gcc dot gnu dot org
  2004-04-13 12:53 ` pinskia at gcc dot gnu dot org
@ 2004-04-15  4:59 ` reichelt at gcc dot gnu dot org
  2004-04-23 19:57 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-04-15  4:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-04-15 02:25 -------
Confirmed.

The good news is that the bug is already fixed on mainline by
Richard Kenner's patch:

http://gcc.gnu.org/ml/gcc-cvs/2004-04/msg00406.html

Does a backport make sense?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org, kenner at gcc dot gnu
                   |                            |dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |monitored
      Known to fail|3.4.0 3.5.0                 |3.4.0
      Known to work|3.3.3                       |3.3.3 3.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-15 02:25:33
               date|                            |
            Summary|[3.4/3.5 Regression] ICE in |[3.4 regression] ICE in
                   |loc_descriptor_from_tree    |loc_descriptor_from_tree
                   |(fix_trunc_expr)            |(fix_trunc_expr)


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


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

* [Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-04-15  4:59 ` [Bug debug/14900] [3.4 regression] " reichelt at gcc dot gnu dot org
@ 2004-04-23 19:57 ` pinskia at gcc dot gnu dot org
  2004-06-19  0:06 ` mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-23 19:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-23 19:43 -------
More than just that kenner's patch fixed another regression dealing with VLA types so I 
should expect that kenner's patch be backported for both 3.3.4 and 3.4.1.

-- 


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


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

* [Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-04-23 19:57 ` pinskia at gcc dot gnu dot org
@ 2004-06-19  0:06 ` mmitchel at gcc dot gnu dot org
  2004-07-29 15:09 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-06-19  0:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-19 00:06 -------
Postponed until GCC 3.4.2.

Kenner, would you please take the time to backport your patch to 3.4.2?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.4.2


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


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

* [Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-06-19  0:06 ` mmitchel at gcc dot gnu dot org
@ 2004-07-29 15:09 ` pinskia at gcc dot gnu dot org
  2004-08-18 10:37 ` reichelt at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-29 15:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-29 15:09 -------
Broke
: Search converges between 2003-02-28-trunk (#195) and 2003-03-01-trunk (#196).

Fixed on the mainline
: Search converges between 2004-04-10-trunk (#448) and 2004-04-20-trunk (#449).

-- 


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


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

* [Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-07-29 15:09 ` pinskia at gcc dot gnu dot org
@ 2004-08-18 10:37 ` reichelt at gcc dot gnu dot org
  2004-08-18 10:38 ` reichelt at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-08-18 10:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-18 10:37 -------
*** Bug 17076 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kunegis at cs dot tu-berlin
                   |                            |dot de


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


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

* [Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-08-18 10:37 ` reichelt at gcc dot gnu dot org
@ 2004-08-18 10:38 ` reichelt at gcc dot gnu dot org
  2004-08-19 20:47 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-08-18 10:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-18 10:38 -------
Just for reference, here's the testcase from PR17076:

===========================
struct A
{
    int j;
};

void foo()
{
    int i[A().j];
}
===========================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|3.4.0                       |3.4.0 3.4.1


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


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

* [Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-08-18 10:38 ` reichelt at gcc dot gnu dot org
@ 2004-08-19 20:47 ` mmitchel at gcc dot gnu dot org
  2004-08-19 21:00 ` kenner at vlsi1 dot ultra dot nyu dot edu
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-19 20:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-19 20:47 -------
Kenner, this is a second request that you backport your patch.

-- 


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


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

* [Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-08-19 20:47 ` mmitchel at gcc dot gnu dot org
@ 2004-08-19 21:00 ` kenner at vlsi1 dot ultra dot nyu dot edu
  2004-08-23 19:30 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kenner at vlsi1 dot ultra dot nyu dot edu @ 2004-08-19 21:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kenner at vlsi1 dot ultra dot nyu dot edu  2004-08-19 21:00 -------
Subject: Re:   [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)

That's a pretty big patch to fix a pretty pathalogical case.

I'd much prefer to just add a case for FIX_TRUNC_EXPR to
loc_descriptor_from_tree that returns 0.

That's a much safer approach for a release branch.


-- 


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


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

* [Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2004-08-19 21:00 ` kenner at vlsi1 dot ultra dot nyu dot edu
@ 2004-08-23 19:30 ` mmitchel at gcc dot gnu dot org
  2004-08-24  2:21 ` mmitchel at gcc dot gnu dot org
  2004-08-24  5:38 ` kenner at vlsi1 dot ultra dot nyu dot edu
  12 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-23 19:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-23 19:30 -------
Kenner, thanks for the reply.  Would you be willing to prepare/test a patch that
does as you suggest, then?

-- 


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


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

* [Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2004-08-23 19:30 ` mmitchel at gcc dot gnu dot org
@ 2004-08-24  2:21 ` mmitchel at gcc dot gnu dot org
  2004-08-24  5:38 ` kenner at vlsi1 dot ultra dot nyu dot edu
  12 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-24  2:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-24 02:21 -------


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

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


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


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

* [Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
  2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2004-08-24  2:21 ` mmitchel at gcc dot gnu dot org
@ 2004-08-24  5:38 ` kenner at vlsi1 dot ultra dot nyu dot edu
  12 siblings, 0 replies; 14+ messages in thread
From: kenner at vlsi1 dot ultra dot nyu dot edu @ 2004-08-24  5:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kenner at vlsi1 dot ultra dot nyu dot edu  2004-08-24 05:37 -------
Subject: Re:   [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)

    Kenner, thanks for the reply.  Would you be willing to prepare/test a
    patch that does as you suggest, then?

It's literally a two-line patch, but I'm not sure I have a testing environment
that works with the 3.4 branch.  I'm away this week and will check when
I get back.


-- 


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


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

end of thread, other threads:[~2004-08-24  5:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-09 14:58 [Bug debug/14900] New: [3.4/3.5 Regression] ICE in loc_descriptor_from_tree (fix_trunc_expr) pinskia at gcc dot gnu dot org
2004-04-09 15:02 ` [Bug debug/14900] " pinskia at gcc dot gnu dot org
2004-04-13 12:53 ` pinskia at gcc dot gnu dot org
2004-04-15  4:59 ` [Bug debug/14900] [3.4 regression] " reichelt at gcc dot gnu dot org
2004-04-23 19:57 ` pinskia at gcc dot gnu dot org
2004-06-19  0:06 ` mmitchel at gcc dot gnu dot org
2004-07-29 15:09 ` pinskia at gcc dot gnu dot org
2004-08-18 10:37 ` reichelt at gcc dot gnu dot org
2004-08-18 10:38 ` reichelt at gcc dot gnu dot org
2004-08-19 20:47 ` mmitchel at gcc dot gnu dot org
2004-08-19 21:00 ` kenner at vlsi1 dot ultra dot nyu dot edu
2004-08-23 19:30 ` mmitchel at gcc dot gnu dot org
2004-08-24  2:21 ` mmitchel at gcc dot gnu dot org
2004-08-24  5:38 ` kenner at vlsi1 dot ultra dot nyu dot edu

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