This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

optimization/5429: gcc 3.1 20020114 fails with Internal compiler error in verify_wide_reg_1, at flow.c:526



>Number:         5429
>Category:       optimization
>Synopsis:       gcc 3.1 20020114 fails with Internal compiler error in verify_wide_reg_1, at flow.c:526
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 18 15:16:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     pthomas@suse.de
>Release:        3.1 20020114
>Organization:
>Environment:
i486-suse-linux
>Description:
When compiling attached t.i (a further simplified version
of the amd74xx.i subitted for PR 5428) with 'gcc -c -march=i686 -O2', you get an ICE, this time at flow.c:526:

t.i: In function `ata66_amd74xx':
t.i:13: Internal compiler error in verify_wide_reg_1, at flow.c:526

Output of 'gcc -v' is:

Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.1/specs
Configured with: ../configure --enable-threads=posix --enable-long-long --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared i486-suse-linux
Thread model: posix
gcc version 3.1 20020114 (experimental)
>How-To-Repeat:
Compile the attached t.i with

   gcc -c -march=i686 -O2 t.i
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="t.i"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="t.i"

dHlwZWRlZiBzdHJ1Y3QgaHdpZl9zIHsKICAgICAgICB1bnNpZ25lZCBjaGFyIGNoYW5uZWw7Cn0g
aWRlX2h3aWZfdDsKCnVuc2lnbmVkIGludCBhdGE2Nl9hbWQ3NHh4IChpZGVfaHdpZl90ICpod2lm
KQp7CiAgICAgICAgdW5zaWduZWQgY2hhciBjYWJsZV84MF9waW5bMl0gPSB7IDAsIDAgfTsKICAg
ICAgICB1bnNpZ25lZCBjaGFyIGF0YTY2ID0gMDsKCiAgICAgICAgYXRhNjYgPSAoaHdpZi0+Y2hh
bm5lbCkgPyBjYWJsZV84MF9waW5bMV0gOiBjYWJsZV84MF9waW5bMF07CgogICAgICAgIHJldHVy
biAodW5zaWduZWQgaW50KSBhdGE2NjsKfQo=


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]