public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/64452] [4.8/4.9/5.0 Regression] ICE in avr-gcc when passing struct member to varargs function
       [not found] <bug-64452-4@http.gcc.gnu.org/bugzilla/>
@ 2015-02-16 18:28 ` gjl at gcc dot gnu.org
  2015-02-17 10:44 ` gjl at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-16 18:28 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |avr
             Status|UNCONFIRMED                 |NEW
      Known to work|                            |4.7.4
           Keywords|                            |ice-on-valid-code, ra
   Last reconfirmed|                            |2015-02-16
          Component|target                      |other
                 CC|                            |gjl at gcc dot gnu.org
     Ever confirmed|0                           |1
            Summary|ICE in avr-gcc when passing |[4.8/4.9/5.0 Regression]
                   |struct member to varargs    |ICE in avr-gcc when passing
                   |function                    |struct member to varargs
                   |                            |function
      Known to fail|                            |4.8.3, 4.9.2


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

* [Bug other/64452] [4.8/4.9/5.0 Regression] ICE in avr-gcc when passing struct member to varargs function
       [not found] <bug-64452-4@http.gcc.gnu.org/bugzilla/>
  2015-02-16 18:28 ` [Bug other/64452] [4.8/4.9/5.0 Regression] ICE in avr-gcc when passing struct member to varargs function gjl at gcc dot gnu.org
@ 2015-02-17 10:44 ` gjl at gcc dot gnu.org
  2015-02-17 10:47 ` [Bug target/64452] " gjl at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-17 10:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Created attachment 34787
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34787&action=edit
Tentative patch for 5.0


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

* [Bug target/64452] [4.8/4.9/5.0 Regression] ICE in avr-gcc when passing struct member to varargs function
       [not found] <bug-64452-4@http.gcc.gnu.org/bugzilla/>
  2015-02-16 18:28 ` [Bug other/64452] [4.8/4.9/5.0 Regression] ICE in avr-gcc when passing struct member to varargs function gjl at gcc dot gnu.org
  2015-02-17 10:44 ` gjl at gcc dot gnu.org
@ 2015-02-17 10:47 ` gjl at gcc dot gnu.org
  2015-02-20 10:31 ` gjl at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-17 10:47 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ra                          |
           Priority|P3                          |P4
          Component|other                       |target


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

* [Bug target/64452] [4.8/4.9/5.0 Regression] ICE in avr-gcc when passing struct member to varargs function
       [not found] <bug-64452-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-02-17 10:47 ` [Bug target/64452] " gjl at gcc dot gnu.org
@ 2015-02-20 10:31 ` gjl at gcc dot gnu.org
  2015-02-20 10:46 ` gjl at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-20 10:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Fri Feb 20 10:30:24 2015
New Revision: 220847

URL: https://gcc.gnu.org/viewcvs?rev=220847&root=gcc&view=rev
Log:
gcc/
    PR target/64452
    * config/avr/avr.md (pushhi_insn): New insn.
    (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
gcc/testsuite/
    PR target/64452
    * gcc.target/avr/torture/pr64452.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/avr/torture/pr64452.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr.md
    trunk/gcc/testsuite/ChangeLog


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

* [Bug target/64452] [4.8/4.9/5.0 Regression] ICE in avr-gcc when passing struct member to varargs function
       [not found] <bug-64452-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-02-20 10:31 ` gjl at gcc dot gnu.org
@ 2015-02-20 10:46 ` gjl at gcc dot gnu.org
  2015-02-20 11:16 ` gjl at gcc dot gnu.org
  2015-02-20 11:25 ` [Bug target/64452] [4.8/4.9 " gjl at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-20 10:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Fri Feb 20 10:46:05 2015
New Revision: 220848

URL: https://gcc.gnu.org/viewcvs?rev=220848&root=gcc&view=rev
Log:
gcc/
    Backport from 2015-02-20 trunk r220847.
    PR target/64452
    * config/avr/avr.md (pushhi_insn): New insn.
    (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
gcc/testsuite/
    Backport from 2015-02-20 trunk r220847.
    PR target/64452
    * gcc.target/avr/torture/pr64452.c: New test.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/gcc.target/avr/torture/pr64452.c
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/config/avr/avr.md
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog


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

* [Bug target/64452] [4.8/4.9/5.0 Regression] ICE in avr-gcc when passing struct member to varargs function
       [not found] <bug-64452-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-02-20 10:46 ` gjl at gcc dot gnu.org
@ 2015-02-20 11:16 ` gjl at gcc dot gnu.org
  2015-02-20 11:25 ` [Bug target/64452] [4.8/4.9 " gjl at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-20 11:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Fri Feb 20 11:15:56 2015
New Revision: 220849

URL: https://gcc.gnu.org/viewcvs?rev=220849&root=gcc&view=rev
Log:
gcc/
    Backport from 2015-02-20 trunk r220847.
    PR target/64452
    * config/avr/avr.md (pushhi_insn): New insn.
    (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
gcc/testsuite/
    Backport from 2015-02-20 trunk r220847.
    PR target/64452
    * gcc.target/avr/torture/pr64452.c: New test.

Added:
    branches/gcc-4_8-branch/gcc/testsuite/gcc.target/avr/torture/pr64452.c
Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config/avr/avr.md
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog


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

* [Bug target/64452] [4.8/4.9 Regression] ICE in avr-gcc when passing struct member to varargs function
       [not found] <bug-64452-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2015-02-20 11:16 ` gjl at gcc dot gnu.org
@ 2015-02-20 11:25 ` gjl at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-02-20 11:25 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to work|                            |4.8.5, 4.9.3
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.9.3
            Summary|[4.8/4.9/5.0 Regression]    |[4.8/4.9 Regression] ICE in
                   |ICE in avr-gcc when passing |avr-gcc when passing struct
                   |struct member to varargs    |member to varargs function
                   |function                    |

--- Comment #5 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Fixed in 4.8.5 and 4.9.3+


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

end of thread, other threads:[~2015-02-20 11:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-64452-4@http.gcc.gnu.org/bugzilla/>
2015-02-16 18:28 ` [Bug other/64452] [4.8/4.9/5.0 Regression] ICE in avr-gcc when passing struct member to varargs function gjl at gcc dot gnu.org
2015-02-17 10:44 ` gjl at gcc dot gnu.org
2015-02-17 10:47 ` [Bug target/64452] " gjl at gcc dot gnu.org
2015-02-20 10:31 ` gjl at gcc dot gnu.org
2015-02-20 10:46 ` gjl at gcc dot gnu.org
2015-02-20 11:16 ` gjl at gcc dot gnu.org
2015-02-20 11:25 ` [Bug target/64452] [4.8/4.9 " gjl 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).