]> git.gag.com Git - fw/sdcc/commit
Fixed bug #621531 (const & volatile confusion in the type chain).
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 12 Sep 2003 07:56:35 +0000 (07:56 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 12 Sep 2003 07:56:35 +0000 (07:56 +0000)
commit89ced3c908df7524953073632212e98f40566081
treee35cf83a2d65ae1893ee57deeef5966425f70199
parentfc8a1c062be1ff690392e13a17c47b9de7c59a50
Fixed bug #621531 (const & volatile confusion in the type chain).
DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
refer to the const or volatile state of the pointer itself.

* src/SDCCast.c
* src/SDCCglue.c
* src/SDCCicode.c
* src/SDCCsymt.c
* src/SDCCval.c
* src/SDCC.y
* src/SDCCsymt.h
* src/pic/gen.c
* src/pic/ralloc.c
* src/pic16/gen.c
* src/pic16/ralloc.c
* support/regression/tests/const.c

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2885 4a8a32a2-be11-0410-ad9d-d568d2c75423
13 files changed:
ChangeLog
src/SDCC.y
src/SDCCast.c
src/SDCCglue.c
src/SDCCicode.c
src/SDCCsymt.c
src/SDCCsymt.h
src/SDCCval.c
src/pic/gen.c
src/pic/ralloc.c
src/pic16/gen.c
src/pic16/ralloc.c
support/regression/tests/const.c [new file with mode: 0644]