public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/57002] New: ARM back end has extra entries in attribute interrupt array.
@ 2013-04-18 22:20 bpringlemeir at gmail dot com
  2013-04-18 22:40 ` [Bug target/57002] " bpringlemeir at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bpringlemeir at gmail dot com @ 2013-04-18 22:20 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 57002
           Summary: ARM back end has extra entries in attribute interrupt
                    array.
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bpringlemeir@gmail.com


http://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/config/arm/arm.c;hb=HEAD line
2196 and 2197 are not needed.  They are repeated from lines 2194 and 2195.


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

* [Bug target/57002] ARM back end has extra entries in attribute interrupt array.
  2013-04-18 22:20 [Bug target/57002] New: ARM back end has extra entries in attribute interrupt array bpringlemeir at gmail dot com
@ 2013-04-18 22:40 ` bpringlemeir at gmail dot com
  2013-04-25 15:47 ` rearnsha at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bpringlemeir at gmail dot com @ 2013-04-18 22:40 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Bill Pringlemeir <bpringlemeir at gmail dot com> 2013-04-18 22:40:40 UTC ---
 static const isr_attribute_arg isr_attribute_args [] =
 {
   { "IRQ",   ARM_FT_ISR },
   { "irq",   ARM_FT_ISR },
   { "FIQ",   ARM_FT_FIQ },
   { "fiq",   ARM_FT_FIQ },
   { "ABORT", ARM_FT_ISR },
-- { "abort", ARM_FT_ISR },
-- { "ABORT", ARM_FT_ISR },
   { "abort", ARM_FT_ISR },
   { "UNDEF", ARM_FT_EXCEPTION },
   { "undef", ARM_FT_EXCEPTION },
   { "SWI",   ARM_FT_EXCEPTION },
   { "swi",   ARM_FT_EXCEPTION },
   { NULL,    ARM_FT_NORMAL }
 };


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

* [Bug target/57002] ARM back end has extra entries in attribute interrupt array.
  2013-04-18 22:20 [Bug target/57002] New: ARM back end has extra entries in attribute interrupt array bpringlemeir at gmail dot com
  2013-04-18 22:40 ` [Bug target/57002] " bpringlemeir at gmail dot com
@ 2013-04-25 15:47 ` rearnsha at gcc dot gnu.org
  2020-04-29 15:20 ` clyon at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rearnsha at gcc dot gnu.org @ 2013-04-25 15:47 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|ARM                         |arm
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-04-25
               Host|Any                         |
     Ever Confirmed|0                           |1
              Build|Any                         |

--- Comment #2 from Richard Earnshaw <rearnsha at gcc dot gnu.org> 2013-04-25 15:47:22 UTC ---
Been like that since December 2000.

http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00460.html


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

* [Bug target/57002] ARM back end has extra entries in attribute interrupt array.
  2013-04-18 22:20 [Bug target/57002] New: ARM back end has extra entries in attribute interrupt array bpringlemeir at gmail dot com
  2013-04-18 22:40 ` [Bug target/57002] " bpringlemeir at gmail dot com
  2013-04-25 15:47 ` rearnsha at gcc dot gnu.org
@ 2020-04-29 15:20 ` clyon at gcc dot gnu.org
  2020-04-30  8:43 ` cvs-commit at gcc dot gnu.org
  2020-04-30  8:44 ` clyon at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: clyon at gcc dot gnu.org @ 2020-04-29 15:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57002

Christophe Lyon <clyon at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clyon at gcc dot gnu.org

--- Comment #3 from Christophe Lyon <clyon at gcc dot gnu.org> ---
Patch sent: https://gcc.gnu.org/pipermail/gcc-patches/2020-April/544871.html

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

* [Bug target/57002] ARM back end has extra entries in attribute interrupt array.
  2013-04-18 22:20 [Bug target/57002] New: ARM back end has extra entries in attribute interrupt array bpringlemeir at gmail dot com
                   ` (2 preceding siblings ...)
  2020-04-29 15:20 ` clyon at gcc dot gnu.org
@ 2020-04-30  8:43 ` cvs-commit at gcc dot gnu.org
  2020-04-30  8:44 ` clyon at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-04-30  8:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57002

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Christophe Lyon <clyon@gcc.gnu.org>:

https://gcc.gnu.org/g:03afbf335776916724b0608c256495c04a369d2b

commit r10-8063-g03afbf335776916724b0608c256495c04a369d2b
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Wed Apr 29 09:55:45 2020 +0000

    arm: Remove duplicate entries in isr_attribute_args [PR target/57002]

    Remove two duplicate entries in isr_attribute_args ("abort" and
    "ABORT").

    2020-04-30  Christophe Lyon  <christophe.lyon@linaro.org>

            PR target/57002
            gcc/
            * config/arm/arm.c (isr_attribute_args): Remove duplicate entries.

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

* [Bug target/57002] ARM back end has extra entries in attribute interrupt array.
  2013-04-18 22:20 [Bug target/57002] New: ARM back end has extra entries in attribute interrupt array bpringlemeir at gmail dot com
                   ` (3 preceding siblings ...)
  2020-04-30  8:43 ` cvs-commit at gcc dot gnu.org
@ 2020-04-30  8:44 ` clyon at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: clyon at gcc dot gnu.org @ 2020-04-30  8:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57002

Christophe Lyon <clyon at gcc dot gnu.org> changed:

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

--- Comment #5 from Christophe Lyon <clyon at gcc dot gnu.org> ---
Fixed on trunk.

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

end of thread, other threads:[~2020-04-30  8:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-18 22:20 [Bug target/57002] New: ARM back end has extra entries in attribute interrupt array bpringlemeir at gmail dot com
2013-04-18 22:40 ` [Bug target/57002] " bpringlemeir at gmail dot com
2013-04-25 15:47 ` rearnsha at gcc dot gnu.org
2020-04-29 15:20 ` clyon at gcc dot gnu.org
2020-04-30  8:43 ` cvs-commit at gcc dot gnu.org
2020-04-30  8:44 ` clyon 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).