[Bug libfortran/36886] misaligment for cshift of character

2008-08-14 Thread tkoenig at gcc dot gnu dot org
--- Comment #6 from tkoenig at gcc dot gnu dot org 2008-08-14 18:32 --- Subject: Bug 36886 Author: tkoenig Date: Thu Aug 14 18:31:32 2008 New Revision: 139111 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139111 Log: 2008-08-14 Thomas Koenig <[EMAIL PROTECTED]> PR li

[Bug libfortran/36886] misaligment for cshift of character

2008-08-03 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2008-08-03 09:22 --- (In reply to comment #4) > > Created an attachment (id=16001) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16001&action=view) [edit] > > better patch > > I think some of the run-time checks (with -fbounds-che

[Bug libfortran/36886] misaligment for cshift of character

2008-08-03 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2008-08-03 07:23 --- > Created an attachment (id=16001) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16001&action=view) [edit] > better patch I think some of the run-time checks (with -fbounds-checks) for PR 36874 can be best done

[Bug libfortran/36886] misaligment for cshift of character

2008-08-02 Thread tkoenig at gcc dot gnu dot org
--- Comment #3 from tkoenig at gcc dot gnu dot org 2008-08-02 23:49 --- Created an attachment (id=16001) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16001&action=view) better patch This one is better :-) -- tkoenig at gcc dot gnu dot org changed: What|Removed

[Bug libfortran/36886] misaligment for cshift of character

2008-08-02 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2008-08-02 23:43 --- Created an attachment (id=16000) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16000&action=view) proposed patch for cshift0 Here's something that works for cshift0. cshift1 still to do... -- http://gcc.

[Bug libfortran/36886] misaligment for cshift of character

2008-07-22 Thread tkoenig at gcc dot gnu dot org
--- Comment #1 from tkoenig at gcc dot gnu dot org 2008-07-22 11:58 --- Related to PR 32972 (optimizing cshift the way that other array intrinsics have been done will cure this). -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added --