Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/gpl3/gcc/dist/libquadmath/math



Module Name:    src
Committed By:   mrg
Date:           Sun Jan 18 08:50:12 UTC 2026

Modified Files:
        src/external/gpl3/gcc/dist/libquadmath/math: rem_pio2q.c sqrtq.c

Log Message:
avoid a couple of GCC warnings.

insert a new line to avoid:
rem_pio2q.c:174:13: error: this 'for' clause does not guard... [-Werror=misleading-indentation]

and for sqrtq.c, #ifdef a variable the same as the usage.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/gpl3/gcc/dist/libquadmath/math/rem_pio2q.c
cvs rdiff -u -r1.1.1.2 -r1.2 \
    src/external/gpl3/gcc/dist/libquadmath/math/sqrtq.c

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