Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl3/gcc/dist/gcc/config/sh
Module Name: src
Committed By: mrg
Date: Sun Aug 11 07:53:23 UTC 2024
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/sh: sh_treg_combine.cc
Log Message:
fix SH3 regression since GCC 10.
this is from:
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=e214cab68cb34e77622b91113f7698cf137bbdd6
a function returning "int" was changed to return "bool", but this file
had a local prototype, so while the callee was now only setting 8 bits
in the return register, the caller was checking 32 bits.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.11 -r1.2 \
src/external/gpl3/gcc/dist/gcc/config/sh/sh_treg_combine.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index