public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/64033] New: [5.0 Regression] ICE: in expand_expr_addr_expr_1, at expr.c:7741
@ 2014-11-23 15:54 danglin at gcc dot gnu.org
  2014-11-24 11:14 ` [Bug rtl-optimization/64033] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-11-23 15:54 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64033
           Summary: [5.0 Regression] ICE: in expand_expr_addr_expr_1, at
                    expr.c:7741
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11

Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/g++/../../xg++
-B/test/gnu
/gcc/objdir/gcc/testsuite/g++/../../
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/tort
ure/pr58369.C  -fno-diagnostics-show-caret -fdiagnostics-color=never 
-nostdinc+
+
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-
hpux11.11 -I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include
-I/t
est/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gcc/libstdc++-v3/include/
backward -I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util -fmessage-length=0  
-O
s    -S   -o pr58369.s    (timeout = 300)
spawn /test/gnu/gcc/objdir/gcc/testsuite/g++/../../xg++
-B/test/gnu/gcc/objdir/g
cc/testsuite/g++/../../
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/torture/pr58369.C
 -fno-diagnostics-show-caret -fdiagnostics-color=never -nostdinc++
-I/test/gnu/g
cc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11
-I/te
st/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include
-I/test/gnu/gcc/gcc
/libstdc++-v3/libsupc++ -I/test/gnu/gcc/gcc/libstdc++-v3/include/backward
-I/tes
t/gnu/gcc/gcc/libstdc++-v3/testsuite/util -fmessage-length=0 -Os -S -o
pr58369.s
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/torture/pr58369.C: In function 'T
ellint_
rj_imp(T, T, T, T, Policy&) [with T = long double; Policy = PolicyA]':
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/torture/pr58369.C:59:3: internal
compiler
 error: in expand_expr_addr_expr_1, at expr.c:7741
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.


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

* [Bug rtl-optimization/64033] [5.0 Regression] ICE: in expand_expr_addr_expr_1, at expr.c:7741
  2014-11-23 15:54 [Bug rtl-optimization/64033] New: [5.0 Regression] ICE: in expand_expr_addr_expr_1, at expr.c:7741 danglin at gcc dot gnu.org
@ 2014-11-24 11:14 ` rguenth at gcc dot gnu.org
  2015-02-17 18:47 ` [Bug rtl-optimization/64033] [5 " jakub at gcc dot gnu.org
  2015-02-17 19:57 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-24 11:14 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0


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

* [Bug rtl-optimization/64033] [5 Regression] ICE: in expand_expr_addr_expr_1, at expr.c:7741
  2014-11-23 15:54 [Bug rtl-optimization/64033] New: [5.0 Regression] ICE: in expand_expr_addr_expr_1, at expr.c:7741 danglin at gcc dot gnu.org
  2014-11-24 11:14 ` [Bug rtl-optimization/64033] " rguenth at gcc dot gnu.org
@ 2015-02-17 18:47 ` jakub at gcc dot gnu.org
  2015-02-17 19:57 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-02-17 18:47 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2015-02-17
     Ever confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Judging from your own gcc-testresult posts, this went away in between 20141216
(where it still failed) and 20141220 (where it no longer shows up).  Can we
close this?


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

* [Bug rtl-optimization/64033] [5 Regression] ICE: in expand_expr_addr_expr_1, at expr.c:7741
  2014-11-23 15:54 [Bug rtl-optimization/64033] New: [5.0 Regression] ICE: in expand_expr_addr_expr_1, at expr.c:7741 danglin at gcc dot gnu.org
  2014-11-24 11:14 ` [Bug rtl-optimization/64033] " rguenth at gcc dot gnu.org
  2015-02-17 18:47 ` [Bug rtl-optimization/64033] [5 " jakub at gcc dot gnu.org
@ 2015-02-17 19:57 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2015-02-17 19:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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


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

end of thread, other threads:[~2015-02-17 19:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-23 15:54 [Bug rtl-optimization/64033] New: [5.0 Regression] ICE: in expand_expr_addr_expr_1, at expr.c:7741 danglin at gcc dot gnu.org
2014-11-24 11:14 ` [Bug rtl-optimization/64033] " rguenth at gcc dot gnu.org
2015-02-17 18:47 ` [Bug rtl-optimization/64033] [5 " jakub at gcc dot gnu.org
2015-02-17 19:57 ` danglin 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).