--- Comment #3 from jakub at gcc dot gnu dot org 2009-11-09 17:36 ---
/* { dg-do compile } */
/* { dg-options "-march=armv5te -g -O2" } */
extern int a;
extern char b;
extern int foo (void);
void
test (void)
{
int c;
b = foo () ? '~' : '\0';
while ((c = foo ()))
if (c == '7')
--- Comment #2 from jakub at gcc dot gnu dot org 2009-10-12 07:12 ---
Bugs regarding redhat/gcc-4_*-branch should be filed into bugzilla.redhat.com,
not here. That said, 4.4.1-16 is quite old, first try the latest one.
--
jakub at gcc dot gnu dot org changed:
What|Re
--- Comment #1 from kedars at marvell dot com 2009-10-12 06:29 ---
Created an attachment (id=18785)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18785&action=view)
The pre-processed sources files generated by gcc
Including the pre-processed sources file generated by gcc.
--