public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/26545]  New: undeclared 64bit constants in c-common.c
@ 2006-03-03 10:38 multix at gmail dot com
  2006-03-03 13:51 ` [Bug bootstrap/26545] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: multix at gmail dot com @ 2006-03-03 10:38 UTC (permalink / raw)
  To: gcc-bugs

configured with threads=aix, no nls and languages c, c++; objc

gcc -c   -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes     -DHAVE_CONFIG_H
-I. -I. -I../../gcc-4.1.0/gcc -I../../gcc-4.1.0/gcc/.
-I../../gcc-4.1.0/gcc/../include -I../../gcc-4.1.0/gcc/../libcpp/include    
../../gcc-4.1.0/gcc/c-common.c -o c-common.o
../../gcc-4.1.0/gcc/c-common.c: In function `c_common_nodes_and_builtins':
../../gcc-4.1.0/gcc/c-common.c:3167: `TARGET_64BIT' undeclared (first use in
this function)
../../gcc-4.1.0/gcc/c-common.c:3167: (Each undeclared identifier is reported
only once
../../gcc-4.1.0/gcc/c-common.c:3167: for each function it appears in.)
../../gcc-4.1.0/gcc/c-common.c: In function `c_stddef_cpp_builtins':
../../gcc-4.1.0/gcc/c-common.c:4036: `TARGET_64BIT' undeclared (first use in
this function)
make[2]: *** [c-common.o] Error 1


-- 
           Summary: undeclared 64bit constants in c-common.c
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: multix at gmail dot com
 GCC build triplet: powerpc-ibm-aix4.2.1.0
  GCC host triplet: powerpc-ibm-aix4.2.1.0
GCC target triplet: powerpc-ibm-aix4.2.1.0


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug bootstrap/26545] undeclared 64bit constants in c-common.c
  2006-03-03 10:38 [Bug bootstrap/26545] New: undeclared 64bit constants in c-common.c multix at gmail dot com
@ 2006-03-03 13:51 ` pinskia at gcc dot gnu dot org
  2006-03-03 15:48 ` multix at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-03 13:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-03-03 13:51 -------
What version of awk do you have installed?


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug bootstrap/26545] undeclared 64bit constants in c-common.c
  2006-03-03 10:38 [Bug bootstrap/26545] New: undeclared 64bit constants in c-common.c multix at gmail dot com
  2006-03-03 13:51 ` [Bug bootstrap/26545] " pinskia at gcc dot gnu dot org
@ 2006-03-03 15:48 ` multix at gmail dot com
  2006-03-13  2:10 ` dje at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: multix at gmail dot com @ 2006-03-03 15:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from multix at gmail dot com  2006-03-03 15:48 -------
I have the AIX 4.2.1 awk in /usr/bin/awk


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug bootstrap/26545] undeclared 64bit constants in c-common.c
  2006-03-03 10:38 [Bug bootstrap/26545] New: undeclared 64bit constants in c-common.c multix at gmail dot com
  2006-03-03 13:51 ` [Bug bootstrap/26545] " pinskia at gcc dot gnu dot org
  2006-03-03 15:48 ` multix at gmail dot com
@ 2006-03-13  2:10 ` dje at gcc dot gnu dot org
  2006-05-09 17:09 ` dje at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dje at gcc dot gnu dot org @ 2006-03-13  2:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dje at gcc dot gnu dot org  2006-03-13 02:10 -------
AIX 4.2 configuration does not include aix64.opt to define 64BIT.


-- 

dje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-13 02:10:08
               date|                            |


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug bootstrap/26545] undeclared 64bit constants in c-common.c
  2006-03-03 10:38 [Bug bootstrap/26545] New: undeclared 64bit constants in c-common.c multix at gmail dot com
                   ` (2 preceding siblings ...)
  2006-03-13  2:10 ` dje at gcc dot gnu dot org
@ 2006-05-09 17:09 ` dje at gcc dot gnu dot org
  2006-05-09 17:15 ` dje at gcc dot gnu dot org
  2006-05-09 17:15 ` dje at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: dje at gcc dot gnu dot org @ 2006-05-09 17:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dje at gcc dot gnu dot org  2006-05-09 17:09 -------
Subject: Bug 26545

Author: dje
Date: Tue May  9 17:09:06 2006
New Revision: 113659

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113659
Log:
        PR target/26545
        * config/rs6000/aix41.h (TARGET_64BIT): Define.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/aix41.h


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug bootstrap/26545] undeclared 64bit constants in c-common.c
  2006-03-03 10:38 [Bug bootstrap/26545] New: undeclared 64bit constants in c-common.c multix at gmail dot com
                   ` (3 preceding siblings ...)
  2006-05-09 17:09 ` dje at gcc dot gnu dot org
@ 2006-05-09 17:15 ` dje at gcc dot gnu dot org
  2006-05-09 17:15 ` dje at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: dje at gcc dot gnu dot org @ 2006-05-09 17:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dje at gcc dot gnu dot org  2006-05-09 17:15 -------
Subject: Bug 26545

Author: dje
Date: Tue May  9 17:14:56 2006
New Revision: 113660

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113660
Log:
        PR target/26545
        * config/rs6000/aix41.h (TARGET_64BIT): Define.

Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/config/rs6000/aix41.h


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug bootstrap/26545] undeclared 64bit constants in c-common.c
  2006-03-03 10:38 [Bug bootstrap/26545] New: undeclared 64bit constants in c-common.c multix at gmail dot com
                   ` (4 preceding siblings ...)
  2006-05-09 17:15 ` dje at gcc dot gnu dot org
@ 2006-05-09 17:15 ` dje at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: dje at gcc dot gnu dot org @ 2006-05-09 17:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from dje at gcc dot gnu dot org  2006-05-09 17:15 -------
patch applied.


-- 

dje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.1


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-05-09 17:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-03 10:38 [Bug bootstrap/26545] New: undeclared 64bit constants in c-common.c multix at gmail dot com
2006-03-03 13:51 ` [Bug bootstrap/26545] " pinskia at gcc dot gnu dot org
2006-03-03 15:48 ` multix at gmail dot com
2006-03-13  2:10 ` dje at gcc dot gnu dot org
2006-05-09 17:09 ` dje at gcc dot gnu dot org
2006-05-09 17:15 ` dje at gcc dot gnu dot org
2006-05-09 17:15 ` dje at gcc dot gnu dot org

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).