This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49743] -g enables var_tracking on -O0 - causes long compilations
- From: "nenadv at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 16 Jul 2011 01:07:13 +0000
- Subject: [Bug target/49743] -g enables var_tracking on -O0 - causes long compilations
- Auto-submitted: auto-generated
- References: <bug-49743-4@http.gcc.gnu.org/bugzilla/>
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