[Bug bootstrap/54353] New: bootstrap-debug-ckovw bootstrap fails because of -fcompare-debug-not-overridden

2012-08-22 Thread edo88 at email dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54353

 Bug #: 54353
   Summary: bootstrap-debug-ckovw bootstrap fails because of
-fcompare-debug-not-overridden
Classification: Unclassified
   Product: gcc
   Version: unknown
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: bootstrap
AssignedTo: unassig...@gcc.gnu.org
ReportedBy: ed...@email.it


I tried to bootstrap with GCC 4.7 branch with the options indicated below, but
it fails when it configures the 2nd stage for libgcc. I don't have the
config.log but it says as error:

error: unrecognised command line option ‘-fcompare-debug-not-overridden’

configuration:

../gccsrc/configure --enable-languages=c,c++ --prefix=$HOME/buildgcc
--program-suffix=-4.7-svn --with-build-config='bootstrap-debug-lean
bootstrap-debug-lib bootstrap-debug-ckovw'

probably the fault is the gccsrc/config/bootstrap-debug-ckovw.mk file:

FORCE_COMPARE_DEBUG = \
GCC_COMPARE_DEBUG=$${GCC_COMPARE_DEBUG--fcompare-debug-not-overridden}; \
export GCC_COMPARE_DEBUG;
POSTSTAGE1_HOST_EXPORTS += $(FORCE_COMPARE_DEBUG)
BASE_TARGET_EXPORTS += $(FORCE_COMPARE_DEBUG)

I can't verify this for the other versions.

From what I heard in chat it seems that option was never tested it in these
years.


[Bug tree-optimization/32089] Winline reports bogus warning

2012-07-13 Thread edo88 at email dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32089

Edward-san edo88 at email dot it changed:

   What|Removed |Added

 CC||edo88 at email dot it

--- Comment #9 from Edward-san edo88 at email dot it 2012-07-13 17:08:54 UTC 
---
Is this: http://gcc.gnu.org/ml/gcc-help/2012-07/msg00029.html
related to this bug?