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++/11530] [3.4 regression] unit-at-a-time: inline static function not emitted with -O3


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

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


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-15 22:14:02
               date|                            |
            Summary|inline static function not  |[3.4 regression] unit-at-a-
                   |emitted with -O3            |time: inline static function
                   |                            |not emitted with -O3


------- Additional Comments From bangerth at dealii dot org  2003-07-15 22:14 -------
Confirmed. It is a unit-at-a-time problem, since
if I specify -fno-unit-at-a-time, the problem goes away.

That also implies that it is not related to PR 10804 and PR 10384 that
seem to be similar, but predate unit-at-a-time (and don't benefit from
giving that flag).

W.


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