public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/44762] score/predicates.md warnings
       [not found] <bug-44762-4@http.gcc.gnu.org/bugzilla/>
@ 2010-11-15 14:20 ` amylaar at gcc dot gnu.org
  2010-11-16 16:18 ` amylaar at gcc dot gnu.org
  2010-11-16 21:53 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-15 14:20 UTC (permalink / raw)
  To: gcc-bugs

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

Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch

--- Comment #1 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-15 14:13:15 UTC ---
A patch has been posted here:
http://gcc.gnu.org/ml/gcc-patches/2010-11/msg00952.html


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/44762] score/predicates.md warnings
       [not found] <bug-44762-4@http.gcc.gnu.org/bugzilla/>
  2010-11-15 14:20 ` [Bug target/44762] score/predicates.md warnings amylaar at gcc dot gnu.org
@ 2010-11-16 16:18 ` amylaar at gcc dot gnu.org
  2010-11-16 21:53 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-16 16:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-16 16:12:19 UTC ---
Author: amylaar
Date: Tue Nov 16 16:12:14 2010
New Revision: 166807

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166807
Log:
    PR target/44762
    * config/score/score3.c (score3_return_in_memory): Constify arguments.
    (score3_in_small_data_p, score3_function_value): Likewise.
    (score3_trampoline_init): Use LCT_NORMAL.
    (score3_print_operand): Initialize code as UNKNOWN.
    * config/score/predicates.md (score_load_multiple_operation):
    Remove unused variable.
    (score_store_multiple_operation): Likewise.
    * config/score/score7.c (score7_return_in_memory): Constify arguments.
        (score7_in_small_data_p, score7_function_value): Likewise.
    (score7_trampoline_init): Use LCT_NORMAL.
    (score7_print_operand): Initialize code as UNKNOWN.
    * config/score/score3.h (score3_return_in_memory): Update prototype.
    (score3_in_small_data_p, score3_function_value): Likewise.
    * config/score/score-protos.h (score_function_value): Likewise.
    * config/score/score7.h (score7_return_in_memory): Update prototype.
    (score7_in_small_data_p, score7_function_value): Likewise.
    * config/score/score.c (TARGET_PROMOTE_PROTOTYPES): Constify.
    (score_return_in_memory, score_pass_by_reference): Constify arguments.
    (score_output_mi_thunk, score_function_prologue): Don't return a value.
    (score_function_epilogue, score_in_small_data_p): Likewise.
    (score_option_override, score_asm_trampoline_template): Likewise.
    (score_trampoline_init, score_print_operand): Likewise.
    (score_print_operand_address, score_prologue): Likewise.
    (score_epilogue, score_call, score_call_value): Likewise.
    (score_movsicc, score_movdi, score_zero_extract_andi): Likewise.
    (score_function_arg_advance): Likewise. Make static.
    (score_asm_file_end): Mark parameter value with ATTRIBUTE_UNUSED.
    (score_function_arg, score_legitimate_address_p): Make static.
    (score_function_value): Mark parameter func with ATTRIBUTE_UNUSED.
    * config/score/score.h (REGNO_REG_CLASS): Cast value to enum reg_class.
    * config/score/score-conv.h (UIMM_IN_RANGE, SIMM_IN_RANGE):
    Allow (W) == HOST_BITS_PER_WIDE_INT.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/score/predicates.md
    trunk/gcc/config/score/score-conv.h
    trunk/gcc/config/score/score-protos.h
    trunk/gcc/config/score/score.c
    trunk/gcc/config/score/score.h
    trunk/gcc/config/score/score3.c
    trunk/gcc/config/score/score3.h
    trunk/gcc/config/score/score7.c
    trunk/gcc/config/score/score7.h


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/44762] score/predicates.md warnings
       [not found] <bug-44762-4@http.gcc.gnu.org/bugzilla/>
  2010-11-15 14:20 ` [Bug target/44762] score/predicates.md warnings amylaar at gcc dot gnu.org
  2010-11-16 16:18 ` amylaar at gcc dot gnu.org
@ 2010-11-16 21:53 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-16 21:53 UTC (permalink / raw)
  To: gcc-bugs

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

Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-16 21:51:36 UTC ---
patch has been applied to trunk.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-16 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-44762-4@http.gcc.gnu.org/bugzilla/>
2010-11-15 14:20 ` [Bug target/44762] score/predicates.md warnings amylaar at gcc dot gnu.org
2010-11-16 16:18 ` amylaar at gcc dot gnu.org
2010-11-16 21:53 ` amylaar at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).