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]

ada/8862: [mainline regression] Wrong simplify_subreg call from wrong assignment produced by c++ frontent


>Number:         8862
>Category:       ada
>Synopsis:       [mainline regression] Wrong simplify_subreg call from wrong assignment produced by c++ frontent
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Dec 07 13:26:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     jh@suse.cz
>Release:        unknown-1.0
>Organization:
>Environment:
x86_64-unknown-linux
>Description:
gcc -O2 subreg.ii
causes gcc to die in simplify_subreg since it was called with BLKmode arugment.
It is called by convert_move that is called from store_expr that already has
BLKmode input and different type output...
>How-To-Repeat:
gcc -O2 subreg.ii
>Fix:

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


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