Opened on Oct 1, 2003 at 5:17:00 AM
Closed on Mar 5, 2004 at 2:31:14 PM
Last modified on Dec 3, 2006 at 1:31:13 PM
#505 closed defect (fixed)
c/src/lib/libbsp/m68k/shared/setvec.c - punned pointer
Reported by: | Ralf Corsepius | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | normal | Milestone: | 2 |
Component: | bsps | Version: | 4.6 |
Severity: | major | Keywords: | |
Cc: | bugs@… | Blocked By: | |
Blocking: |
Description
m68k-rtems4.7-gcc --pipe -B../../../../../../../lib/ -B../../../../../../../gen68340/lib/ -specs bsp_specs -qrtems -DHAVE_CONFIG_H -isystem ../../../../../../../gen68340/lib/include -mcpu32 -O4 -fomit-frame-pointer -g -Wall -ansi -fasm -o o-optimize/setvec.o -c ../../../../../../../../../../rtems.master/c/src/lib/libbsp/m68k/gen68340/startup/../../shared/setvec.c
../../../../../../../../../../rtems.master/c/src/lib/libbsp/m68k/shared/setvec.c: In function `set_vector':
../../../../../../../../../../rtems.master/c/src/lib/libbsp/m68k/shared/setvec.c:32: warning: dereferencing type-punned pointer will break strict-aliasing rules
Release:
RTEMS-4.6 + CVS
Attachments (1)
Change History (2)
comment:1 Changed on Mar 5, 2004 at 2:31:14 PM by Joel Sherrill
Status: | assigned → closed |
---|
State-Changed-From-To: open->closed
State-Changed-Why: Attached patch is committed to trunk and 4.6 branch.