This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/18001] Using sysname(), caller(), or callers(n) causes a gcc internal error
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Fri, 20 Feb 2015 14:30:19 +0000
- Subject: [Bug translator/18001] Using sysname(), caller(), or callers(n) causes a gcc internal error
- Auto-submitted: auto-generated
- References: <bug-18001-6586 at http dot sourceware dot org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=18001
Frank Ch. Eigler <fche at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fche at redhat dot com
--- Comment #3 from Frank Ch. Eigler <fche at redhat dot com> ---
A gcc internal compiler error is at least a gcc bug (and could also
be a stap bug in terms of C code it generates). I'll add some info to
the error::pass4 man page to help gather data for the gcc guys, but
it'll go something like
stap -k --vp 0004 -p4 .....
cd /var/tmp/stapFOOBAR
edit Makefile to run gcc -E rather than -c
send resulting .i (preprocessed input) and CFLAGS to gcc guys
--
You are receiving this mail because:
You are the assignee for the bug.