public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/20007] New: error: too many arguments to function `find_basic_blocks
@ 2005-02-16 18:47 corsepiu at gcc dot gnu dot org
  2005-02-16 18:50 ` [Bug target/20007] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-02-16 18:47 UTC (permalink / raw)
  To: gcc-bugs

# gcc -c   -g -O2  -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fno-common  
-DHAVE_CONFIG_H    -I. -I. -I../../gcc-4.0.0/gcc -I../../gcc-4.0.0/gcc/.
-I../../gcc-4.0.0/gcc/../include -I../../gcc-4.0.0/gcc/../libcpp/include  \
        ../../gcc-4.0.0/gcc/config/sh/sh.c -o sh.o
../../gcc-4.0.0/gcc/config/sh/sh.c: In function `sh_output_mi_thunk':
../../gcc-4.0.0/gcc/config/sh/sh.c:9858: error: too many arguments to function
`find_basic_blocks'
make[1]: *** [sh.o] Error 1
make[1]: Leaving directory
`/users/rtems/src/rpms/BUILD/rtems-4.7-sh-rtems4.7-gcc-newlib-gcc4.0.0newlib1.13.0/build/gcc'
make: *** [all-gcc] Error 2

Presumable trigger of this breakdown is this patch:

2005-02-14  Kazu Hirata  <kazu@cs.umass.edu>

        * basic-block.h: Adjust the prototype for find_basic_blocks.

-- 
           Summary: error: too many arguments to function `find_basic_blocks
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: corsepiu at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,kazu at cs dot umass dot
                    edu
GCC target triplet: sh-*


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


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

* [Bug target/20007] error: too many arguments to function `find_basic_blocks
  2005-02-16 18:47 [Bug target/20007] New: error: too many arguments to function `find_basic_blocks corsepiu at gcc dot gnu dot org
@ 2005-02-16 18:50 ` pinskia at gcc dot gnu dot org
  2005-02-16 18:52 ` [Bug target/20007] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-16 18:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


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


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

* [Bug target/20007] [4.0 Regression] error: too many arguments to function `find_basic_blocks
  2005-02-16 18:47 [Bug target/20007] New: error: too many arguments to function `find_basic_blocks corsepiu at gcc dot gnu dot org
  2005-02-16 18:50 ` [Bug target/20007] " pinskia at gcc dot gnu dot org
@ 2005-02-16 18:52 ` pinskia at gcc dot gnu dot org
  2005-02-16 19:05 ` kazu at cs dot umass dot edu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-16 18:52 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|error: too many arguments to|[4.0 Regression] error: too
                   |function `find_basic_blocks |many arguments to function
                   |                            |`find_basic_blocks


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


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

* [Bug target/20007] [4.0 Regression] error: too many arguments to function `find_basic_blocks
  2005-02-16 18:47 [Bug target/20007] New: error: too many arguments to function `find_basic_blocks corsepiu at gcc dot gnu dot org
  2005-02-16 18:50 ` [Bug target/20007] " pinskia at gcc dot gnu dot org
  2005-02-16 18:52 ` [Bug target/20007] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2005-02-16 19:05 ` kazu at cs dot umass dot edu
  2005-02-16 19:21 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kazu at cs dot umass dot edu @ 2005-02-16 19:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2005-02-16 14:56 -------
Confirmed.

ip2k seems to have the same problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |kazu at cs dot umass dot edu
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug target/20007] [4.0 Regression] error: too many arguments to function `find_basic_blocks
  2005-02-16 18:47 [Bug target/20007] New: error: too many arguments to function `find_basic_blocks corsepiu at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-02-16 19:05 ` kazu at cs dot umass dot edu
@ 2005-02-16 19:21 ` cvs-commit at gcc dot gnu dot org
  2005-02-16 19:21 ` kazu at cs dot umass dot edu
  2005-02-16 19:27 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-16 19:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 15:30 -------
Subject: Bug 20007

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	kazu@gcc.gnu.org	2005-02-16 15:30:27

Modified files:
	gcc            : ChangeLog 
	gcc/config/ip2k: ip2k.c 
	gcc/config/sh  : sh.c 

Log message:
	PR target/20007
	* config/ip2k/ip2k.c (ip2k_reorg): Adjust calls to
	find_basic_blocks.
	* config/sh/sh.c (sh_output_mi_thunk): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7492&r2=2.7493
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ip2k/ip2k.c.diff?cvsroot=gcc&r1=1.42&r2=1.43
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.c.diff?cvsroot=gcc&r1=1.317&r2=1.318



-- 


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


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

* [Bug target/20007] [4.0 Regression] error: too many arguments to function `find_basic_blocks
  2005-02-16 18:47 [Bug target/20007] New: error: too many arguments to function `find_basic_blocks corsepiu at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-02-16 19:21 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-16 19:21 ` kazu at cs dot umass dot edu
  2005-02-16 19:27 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: kazu at cs dot umass dot edu @ 2005-02-16 19:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2005-02-16 15:32 -------
Fixed.


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


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


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

* [Bug target/20007] [4.0 Regression] error: too many arguments to function `find_basic_blocks
  2005-02-16 18:47 [Bug target/20007] New: error: too many arguments to function `find_basic_blocks corsepiu at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-02-16 19:21 ` kazu at cs dot umass dot edu
@ 2005-02-16 19:27 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-16 19:27 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-02-16 15:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-16 18:47 [Bug target/20007] New: error: too many arguments to function `find_basic_blocks corsepiu at gcc dot gnu dot org
2005-02-16 18:50 ` [Bug target/20007] " pinskia at gcc dot gnu dot org
2005-02-16 18:52 ` [Bug target/20007] [4.0 Regression] " pinskia at gcc dot gnu dot org
2005-02-16 19:05 ` kazu at cs dot umass dot edu
2005-02-16 19:21 ` cvs-commit at gcc dot gnu dot org
2005-02-16 19:21 ` kazu at cs dot umass dot edu
2005-02-16 19:27 ` 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).