------- Comment #1 from pinskia at gcc dot gnu dot org 2008-03-09 04:58 ------- >FAIL: gcc.target/ia64/visibility-1.c scan-assembler gprel.*variable_i
If you look at the testcase, you will notice that variable_i is only read from and never written to so the variable becomes a readonly variable via ipa-reference and then Store CCP inlines the value so it is no longer referenced and we don't need to emit it. So the testcase was never written correctly :). -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|target |testsuite Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2008-03-09 04:58:04 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35512