public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "arekm at maven dot pl" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/63656] a-tags.adb:82:04: warning: types for unchecked conversion have different sizes
Date: Sat, 01 Nov 2014 18:24:00 -0000	[thread overview]
Message-ID: <bug-63656-4-qZ3nNUaNmI@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-63656-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63656

--- Comment #2 from Arkadiusz Miskiewicz <arekm at maven dot pl> ---

Hm, isn't it already selected properly?

--- gcc-4.9.2/gcc/ada/gcc-interface/Makefile.in~        2014-11-01
15:07:27.000000000 +0100
+++ gcc-4.9.2/gcc/ada/gcc-interface/Makefile.in 2014-11-01 15:11:17.921591578
+0100
@@ -349,12 +349,18 @@
 # picks up the right files. For a given target this must be coherent
 # with MULTILIB_DIRNAMES defined in gcc/config/target/t-*.

+$(warning XXX PRE ENTERED)
 ifeq ($(strip $(filter-out %x86_64, $(target_cpu))),)
+  $(warning XXX ENTERED)
   ifeq ($(strip $(MULTISUBDIR)),/32)
     target_cpu:=i686
+    $(warning XXX TARGET CPU i686)
   else
     ifeq ($(strip $(MULTISUBDIR)),/x32)
       target_cpu:=x32
+      $(warning XXX TARGET CPU x32)
+    else
+      $(warning XXX TARGET CPU NONE)
     endif
   endif
 endif

and while building:
../gcc-interface/Makefile:352: XXX PRE ENTERED
../gcc-interface/Makefile:354: XXX ENTERED
../gcc-interface/Makefile:357: XXX TARGET CPU i686

a bit more of log:
http://ixion.pld-linux.org/~arekm/gcc-ada-log1.txt
and full log:
http://ixion.pld-linux.org/~arekm/gcc-ada-log-long.txt


  parent reply	other threads:[~2014-11-01 18:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-27 11:10 [Bug ada/63656] New: " arekm at maven dot pl
2014-10-31 11:55 ` [Bug ada/63656] " ebotcazou at gcc dot gnu.org
2014-11-01 18:24 ` arekm at maven dot pl [this message]
2014-11-03  0:22 ` ebotcazou 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-63656-4-qZ3nNUaNmI@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).