public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/40505] hppa: ICE: in expand_expr_addr_expr_1, at expr.c:6830
       [not found] <bug-40505-4@http.gcc.gnu.org/bugzilla/>
@ 2021-09-10 16:59 ` dave.anglin at bell dot net
  2022-01-20 18:53 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: dave.anglin at bell dot net @ 2021-09-10 16:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from dave.anglin at bell dot net ---
The ICE doesn't occur with g++-8, g++-9, g++-10 or g++-11, so I think this bug
can be closed.

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

* [Bug middle-end/40505] hppa: ICE: in expand_expr_addr_expr_1, at expr.c:6830
       [not found] <bug-40505-4@http.gcc.gnu.org/bugzilla/>
  2021-09-10 16:59 ` [Bug middle-end/40505] hppa: ICE: in expand_expr_addr_expr_1, at expr.c:6830 dave.anglin at bell dot net
@ 2022-01-20 18:53 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2022-01-20 18:53 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #11 from John David Anglin <danglin at gcc dot gnu.org> ---
Fixed.

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

* [Bug middle-end/40505] hppa: ICE: in expand_expr_addr_expr_1, at expr.c:6830
  2009-06-20 17:39 [Bug target/40505] New: " kurt at roeckx dot be
                   ` (2 preceding siblings ...)
  2009-11-02 19:29 ` sje at cup dot hp dot com
@ 2009-11-02 20:11 ` dave at hiauly1 dot hia dot nrc dot ca
  3 siblings, 0 replies; 6+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2009-11-02 20:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from dave at hiauly1 dot hia dot nrc dot ca  2009-11-02 20:10 -------
Subject: Re:  hppa: ICE: in expand_expr_addr_expr_1, at expr.c:6830

http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00374.html

Dave


-- 


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


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

* [Bug middle-end/40505] hppa: ICE: in expand_expr_addr_expr_1, at expr.c:6830
  2009-06-20 17:39 [Bug target/40505] New: " kurt at roeckx dot be
  2009-06-20 22:07 ` [Bug middle-end/40505] " danglin at gcc dot gnu dot org
  2009-06-21 19:13 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2009-11-02 19:29 ` sje at cup dot hp dot com
  2009-11-02 20:11 ` dave at hiauly1 dot hia dot nrc dot ca
  3 siblings, 0 replies; 6+ messages in thread
From: sje at cup dot hp dot com @ 2009-11-02 19:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from sje at cup dot hp dot com  2009-11-02 19:29 -------
Dave,  did you get any comments on your proposed patch?  I just got a bug
report from a GCC user that appears to be this same problem.


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp dot com


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


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

* [Bug middle-end/40505] hppa: ICE: in expand_expr_addr_expr_1, at expr.c:6830
  2009-06-20 17:39 [Bug target/40505] New: " kurt at roeckx dot be
  2009-06-20 22:07 ` [Bug middle-end/40505] " danglin at gcc dot gnu dot org
@ 2009-06-21 19:13 ` dave at hiauly1 dot hia dot nrc dot ca
  2009-11-02 19:29 ` sje at cup dot hp dot com
  2009-11-02 20:11 ` dave at hiauly1 dot hia dot nrc dot ca
  3 siblings, 0 replies; 6+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2009-06-21 19:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca  2009-06-21 19:13 -------
Subject: Re:  hppa: ICE: in expand_expr_addr_expr_1,
        at expr.c:6830

Untested patch attached for comment.

Dave


------- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca  2009-06-21 19:13 -------
Created an attachment (id=18042)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18042&action=view)


-- 


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


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

* [Bug middle-end/40505] hppa: ICE: in expand_expr_addr_expr_1, at expr.c:6830
  2009-06-20 17:39 [Bug target/40505] New: " kurt at roeckx dot be
@ 2009-06-20 22:07 ` danglin at gcc dot gnu dot org
  2009-06-21 19:13 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-06-20 22:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from danglin at gcc dot gnu dot org  2009-06-20 22:07 -------
Oh, call_from_thunk_p is 1 and the var_decl is a pair of registers.  So,
there is no way to pass by reference without making a copy.


-- 


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


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

end of thread, other threads:[~2022-01-20 18:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40505-4@http.gcc.gnu.org/bugzilla/>
2021-09-10 16:59 ` [Bug middle-end/40505] hppa: ICE: in expand_expr_addr_expr_1, at expr.c:6830 dave.anglin at bell dot net
2022-01-20 18:53 ` danglin at gcc dot gnu.org
2009-06-20 17:39 [Bug target/40505] New: " kurt at roeckx dot be
2009-06-20 22:07 ` [Bug middle-end/40505] " danglin at gcc dot gnu dot org
2009-06-21 19:13 ` dave at hiauly1 dot hia dot nrc dot ca
2009-11-02 19:29 ` sje at cup dot hp dot com
2009-11-02 20:11 ` dave at hiauly1 dot hia dot nrc dot ca

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).