public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21337] New: ICE on valid code when using boost::bind
@ 2005-05-02 12:35 weary at gamebox dot net
  2005-05-02 12:36 ` [Bug c++/21337] " weary at gamebox dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: weary at gamebox dot net @ 2005-05-02 12:35 UTC (permalink / raw)
  To: gcc-bugs

* 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/21337] ICE on valid code when using boost::bind
  2005-05-02 12:35 [Bug c++/21337] New: ICE on valid code when using boost::bind weary at gamebox dot net
@ 2005-05-02 12:36 ` weary at gamebox dot net
  2005-05-02 12:42 ` [Bug c++/21337] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: weary at gamebox dot net @ 2005-05-02 12:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From weary at gamebox dot net  2005-05-02 12:35 -------
Created an attachment (id=8794)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8794&action=view)
the file that doesn't compile


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/21337] [3.4 Regression] ICE on valid code when using boost::bind
  2005-05-02 12:35 [Bug c++/21337] New: ICE on valid code when using boost::bind weary at gamebox dot net
  2005-05-02 12:36 ` [Bug c++/21337] " weary at gamebox dot net
@ 2005-05-02 12:42 ` pinskia at gcc dot gnu dot org
  2005-05-02 14:15 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-02 12:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-02 12:42 -------
This works with "3.4.4 20050429" so it has to be a recent regression.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
      Known to work|                            |3.4.0 4.0.0 4.1.0
            Summary|ICE on valid code when using|[3.4 Regression] ICE on
                   |boost::bind                 |valid code when using
                   |                            |boost::bind
   Target Milestone|---                         |3.4.4


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/21337] [3.4 Regression] ICE on valid code when using boost::bind
  2005-05-02 12:35 [Bug c++/21337] New: ICE on valid code when using boost::bind weary at gamebox dot net
  2005-05-02 12:36 ` [Bug c++/21337] " weary at gamebox dot net
  2005-05-02 12:42 ` [Bug c++/21337] [3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2005-05-02 14:15 ` pinskia at gcc dot gnu dot org
  2005-05-02 14:18 ` pinskia at gcc dot gnu dot org
  2005-05-02 18:44 ` mmitchel at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-02 14:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-02 14:15 -------
This is most likely the same as PR 21339.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |21339


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/21337] [3.4 Regression] ICE on valid code when using boost::bind
  2005-05-02 12:35 [Bug c++/21337] New: ICE on valid code when using boost::bind weary at gamebox dot net
                   ` (2 preceding siblings ...)
  2005-05-02 14:15 ` pinskia at gcc dot gnu dot org
@ 2005-05-02 14:18 ` pinskia at gcc dot gnu dot org
  2005-05-02 18:44 ` mmitchel at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-02 14:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-02 14:18 -------
Yes this is a dup of bug 21339.

*** This bug has been marked as a duplicate of 21339 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/21337] [3.4 Regression] ICE on valid code when using boost::bind
  2005-05-02 12:35 [Bug c++/21337] New: ICE on valid code when using boost::bind weary at gamebox dot net
                   ` (3 preceding siblings ...)
  2005-05-02 14:18 ` pinskia at gcc dot gnu dot org
@ 2005-05-02 18:44 ` mmitchel at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-02 18:44 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 21337 depends on bug 21339, which changed state.

Bug 21339 Summary: [3.4 regression] ICE with pointer to member in template
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21339

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
             Status|NEW                         |ASSIGNED
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-05-02 18:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-02 12:35 [Bug c++/21337] New: ICE on valid code when using boost::bind weary at gamebox dot net
2005-05-02 12:36 ` [Bug c++/21337] " weary at gamebox dot net
2005-05-02 12:42 ` [Bug c++/21337] [3.4 Regression] " pinskia at gcc dot gnu dot org
2005-05-02 14:15 ` pinskia at gcc dot gnu dot org
2005-05-02 14:18 ` pinskia at gcc dot gnu dot org
2005-05-02 18:44 ` mmitchel at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).