public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/36912]  New: ICE when building with "-frounding-math -g"
@ 2008-07-23 21:18 drussel at gmail dot com
  2008-07-23 21:21 ` [Bug c++/36912] " pinskia at gcc dot gnu dot org
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: drussel at gmail dot com @ 2008-07-23 21:18 UTC (permalink / raw)
  To: gcc-bugs

static const double Eps = .0000001; 
static const double Tol = 1.0+Eps;
int main(int, char *[]) {
return 0;
}

Fedora 9.

Works fine on MacOs 10.5 with gcc 4.0.

setting Eps to be an integral value (but keeping its type to be double) makes
the ICE go away.


-- 
           Summary: ICE when building with "-frounding-math -g"
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: drussel at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36912


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

end of thread, other threads:[~2009-11-05 16:34 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-23 21:18 [Bug c++/36912] New: ICE when building with "-frounding-math -g" drussel at gmail dot com
2008-07-23 21:21 ` [Bug c++/36912] " pinskia at gcc dot gnu dot org
2008-08-13 20:49 ` [Bug c++/36912] [4.2/4.3/4.4 regression] ICE " reichelt at gcc dot gnu dot org
2008-08-14  8:04 ` jakub at gcc dot gnu dot org
2008-08-14 12:19 ` joseph at codesourcery dot com
2008-08-14 18:13 ` jakub at gcc dot gnu dot org
2008-08-18 16:13 ` sylvain dot pion at sophia dot inria dot fr
2008-08-22 15:00 ` rguenth at gcc dot gnu dot org
2008-12-09 19:22 ` mmitchel at gcc dot gnu dot org
2008-12-09 20:05 ` sylvain dot pion at sophia dot inria dot fr
2009-03-31 20:57 ` [Bug c++/36912] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:51 ` rguenth at gcc dot gnu dot org
2009-09-20 20:09 ` pinskia at gcc dot gnu dot org
2009-11-04 22:15 ` jason at gcc dot gnu dot org
2009-11-04 23:13 ` jason at gcc dot gnu dot org
2009-11-05 13:12 ` jason at gcc dot gnu dot org
2009-11-05 14:47 ` jason at gcc dot gnu dot org
2009-11-05 16:33 ` jason at gcc dot gnu dot org
2009-11-05 16:34 ` jason at gcc dot gnu dot org

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