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 target/49743] -g enables var_tracking on -O0 - causes long compilations


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

--- Comment #2 from nenadv at gcc dot gnu.org 2011-07-16 01:06:53 UTC ---
Author: nenadv
Date: Sat Jul 16 01:06:51 2011
New Revision: 176348

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176348
Log:
2011-07-15  Nenad Vukicevic <nenad@intrepid.com>

        * config/darwin.c: Disable var_tracking option
          on -O0 as it is supposed to run only when optimization
          is applied. See GCC bug 49743. 'upcfish' test was
          taking to long to compile.

Modified:
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/config/darwin.c


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