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]

Re: c/5111: Misleading error message for "unsigned long double"


Synopsis: Misleading error message for "unsigned long double"

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Tue Nov  5 07:57:45 2002
State-Changed-Why:
    I think the warning is actually ok:
       unsigned short double fred;
    is recognized as "unsigned short" plus "double", while
       unsigned long double fred;
    is recognized as "unsigned" plus "long double", which makes
    all the difference in the messages. I think, the message
    as it is is actually sufficiently helpful to find this
    kind of error :-)

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5111


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