public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
@ 2003-09-04 14:09 ehrhardt at mathematik dot uni-ulm dot de
  2003-09-04 14:21 ` [Bug c++/12168] " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: ehrhardt at mathematik dot uni-ulm dot de @ 2003-09-04 14:09 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [3.4 regression] ICE (bus error) in
                    set_mem_attributes_minus_bitpos
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: critical
          Priority: P1
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ehrhardt at mathematik dot uni-ulm dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.9
  GCC host triplet: sparc-sun-solaris2.9
GCC target triplet: sparc-sun-solaris2.9

The following code ICEs 3.4 as of 20030903 preventing compilation of
libstdc++. Compile with -O1
======================== cut ===========================================
template<typename _CharT, typename _Traits = char > struct basic_istream;
struct ios_base {
        virtual ~ios_base() {}
};
template<typename _CharT, typename _Traits>
struct basic_istream : virtual public ios_base { };
struct istrstream : public basic_istream<char> {
            virtual ~istrstream();
};
istrstream::~istrstream() { }
======================== cut ===========================================

This is a regression on the 3.4 branch. Testresults submitted to
gcc-testresults do not show successful g++ testsuite runs since
about Aug 29th.

    regards   Christian


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

* [Bug c++/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
@ 2003-09-04 14:21 ` pinskia at gcc dot gnu dot org
  2003-09-04 14:21 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-04 14:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-04 14:21 -------
*** Bug 12126 has been marked as a duplicate of this bug. ***


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

* [Bug c++/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
  2003-09-04 14:21 ` [Bug c++/12168] " pinskia at gcc dot gnu dot org
@ 2003-09-04 14:21 ` pinskia at gcc dot gnu dot org
  2003-09-04 14:32 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-04 14:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucier at math dot purdue
                   |                            |dot edu
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-09-04 14:21:15
               date|                            |


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

* [Bug c++/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
  2003-09-04 14:21 ` [Bug c++/12168] " pinskia at gcc dot gnu dot org
  2003-09-04 14:21 ` pinskia at gcc dot gnu dot org
@ 2003-09-04 14:32 ` pinskia at gcc dot gnu dot org
  2003-09-04 14:33 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-04 14:32 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-04 14:32 -------
What happens if upper the GC limits and try to compile this?


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

* [Bug c++/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (2 preceding siblings ...)
  2003-09-04 14:32 ` pinskia at gcc dot gnu dot org
@ 2003-09-04 14:33 ` pinskia at gcc dot gnu dot org
  2003-09-04 14:34 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-04 14:33 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-04 14:33 -------
Most likely the same as bug 12161.


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

* [Bug c++/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (3 preceding siblings ...)
  2003-09-04 14:33 ` pinskia at gcc dot gnu dot org
@ 2003-09-04 14:34 ` pinskia at gcc dot gnu dot org
  2003-09-04 16:05 ` ehrhardt at mathematik dot uni-ulm dot de
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-04 14:34 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-04 14:34 -------
*** Bug 12162 has been marked as a duplicate of this bug. ***


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

* [Bug c++/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (4 preceding siblings ...)
  2003-09-04 14:34 ` pinskia at gcc dot gnu dot org
@ 2003-09-04 16:05 ` ehrhardt at mathematik dot uni-ulm dot de
  2003-09-04 16:16 ` ehrhardt at mathematik dot uni-ulm dot de
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ehrhardt at mathematik dot uni-ulm dot de @ 2003-09-04 16:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ehrhardt at mathematik dot uni-ulm dot de  2003-09-04 16:05 -------
This bug does NOT seem to be GC related! I tried with various different
heap sizes and this didn't make a difference. Given that reduction went
quite smoothly I don't really think that GC plays an important role.

Here's a further reduced test case:
================  cut ========================
struct ios_base {
	virtual ~ios_base() {}
};
struct istrstream : public virtual ios_base
{
	    ~istrstream();
};
istrstream::~istrstream() { }
================  cut ========================

Both virtual keywords are essential, also adding inline to the istream
destructor makes the bug go away.


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

* [Bug c++/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (5 preceding siblings ...)
  2003-09-04 16:05 ` ehrhardt at mathematik dot uni-ulm dot de
@ 2003-09-04 16:16 ` ehrhardt at mathematik dot uni-ulm dot de
  2003-09-05  8:30 ` ehrhardt at mathematik dot uni-ulm dot de
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ehrhardt at mathematik dot uni-ulm dot de @ 2003-09-04 16:16 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ehrhardt at mathematik dot uni-ulm dot de  2003-09-04 16:16 -------
Hi,

this is only a wild guess, but might the following patch help?
It apparently fixes the ICE but bootstrap is still in progress.

Index: method.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/cp/method.c,v
retrieving revision 1.266
diff -C5 -u -r1.266 method.c
cvs server: conflicting specifications of output style
--- method.c    15 Aug 2003 08:55:48 -0000      1.266
+++ method.c    4 Sep 2003 16:13:01 -0000
@@ -424,10 +424,11 @@
       for (a = DECL_ARGUMENTS (function); a; a = TREE_CHAIN (a))
        {
          tree x = copy_node (a);
          TREE_CHAIN (x) = t;
          DECL_CONTEXT (x) = thunk_fndecl;
+         SET_DECL_RTL (x, NULL_RTX);
          t = x;
        }
       a = nreverse (t);
       DECL_ARGUMENTS (thunk_fndecl) = a;
       DECL_RESULT (thunk_fndecl) = NULL_TREE;

   regards   Christian


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

* [Bug c++/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (6 preceding siblings ...)
  2003-09-04 16:16 ` ehrhardt at mathematik dot uni-ulm dot de
@ 2003-09-05  8:30 ` ehrhardt at mathematik dot uni-ulm dot de
  2003-09-05 12:12 ` ro at techfak dot uni-bielefeld dot de
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ehrhardt at mathematik dot uni-ulm dot de @ 2003-09-05  8:30 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ehrhardt at mathematik dot uni-ulm dot de  2003-09-05 08:30 -------
*** Bug 12126 has been marked as a duplicate of this bug. ***


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

* [Bug c++/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (7 preceding siblings ...)
  2003-09-05  8:30 ` ehrhardt at mathematik dot uni-ulm dot de
@ 2003-09-05 12:12 ` ro at techfak dot uni-bielefeld dot de
  2003-09-05 14:02 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2003-09-05 12:12 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2003-09-05 12:12 -------
Subject: Re:  [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos

Just for the record: this testcase (like bootstrap) also fails on
mips-sgi-irix6.5 and mips-sgi.irix6.5o32.

	Rainer


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

* [Bug c++/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (8 preceding siblings ...)
  2003-09-05 12:12 ` ro at techfak dot uni-bielefeld dot de
@ 2003-09-05 14:02 ` pinskia at gcc dot gnu dot org
  2003-09-05 15:52 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-05 14:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

Bug 12168 depends on bug 12161, which changed state.

Bug 12161 Summary: ICE during bootstrap, locale-inst.c, cp/call.c: 4571
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12161

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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

* [Bug c++/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (9 preceding siblings ...)
  2003-09-05 14:02 ` pinskia at gcc dot gnu dot org
@ 2003-09-05 15:52 ` pinskia at gcc dot gnu dot org
  2003-09-05 16:12 ` ro at techfak dot uni-bielefeld dot de
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-05 15:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |James dot W dot Mckelvey at
                   |                            |jpl dot nasa dot gov


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-05 15:52 -------
*** Bug 12185 has been marked as a duplicate of this bug. ***


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

* [Bug c++/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (10 preceding siblings ...)
  2003-09-05 15:52 ` pinskia at gcc dot gnu dot org
@ 2003-09-05 16:12 ` ro at techfak dot uni-bielefeld dot de
  2003-09-08 15:34 ` [Bug bootstrap/12168] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2003-09-05 16:12 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2003-09-05 16:12 -------
Subject: Re:  [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos

I can confirm that Christian's proposed patch in Comment #6 both fixes the
ICE in the testcase and allowed bootstraps on sparc-sun-solaris2.8 and
mips-sgi-irix6.5 to finish (mips-sgi-irix6.5o32 with gas still in
progress).  make check is still running, but this is a definitive
improvement nonetheless.

	Rainer


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

* [Bug bootstrap/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (11 preceding siblings ...)
  2003-09-05 16:12 ` ro at techfak dot uni-bielefeld dot de
@ 2003-09-08 15:34 ` pinskia at gcc dot gnu dot org
  2003-09-09  8:47 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-08 15:34 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c dot christian dot joensson
                   |                            |at comhem dot se


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-08 15:34 -------
*** Bug 12208 has been marked as a duplicate of this bug. ***


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

* [Bug bootstrap/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (12 preceding siblings ...)
  2003-09-08 15:34 ` [Bug bootstrap/12168] " pinskia at gcc dot gnu dot org
@ 2003-09-09  8:47 ` cvs-commit at gcc dot gnu dot org
  2003-09-09  8:52 ` ebotcazou at gcc dot gnu dot org
  2003-10-17 17:49 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-09  8:47 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-09 08:47 -------
Subject: Bug 12168

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ebotcazou@gcc.gnu.org	2003-09-09 08:47:36

Modified files:
	gcc/cp         : ChangeLog method.c 

Log message:
	PR bootstrap/12168
	* method.c (use_thunk): Clear DECL_RTL of copied nodes.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3663&r2=1.3664
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/method.c.diff?cvsroot=gcc&r1=1.266&r2=1.267


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

* [Bug bootstrap/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (13 preceding siblings ...)
  2003-09-09  8:47 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-09  8:52 ` ebotcazou at gcc dot gnu dot org
  2003-10-17 17:49 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-09-09  8:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


ebotcazou at gcc dot gnu dot org changed:

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


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-09-09 08:52 -------
See http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00407.html


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

* [Bug bootstrap/12168] [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
  2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
                   ` (14 preceding siblings ...)
  2003-09-09  8:52 ` ebotcazou at gcc dot gnu dot org
@ 2003-10-17 17:49 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-17 17:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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

end of thread, other threads:[~2003-10-17 17:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
2003-09-04 14:21 ` [Bug c++/12168] " pinskia at gcc dot gnu dot org
2003-09-04 14:21 ` pinskia at gcc dot gnu dot org
2003-09-04 14:32 ` pinskia at gcc dot gnu dot org
2003-09-04 14:33 ` pinskia at gcc dot gnu dot org
2003-09-04 14:34 ` pinskia at gcc dot gnu dot org
2003-09-04 16:05 ` ehrhardt at mathematik dot uni-ulm dot de
2003-09-04 16:16 ` ehrhardt at mathematik dot uni-ulm dot de
2003-09-05  8:30 ` ehrhardt at mathematik dot uni-ulm dot de
2003-09-05 12:12 ` ro at techfak dot uni-bielefeld dot de
2003-09-05 14:02 ` pinskia at gcc dot gnu dot org
2003-09-05 15:52 ` pinskia at gcc dot gnu dot org
2003-09-05 16:12 ` ro at techfak dot uni-bielefeld dot de
2003-09-08 15:34 ` [Bug bootstrap/12168] " pinskia at gcc dot gnu dot org
2003-09-09  8:47 ` cvs-commit at gcc dot gnu dot org
2003-09-09  8:52 ` ebotcazou at gcc dot gnu dot org
2003-10-17 17:49 ` 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).