public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/1519
@ 2001-05-28 17:46 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2001-05-28 17:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/1519; it has been noted by GNATS.

From: rodrigc@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, johnspooner@earthlink.net, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/1519
Date: 29 May 2001 00:45:05 -0000

 Synopsis: compiler error while building qt program under rh7.0
 
 State-Changed-From-To: open->closed
 State-Changed-By: rodrigc
 State-Changed-When: Mon May 28 17:45:04 2001
 State-Changed-Why:
     - Does not crash with gcc version 3.0 20010528 (prerelease) c version 3.0 20010528 (prerelease)
     - upgrade to a newer version of gcc 2.96 from Red Hat, since
       the one that came with Red Hat 7.0 is known to have bugs
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1519&database=gcc


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

* Re: c++/1519
@ 2001-04-01  0:00 Reichelt
  0 siblings, 0 replies; 2+ messages in thread
From: Reichelt @ 2001-04-01  0:00 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/1519; it has been noted by GNATS.

From: Reichelt <reichelt@igpm.rwth-aachen.de>
To: gcc-gnats@gcc.gnu.org, johnspooner@earthlink.net, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/1519
Date: Fri, 26 Jan 2001 19:23:47 +0100

 Hi there,
 
 the error is in fact an ice-on-illegal-code, since the problem can
 be reduced to the following lines:
 
 struct Base { virtual void f(); };
 
 struct Wrong : public Base {};
 struct Wrong : public Base {};
 
 The compiler detects that there is a redefinition of "Wrong", but cannot
 recover from this situation (gcc 2.96.20000920, IRIX6.5).
 
 Greetings,
 Volker Reichelt
 
  ------------------------------------------------------------------------------
    email: reichelt@igpm.rwth-aachen.de
    http://www.igpm.rwth-aachen.de/reichelt
  ------------------------------------------------------------------------------
 
 
>From nathan@gcc.gnu.org Sun Apr 01 00:00:00 2001
From: nathan@gcc.gnu.org
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: c++/1040
Date: Sun, 01 Apr 2001 00:00:00 -0000
Message-id: <20010105165601.6708.qmail@sourceware.cygnus.com>
X-SW-Source: 2001-q1/msg00043.html
Content-length: 693

The following reply was made to PR c++/1040; it has been noted by GNATS.

From: nathan@gcc.gnu.org
To: bh@techhouse.brown.edu, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/1040
Date: 5 Jan 2001 16:46:28 -0000

 Synopsis: accepts illegal code: cv-quals on member function pointers
 
 State-Changed-From-To: open->closed
 State-Changed-By: nathan
 State-Changed-When: Fri Jan  5 08:46:28 2001
 State-Changed-Why:
     The current snapshot 20010105 rejects this as it should
     incomming/1040.ii:3: cannot convert `bool (bar::*)(const bar&) const' to `bool 
        (bar::*)(const bar&)' in assignment
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1040&database=gcc
>From bryce@gcc.gnu.org Sun Apr 01 00:00:00 2001
From: bryce@gcc.gnu.org
To: bryce@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: libgcj/1736
Date: Sun, 01 Apr 2001 00:00:00 -0000
Message-id: <20010323052601.27217.qmail@sourceware.cygnus.com>
X-SW-Source: 2001-q1/msg02533.html
Content-length: 1162

The following reply was made to PR libgcj/1736; it has been noted by GNATS.

From: bryce@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libgcj/1736
Date: 23 Mar 2001 05:17:07 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_0-branch
 Changes by:	bryce@gcc.gnu.org	2001-03-22 21:17:07
 
 Modified files:
 	libjava        : Makefile.am Makefile.in ChangeLog 
 
 Log message:
 	2001-03-23  Bryce McKinlay  <bryce@albatross.co.nz>
 	
 	Fix for PR libgcj/1736. Thanks to Robert Boehne and Alexandre Oliva
 	for libtool hacking.
 	* Makefile.am (libgcj.la): New explicit rule. Echo the list of objects
 	to a temporary file, then invoke libtool with the -objectlist
 	paramater.
 	(libgcjx.la): Likewise.
 	* Makefile.in: Rebuilt.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.129.2.3&r2=1.129.2.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.139.2.3&r2=1.139.2.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.674.2.25&r2=1.674.2.26
 


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

end of thread, other threads:[~2001-05-28 17:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-28 17:46 c++/1519 rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-04-01  0:00 c++/1519 Reichelt

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