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 middle-end/25930] [4.2 Regression] seg fault in GC with toplevel asm and -fno-toplevel-reorder



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-01-23 20:37 -------
testcase (Compile with -O2 -fno-toplevel-reorder --param ggc-min-expand=0
--param ggc-min-heapsize=0):
__do_global_dtors_aux (void){}
asm ("a");
asm ("b");


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-23 20:37:38
               date|                            |
            Summary|[4.2 Regression] sigsegv    |[4.2 Regression] seg fault
                   |with full --enable-checking |in GC with toplevel asm and
                   |                            |-fno-toplevel-reorder


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


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