This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/43488] New: Get compiler internal error with DFP expression


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]