[Bug middle-end/37509] __sync_fetch_and_xxx generates relocatable symbols

2008-09-23 Thread timothy dot krause at shaw dot ca
--- Comment #6 from timothy dot krause at shaw dot ca 2008-09-23 22:56 --- (In reply to comment #5) > Setting > CFLAGS="-m32 -march=i686 -O2" > fixed the problem for > host=i686-pc-linux-gnu > target=i686-pc-linux-gnu > I later noticed that configure h

[Bug middle-end/37509] __sync_fetch_and_xxx generates relocatable symbols

2008-09-23 Thread timothy dot krause at shaw dot ca
--- Comment #5 from timothy dot krause at shaw dot ca 2008-09-23 22:53 --- Setting CFLAGS="-m32 -march=i686 -O2" fixed the problem for host=i686-pc-linux-gnu target=i686-pc-linux-gnu I later noticed that configure has a --with-cpu option. This generates a -mcpu=i?86 option

[Bug c/37509] __sync_fetch_and_xxx generates relocatable symbols

2008-09-13 Thread timothy dot krause at shaw dot ca
--- Comment #1 from timothy dot krause at shaw dot ca 2008-09-13 15:24 --- Tracing the parser suggests that the problem is in the expand_sync_fetch_operation of optabs.c in gcc-4.3.2 -- timothy dot krause at shaw dot ca changed: What|Removed

[Bug c/37509] New: __sync_fetch_and_xxx generates relocatable symbols

2008-09-13 Thread timothy dot krause at shaw dot ca
signedTo: unassigned at gcc dot gnu dot org ReportedBy: timothy dot krause at shaw dot ca http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37509