------- Comment #6 from jakub at gcc dot gnu dot org 2008-11-18 23:17 ------- IMHO if a target generates position independent code by default, but not flag_shlib by default, then it should define __pie__ and/or __PIE__ macro, but not __pic__ and/or __PIC__, as the latter implies both flag_pic and flag_shlib, while the former only pic code, which can't be overridden. Clearing "4.4 Regression", as per #c4 and #c5.
-- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.4 Regression] |gcc.dg/tree-ssa/ssa-store- |gcc.dg/tree-ssa/ssa-store- |ccp-3.c scan-tree-dump-times |ccp-3.c scan-tree-dump-times|optimized |optimized |"conststaticvariable" 1 |"conststaticvariable" 1 | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37326