public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/45298]  New: GNATMake fails with multiple, equal -mcpu options
@ 2010-08-16 13:42 michael dot gurlitz at gmail dot com
  2010-08-16 13:44 ` [Bug ada/45298] " michael dot gurlitz at gmail dot com
  2010-08-16 14:05 ` michael dot gurlitz at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: michael dot gurlitz at gmail dot com @ 2010-08-16 13:42 UTC (permalink / raw)
  To: gcc-bugs

Passing a -mcpu=xxx option after a regular argument (a filename), when an
equivalent -mcpu=xxx option was specified earlier, causes gnatmake to fail:

$ gnatmake -mcpu=7400 hello -o hello.exe -bargs -mcpu=7400 rtems_init.o
Exception name: SYSTEM.ASSERTIONS.ASSERT_FAILURE
Message: make.adb:7473

gnatmake: INTERNAL ERROR. Please report.

$ powerpc-rtems4.11-gnatmake -mcpu=7400 hello -o hello.exe -bargs -mcpu=7400
rtems_init.o
Exception name: SYSTEM.ASSERTIONS.ASSERT_FAILURE
Message: make.adb:7473

gnatmake: INTERNAL ERROR. Please report.

Removing either -mcpu=7400 option allows for compilation, and the resulting
executable works. I found this bug when compiling an RTEMS sample program which
for some reason specified many arguments twice (-bargs, -D__ppc_generic, etc.).
However, I believe that issue was related to my environment at the time, since
I haven't been able to recreate it.


-- 
           Summary: GNATMake fails with multiple, equal -mcpu options
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot gurlitz at gmail dot com
 GCC build triplet: i386-pc-solaris2.10
  GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10, powerpc-rtems4.11


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


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

end of thread, other threads:[~2010-08-16 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-16 13:42 [Bug ada/45298] New: GNATMake fails with multiple, equal -mcpu options michael dot gurlitz at gmail dot com
2010-08-16 13:44 ` [Bug ada/45298] " michael dot gurlitz at gmail dot com
2010-08-16 14:05 ` michael dot gurlitz 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).