Date: Wed, 30 Dec 1998 17:45:12 +0100 From: Hans-Bernhard Broeker Message-Id: <199812301645.RAA01106@acp3bf.physik.rwth-aachen.de> To: djgpp AT delorie DOT com Subject: Re: Can't unroll loops when using "-O" Optimation and having defined labels Newsgroups: comp.os.msdos.djgpp Organization: RWTH Aachen, III. physikalisches Institut B X-Newsreader: TIN [version 1.2 PL2] Reply-To: djgpp AT delorie DOT com In article <36894BAB DOT 61D18F84 AT gmx DOT de> you wrote: > I have defined labels in my asm-code within a loop, but cannot use the > "unrool-loops switch" in combination with the "O"-Optimation. Das kann auch wirklich nicht funktionieren. Stell' dir doch einfach mal die 'voll ausgerollte' Form dieser Schleife vor, die du da stehen hast. Da sind klar und deutlich 8 Exemplare der Zeile 'end:' drin, also das selbe Label 8 mal. Das das K"ase ist, d"urfte klar sein. > This also happens when I write the correct (I think so) but nonsense > code: Der Code ist eben nicht korrekt. Schau mal in der Doku zur gcc Inline Assembler Syntax nach: da gibt es sogenannte 'lokale' Labels, zu denen man springen kann, und die nicht global sind, also insbesondere mehrfach vorkommen d"urfen. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.