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++/21337] New: ICE on valid code when using boost::bind


* the exact version of GCC;
gcc version 3.4.4 20050502 (prerelease)

* the system type;
i686-pc-linux-gnu (rhel3)

* the options given when GCC was configured/built;
configure --prefix=/opt/gcc34-20050502 --enable-languages=c,c++

* the complete command line that triggers the bug;
/opt/gcc34-20050502/bin/g++ -I/usr/local/include/boost-1_32 -c -o test.o test.cpp

* the compiler output (error messages, warnings, etc.); and
test.cpp: In constructor `definition<X>::definition()':
test.cpp:16: internal compiler error: in build_ptrmemfunc, at cp/typeck.c:5548
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

* the preprocessed file (*.i*) that triggers the bug
see attachment

-- 
           Summary: ICE on valid code when using boost::bind
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: weary at gamebox dot net
                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=21337


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