public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rainer@emrich-ebersheim.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/65540] New: [5 Regression] GNAT BUG in s-fatllf.ads
Date: Tue, 24 Mar 2015 13:45:00 -0000	[thread overview]
Message-ID: <bug-65540-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 65540
           Summary: [5 Regression] GNAT BUG in s-fatllf.ads
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rainer@emrich-ebersheim.de

Created attachment 35125
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35125&action=edit
ada sources

That's a regression in gcc 5. Used to work at least until end of October last
year. Looks like an issue in s-fatgen.adb which was last changed in January.

/opt/devel/SCRATCH/tmp.yzRIgp5nEc/gcc-5.0.0/gcc-5.0.0/./gcc/xgcc
-B/opt/devel/SCRATCH/tmp.yzRIgp5nEc/gcc-5.0.0/gcc-5.0.0/./gcc/
-L/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/x86_64-w64-mingw32/lib
-L/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/mingw/lib
-isystem
/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/x86_64-w64-mingw32/include
-isystem
/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/mingw/include
-B/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/x86_64-w64-mingw32/bin/
-B/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/x86_64-w64-mingw32/lib/
-isystem
/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/x86_64-w64-mingw32/include
-isystem
/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/x86_64-w64-mingw32/sys-include
   -c -g -O2    -W -Wall -gnatpg -nostdinc   s-fatllf.ads -o s-fatllf.o
+===========================GNAT BUG DETECTED==============================+
| 5.0.0 20150323 (experimental) [trunk revision 221607] (x86_64-w64-mingw32)
GCC error:|
| in expand_expr_addr_expr_1, at expr.c:7761                               |
| Error detected around s-fatgen.adb:363:4                                 |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Use a subject line meaningful to you and us to track the bug.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact command that you entered.                              |
| Also include sources listed below.                                       |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
Consider also -gnatd.n switch (see debug.adb).

system.ads
s-fatllf.ads
s-fatgen.ads
s-fatgen.adb
ada.ads
a-unccon.ads
s-unstyp.ads


raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:423
../gcc-interface/Makefile:311: recipe for target 's-fatllf.o' failed
make[6]: *** [s-fatllf.o] Error 1
make[6]: Leaving directory
'/opt/devel/SCRATCH/tmp.yzRIgp5nEc/gcc-5.0.0/gcc-5.0.0/gcc/ada/rts'
gcc-interface/Makefile:2730: recipe for target 'gnatlib' failed
make[5]: *** [gnatlib] Error 2
make[5]: Leaving directory
'/opt/devel/SCRATCH/tmp.yzRIgp5nEc/gcc-5.0.0/gcc-5.0.0/gcc/ada'
gcc-interface/Makefile:2838: recipe for target 'gnatlib-shared-win32' failed
make[4]: *** [gnatlib-shared-win32] Error 2
make[4]: Leaving directory
'/opt/devel/SCRATCH/tmp.yzRIgp5nEc/gcc-5.0.0/gcc-5.0.0/gcc/ada'
gcc-interface/Makefile:2891: recipe for target 'gnatlib-shared' failed
make[3]: *** [gnatlib-shared] Error 2
make[3]: Leaving directory
'/opt/devel/SCRATCH/tmp.yzRIgp5nEc/gcc-5.0.0/gcc-5.0.0/gcc/ada'
Makefile:113: recipe for target 'gnatlib-shared' failed
make[2]: *** [gnatlib-shared] Error 2
make[2]: Leaving directory
'/opt/devel/SCRATCH/tmp.yzRIgp5nEc/gcc-5.0.0/gcc-5.0.0/x86_64-w64-mingw32/libada'
Makefile:18738: recipe for target 'all-target-libada' failed


             reply	other threads:[~2015-03-24 13:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-24 13:45 rainer@emrich-ebersheim.de [this message]
2015-03-28 14:23 ` [Bug ada/65540] [5 Regression] internal error on s-fatllf.ads at -O2 ebotcazou at gcc dot gnu.org
2015-03-28 14:26 ` ebotcazou at gcc dot gnu.org
2015-03-30 14:55 ` [Bug ipa/65540] " ebotcazou at gcc dot gnu.org
2015-03-31  8:30 ` ebotcazou at gcc dot gnu.org
2015-03-31  8:31 ` ebotcazou at gcc dot gnu.org
2015-03-31 13:11 ` rguenth at gcc dot gnu.org
2015-03-31 16:07 ` marxin at gcc dot gnu.org
2015-03-31 16:22 ` ebotcazou at gcc dot gnu.org
2015-04-01  2:58 ` hubicka at gcc dot gnu.org
2015-04-01  3:29 ` hubicka at gcc dot gnu.org
2015-04-02 16:31 ` hubicka at gcc dot gnu.org
2015-04-07 14:22 ` steven at gcc dot gnu.org
2015-04-07 21:02 ` hubicka at gcc dot gnu.org
2015-04-07 21:02 ` hubicka 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-65540-4@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).