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: c/9803: Internal compiler error with -g -gdwarf -O4


Synopsis: Internal compiler error with -g -gdwarf -O4

State-Changed-From-To: open->analyzed
State-Changed-By: cae
State-Changed-When: Sat Feb 22 23:47:13 2003
State-Changed-Why:
    Confirmed with 3.2 and 3.4 on i386. It doesn't happen on Sparc though.
    A reduced testcase is this (compile with -gdwarf -O):
    
    extern __inline void
    f ()
    {
      union {
        int u;
      } *__u;
      __u->u = 1;
    }
    void
    zfopen ()
    {
      f ();
    }
    
      regards  Christian
    

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


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