public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/44004]  New: gcc 4.5.0 vms-gcc_shell_handler.c needs #define __NEW_STARLET‏
@ 2010-05-06  8:14 jay dot krell at cornell dot edu
  0 siblings, 0 replies; only message in thread
From: jay dot krell at cornell dot edu @ 2010-05-06  8:14 UTC (permalink / raw)
  To: gcc-bugs

/src/gcc-4.5.0/libgcc/../gcc/config/alpha/vms-gcc_shell_handler.c: In function
'get_dyn_handler_pointer':
/src/gcc-4.5.0/libgcc/../gcc/config/alpha/vms-gcc_shell_handler.c:73:3: error:
'PDSCDEF' undeclared (first use in this function)
/src/gcc-4.5.0/libgcc/../gcc/config/alpha/vms-gcc_shell_handler.c:73:3: note:
each undeclared identifier is reported only once for each function it appears
in
/src/gcc-4.5.0/libgcc/../gcc/config/alpha/vms-gcc_shell_handler.c:73:13: error:
'pd' undeclared (first use in this function)
/src/gcc-4.5.0/libgcc/../gcc/config/alpha/vms-gcc_shell_handler.c:73:18:
warning: cast to pointer from integer of different size
/src/gcc-4.5.0/libgcc/../gcc/config/alpha/vms-gcc_shell_handler.c:73:18: error:
expected expression before ')' token
/src/gcc-4.5.0/libgcc/../gcc/config/alpha/vms-gcc_shell_handler.c:111:17:
warning: cast to pointer from integer of different size
/src/gcc-4.5.0/libgcc/../gcc/config/alpha/vms-gcc_shell_handler.c:111:10:
warning: cast to pointer from integer of different size
make[4]: *** [vms-gcc_shell_handler.o] Error 1
make[3]: *** [multi-do] Error 1
make[2]: *** [all-multi] Error 2
make[1]: *** [all-target-libgcc] Error 2
make: *** [all] Error 2


fix, put this at top:


#ifndef __NEW_STARLET
#define __NEW_STARLET
#endif


 - Jay


-- 
           Summary: gcc 4.5.0 vms-gcc_shell_handler.c needs #define
                    __NEW_STARLET‏
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jay dot krell at cornell dot edu
 GCC build triplet: any
  GCC host triplet: any
GCC target triplet: alpha-dec-vms


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44004


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-06  8:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-06  8:14 [Bug c/44004] New: gcc 4.5.0 vms-gcc_shell_handler.c needs #define __NEW_STARLET‏ jay dot krell at cornell dot edu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).