Package: tendra
Version: 4.1.2-19
Severity: important
Tags: upstream

compile & execute switch_goto.c:
int main ()
{
        switch (1) {
        case 0:
                goto l;
        case 1:
        case 2:
                printf("1\n");
                {l:;}
                printf("skipped by optimizator\n");
        }
        return 0;
}
$tendra -o sg switch_goto.c
$./sg
1
$



-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=ru_UA.utf8, LC_CTYPE=ru_UA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tendra depends on:
ii  binutils                      2.20.1-16  The GNU assembler, linker and bina
ii  libc6                         2.11.3-4   Embedded GNU C Library: Shared lib

Versions of packages tendra recommends:
ii  libc6-dev [libc-dev]          2.11.3-4   Embedded GNU C Library: Developmen

Versions of packages tendra suggests:
ii  tendra-doc                    4.1.2-8    Documentation for the TenDRA C/C++

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to