public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/15759] ICE with function pointers
       [not found] <20040601085728.15759.larsnostdal@gmail.com>
@ 2005-06-16 19:02 ` reichelt at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-06-16 19:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-06-16 19:01 -------
Testing a patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|reichelt at gcc dot gnu dot |
                   |org                         |
         AssignedTo|unassigned at gcc dot gnu   |reichelt at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/15759] ICE with function pointers
       [not found] <bug-15759-8658@http.gcc.gnu.org/bugzilla/>
  2006-03-03  8:25 ` patchapp at dberlin dot org
  2006-03-06  2:01 ` reichelt at gcc dot gnu dot org
@ 2006-03-06  2:07 ` reichelt at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-03-06  2:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from reichelt at gcc dot gnu dot org  2006-03-06 02:07 -------
Fixed on mainline.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://gcc.gnu.org/ml/gcc-  |http://gcc.gnu.org/ml/gcc-
                   |patches/2005-               |patches/2006-
                   |06/msg01486.html            |03/msg00192.html
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

* [Bug c++/15759] ICE with function pointers
       [not found] <bug-15759-8658@http.gcc.gnu.org/bugzilla/>
  2006-03-03  8:25 ` patchapp at dberlin dot org
@ 2006-03-06  2:01 ` reichelt at gcc dot gnu dot org
  2006-03-06  2:07 ` reichelt at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-03-06  2:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from reichelt at gcc dot gnu dot org  2006-03-06 02:01 -------
Subject: Bug 15759

Author: reichelt
Date: Mon Mar  6 02:01:29 2006
New Revision: 111754

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111754
Log:
        PR c++/15759
        * tree.c (bot_manip): Don't call mark_used.

        * g++.dg/other/default4.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/other/default4.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/tree.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/15759] ICE with function pointers
       [not found] <bug-15759-8658@http.gcc.gnu.org/bugzilla/>
@ 2006-03-03  8:25 ` patchapp at dberlin dot org
  2006-03-06  2:01 ` reichelt at gcc dot gnu dot org
  2006-03-06  2:07 ` reichelt at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: patchapp at dberlin dot org @ 2006-03-03  8:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from patchapp at dberlin dot org  2006-03-03 08:25 -------
Subject: Bug number PR c++/15759

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-03/msg00192.html


-- 


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


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

* [Bug c++/15759] ICE with function pointers
  2004-06-01  8:57 [Bug c++/15759] New: "internal compiler error: Segmentation fault" on small isolated code larsnostdal at organizer dot net
@ 2005-01-29 13:44 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-29 13:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-29 13:43 -------
Note the following is make sure that we create correct code:
extern "C" void exit (int);
extern "C" void abort();
int defValue() { exit(0);return(0); }
int(*defaultValue)() = defValue;
void a(int blah = defaultValue()) {}
int main() { a(); abort (); }

And with checking not enabled we get the correct code (which I find werid but hey).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking


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


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

end of thread, other threads:[~2006-03-06  2:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20040601085728.15759.larsnostdal@gmail.com>
2005-06-16 19:02 ` [Bug c++/15759] ICE with function pointers reichelt at gcc dot gnu dot org
     [not found] <bug-15759-8658@http.gcc.gnu.org/bugzilla/>
2006-03-03  8:25 ` patchapp at dberlin dot org
2006-03-06  2:01 ` reichelt at gcc dot gnu dot org
2006-03-06  2:07 ` reichelt at gcc dot gnu dot org
2004-06-01  8:57 [Bug c++/15759] New: "internal compiler error: Segmentation fault" on small isolated code larsnostdal at organizer dot net
2005-01-29 13:44 ` [Bug c++/15759] ICE with function pointers 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).