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]

Re: output_operand: floating constant misused.


At 17:47 03.05.2001, Mark Mitchell wrote:

>Put it in GNATS.
>
>If it's a regression, make it high priority.

I'm seeing this too with compile/19990826-3.f on the mainline. My logs say 
it went in during this patch range:

2001-04-24  Nathan Sidwell <nathan@codesourcery.com>

         * c-semantics.c (add_scope_stmt): Don't call
         current_scope_stmt_stack multiple times.

...

2001-04-22  Mark Mitchell  <mark@codesourcery.com>

         * loop.c (loop_delete_insns): Add prototype.


It happens with optimization turned on and DWARF2 debugging (I'm defaulting 
my mainline builds to DWARF2 debugging to prepare for the switch), so at a 
first guess I would point at:

2001-04-24  Nick Clifton  <nickc@cambridge.redhat.com>

         * dwarf2out.c (mem_loc_descriptor): If a SYMBOL_REF is in the
         constant pool, use the pool's SYMBOL_REF instead.


which went into the branch yesterday :-). Toon, are you testing branch or 
mainline?

Franz.


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