public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28217]  New: [4.2 regression] ICE in tree_int_cst_sgn
@ 2006-07-01 21:51 schwab at suse dot de
  2006-07-01 22:02 ` [Bug c++/28217] " schwab at suse dot de
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: schwab at suse dot de @ 2006-07-01 21:51 UTC (permalink / raw)
  To: gcc-bugs

/tmp/cvs/gcc-20060701/Build/./gcc/xgcc -shared-libgcc
-B/tmp/cvs/gcc-20060701/Build/./gcc -nostdinc++
-L/tmp/cvs/gcc-20060701/Build/ia64-suse-linux/libstdc++-v3/src
-L/tmp/cvs/gcc-20060701/Build/ia64-suse-linux/libstdc++-v3/src/.libs
-B/tmp/cvs/gcc-20060701/Build/root/ia64-suse-linux/bin/
-B/tmp/cvs/gcc-20060701/Build/root/ia64-suse-linux/lib/ -isystem
/tmp/cvs/gcc-20060701/Build/root/ia64-suse-linux/include -isystem
/tmp/cvs/gcc-20060701/Build/root/ia64-suse-linux/sys-include -Winvalid-pch
-Wno-deprecated -xc++-header -O2 -g  -D_GNU_SOURCE
-I/tmp/cvs/gcc-20060701/Build/ia64-suse-linux/libstdc++-v3/include/ia64-suse-linux
-I/tmp/cvs/gcc-20060701/Build/ia64-suse-linux/libstdc++-v3/include
-I/tmp/cvs/gcc-20060701/libstdc++-v3/libsupc++
/tmp/cvs/gcc-20060701/libstdc++-v3/include/precompiled/extc++.h -O2 -g -o
./ia64-suse-linux/bits/extc++.h.gch/O2g.gch
/tmp/cvs/gcc-20060701/Build/ia64-suse-linux/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp:235:
internal compiler error: tree check: expected integer_cst, have scope_ref in
tree_int_cst_sgn, at tree.c:4476

#1  0x40000000008cd430 in tree_check_failed (node=0x200000000189da40, 
    file=0x4000000000d013b8 "../../gcc/tree.c", line=4476, 
    function=0x4000000000d03d98 "tree_int_cst_sgn") at ../../gcc/tree.c:6059
6059      internal_error ("tree check: %s, have %s in %s, at %s:%d",
(gdb) up
#2  0x40000000008cf5b0 in tree_int_cst_sgn (t=0x200000000189da40)
    at ../../gcc/tree.c:4476
4476      if (TREE_INT_CST_LOW (t) == 0 && TREE_INT_CST_HIGH (t) == 0)
(gdb) p t
$1 = (tree) 0x200000000189da40
(gdb) pt t
 <scope_ref 0x200000000189da40
    arg 0 <record_type 0x2000000001f9a050 is_simple<Key> type_0 type_5 type_6
VOID
        align 8 symtab 0 alias set -1 context <namespace_decl
0x2000000001dd1ad0 detail>
        no-binfo use_template=1 interface-unknown
        chain <type_decl 0x2000000001f9f5a0 is_simple<Key>>>
    arg 1 <identifier_node 0x200000010615bbc0 value
    bindings <(nil)>
    local bindings <(nil)>>>
(gdb) up
During symbol reading, unsupported tag: 'DW_TAG_const_type'.
#3  0x4000000000235010 in write_template_arg_literal (
    value=<value optimized out>) at ../../gcc/cp/mangle.c:1216
1216      int sign = tree_int_cst_sgn (cst);
(gdb) up
#4  0x4000000000237da0 in write_template_args (args=0x2000000002aa6e40)
    at ../../gcc/cp/mangle.c:2310
2310        write_template_arg_literal (node);
(gdb) p args
$2 = (tree) 0x2000000002aa6e40
(gdb) pt
 <tree_vec 0x2000000002aa6e40
    elt 0 <const_decl 0x2000000001cba260 simple_value>
    elt 1 <template_type_parm 0x200000000189b180 Value_Type>
    elt 2 <typename_type 0x2000000001846730 pointer>>
(gdb) p *mangle_obstack 
$10 = {chunk_size = 4064, chunk = 0x6000000000219dc0, 
  object_base = 0x600000000021a2be
"_ZN5pb_ds6detail12binary_heap_IT_T0_T1_E6modifyENS0_33binary_heap_const_point_iterator_IS2_NS0_16conditional_typeILNS5_5._199E",
next_free = 0x600000000021a33c "", chunk_limit = 0x600000000021ada0 "", 
  temp = 0, alignment_mask = 0, 
  chunkfun = @0x4000000000d84880: 0x4000000000c38e00 <xmalloc>, 
  freefun = 0x2000000000046798 <local+4696>, extra_arg = 0x0, 
  use_extra_arg = 0, maybe_empty_object = 0, alloc_failed = 0}


-- 
           Summary: [4.2 regression] ICE in tree_int_cst_sgn
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, build
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schwab at suse dot de


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
@ 2006-07-01 22:02 ` schwab at suse dot de
  2006-07-02 14:54 ` schwab at suse dot de
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: schwab at suse dot de @ 2006-07-01 22:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

schwab at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
  2006-07-01 22:02 ` [Bug c++/28217] " schwab at suse dot de
@ 2006-07-02 14:54 ` schwab at suse dot de
  2006-07-04 14:40 ` rguenth at gcc dot gnu dot org
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: schwab at suse dot de @ 2006-07-02 14:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from schwab at suse dot de  2006-07-02 14:53 -------
*** Bug 28219 has been marked as a duplicate of this bug. ***


-- 

schwab at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fnf at specifixinc dot com


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
  2006-07-01 22:02 ` [Bug c++/28217] " schwab at suse dot de
  2006-07-02 14:54 ` schwab at suse dot de
@ 2006-07-04 14:40 ` rguenth at gcc dot gnu dot org
  2006-07-04 14:48 ` pinskia at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-07-04 14:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2006-07-04 14:39 -------
Testcase?  Works for me...


-- 


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (2 preceding siblings ...)
  2006-07-04 14:40 ` rguenth at gcc dot gnu dot org
@ 2006-07-04 14:48 ` pinskia at gcc dot gnu dot org
  2006-07-04 14:52 ` schwab at suse dot de
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-04 14:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-07-04 14:48 -------
I want to say this was fixed by:
http://gcc.gnu.org/ml/gcc-cvs/2006-07/msg00011.html

And this works for me also.


-- 


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (3 preceding siblings ...)
  2006-07-04 14:48 ` pinskia at gcc dot gnu dot org
@ 2006-07-04 14:52 ` schwab at suse dot de
  2006-07-04 15:43 ` fnf at specifix dot com
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: schwab at suse dot de @ 2006-07-04 14:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from schwab at suse dot de  2006-07-04 14:52 -------
Still crashes as of today.


-- 


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (4 preceding siblings ...)
  2006-07-04 14:52 ` schwab at suse dot de
@ 2006-07-04 15:43 ` fnf at specifix dot com
  2006-07-04 15:47 ` pinskia at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: fnf at specifix dot com @ 2006-07-04 15:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from fnf at specifix dot com  2006-07-04 15:42 -------
Subject: Re:  [4.2 regression] ICE in tree_int_cst_sgn

On Tuesday 04 July 2006 10:39, rguenth at gcc dot gnu dot org wrote:
> Testcase?  Works for me...

28219 has a testcase

-Fred


-- 


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (5 preceding siblings ...)
  2006-07-04 15:43 ` fnf at specifix dot com
@ 2006-07-04 15:47 ` pinskia at gcc dot gnu dot org
  2006-07-06 22:17 ` pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-04 15:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-07-04 15:47 -------
(In reply to comment #5)
> 28219 has a testcase

It does not have a full testcase as you also need the other PCH header file to
try it out.


-- 


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (6 preceding siblings ...)
  2006-07-04 15:47 ` pinskia at gcc dot gnu dot org
@ 2006-07-06 22:17 ` pinskia at gcc dot gnu dot org
  2006-07-11  8:45 ` schwab at suse dot de
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-06 22:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-07-06 22:17 -------
*** Bug 28290 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at techfak dot uni-
                   |                            |bielefeld dot de


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (7 preceding siblings ...)
  2006-07-06 22:17 ` pinskia at gcc dot gnu dot org
@ 2006-07-11  8:45 ` schwab at suse dot de
  2006-07-11  8:46 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: schwab at suse dot de @ 2006-07-11  8:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from schwab at suse dot de  2006-07-11 08:44 -------
This is now causing bootstrap to fail.


-- 


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (8 preceding siblings ...)
  2006-07-11  8:45 ` schwab at suse dot de
@ 2006-07-11  8:46 ` pinskia at gcc dot gnu dot org
  2006-07-11  9:08 ` fnf at specifix dot com
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-11  8:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (9 preceding siblings ...)
  2006-07-11  8:46 ` pinskia at gcc dot gnu dot org
@ 2006-07-11  9:08 ` fnf at specifix dot com
  2006-07-11 11:57 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: fnf at specifix dot com @ 2006-07-11  9:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from fnf at specifix dot com  2006-07-11 09:08 -------
Subject: Re:  [4.2 regression] ICE in tree_int_cst_sgn

On Tuesday 11 July 2006 04:44, schwab at suse dot de wrote:
> This is now causing bootstrap to fail.

I'm currently configuring with --disable-libstdcxx-pch to work around
the problem.


-- 


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (10 preceding siblings ...)
  2006-07-11  9:08 ` fnf at specifix dot com
@ 2006-07-11 11:57 ` pinskia at gcc dot gnu dot org
  2006-07-11 13:28 ` dje at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-11 11:57 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-07-11 11:56:56
               date|                            |


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (11 preceding siblings ...)
  2006-07-11 11:57 ` pinskia at gcc dot gnu dot org
@ 2006-07-11 13:28 ` dje at gcc dot gnu dot org
  2006-07-11 18:31 ` mrs at apple dot com
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: dje at gcc dot gnu dot org @ 2006-07-11 13:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from dje at gcc dot gnu dot org  2006-07-11 13:28 -------
This now causes bootstrap failure on primary platforms.


-- 

dje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dje at gcc dot gnu dot org
           Priority|P3                          |P1


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


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

* [Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (12 preceding siblings ...)
  2006-07-11 13:28 ` dje at gcc dot gnu dot org
@ 2006-07-11 18:31 ` mrs at apple dot com
  2006-07-12 15:03 ` [Bug c++/28217] [4.0/4.1/4.2 " reichelt at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: mrs at apple dot com @ 2006-07-11 18:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from mrs at apple dot com  2006-07-11 18:31 -------
I've posted a patch to fix this.


-- 


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


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

* [Bug c++/28217] [4.0/4.1/4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (13 preceding siblings ...)
  2006-07-11 18:31 ` mrs at apple dot com
@ 2006-07-12 15:03 ` reichelt at gcc dot gnu dot org
  2006-07-12 17:15 ` bkoz at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-07-12 15:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from reichelt at gcc dot gnu dot org  2006-07-12 15:03 -------
Reduced (from PR 28219) testcase:

=============================
template<int> struct A
{
  enum { a, b = a };
  void foo(A<b>);
};
=============================

bug.h:4: internal compiler error: tree check: expected integer_cst, have
const_decl in tree_int_cst_sgn, at tree.c:4517
Please submit a full bug report, [etc.]

If I replace "A<b>" by "A<a>" I get a segfault instead.
The testcase crashes since GCC 4.0.0.
The code compiles fine if I compile it as regular C++ file and not
as C++-header.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored
            Summary|[4.2 regression] ICE in     |[4.0/4.1/4.2 regression] ICE
                   |tree_int_cst_sgn            |in tree_int_cst_sgn
   Target Milestone|4.2.0                       |4.0.4


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


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

* [Bug c++/28217] [4.0/4.1/4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (14 preceding siblings ...)
  2006-07-12 15:03 ` [Bug c++/28217] [4.0/4.1/4.2 " reichelt at gcc dot gnu dot org
@ 2006-07-12 17:15 ` bkoz at gcc dot gnu dot org
  2006-07-12 21:58 ` jason at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-07-12 17:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from bkoz at gcc dot gnu dot org  2006-07-12 17:15 -------

Volker, great job on the reduction for this. I am once again amazed.

-benjamin


-- 


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


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

* [Bug c++/28217] [4.0/4.1/4.2 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (15 preceding siblings ...)
  2006-07-12 17:15 ` bkoz at gcc dot gnu dot org
@ 2006-07-12 21:58 ` jason at gcc dot gnu dot org
  2006-07-13  1:11 ` [Bug c++/28217] [4.0/4.1 " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: jason at gcc dot gnu dot org @ 2006-07-12 21:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from jason at gcc dot gnu dot org  2006-07-12 21:58 -------
Subject: Bug 28217

Author: jason
Date: Wed Jul 12 21:57:58 2006
New Revision: 115399

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115399
Log:
        PR c++/28217
        * semantics.c (note_decl_for_pch): Don't premangle templates.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c


-- 


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


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

* [Bug c++/28217] [4.0/4.1 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (16 preceding siblings ...)
  2006-07-12 21:58 ` jason at gcc dot gnu dot org
@ 2006-07-13  1:11 ` pinskia at gcc dot gnu dot org
  2006-07-13 13:21 ` reichelt at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-13  1:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from pinskia at gcc dot gnu dot org  2006-07-13 01:11 -------
Fixed on the mainline at least.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal
           Keywords|build                       |
      Known to work|                            |4.2.0
            Summary|[4.0/4.1/4.2 regression] ICE|[4.0/4.1 regression] ICE in
                   |in tree_int_cst_sgn         |tree_int_cst_sgn


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


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

* [Bug c++/28217] [4.0/4.1 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (17 preceding siblings ...)
  2006-07-13  1:11 ` [Bug c++/28217] [4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2006-07-13 13:21 ` reichelt at gcc dot gnu dot org
  2007-01-03 23:53 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-07-13 13:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from reichelt at gcc dot gnu dot org  2006-07-13 13:21 -------
Jason, would you mind adding a testcase? Thanks!


-- 

reichelt at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/28217] [4.0/4.1 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (18 preceding siblings ...)
  2006-07-13 13:21 ` reichelt at gcc dot gnu dot org
@ 2007-01-03 23:53 ` jakub at gcc dot gnu dot org
  2007-01-03 23:54 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-01-03 23:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from jakub at gcc dot gnu dot org  2007-01-03 23:53 -------
Subject: Bug 28217

Author: jakub
Date: Wed Jan  3 23:53:18 2007
New Revision: 120410

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120410
Log:
        PR c++/28217
        * g++.dg/pch/template-1.C: New test.
        * g++.dg/pch/template-1.Hs: New file.

Added:
    trunk/gcc/testsuite/g++.dg/pch/template-1.C
    trunk/gcc/testsuite/g++.dg/pch/template-1.Hs
Modified:
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/28217] [4.0/4.1 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (19 preceding siblings ...)
  2007-01-03 23:53 ` jakub at gcc dot gnu dot org
@ 2007-01-03 23:54 ` jakub at gcc dot gnu dot org
  2007-01-03 23:57 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-01-03 23:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from jakub at gcc dot gnu dot org  2007-01-03 23:54 -------
Subject: Bug 28217

Author: jakub
Date: Wed Jan  3 23:54:24 2007
New Revision: 120411

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120411
Log:
        PR c++/28217
        * g++.dg/pch/template-1.C: New test.
        * g++.dg/pch/template-1.Hs: New file.

Added:
    branches/gcc-4_2-branch/gcc/testsuite/g++.dg/pch/template-1.C
    branches/gcc-4_2-branch/gcc/testsuite/g++.dg/pch/template-1.Hs
Modified:
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/28217] [4.0/4.1 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (20 preceding siblings ...)
  2007-01-03 23:54 ` jakub at gcc dot gnu dot org
@ 2007-01-03 23:57 ` jakub at gcc dot gnu dot org
  2007-01-04  0:01 ` [Bug c++/28217] [4.0 " jakub at gcc dot gnu dot org
  2007-02-03 17:50 ` gdr at gcc dot gnu dot org
  23 siblings, 0 replies; 25+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-01-03 23:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from jakub at gcc dot gnu dot org  2007-01-03 23:56 -------
Subject: Bug 28217

Author: jakub
Date: Wed Jan  3 23:56:44 2007
New Revision: 120412

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120412
Log:
        Backported from mainline
        2006-07-12  Jason Merrill  <jason@redhat.com>
        PR c++/28217
        * semantics.c (note_decl_for_pch): Don't premangle templates.

        * g++.dg/pch/template-1.C: New test.
        * g++.dg/pch/template-1.Hs: New file.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/pch/template-1.C
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/pch/template-1.Hs
Modified:
    branches/gcc-4_1-branch/gcc/cp/ChangeLog
    branches/gcc-4_1-branch/gcc/cp/semantics.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/28217] [4.0 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (21 preceding siblings ...)
  2007-01-03 23:57 ` jakub at gcc dot gnu dot org
@ 2007-01-04  0:01 ` jakub at gcc dot gnu dot org
  2007-02-03 17:50 ` gdr at gcc dot gnu dot org
  23 siblings, 0 replies; 25+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-01-04  0:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from jakub at gcc dot gnu dot org  2007-01-04 00:01 -------
Fixed in 4.1 as well.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|4.2.0                       |4.1.2 4.2.0
            Summary|[4.0/4.1 regression] ICE in |[4.0 regression] ICE in
                   |tree_int_cst_sgn            |tree_int_cst_sgn


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


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

* [Bug c++/28217] [4.0 regression] ICE in tree_int_cst_sgn
  2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
                   ` (22 preceding siblings ...)
  2007-01-04  0:01 ` [Bug c++/28217] [4.0 " jakub at gcc dot gnu dot org
@ 2007-02-03 17:50 ` gdr at gcc dot gnu dot org
  23 siblings, 0 replies; 25+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-02-03 17:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from gdr at gcc dot gnu dot org  2007-02-03 17:49 -------
Fixed in GCC-4.1.2


-- 

gdr at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-02-03 17:50 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-01 21:51 [Bug c++/28217] New: [4.2 regression] ICE in tree_int_cst_sgn schwab at suse dot de
2006-07-01 22:02 ` [Bug c++/28217] " schwab at suse dot de
2006-07-02 14:54 ` schwab at suse dot de
2006-07-04 14:40 ` rguenth at gcc dot gnu dot org
2006-07-04 14:48 ` pinskia at gcc dot gnu dot org
2006-07-04 14:52 ` schwab at suse dot de
2006-07-04 15:43 ` fnf at specifix dot com
2006-07-04 15:47 ` pinskia at gcc dot gnu dot org
2006-07-06 22:17 ` pinskia at gcc dot gnu dot org
2006-07-11  8:45 ` schwab at suse dot de
2006-07-11  8:46 ` pinskia at gcc dot gnu dot org
2006-07-11  9:08 ` fnf at specifix dot com
2006-07-11 11:57 ` pinskia at gcc dot gnu dot org
2006-07-11 13:28 ` dje at gcc dot gnu dot org
2006-07-11 18:31 ` mrs at apple dot com
2006-07-12 15:03 ` [Bug c++/28217] [4.0/4.1/4.2 " reichelt at gcc dot gnu dot org
2006-07-12 17:15 ` bkoz at gcc dot gnu dot org
2006-07-12 21:58 ` jason at gcc dot gnu dot org
2006-07-13  1:11 ` [Bug c++/28217] [4.0/4.1 " pinskia at gcc dot gnu dot org
2006-07-13 13:21 ` reichelt at gcc dot gnu dot org
2007-01-03 23:53 ` jakub at gcc dot gnu dot org
2007-01-03 23:54 ` jakub at gcc dot gnu dot org
2007-01-03 23:57 ` jakub at gcc dot gnu dot org
2007-01-04  0:01 ` [Bug c++/28217] [4.0 " jakub at gcc dot gnu dot org
2007-02-03 17:50 ` gdr 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).