[Bug target/21578] New: ICE in reload_cse_simplify_operands for Coldfire.

2005-05-15 Thread cjohns at cybertec dot com dot au
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cjohns at cybertec dot com dot au CC: corsepiu at gcc dot gnu dot org,gcc-bugs at gcc dot gnu dot org,joel at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu GCC target triplet: m68k-rtems http

[Bug target/21578] ICE in reload_cse_simplify_operands for Coldfire.

2005-05-15 Thread cjohns at cybertec dot com dot au
--- Additional Comments From cjohns at cybertec dot com dot au 2005-05-15 07:34 --- Created an attachment (id=8890) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8890action=view) Compressed preprocessed file showing the error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug target/21578] ICE in reload_cse_simplify_operands for Coldfire.

2005-05-15 Thread cjohns at cybertec dot com dot au
--- Additional Comments From cjohns at cybertec dot com dot au 2005-05-15 07:35 --- Compile the patch with: m68k-rtems-gcc -m5200 -fasm -O3 -g ejlex.i -c The ICE only shows with -O3. Using -O2 compiles the file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21578

[Bug libstdc++/17627] M68060 fails with libstdc++-v3/config/cpu/m68k/atomicity.h

2005-02-06 Thread cjohns at cybertec dot com dot au
--- Additional Comments From cjohns at cybertec dot com dot au 2005-02-07 05:06 --- No change. I have arranged to get the MVME172 card back for an afternoon later this week (11-Feb-2005). I will have a look then. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17627

[Bug c/19749] New: Coldfire ICE at -O2 or higher

2005-02-01 Thread cjohns at cybertec dot com dot au
Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cjohns at cybertec dot com dot au CC: gcc-bugs at gcc dot gnu dot org,joel dot sherrill at oarcorp dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc

[Bug target/19749] Coldfire ICE at -O2 or higher

2005-02-01 Thread cjohns at cybertec dot com dot au
--- Additional Comments From cjohns at cybertec dot com dot au 2005-02-02 02:39 --- Created an attachment (id=8123) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8123action=view) Preprocessed file that generates the ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19749

[Bug libstdc++/17627] M68060 fails with libstdc++-v3/config/cpu/m68k/atomicity.h

2004-11-03 Thread cjohns at cybertec dot com dot au
--- Additional Comments From cjohns at cybertec dot com dot au 2004-11-03 23:05 --- Does this mean the instruction in question (cas) in atomicity.h cannot be used on the 68060 if the stack can be aligned to a 2 byte boundary ? Would a stack aligned this way cause a slow down