public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/25945]  New: ICE Segmentation fault  with -fmudflap
@ 2006-01-24 15:42 wouter dot vermaelen at pi dot be
  2006-01-24 15:50 ` [Bug c++/25945] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: wouter dot vermaelen at pi dot be @ 2006-01-24 15:42 UTC (permalink / raw)
  To: gcc-bugs

--- test.cc ------------------
struct A { ~A() {} };

A f(const A& a);

struct B {
        bool g(const A&);
        int i;
};

bool B::g(const A& a) {
        g(f(a));
        g(a);
        i = 0;
}
-------------------------------
> g++ -fmudflap test.cc
test.cc: In member function 'bool B::g(const A&)':
test.cc:10: internal compiler error: Segmentation fault

> g++ --version
g++ (GCC) 4.0.3 20060115 (prerelease) (Debian 4.0.2-7)


I can't reproduce this with '4.0.1' or with '4.2.0 20060124'. So possibly the
bug is already fixed.


-- 
           Summary: ICE Segmentation fault  with -fmudflap
           Product: gcc
           Version: 4.0.3
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wouter dot vermaelen at pi dot be


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


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

* [Bug c++/25945] ICE Segmentation fault  with -fmudflap
  2006-01-24 15:42 [Bug c++/25945] New: ICE Segmentation fault with -fmudflap wouter dot vermaelen at pi dot be
  2006-01-24 15:50 ` [Bug c++/25945] " pinskia at gcc dot gnu dot org
  2006-01-24 15:50 ` pinskia at gcc dot gnu dot org
@ 2006-01-24 15:50 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-24 15:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-01-24 15:50 -------
woops wrong bug.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/25945] ICE Segmentation fault  with -fmudflap
  2006-01-24 15:42 [Bug c++/25945] New: ICE Segmentation fault with -fmudflap wouter dot vermaelen at pi dot be
  2006-01-24 15:50 ` [Bug c++/25945] " pinskia at gcc dot gnu dot org
@ 2006-01-24 15:50 ` pinskia at gcc dot gnu dot org
  2006-01-24 15:50 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-24 15:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-01-24 15:50 -------


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


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/25945] ICE Segmentation fault  with -fmudflap
  2006-01-24 15:42 [Bug c++/25945] New: ICE Segmentation fault with -fmudflap wouter dot vermaelen at pi dot be
@ 2006-01-24 15:50 ` pinskia at gcc dot gnu dot org
  2006-01-24 15:50 ` pinskia at gcc dot gnu dot org
  2006-01-24 15:50 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-24 15:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-01-24 15:50 -------


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


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-01-24 15:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-24 15:42 [Bug c++/25945] New: ICE Segmentation fault with -fmudflap wouter dot vermaelen at pi dot be
2006-01-24 15:50 ` [Bug c++/25945] " pinskia at gcc dot gnu dot org
2006-01-24 15:50 ` pinskia at gcc dot gnu dot org
2006-01-24 15:50 ` pinskia 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).