public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "amylaar at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/46621] gimple.h includes tm.h
Date: Wed, 24 Nov 2010 10:32:00 -0000	[thread overview]
Message-ID: <bug-46621-4-4FMB3wKQsf@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-46621-4@http.gcc.gnu.org/bugzilla/>

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

Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |46495

--- Comment #1 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-24 09:14:22 UTC ---
If target.h and function.h are fixed not to include tm.h, but gimple.h
continues to include tm.h, ppc-elf build of ipa-split.o breaks, because tm.h
ends up being included after function.h, and rs6000.h declares a variable
called frame_pointer_needed.
With the frame_pointer_needed macro from tm.h defined, this causes a syntax
error.

Fixing gimple.h (removing tm.h and hard-reg-set.h includes) first tests out OK.


  reply	other threads:[~2010-11-24  9:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-23 16:55 [Bug tree-optimization/46621] New: " amylaar at gcc dot gnu.org
2010-11-24 10:32 ` amylaar at gcc dot gnu.org [this message]
2010-11-29  2:53 ` [Bug tree-optimization/46621] " amylaar at gcc dot gnu.org
2011-06-25 14:41 ` amylaar at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-46621-4-4FMB3wKQsf@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).