public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/8028] GCC 3.x __builtin_apply() passes wrong arguments
       [not found] <20020924193601.8028.gcczilla@achurch.org>
@ 2003-06-30  2:50 ` gcczilla at achurch dot org
  2003-08-11 12:22 ` [Bug target/8028] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: gcczilla at achurch dot org @ 2003-06-30  2:50 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From gcczilla at achurch dot org  2003-06-30 02:50 -------
It looks like the E-mail addresses were successfully changed, thanks.


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

* [Bug target/8028] [3.3/3.4 Regression] GCC 3.x __builtin_apply() passes wrong arguments
       [not found] <20020924193601.8028.gcczilla@achurch.org>
  2003-06-30  2:50 ` [Bug c/8028] GCC 3.x __builtin_apply() passes wrong arguments gcczilla at achurch dot org
@ 2003-08-11 12:22 ` pinskia at gcc dot gnu dot org
  2003-10-16  2:37 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-11 12:22 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
           Priority|P3                          |P1
            Summary|GCC 3.x __builtin_apply()   |[3.3/3.4 Regression] GCC 3.x
                   |passes wrong arguments      |__builtin_apply() passes
                   |                            |wrong arguments
   Target Milestone|---                         |3.3.2


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-11 12:22 -------
Should have been marked as a regression. 
Here is a better example:
int foo(int n)
{
    return n;
}

int bar(int n)
{
    return n+1;
}

int quux(int n)
{
    foo(0);
    __builtin_return(__builtin_apply((void *)bar, __builtin_apply_args(), 64));
}

int main(int argc, char **argv)
{
    if (quux(1)!=2)
        abort();
}


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

* [Bug target/8028] [3.3/3.4 Regression] GCC 3.x __builtin_apply() passes wrong arguments
       [not found] <20020924193601.8028.gcczilla@achurch.org>
  2003-06-30  2:50 ` [Bug c/8028] GCC 3.x __builtin_apply() passes wrong arguments gcczilla at achurch dot org
  2003-08-11 12:22 ` [Bug target/8028] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2003-10-16  2:37 ` mmitchel at gcc dot gnu dot org
  2003-10-28  9:35 ` ebotcazou at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-10-16  2:37 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.2                       |3.3.3


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-10-16 02:37 -------
Postponed until GCC 3.3.3.


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

* [Bug target/8028] [3.3/3.4 Regression] GCC 3.x __builtin_apply() passes wrong arguments
       [not found] <20020924193601.8028.gcczilla@achurch.org>
                   ` (2 preceding siblings ...)
  2003-10-16  2:37 ` mmitchel at gcc dot gnu dot org
@ 2003-10-28  9:35 ` ebotcazou at gcc dot gnu dot org
  2003-10-28  9:42 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-10-28  9:35 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-05-31 18:49:42         |2003-10-28 09:29:04
               date|                            |


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-10-28 09:29 -------
Correction: the testcase passes with GCC 3.0.4 but fails starting with GCC 3.1.x
up to GCC 3.4 20031025 (experimental).

It doesn't fail with -mcpu=i586 (i686 is an ACCUMULATE_OUTGOING_ARGS target,
i586 is not).


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

* [Bug target/8028] [3.3/3.4 Regression] GCC 3.x __builtin_apply() passes wrong arguments
       [not found] <20020924193601.8028.gcczilla@achurch.org>
                   ` (3 preceding siblings ...)
  2003-10-28  9:35 ` ebotcazou at gcc dot gnu dot org
@ 2003-10-28  9:42 ` ebotcazou at gcc dot gnu dot org
  2003-11-24  6:25 ` [Bug middle-end/8028] [3.3/3.4 Regression] " ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-10-28  9:42 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ebotcazou at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-10-28 09:35 -------
I'm already in this business :-)


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

* [Bug middle-end/8028] [3.3/3.4 Regression] __builtin_apply() passes wrong arguments
       [not found] <20020924193601.8028.gcczilla@achurch.org>
                   ` (4 preceding siblings ...)
  2003-10-28  9:42 ` ebotcazou at gcc dot gnu dot org
@ 2003-11-24  6:25 ` ebotcazou at gcc dot gnu dot org
  2003-11-27  6:20 ` ebotcazou at gcc dot gnu dot org
  2004-05-12 21:58 ` gcczilla at achurch dot org
  7 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-11-24  6:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |middle-end
            Summary|[3.3/3.4 Regression] GCC 3.x|[3.3/3.4 Regression]
                   |__builtin_apply() passes    |__builtin_apply() passes
                   |wrong arguments             |wrong arguments
   Target Milestone|3.3.3                       |3.4


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


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

* [Bug middle-end/8028] [3.3/3.4 Regression] __builtin_apply() passes wrong arguments
       [not found] <20020924193601.8028.gcczilla@achurch.org>
                   ` (5 preceding siblings ...)
  2003-11-24  6:25 ` [Bug middle-end/8028] [3.3/3.4 Regression] " ebotcazou at gcc dot gnu dot org
@ 2003-11-27  6:20 ` ebotcazou at gcc dot gnu dot org
  2004-05-12 21:58 ` gcczilla at achurch dot org
  7 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-11-27  6:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-11-27 06:20 -------
See http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00897.html


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
           Priority|P1                          |P2
         Resolution|                            |FIXED


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


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

* [Bug middle-end/8028] [3.3/3.4 Regression] __builtin_apply() passes wrong arguments
       [not found] <20020924193601.8028.gcczilla@achurch.org>
                   ` (6 preceding siblings ...)
  2003-11-27  6:20 ` ebotcazou at gcc dot gnu dot org
@ 2004-05-12 21:58 ` gcczilla at achurch dot org
  7 siblings, 0 replies; 8+ messages in thread
From: gcczilla at achurch dot org @ 2004-05-12 21:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gcczilla at achurch dot org  2004-05-12 09:47 -------
Confirmed that CVS works correctly.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED


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


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

end of thread, other threads:[~2004-05-12  9:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020924193601.8028.gcczilla@achurch.org>
2003-06-30  2:50 ` [Bug c/8028] GCC 3.x __builtin_apply() passes wrong arguments gcczilla at achurch dot org
2003-08-11 12:22 ` [Bug target/8028] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
2003-10-16  2:37 ` mmitchel at gcc dot gnu dot org
2003-10-28  9:35 ` ebotcazou at gcc dot gnu dot org
2003-10-28  9:42 ` ebotcazou at gcc dot gnu dot org
2003-11-24  6:25 ` [Bug middle-end/8028] [3.3/3.4 Regression] " ebotcazou at gcc dot gnu dot org
2003-11-27  6:20 ` ebotcazou at gcc dot gnu dot org
2004-05-12 21:58 ` gcczilla at achurch 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).