public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/43488]  New: Get compiler internal error with DFP expression
@ 2010-03-22 23:01 tydeman at tybor dot com
  2010-03-23 10:17 ` [Bug c/43488] " rguenth at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tydeman at tybor dot com @ 2010-03-22 23:01 UTC (permalink / raw)
  To: gcc-bugs

Programs similar to the following get compiler internal error in dfp

#define __STDC_WANT_DEC_FP__    /* Tell implementation that we want DFP */
#define MAX_D10 9.999999999999999E384DD
int main(void){
  if( MAX_D10 + MAX_D10 ){
    return 1;
  }else{
    return 0;
  }
}


-- 
           Summary: Get compiler internal error with DFP expression
           Product: gcc
           Version: 4.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tydeman at tybor dot com


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


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

* [Bug c/43488] Get compiler internal error with DFP expression
  2010-03-22 23:01 [Bug c/43488] New: Get compiler internal error with DFP expression tydeman at tybor dot com
@ 2010-03-23 10:17 ` rguenth at gcc dot gnu dot org
  2010-03-23 12:08 ` tydeman at tybor dot com
  2010-03-23 12:30 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-03-23 10:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2010-03-23 10:17 -------
For which target?  What internal error?


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug c/43488] Get compiler internal error with DFP expression
  2010-03-22 23:01 [Bug c/43488] New: Get compiler internal error with DFP expression tydeman at tybor dot com
  2010-03-23 10:17 ` [Bug c/43488] " rguenth at gcc dot gnu dot org
@ 2010-03-23 12:08 ` tydeman at tybor dot com
  2010-03-23 12:30 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tydeman at tybor dot com @ 2010-03-23 12:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from tydeman at tybor dot com  2010-03-23 12:08 -------
Host and target info:
CPU: Intel Pentium 4
OS: Linux
  Fedora Core 10 with gcc 4.3.2
  Fedora Core 11 with gcc 4.4.1
  Fedora Core 12 with gcc 4.4.3
Command line options: CFLAGS="-std=gnu99 -pedantic -H -fno-builtin
-frounding-math -DTAILOR ${INCS}"
Failure:
test65.c:4: internal compiler error: in decimal_to_decnumber, at dfp.c:114


-- 


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


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

* [Bug c/43488] Get compiler internal error with DFP expression
  2010-03-22 23:01 [Bug c/43488] New: Get compiler internal error with DFP expression tydeman at tybor dot com
  2010-03-23 10:17 ` [Bug c/43488] " rguenth at gcc dot gnu dot org
  2010-03-23 12:08 ` tydeman at tybor dot com
@ 2010-03-23 12:30 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-03-23 12:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-03-23 12:30 -------
Confirmed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janis at gcc dot gnu dot org
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
      Known to fail|                            |4.2.4 4.3.4 4.4.2 4.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2010-03-23 12:30:27
               date|                            |


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


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

end of thread, other threads:[~2010-03-23 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-22 23:01 [Bug c/43488] New: Get compiler internal error with DFP expression tydeman at tybor dot com
2010-03-23 10:17 ` [Bug c/43488] " rguenth at gcc dot gnu dot org
2010-03-23 12:08 ` tydeman at tybor dot com
2010-03-23 12:30 ` rguenth 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).