public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/8841: [CygWin] Internal compiler error building ICU2.2 with gcc 3.2
@ 2003-02-18 10:06 Danny Smith
  0 siblings, 0 replies; 4+ messages in thread
From: Danny Smith @ 2003-02-18 10:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Danny Smith <dannysmith@clear.net.nz>
To: gcc-gnats@gcc.gnu.org, britten@caris.com, gcc-bugs@gcc.gnu.org,
 bradley@caris.com, nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org
Cc:  
Subject: Re: c++/8841: [CygWin] Internal compiler error building ICU2.2 with
 gcc 3.2
Date: Tue, 18 Feb 2003 09:47:07 +0000

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=g
 cc&pr=8841
 
 This is essentially the same bug as 7103
 
 Danny
 


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

* Re: c++/8841: [CygWin] Internal compiler error building ICU2.2 with gcc 3.2
@ 2003-02-18 10:49 ebotcazou
  0 siblings, 0 replies; 4+ messages in thread
From: ebotcazou @ 2003-02-18 10:49 UTC (permalink / raw)
  To: bradley, britten, gcc-bugs, gcc-prs, nobody

Synopsis: [CygWin] Internal compiler error building ICU2.2 with gcc 3.2

State-Changed-From-To: analyzed->closed
State-Changed-By: ebotcazou
State-Changed-When: Tue Feb 18 10:49:29 2003
State-Changed-Why:
    Duplicate of PR 7103 according to Danny.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8841


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

* Re: c++/8841: [CygWin] Internal compiler error building ICU2.2 with gcc 3.2
@ 2003-01-24 15:07 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2003-01-24 15:07 UTC (permalink / raw)
  To: bradley, britten, gcc-bugs, gcc-prs, nobody

Synopsis: [CygWin] Internal compiler error building ICU2.2 with gcc 3.2

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Fri Jan 24 15:07:02 2003
State-Changed-Why:
    Giovanni analyzed this

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8841


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

* Re: c++/8841: [CygWin] Internal compiler error building ICU2.2 with gcc 3.2
@ 2003-01-24  2:26 Giovanni Bajo
  0 siblings, 0 replies; 4+ messages in thread
From: Giovanni Bajo @ 2003-01-24  2:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: "Giovanni Bajo" <giovannibajo@libero.it>
To: <gcc-gnats@gcc.gnu.org>,
	<britten@caris.com>,
	<gcc-bugs@gcc.gnu.org>,
	<bradley@caris.com>,
	<nobody@gcc.gnu.org>,
	<gcc-prs@gcc.gnu.org>
Cc:  
Subject: Re: c++/8841: [CygWin] Internal compiler error building ICU2.2 with gcc 3.2
Date: Fri, 24 Jan 2003 03:21:38 +0100

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
 r=8841
 
 Reduced snippet is:
 
 -------------------------
 struct __attribute__((dllimport)) A
 {
  static void f();
  static void g(int );
 };
 
 inline void A::g(int )
 {
  f();
 }
 
 inline void A::f(void) {}
 
 void B(void)
 {
  A::f();
 }
 -------------------------
 ice2.cpp: In static member function `static void A::f()':
 ice2.cpp:13: Internal compiler error in rest_of_compilation, at
 toplev.c:3491
 Please submit a full bug report,
 
 Verified with 3.2 (both CygWin and MinGW). Similar to PR/9237 since it's
 related to dllimport, not sure if it's a duplicate since the ICE message
 seems different.
 
 Giovanni Bajo
 


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

end of thread, other threads:[~2003-02-18 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-18 10:06 c++/8841: [CygWin] Internal compiler error building ICU2.2 with gcc 3.2 Danny Smith
  -- strict thread matches above, loose matches on Subject: below --
2003-02-18 10:49 ebotcazou
2003-01-24 15:07 bangerth
2003-01-24  2:26 Giovanni Bajo

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