[RTEMS Project] #711: newlib/libc/ctype/wctype.c contains invalid code

RTEMS trac trac at rtems.org
Fri Nov 21 15:43:25 UTC 2014


#711: newlib/libc/ctype/wctype.c contains invalid code
--------------------+----------------------------
 Reporter:  norume  |       Owner:  joel.sherrill
     Type:  defect  |      Status:  closed
 Priority:  low     |   Milestone:  2
Component:  misc    |     Version:  unknown
 Severity:  major   |  Resolution:  fixed
 Keywords:          |
--------------------+----------------------------
Changes (by joel.sherrill):

 * status:   => closed
 * resolution:   => fixed


Old description:

> wctype.c contains the following in a couple of switch statements:
>       break;
>     default:
>     }
>
> GCC 3.4.0 rejects this.
>
> Release:
> newlib-1.11.0 with latest OAR patches
>
> Environment:
> gcc3.4.0

New description:

 wctype.c contains the following in a couple of switch statements:
       break;
     default:
     }

 GCC 3.4.0 rejects this.

 Release:
 newlib-1.11.0 with latest OAR patches

 Environment:
 gcc3.4.0

--

Comment:

 Wow! Newlib 1.11.0 .. closing.

--
Ticket URL: <http://devel.rtems.org/ticket/711#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list