OSDN Git Service

PR target/26427
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jun 2006 22:23:17 +0000 (22:23 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jun 2006 22:23:17 +0000 (22:23 +0000)
commitf13da317dd6b47dda5beac471ffe04cad10c06d3
tree61d23dcdc1b08a74306174e75f6690abbe62765a
parent83fc880a0a129be00a9e194b237c35a9b142a545
PR target/26427
* config/darwin.c (darwin_asm_output_anchor): Disable
-fsection-anchors on darwin for now.
* config/darwin.h (TARGET_ASM_OUTPUT_ANCHOR): Likewise.
* rs6000/rs6000.c (optimization_options): Likewise.

testsuite:
* gcc.dg/pr26427.c: Test to ensure that -fsection-anchors doesn't
produce bad code on darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114498 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/darwin.c
gcc/config/darwin.h
gcc/config/rs6000/rs6000.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr26427.c [new file with mode: 0644]