Hello Jonathan
On 14.11.08, you wrote:
>If exceptions are enabled
> __throw_logic_error will throw std::logic_error, otherwise it will
> call abort().
On the amigaos compiler is sjlj enabled, i see in asm debugger after
single
stepping long it call std::logic_error.but this func do nothing print
Hi!
I'd appreciate help with my learner's questions about GCC machine
descriptions, about the ARM code generator.
I'm trying to fix code generation for the Cirrus MaverickCrunch FPU
by trying to understand several sets of patches, figure out which are
bogus which are buggy and which need reim
On Fri, 14 Nov 2008, Brian Dessent wrote:
> "Joseph S. Myers" wrote:
>
> > As I understand it, there is an alternative - put all the shared code in a
> > DLL on Windows if configuring with plugins enabled, and link both the
> > plugins and cc1, cc1plus etc. with that DLL. If people wish to enabl
Hi all,
I am using GCC 3.3. In macro INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME,
INDIRECT), I want to know the declaration of callee function (fndecl). I know
the function get_callee_fndecl(call_expr) to use in this case, but I don't know
how to get call_expr in this step.
I use callee's fndecl t