This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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 translator/18001] Using sysname(), caller(), or callers(n) causes a gcc internal error


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.


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