public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9738: [mingw] Internal compiler error in rest_of_compilation, at toplev.c: 3491
@ 2003-04-06 22:16 Giovanni Bajo
  0 siblings, 0 replies; only message in thread
From: Giovanni Bajo @ 2003-04-06 22:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: "Giovanni Bajo" <giovannibajo@libero.it>
To: <gcc-gnats@gcc.gnu.org>,
	<gcc-bugs@gcc.gnu.org>,
	<nobody@gcc.gnu.org>,
	<gcc-prs@gcc.gnu.org>,
	<olegy@diawest.net.ua>
Cc: "Wolfgang Bangerth" <bangerth@ices.utexas.edu>
Subject: Re: c++/9738: [mingw] Internal compiler error in rest_of_compilation, at toplev.c: 3491
Date: Mon, 7 Apr 2003 00:09:44 +0200

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
 r=9738
 
 Redux:
 --------------------------------------------
 void __attribute__((dllimport)) Bar(void);
 
 void Foo(void)
 {
     Bar();
 }
 
 void Bar(void)
 {
 }
 --------------------------------------------
 pr9738.cpp: In function `void Bar()':
 pr9738.cpp:11: Internal compiler error in rest_of_compilation, at
 toplev.c:3491
 Please submit a full bug report,
 
 Confirmed on cygwin 3.2 and 3.3 20030401. GCC 2.95 works for this, so it's
 (at least) a 3.2/3.3 regression.
 I can't test with 3.4 (mainline still broken for cygwin).
 
 Notice, this is similar c/10148 (even if this is c++), because:
 
 - First a symbol is declared as dllimport
 - Then it's used
 - And finally it's defined.
 
 Giovanni Bajo
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-06 22:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-06 22:16 c++/9738: [mingw] Internal compiler error in rest_of_compilation, at toplev.c: 3491 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).