public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* ICE on g++ 3.3.2, 3.3.3, and 3.3.4
@ 2004-10-25 17:31 Mark Coletti
  2004-10-25 17:54 ` Andrew Pinski
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Coletti @ 2004-10-25 17:31 UTC (permalink / raw)
  To: gcc-bugs

[-- Attachment #1: Type: text/plain, Size: 598 bytes --]

>Submitter-Id:	net
>Originator:	Mark Coletti
>Confidential:	no
>Synopsis:	ICE on enclosed code
>Severity:	critical
>Priority:	medium
>Category:	c++
>Class:		ice-on-legal-code
>Release:	3.4.2
>Environment:
System: Linux mcolettib886 2.6.5-7.111-default #1 Wed Oct 13 15:45:13 UTC 2004 
i686 athlon i386 GNU/Linux
Architecture: i686
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../configure --enable-threads 
--enable-languages=c,c++,f77,objc
>Description:
ICE on attached code
>How-To-Repeat:
g++ -x c++ -c qgsmapcanvas.ii
>Fix:
No known work-around.


[-- Attachment #2: qgsmapcanvas.ii.gz --]
[-- Type: application/x-gzip, Size: 194381 bytes --]

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

* Re: ICE on g++ 3.3.2, 3.3.3, and 3.3.4
  2004-10-25 17:31 ICE on g++ 3.3.2, 3.3.3, and 3.3.4 Mark Coletti
@ 2004-10-25 17:54 ` Andrew Pinski
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Pinski @ 2004-10-25 17:54 UTC (permalink / raw)
  To: mcoletti; +Cc: gcc-bugs

The code reduces to:
struct QgsScaleCalculator
{
     QgsScaleCalculator(int dpi = 0,
                        QgsScaleCalculator mapUnits = 0);
};
struct CanvasProperties
{

CanvasProperties (): scaleCalculator (new QgsScaleCalculator) {}
   QgsScaleCalculator * scaleCalculator;

};

But this code is invalid and we should reject it.  This is PR 5247.

Thanks,
Andrew Pinski


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

end of thread, other threads:[~2004-10-25 17:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-25 17:31 ICE on g++ 3.3.2, 3.3.3, and 3.3.4 Mark Coletti
2004-10-25 17:54 ` Andrew Pinski

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