[Bug target/45591] gcc generates illegal asm at -O2 with -fdollars-in-identifiers

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 28 20:58:00 GMT 2010


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45591

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |assemble-failure
   Last reconfirmed|                            |2010.10.28 20:57:48
          Component|c                           |target
               Host|x86_64-unknown-linux-gnu    |
     Ever Confirmed|0                           |1
              Build|x86_64-unknown-linux-gnu    |

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-10-28 20:57:48 UTC ---
Reduced testcase:
unsigned int llvm_cbe_t_24_172;
extern unsigned long long $data_init$t04_030_[2131];
void f(void) {
  llvm_cbe_t_24_172 = $data_init$t04_030_[1];
}


--- CUT ----

Confirmed,  Note I filed PR 46217 for a bug dealing with volatile that showed
up in the original testcase but not the reduced one.



More information about the Gcc-bugs mailing list