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]

[Bug c++/15299] New: Regression from GCC 3.3.3: Internal compiler error


The attached source allows to reproduce the problem:

$ g++  -c sym2poly.ii
In file included from poly.h:26,
                 from sym2poly.h:23,
                 from sym2poly.cc:32:
monomial.h: In function `std::vector<giac::monomial<T>,
std::allocator<giac::monomial<T> > > giac::operator+(const
std::vector<giac::monomial<T>, std::allocator<giac::monomial<T> > >&, const
std::vector<giac::monomial<T>, std::allocator<giac::monomial<T> > >&)':
monomial.h:302: internal compiler error: in resolve_overloaded_unification, at
cp/pt.c:9227
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: Regression from GCC 3.3.3: Internal compiler error
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bagnara at cs dot unipr dot it
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15299


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