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/10221: gcc -O9 will introduce wrong asembler?


Synopsis: gcc -O9 will introduce wrong asembler?

State-Changed-From-To: open->feedback
State-Changed-By: steven
State-Changed-When: Wed Mar 26 14:02:34 2003
State-Changed-Why:
    Hi,
    
    Thanks for the problem report.  Unfortunately, I
    am unable to reproduce the bug with the code you
    attached:
    
    1) The RELEASE and DEBUG codes you talk about are
       not in the preprocessed source.
    2) The code you provided seems to rely on other
       compilation units, i.e. there are undefined
       references at link time.
    
    Can you produce a smaller test case, or at least one
    without external references?
    
    Oh, and I suppose you see this problem with -O3 as 
    well?  The highest optimization level for GCC is -O3,
    if you do -On, n>3, nothing extra happens.
    
    Greetz
    Steven

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


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