public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc++/37335]  New: Boostrap failed on obj-c++ "too many arguments to function 'build_array_ref'"
@ 2008-09-02 16:02 3dw4rd at verizon dot net
  2008-09-02 17:23 ` [Bug objc++/37335] " 3dw4rd at verizon dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: 3dw4rd at verizon dot net @ 2008-09-02 16:02 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1807 bytes --]

A bootstrap of the trunk failed at stage 2 with the following:

gcc/gcc/../include -I../../gcc/gcc/../libcpp/include -I/usr/local/include
-I/usr/local/include -I../../gcc/gcc/../libdecnumber
-I../../gcc/gcc/../libdecnumber/bid -I../libdecnumber
../../gcc/gcc/objc/objc-act.c -o objcp/objcp-act.o
../../gcc/gcc/objc/objc-act.c: In function ‘build_typed_selector_reference’:
../../gcc/gcc/objc/objc-act.c:2634: error: too many arguments to function
‘build_array_ref’
../../gcc/gcc/objc/objc-act.c: In function ‘build_selector_reference’:
../../gcc/gcc/objc/objc-act.c:2653: error: too many arguments to function
‘build_array_ref’
../../gcc/gcc/objc/objc-act.c:2667: error: too many arguments to function
‘build_array_ref’
../../gcc/gcc/objc/objc-act.c: In function ‘objc_substitute_decl’:
../../gcc/gcc/objc/objc-act.c:3053: error: too many arguments to function
‘build_array_ref’
make[3]: *** [objcp/objcp-act.o] Error 1
make[3]: Leaving directory `/home/ed/obj/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/home/ed/obj'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/ed/obj'
make: *** [bootstrap] Error 2


Revision 139866 introduced a new argument in objc_substitute_decl in objc-act.c


-- 
           Summary: Boostrap failed on obj-c++ "too many arguments to
                    function 'build_array_ref'"
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: objc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: 3dw4rd at verizon dot net
 GCC build triplet: x86_64-redhat-linux
  GCC host triplet: x86_64-redhat-linux
GCC target triplet: x86_64-redhat-linux


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


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

* [Bug objc++/37335] Boostrap failed on obj-c++ "too many arguments to function 'build_array_ref'"
  2008-09-02 16:02 [Bug objc++/37335] New: Boostrap failed on obj-c++ "too many arguments to function 'build_array_ref'" 3dw4rd at verizon dot net
@ 2008-09-02 17:23 ` 3dw4rd at verizon dot net
  2008-09-02 19:48   ` Sebastian Pop
  2008-09-02 19:49 ` sebpop at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: 3dw4rd at verizon dot net @ 2008-09-02 17:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from 3dw4rd at verizon dot net  2008-09-02 17:22 -------
Graphite just went it.

I might just wait till the turbulence dies down and try again.


-- 


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


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

* Re: [Bug objc++/37335] Boostrap failed on obj-c++ "too many arguments to function 'build_array_ref'"
  2008-09-02 17:23 ` [Bug objc++/37335] " 3dw4rd at verizon dot net
@ 2008-09-02 19:48   ` Sebastian Pop
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pop @ 2008-09-02 19:48 UTC (permalink / raw)
  To: gcc-bugzilla; +Cc: gcc-bugs

On Tue, Sep 2, 2008 at 12:22 PM, 3dw4rd at verizon dot net
<gcc-bugzilla@gcc.gnu.org> wrote:
> Graphite just went it.
>
> I might just wait till the turbulence dies down and try again.

This should be another problem:
graphite has not touched the code of build_array_ref,
nor the code of gcc/objc/objc-act.c

Sebastian


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

* [Bug objc++/37335] Boostrap failed on obj-c++ "too many arguments to function 'build_array_ref'"
  2008-09-02 16:02 [Bug objc++/37335] New: Boostrap failed on obj-c++ "too many arguments to function 'build_array_ref'" 3dw4rd at verizon dot net
  2008-09-02 17:23 ` [Bug objc++/37335] " 3dw4rd at verizon dot net
@ 2008-09-02 19:49 ` sebpop at gmail dot com
  2008-09-02 20:02 ` [Bug objc++/37335] [4.4 Regression] " pinskia at gcc dot gnu dot org
  2008-09-04  1:45 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: sebpop at gmail dot com @ 2008-09-02 19:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sebpop at gmail dot com  2008-09-02 19:48 -------
Subject: Re:  Boostrap failed on obj-c++ "too many arguments to function
'build_array_ref'"

On Tue, Sep 2, 2008 at 12:22 PM, 3dw4rd at verizon dot net
<gcc-bugzilla@gcc.gnu.org> wrote:
> Graphite just went it.
>
> I might just wait till the turbulence dies down and try again.

This should be another problem:
graphite has not touched the code of build_array_ref,
nor the code of gcc/objc/objc-act.c

Sebastian


-- 


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


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

* [Bug objc++/37335] [4.4 Regression] Boostrap failed on obj-c++ "too many arguments to function 'build_array_ref'"
  2008-09-02 16:02 [Bug objc++/37335] New: Boostrap failed on obj-c++ "too many arguments to function 'build_array_ref'" 3dw4rd at verizon dot net
  2008-09-02 17:23 ` [Bug objc++/37335] " 3dw4rd at verizon dot net
  2008-09-02 19:49 ` sebpop at gmail dot com
@ 2008-09-02 20:02 ` pinskia at gcc dot gnu dot org
  2008-09-04  1:45 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-02 20:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-09-02 20:01 -------
See http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00042.html .


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldyh at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2008-09-02 20:01:11
               date|                            |
            Summary|Boostrap failed on obj-c++  |[4.4 Regression] Boostrap
                   |"too many arguments to      |failed on obj-c++ "too many
                   |function 'build_array_ref'" |arguments to function
                   |                            |'build_array_ref'"
   Target Milestone|---                         |4.4.0


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


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

* [Bug objc++/37335] [4.4 Regression] Boostrap failed on obj-c++ "too many arguments to function 'build_array_ref'"
  2008-09-02 16:02 [Bug objc++/37335] New: Boostrap failed on obj-c++ "too many arguments to function 'build_array_ref'" 3dw4rd at verizon dot net
                   ` (2 preceding siblings ...)
  2008-09-02 20:02 ` [Bug objc++/37335] [4.4 Regression] " pinskia at gcc dot gnu dot org
@ 2008-09-04  1:45 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-04  1:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2008-09-04 01:44 -------
Fixed by:


        * diagnostic.c (error_at): New.
        * toplev.h (error_at): New prototype.
        * c-typeck.c (build_array_ref): Call error_at instead of error.
        Pass location to pedwarn.
cp/
        * typeck.c (build_array_ref): Use new location argument.
        * class.c (build_vtbl_ref_1): Pass location to build_array_ref.
        * call.c (build_new_op): Same.
        * decl2.c (grok_array_decl): Same.
        * cp-tree.h (build_array_ref): Add location argument to prototype.
http://gcc.gnu.org/ml/gcc-cvs/2008-09/msg00082.html


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2008-09-04  1:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-02 16:02 [Bug objc++/37335] New: Boostrap failed on obj-c++ "too many arguments to function 'build_array_ref'" 3dw4rd at verizon dot net
2008-09-02 17:23 ` [Bug objc++/37335] " 3dw4rd at verizon dot net
2008-09-02 19:48   ` Sebastian Pop
2008-09-02 19:49 ` sebpop at gmail dot com
2008-09-02 20:02 ` [Bug objc++/37335] [4.4 Regression] " pinskia at gcc dot gnu dot org
2008-09-04  1:45 ` pinskia 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).