||danglin at gcc dot gnu.org
--- Comment #6 from John David Anglin ---
The usage of ISDIGIT in adadecode.c now causes a warning and build failure:
/test/gnu/gcc/objdir/./prev-gcc/xg++ -B/test/gnu/gcc/objdir/./prev-gcc/
-B/opt/g
nu/gcc/gcc-10/hppa2.0w-hp-hpux11.11/bin/ -nostdinc
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa64-hp-hpux11.11
Target: hppa64-hp-hpux11.11
Build: hppa64-hp-hpux11.11
spawn /test
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94249
John David Anglin changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa2.0w-hp-hpux11.11
Target: hppa2.0w-hp-hpux11.11
Build: hppa2.0w-hp-hpux11.11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94253
John David Anglin changed:
What|Removed |Added
Component|target |c
--- Comment #1 from John David Ang
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94249
--- Comment #11 from John David Anglin ---
On hppa-linux, we have:
#define __BIG_ENDIAN4321
/* hppa1.1 big-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __BIG_ENDIAN
I don't se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94253
--- Comment #2 from John David Anglin ---
r278376 was okay. r278658 was bad.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94253
--- Comment #3 from John David Anglin ---
Okay, the problem is the test lacks a '-fcommon' option.
The default was changed here:
2019-11-20 Wilco Dijkstra
PR85678
* common.opt (fcommon): Change init to 1.
* doc/invok
,
|sparc-sun-solaris2.11 |sparc-sun-solaris2.11,
||hppa-unknown-linux-gnu
CC||danglin at gcc dot gnu.org
--- Comment #1 from John David Anglin ---
Same issue on hppa-linux.
: normal
Priority: P3
Component: testsuite
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa64-hp-hpux11.11
Target: hppa64-hp-hpux11.11
Build: hppa64-hp
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa64-hp-hpux11.11
Target: hppa64-hp-hpux11.11
Build: hppa64-hp-hpux11.11
spawn /test/gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94275
John David Anglin changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93431
--- Comment #2 from John David Anglin ---
Does this test need -fcommon option?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92550
John David Anglin changed:
What|Removed |Added
Component|target |testsuite
Summary|[10 Reg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92550
--- Comment #10 from John David Anglin ---
Created attachment 48257
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48257&action=edit
Patch to fix argument alignment
ty: normal
Priority: P3
Component: libfortran
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa64-hp-hpux11.11
Target: hppa64-hp-hpux11.11
Build: hppa64-hp-hpux11.1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
--- Comment #21 from John David Anglin ---
Created attachment 48295
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48295&action=edit
Patch to fix float128 node selection on hpux
With this change, the libquadmath routines are now selected o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
John David Anglin changed:
What|Removed |Added
Attachment #48295|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
--- Comment #27 from John David Anglin ---
This build on hppa2.0w-hp-hpux11.11 had a previous version of my float128
patch:
https://gcc.gnu.org/pipermail/gcc-testresults/2020-April/559390.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
John David Anglin changed:
What|Removed |Added
Attachment #48327|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
John David Anglin changed:
What|Removed |Added
Attachment #48331|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
--- Comment #32 from John David Anglin ---
Created attachment 48354
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48354&action=edit
Header file
This is kinds.h generated with gcc-8. Note we have "typedef long double
GFC_REAL_16;".
I'm a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
John David Anglin changed:
What|Removed |Added
Attachment #48352|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
--- Comment #38 from John David Anglin ---
Because mk-kinds-h.sh has not been modifies, we still get long double in
kinds.h with gcc-10:
typedef long double GFC_REAL_16;
typedef complex long double GFC_COMPLEX_16;
However with my patch, this do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
John David Anglin changed:
What|Removed |Added
Attachment #48356|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
--- Comment #43 from John David Anglin ---
The fix for PR 94694 fixed the build on hppa2.0w-hp-hpux11.11.
We are left with the following new fails in dec_math.f90:
FAIL: gfortran.dg/dec_math.f90 -O0 (test for excess errors)
FAIL: gfortran.dg/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
John David Anglin changed:
What|Removed |Added
Attachment #48357|0 |1
is obsolete|
: normal
Priority: P3
Component: libgomp
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
CC: burnus at gcc dot gnu.org, jakub at gcc dot gnu.org
Target Milestone: ---
Host: hppa64-hp-hpux11.11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87256
John David Anglin changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa-unknown-linux-gnu
Target: hppa-unknown-linux-gnu
Build: hppa-unknown-linux-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458
--- Comment #7 from John David Anglin ---
I think I removed TARGET_SCHED_ADJUST_PRIORITY stuff...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458
--- Comment #9 from John David Anglin ---
Author: danglin
Date: Wed Nov 6 23:46:04 2019
New Revision: 277894
URL: https://gcc.gnu.org/viewcvs?rev=277894&root=gcc&view=rev
Log:
Backport from mainline
2018-09-19 John David Anglin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458
John David Anglin changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
tus: UNCONFIRMED
Severity: normal
Priority: P3
Component: demangler
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa2.0w-hp-hpux11.11
Target: hppa2.0w-hp-hpux11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92128
John David Anglin changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
erity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa2.0w-hp-hpux11.11
Target: hppa2.0w-hp-hpux11.11
Severity: normal
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
CC: marxin at gcc dot gnu.org
Target Milestone: ---
Host: hppa2.0w-hp-hpux11.11
Target: h
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
CC: marxin at gcc dot gnu.org
Target Milestone: ---
Host: hppa2.0w-hp-hpux11.11
Target: hppa2.0w-hp-hpux11.11
Build: hppa2.0w-hp-hpux11.11
spawn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70315
--- Comment #7 from John David Anglin ---
Still fails on trunk.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70315
John David Anglin changed:
What|Removed |Added
Target Milestone|--- |8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92550
John David Anglin changed:
What|Removed |Added
Known to work||9.2.1
--- Comment #2 from John David
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92548
--- Comment #1 from John David Anglin ---
Revision 275550 was okay. Revision 276011 failed. Test was introduced in
275982.
Severity: normal
Priority: P3
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
CC: jozef.l at somniumtech dot com
Target Milestone: ---
Host: hppa64-hp-hpux11.11
Target:
ty: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa-unknown-linux-gnu
Target: hppa-unknown-linux-gnu
Build: hp
ty: normal
Priority: P3
Component: libgomp
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
CC: jakub at gcc dot gnu.org
Target Milestone: ---
Host: hppa64-hp-hpux11.11
Target: hppa64-hp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67834
John David Anglin changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92988
--- Comment #1 from John David Anglin ---
Created attachment 47561
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47561&action=edit
Patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93066
--- Comment #4 from John David Anglin ---
Created attachment 47562
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47562&action=edit
Patch
I'm fine with the proposed changes to target.c but I think we need the include
fix as it's needed for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67834
--- Comment #10 from John David Anglin ---
Created attachment 47564
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47564&action=edit
Patch
Untested fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93066
--- Comment #5 from John David Anglin ---
Author: danglin
Date: Mon Dec 30 20:33:17 2019
New Revision: 279773
URL: https://gcc.gnu.org/viewcvs?rev=279773&root=gcc&view=rev
Log:
PR libgomp/93066
* inclhack.def (hpux_c99_inttypes3)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93066
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa*-*-*
Target: hppa*-*-*
Build: hppa*-*-*
spawn -ignore SIGHUP
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93066
--- Comment #7 from John David Anglin ---
Author: danglin
Date: Wed Jan 1 17:01:46 2020
New Revision: 279814
URL: https://gcc.gnu.org/viewcvs?rev=279814&root=gcc&view=rev
Log:
Backport from mainline
2019-12-30 John David Anglin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93066
--- Comment #8 from John David Anglin ---
Author: danglin
Date: Wed Jan 1 17:05:41 2020
New Revision: 279815
URL: https://gcc.gnu.org/viewcvs?rev=279815&root=gcc&view=rev
Log:
Backport from mainline
2019-12-30 John David Anglin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93111
--- Comment #1 from John David Anglin ---
Author: danglin
Date: Wed Jan 1 20:54:58 2020
New Revision: 279818
URL: https://gcc.gnu.org/viewcvs?rev=279818&root=gcc&view=rev
Log:
PR target/93111
* config/pa/pa.md (scc): Use ordered
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93111
--- Comment #2 from John David Anglin ---
Author: danglin
Date: Wed Jan 1 20:57:04 2020
New Revision: 279819
URL: https://gcc.gnu.org/viewcvs?rev=279819&root=gcc&view=rev
Log:
PR target/93111
* config/pa/pa.md (scc): Use ordered
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93111
--- Comment #3 from John David Anglin ---
Author: danglin
Date: Wed Jan 1 20:59:14 2020
New Revision: 279820
URL: https://gcc.gnu.org/viewcvs?rev=279820&root=gcc&view=rev
Log:
PR target/93111
* config/pa/pa.md (scc): Use ordered
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93111
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67834
--- Comment #11 from John David Anglin ---
Author: danglin
Date: Wed Jan 1 22:57:54 2020
New Revision: 279823
URL: https://gcc.gnu.org/viewcvs?rev=279823&root=gcc&view=rev
Log:
PR target/67834
* config/pa/pa.c (pa_elf_select_rtx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67834
--- Comment #12 from John David Anglin ---
Author: danglin
Date: Wed Jan 1 23:00:58 2020
New Revision: 279824
URL: https://gcc.gnu.org/viewcvs?rev=279824&root=gcc&view=rev
Log:
PR target/67834
* config/pa/pa.c (pa_elf_select_rtx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67834
John David Anglin changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92988
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa64-hp-hpux11.11
Target: hppa64-hp-hpux11.11
Build: hppa64-hp-hpux11.11
spawn /test
||hppa64-*-hpux*
CC||danglin at gcc dot gnu.org
--- Comment #5 from John David Anglin ---
Also fails on hppa64-*-hpux*.
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
CC: marxin at gcc dot gnu.org
Target Milestone: ---
Host: hppa64-hp-hpux11.11
Target: hppa64-hp-hpux11.11
Build
: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
CC: marxin at gcc dot gnu.org
Target Milestone: ---
Host: hppa64-hp-hpux11.11
.*
||hppa64-*-hpux*
CC||danglin at gcc dot gnu.org
--- Comment #4 from John David Anglin ---
Also fails on hppa64-hp-hpux11.11.
Priority: P3
Component: analyzer
Assignee: dmalcolm at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa64-hp-hpux11.11
Target: hppa64-hp-hpux11.11
Build: hppa64-hp-hpux11.11
spawn /test/gnu/gcc
Priority: P3
Component: analyzer
Assignee: dmalcolm at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa64-hp-hpux11.11
Target: hppa64-hp-hpux11.11
Build: hppa64-hp-hpux11.11
Executing on host
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93368
--- Comment #1 from John David Anglin ---
Similar fails:
FAIL: gcc.dg/analyzer/malloc-1.c (test for excess errors)
Excess errors:
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/analyzer/malloc-1.c:274:15: warning:
implicit declaration of function 'alloc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93316
John David Anglin changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91627
--- Comment #2 from John David Anglin ---
As can be seen foo() is not inlined.
(gdb) disass 0x40002d34
Dump of assembler code for function foo:
0x40002d30 <+0>: copy rp,ret0
0x40002d34 <+4>: std rp,-10(sp)
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa2.0w-hp-hpux11.11
Target: hppa2.0w-hp-hpux11.11
Build: hppa2.0w-hp-hpux11.11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92544
--- Comment #1 from John David Anglin ---
This occurred again. This time on hppa64-hp-hpux11.11:
/test/gnu/gcc/objdir/./prev-gcc/xgcc -B/test/gnu/gcc/objdir/./prev-gcc/
-B/opt/g
nu64/gcc/gcc-10/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-10/h
||2020-02-09
CC||danglin at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #2 from John David Anglin ---
I observe the same warning. Whether the '0' flag is ignored or not in this
situation is an
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa-unknown-linux-gnu
Target: hppa-unknown-linux-gnu
Build: hppa-unknown-linux
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93431
--- Comment #1 from John David Anglin ---
The following are unsupported:
UNSUPPORTED: g++.dg/cpp2a/lambda-uneval9.C -std=c++98
UNSUPPORTED: g++.dg/cpp2a/lambda-uneval9.C -std=c++14
UNSUPPORTED: g++.dg/cpp2a/lambda-uneval9.C -std=c++17
Seems l
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa2.0w-hp-hpux11.11
Target: hppa2.0w-hp-hpux11.11
Build: hppa2.0w-hp-hpux11.11
spawn /test
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92548
John David Anglin changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91100
John David Anglin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Target Milestone: ---
Host: hppa-unknown-linux-gnu
Target: hppa-unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93991
--- Comment #1 from John David Anglin ---
Revision 275589 was okay.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56214
Bug #: 56214
Summary: [4.8 Regression] FAIL:
gcc.c-torture/execute/20050121-1.c compilation, ICE
Classification: Unclassified
Product: gcc
Version: 4.8.0
St
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56214
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56242
Bug #: 56242
Summary: [4.8 Regression]
libjava/classpath/gnu/javax/swing/text/html/parser/sup
port/textPreProcessor.java:175:0: ICE: Segmentation
fault
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56307
Bug #: 56307
Summary: FAIL: gcc.dg/tree-ssa/pr55579.c scan-tree-dump esra
"Created a debug-only replacement for s"
Classification: Unclassified
Product: gcc
Version: 4.8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56345
Bug #: 56345
Summary: FAIL: g++.dg/cpp0x/lambda/lambda-this8.C -std=c++11
(test for excess errors)
Classification: Unclassified
Product: gcc
Version: 4.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56346
Bug #: 56346
Summary: FAIL: g++.dg/tls/thread_local3.C -std=gnu++11 (test
for excess errors)
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56347
Bug #: 56347
Summary: [4.8 Regression] FAIL:
gfortran.dg/integer_exponentiation_2.f90 -O2
execution test
Classification: Unclassified
Product: gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56347
--- Comment #1 from John David Anglin 2013-02-15
18:35:58 UTC ---
Wrong assembly code is here:
0x30f4 :fsub,sgl fr17,fr17,fr22
0x30f8 :fabs,sgl fr22,fr22
0x30fc :fcmp,sgl,!< fr13R,fr22
0x3100 :
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56347
--- Comment #2 from John David Anglin 2013-02-15
18:37:58 UTC ---
Created attachment 29471
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29471
Slightly reduced testcase
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56347
--- Comment #3 from John David Anglin 2013-02-15
19:07:29 UTC ---
In final:
(note 135 134 137 [bb 11] NOTE_INSN_BASIC_BLOCK)
(insn:TI 137 135 138 (set (reg:SF 68 %fr22 [orig:303 D.1185 ] [303])
(minus:SF (reg:SF 58 %fr17 [orig:1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56347
--- Comment #4 from John David Anglin 2013-02-15
20:07:47 UTC ---
> Wrong assembly code is here:
>
>0x30f4 :fsub,sgl fr17,fr17,fr22
>0x30f8 :fabs,sgl fr22,fr22
>0x30fc :fcmp,sgl,!< fr13R,fr22
>0x
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56347
John David Anglin changed:
What|Removed |Added
Component|tree-optimization |target
--- Comment #5 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56214
--- Comment #2 from John David Anglin 2013-02-18
15:21:41 UTC ---
Author: danglin
Date: Mon Feb 18 15:21:32 2013
New Revision: 196122
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196122
Log:
PR target/56214
* config/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56214
John David Anglin changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56347
--- Comment #6 from John David Anglin 2013-02-18
16:29:56 UTC ---
Author: danglin
Date: Mon Feb 18 16:29:49 2013
New Revision: 196123
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196123
Log:
PR target/56347
* config/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56347
--- Comment #7 from John David Anglin 2013-02-18
18:04:23 UTC ---
Patch to remove old work around is here:
http://gcc.gnu.org/ml/gcc-patches/2013-02/msg00854.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56382
Bug #: 56382
Summary: FAIL: gcc.c-torture/compile/pr55921.c (internal
compiler error)
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56382
--- Comment #1 from John David Anglin 2013-02-18
18:34:54 UTC ---
Created attachment 29485
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29485
Patch
I tried the above changes to expmed.c but this
approach eventually reaches a gcc
1 - 100 of 2296 matches
Mail list logo