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/45712] Segmentation violation when compiling spec source on either x86 or ppc with debugging



------- Comment #2 from meissner at gcc dot gnu dot org  2010-09-17 23:21 -------
Created an attachment (id=21825)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21825&action=view)
Potential patch to fix the problem

This bandaid patch will allow the compiler to not segfault, but I'm unsure
whether the real fix is make sure that varpool_get_node does not return a NULL
pointer.


-- 


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


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