public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/50048] New: "cc1: note: obsolete option -I- used, please use -iquote instead" during bootstrap
@ 2011-08-11 18:56 ludovic@ludovic-brenta.org
  2012-06-21 19:16 ` [Bug ada/50048] " nightstrike at gmail dot com
  0 siblings, 1 reply; 2+ messages in thread
From: ludovic@ludovic-brenta.org @ 2011-08-11 18:56 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50048
           Summary: "cc1: note: obsolete option -I- used, please use
                    -iquote instead" during bootstrap
    Classification: Unclassified
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ludovic@ludovic-brenta.org
              Host: i386-linux-gnu
            Target: i386-linux-gnu
             Build: i386-linux-gnu


During bootstrapping with ada enabled, I get this message multiple times:

cc1: note: obsolete option -I- used, please use -iquote instead

because of line 250 in gcc/ada/gcc-interface/Makefile.in.

Recent changes in the glibc header files have caused GCC to fail to bootstrap
on i386; see http://bugs.debian.org/637418.  Replacing -I- with -iquote as
suggested fixes this.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug ada/50048] "cc1: note: obsolete option -I- used, please use -iquote instead" during bootstrap
  2011-08-11 18:56 [Bug ada/50048] New: "cc1: note: obsolete option -I- used, please use -iquote instead" during bootstrap ludovic@ludovic-brenta.org
@ 2012-06-21 19:16 ` nightstrike at gmail dot com
  0 siblings, 0 replies; 2+ messages in thread
From: nightstrike at gmail dot com @ 2012-06-21 19:16 UTC (permalink / raw)
  To: gcc-bugs

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

nightstrike <nightstrike at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nightstrike at gmail dot
                   |                            |com

--- Comment #1 from nightstrike <nightstrike at gmail dot com> 2012-06-21 19:16:14 UTC ---
This is still a problem for 4.8.0.  Offending lines are around line 270:


# Specify the directories to be searched for header files.
# Both . and srcdir are used, in that order,
# so that tm.h and config.h will be found in the compilation
# subdirectory rather than in the source directory.
INCLUDES = -I- -I. -I.. -I$(srcdir)/ada -I$(srcdir) -I$(srcdir)/../include

ADA_INCLUDES = -I- -I. -I$(srcdir)/ada


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-21 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-11 18:56 [Bug ada/50048] New: "cc1: note: obsolete option -I- used, please use -iquote instead" during bootstrap ludovic@ludovic-brenta.org
2012-06-21 19:16 ` [Bug ada/50048] " nightstrike at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).