public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/10148: [MingW/CygWin] Compiler dumps core
@ 2003-04-06 21:56 Giovanni Bajo
  0 siblings, 0 replies; only message in thread
From: Giovanni Bajo @ 2003-04-06 21:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/10148; 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>,
	<gh@ghaering.de>
Cc: "Wolfgang Bangerth" <bangerth@ices.utexas.edu>
Subject: Re: c/10148: [MingW/CygWin] Compiler dumps core
Date: Sun, 6 Apr 2003 23:53:08 +0200

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
 r=10148
 
 Reduced snippet:
 --------------------------------------------
 struct Foo
 {
     int a;
 };
 
 __attribute__((dllimport)) struct Foo f;
 
 void Bar(void)
 {
     void* dummy = &f;
 }
 
 struct Foo f;
 
 void* dummy = &f;
 --------------------------------------------
 pr10148.c:16: internal compiler error: Segmentation fault
 
 Confirmed under cygwin with 3.2 and 3.3 20030401.
 2.95 can compile the above correctly so it's (at least) a 3.2/3.3
 regression.
 I can't test with 3.4 (mainline broken for cygwin)
 
 Giovanni
 


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-06 21:56 c/10148: [MingW/CygWin] Compiler dumps core 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).