public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/25450]  New: Enums are encoded incorrectly
@ 2005-12-16 17:21 pinskia at gcc dot gnu dot org
  2005-12-16 17:29 ` [Bug objc/25450] " pinskia at gcc dot gnu dot org
  2005-12-23  5:50 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-16 17:21 UTC (permalink / raw)
  To: gcc-bugs

Take the following enum:
enum a
{
  0, 1, 0x7FFFFFFFFFFFFFFFULL
};

----
it is still encoded as "i" even though its size is the same as "long long".

Trying to fix this the following failures which needs to be fixed:
objc.dg/encode-3.m
objc.dg/type-size-2.m


-- 
           Summary: Enums are encoded incorrectly
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: objc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <bug-25450-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2010-09-27 19:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-16 17:21 [Bug objc/25450] New: Enums are encoded incorrectly pinskia at gcc dot gnu dot org
2005-12-16 17:29 ` [Bug objc/25450] " pinskia at gcc dot gnu dot org
2005-12-23  5:50 ` pinskia at gcc dot gnu dot org
     [not found] <bug-25450-4@http.gcc.gnu.org/bugzilla/>
2010-09-26 19:26 ` nicola at gcc dot gnu.org
2010-09-28  2:45 ` nicola at gcc dot gnu.org
2010-09-28  8:39 ` nicola at gcc dot gnu.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).