This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]