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]

Re: optimization/7714: inlining of function with inline assembler causes duplicate assembler lables


Synopsis: inlining of function with inline assembler causes duplicate assembler lables

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Fri Dec  6 13:09:07 2002
State-Changed-Why:
    Maybe someone else can chime in here:
    
    I think it is not possible to use labels in asm statements
    if they will appear in different places (i.e. in functions
    that are inlined, or in templates). Unfortunately, the
    manual doesn't say anything about this; rather, it even
    uses a label in asm code in at least one place.
    
    What do the asm specialists say?
    
    Regards
      Wolfgang

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7714


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