<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>77846</bug_id>
          
          <creation_ts>2005-01-13 08:52 0000</creation_ts>
          <short_desc>lsdldoom compiling error</short_desc>
          <delta_ts>2005-01-15 01:11:20 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Games</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>master_up@post.cz</reporter>
          <assigned_to>games@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>master_up@post.cz</who>
            <bug_when>2005-01-13 08:52:49 0000</bug_when>
            <thetext>lsdldoom 1.4.4.4 could not be compiled.
in source code are sequences (for example):
switch (x) {
case x:
 action();
default:
}

but gcc not work with labels at end of compound statement.

it must be for example:
switch (x) {
case x:
 action();
default:
 break;
}

this work.

in source code is this in many places, it is needed patch it.

gcc 3.4.3


Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS=&quot;~x86&quot; globaly
2.emerge lsdldoom 
3.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2005-01-15 01:11:20 0000</bug_when>
            <thetext>fixed that and other errors in the ebuild / package

thanks</thetext>
          </long_desc>
      
    </bug>

</bugzilla>