This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/12236] [3.3/3.4 Regression] regparm and fastcall messes up parameters


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

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


janis187 at us dot ibm dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsm28 at gcc dot gnu dot org


------- Additional Comments From janis187 at us dot ibm dot com  2003-09-15 23:05 -------
The regression in PR 12236 was introduced or exposed with this patch:

  http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00774.html

--- gcc/gcc/ChangeLog ---

2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>

        Table-driven attributes.
        * c-decl.c, config/alpha/alpha.c, config/arc/arc.c,
        [lots more]

--- gcc/gcc/cp/ChangeLog ---

2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>

        Table-driven attributes.
        * decl.c: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
        [lots more]

The regression hunt took place on i686-pc-linux-gnu using the test
case from comment #1, which was linked and run with a comparison of
the output against expected output.

NOTE: This patch was added at 2001-09-21 01:26:54 UTC; until 07:17:49
that day, cc1plus could only be built with GCC 3.x.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]