This is the mail archive of the gcc-prs@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: debug/5778: File for instruction incorrect when using #include


Synopsis: File for instruction incorrect when using #include

State-Changed-From-To: feedback->closed
State-Changed-By: rodrigc
State-Changed-When: Tue Feb 26 18:07:13 2002
State-Changed-Why:
    id main(int argc, char **argv)
    {
    int a=0;
    int b=3;
    #include "demo.cpp"
    }
     
    demo.cpp:
    /*
    Useless comments to eat lines
     
     
     
     
     
     
    */
    // dummy instructions just to show problem
    if(b > a)
    b++;
    if(b > 5)
    a=3;
    
    
    
    Cannot reproduce problem with above testcase using
    gcc 3.0.4.  Consult Red Hat for further issues regarding
    gcc 2.96.

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


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