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/8913: [3.3 regression] ICE in simplify_gen_subreg, at simplify-rtx.c


Old Synopsis: internal compiler error: in simplify_gen_subreg, at simplify-rtx.c
New Synopsis: [3.3 regression] ICE in simplify_gen_subreg, at simplify-rtx.c

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Thu Dec 12 07:09:12 2002
State-Changed-Why:
    Confirmed. This is a regression, 3.2 compiled it fine.
    A slightly smaller testcase is
    -------------------
    template <class T> struct Ref { 
        Ref(int *);
        ~Ref();
    };
    
    struct User{
        User (Ref<int> obj) {};
    };
     
    void test() {
      User a (0);
    }
    -----------------------
    yielding
    tmp/g> /home/bangerth/bin/gcc-3.3-pre/bin/c++ -O -c x.cc
    x.cc: In function `void test()':
    x.cc:7: internal compiler error: in simplify_gen_subreg, at simplify-rtx.c:2673
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
    
    My compiler collection tells me that the regression was
    introduced after Dec 1st this year, i.e. very recently.
    

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


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