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