public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/45907] New: [4.6 Regression] Revision 164995 failed gcc.dg/torture/fp-int-convert-*.c
@ 2010-10-06 1:59 hjl.tools at gmail dot com
2010-10-06 10:27 ` [Bug lto/45907] " rguenth at gcc dot gnu.org
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2010-10-06 1:59 UTC (permalink / raw)
To: gcc-bugs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45907
Summary: [4.6 Regression] Revision 164995 failed
gcc.dg/torture/fp-int-convert-*.c
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: hjl.tools@gmail.com
CC: hubicka@gcc.gnu.org
On Linux/x86, revision 164995:
http://gcc.gnu.org/ml/gcc-cvs/2010-10/msg00177.html
caused:
FAIL: gcc.dg/torture/fp-int-convert-double.c -O2 -fwhopr (internal compiler
error)
FAIL: gcc.dg/torture/fp-int-convert-double.c -O2 -fwhopr (test for excess
errors)
FAIL: gcc.dg/torture/fp-int-convert-float.c -O2 -fwhopr (internal compiler
error)
FAIL: gcc.dg/torture/fp-int-convert-float.c -O2 -fwhopr (test for excess
errors)
FAIL: gcc.dg/torture/fp-int-convert-float128.c -O2 -fwhopr (internal compiler
error)
FAIL: gcc.dg/torture/fp-int-convert-float128.c -O2 -fwhopr (test for excess
errors)
FAIL: gcc.dg/torture/fp-int-convert-float80.c -O2 -fwhopr (internal compiler
error)
FAIL: gcc.dg/torture/fp-int-convert-float80.c -O2 -fwhopr (test for excess
errors)
FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O2 -fwhopr (internal
compiler error)
FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O2 -fwhopr (test for
excess errors)
FAIL: gcc.dg/torture/fp-int-convert-timode.c -O2 -fwhopr (internal compiler
error)
FAIL: gcc.dg/torture/fp-int-convert-timode.c -O2 -fwhopr (test for excess
errors)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug lto/45907] [4.6 Regression] Revision 164995 failed gcc.dg/torture/fp-int-convert-*.c
2010-10-06 1:59 [Bug lto/45907] New: [4.6 Regression] Revision 164995 failed gcc.dg/torture/fp-int-convert-*.c hjl.tools at gmail dot com
@ 2010-10-06 10:27 ` rguenth at gcc dot gnu.org
2010-10-07 0:35 ` hp at gcc dot gnu.org
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-10-06 10:27 UTC (permalink / raw)
To: gcc-bugs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45907
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |4.6.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug lto/45907] [4.6 Regression] Revision 164995 failed gcc.dg/torture/fp-int-convert-*.c
2010-10-06 1:59 [Bug lto/45907] New: [4.6 Regression] Revision 164995 failed gcc.dg/torture/fp-int-convert-*.c hjl.tools at gmail dot com
2010-10-06 10:27 ` [Bug lto/45907] " rguenth at gcc dot gnu.org
@ 2010-10-07 0:35 ` hp at gcc dot gnu.org
2010-10-13 3:12 ` hp at gcc dot gnu.org
2010-10-20 21:18 ` hjl.tools at gmail dot com
3 siblings, 0 replies; 5+ messages in thread
From: hp at gcc dot gnu.org @ 2010-10-07 0:35 UTC (permalink / raw)
To: gcc-bugs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45907
--- Comment #1 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2010-10-07 00:35:09 UTC ---
cris-elf too, whee.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug lto/45907] [4.6 Regression] Revision 164995 failed gcc.dg/torture/fp-int-convert-*.c
2010-10-06 1:59 [Bug lto/45907] New: [4.6 Regression] Revision 164995 failed gcc.dg/torture/fp-int-convert-*.c hjl.tools at gmail dot com
2010-10-06 10:27 ` [Bug lto/45907] " rguenth at gcc dot gnu.org
2010-10-07 0:35 ` hp at gcc dot gnu.org
@ 2010-10-13 3:12 ` hp at gcc dot gnu.org
2010-10-20 21:18 ` hjl.tools at gmail dot com
3 siblings, 0 replies; 5+ messages in thread
From: hp at gcc dot gnu.org @ 2010-10-13 3:12 UTC (permalink / raw)
To: gcc-bugs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45907
--- Comment #2 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2010-10-13 03:12:27 UTC ---
This was fixed by a commit in the range 165061:165143 (or, from looking at
gcc-testresults, 165092:165096), right?
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug lto/45907] [4.6 Regression] Revision 164995 failed gcc.dg/torture/fp-int-convert-*.c
2010-10-06 1:59 [Bug lto/45907] New: [4.6 Regression] Revision 164995 failed gcc.dg/torture/fp-int-convert-*.c hjl.tools at gmail dot com
` (2 preceding siblings ...)
2010-10-13 3:12 ` hp at gcc dot gnu.org
@ 2010-10-20 21:18 ` hjl.tools at gmail dot com
3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2010-10-20 21:18 UTC (permalink / raw)
To: gcc-bugs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45907
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2010-10-20 21:18:25 UTC ---
Fixed.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-10-20 21:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-06 1:59 [Bug lto/45907] New: [4.6 Regression] Revision 164995 failed gcc.dg/torture/fp-int-convert-*.c hjl.tools at gmail dot com
2010-10-06 10:27 ` [Bug lto/45907] " rguenth at gcc dot gnu.org
2010-10-07 0:35 ` hp at gcc dot gnu.org
2010-10-13 3:12 ` hp at gcc dot gnu.org
2010-10-20 21:18 ` hjl.tools at gmail dot com
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).