[Bug middle-end/45712] [4.6 Regression] Segmentation violation when compiling spec source on either x86 or ppc with debugging

2010-09-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45712

Richard Guenther  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Richard Guenther  2010-09-29 
15:39:54 UTC ---
Fixed.


[Bug middle-end/45712] [4.6 Regression] Segmentation violation when compiling spec source on either x86 or ppc with debugging

2010-09-21 Thread hubicka at gcc dot gnu dot org


--- Comment #6 from hubicka at gcc dot gnu dot org  2010-09-21 10:29 ---
this should be fixed by patch introducing static_object_in_other_unit_p.
However it seems bit strange that we can get into VAR_DECL not in a varpool by
folding.  I know this is possible for vtables and type infos, but this seems
like an ordinary var.  I will investigat it.
but the ICE should be gone.


-- 


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



[Bug middle-end/45712] [4.6 Regression] Segmentation violation when compiling spec source on either x86 or ppc with debugging

2010-09-20 Thread hjl dot tools at gmail dot com


--- Comment #5 from hjl dot tools at gmail dot com  2010-09-21 00:00 ---
It is caused by revision 163808:

http://gcc.gnu.org/ml/gcc-cvs/2010-09/msg00099.html


-- 


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



[Bug middle-end/45712] [4.6 Regression] Segmentation violation when compiling spec source on either x86 or ppc with debugging

2010-09-20 Thread meissner at gcc dot gnu dot org


--- Comment #4 from meissner at gcc dot gnu dot org  2010-09-20 21:26 
---
FWIW, updating the source to subversion id 164441 seems to mask the failure on
the powerpc, but the x86 still segfaults.  I suspect that the bug is not
actually fixed, but just doesn't show up at the current time on the powerpc.


-- 


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



[Bug middle-end/45712] [4.6 Regression] Segmentation violation when compiling spec source on either x86 or ppc with debugging

2010-09-18 Thread rguenth at gcc dot gnu dot org


--- Comment #3 from rguenth at gcc dot gnu dot org  2010-09-18 09:28 ---
It should never return NULL for global vars.


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||hubicka at gcc dot gnu dot
   ||org
 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2010-09-18 09:28:21
   date||
Summary|Segmentation violation when |[4.6 Regression]
   |compiling spec source on|Segmentation violation when
   |either x86 or ppc with  |compiling spec source on
   |debugging   |either x86 or ppc with
   ||debugging
   Target Milestone|--- |4.6.0


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