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]

c/1801: gcc on AIX 4.3.3 doesn`t support "long double" type



>Number:         1801
>Category:       c
>Synopsis:       gcc on AIX 4.3.3 doesn`t support "long double" type
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 29 02:36:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Lev Olshavng
>Release:        gcc 2.95.2 19991024
>Organization:
>Environment:
AIX 4.3.3 hardware model RS 6000 E-30
>Description:

  printf (" sizeof(long double)=%d",sizeof(long double));

  and 
 
 printf (" sizeof( double)=%d",sizeof( double));

  gives same size = 8
>How-To-Repeat:
just compile these 2 lines
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

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