public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/46738] New: microblaze ada --enable-werror-always build fails
@ 2010-12-01  2:21 amylaar at gcc dot gnu.org
  2010-12-01 10:24 ` [Bug ada/46738] " laurent at guerby dot net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-12-01  2:21 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: microblaze ada --enable-werror-always build fails
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: amylaar@gcc.gnu.org
            Blocks: 44756
            Target: microblaze-elf
             Build: build


../../../gcc/gcc/ada/gcc-interface/trans.c: In function ‘gigi’:
../../../gcc/gcc/ada/gcc-interface/trans.c:596:5: error: implicit declaration
of function ‘microblaze_asm_output_ident’
[-Werror=implicit-function-declaration]


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

* [Bug ada/46738] microblaze ada --enable-werror-always build fails
  2010-12-01  2:21 [Bug ada/46738] New: microblaze ada --enable-werror-always build fails amylaar at gcc dot gnu.org
@ 2010-12-01 10:24 ` laurent at guerby dot net
  2010-12-06 16:46 ` amylaar at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: laurent at guerby dot net @ 2010-12-01 10:24 UTC (permalink / raw)
  To: gcc-bugs

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

Laurent GUERBY <laurent at guerby dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laurent at guerby dot net

--- Comment #1 from Laurent GUERBY <laurent at guerby dot net> 2010-12-01 10:23:57 UTC ---
Probably a missing #include "tm_p.h" or something like that again ...


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

* [Bug ada/46738] microblaze ada --enable-werror-always build fails
  2010-12-01  2:21 [Bug ada/46738] New: microblaze ada --enable-werror-always build fails amylaar at gcc dot gnu.org
  2010-12-01 10:24 ` [Bug ada/46738] " laurent at guerby dot net
@ 2010-12-06 16:46 ` amylaar at gcc dot gnu.org
  2010-12-27 11:08 ` amylaar at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-12-06 16:46 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, patch

--- Comment #2 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-12-06 16:46:33 UTC ---
The patch is here:
http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00128.html


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

* [Bug ada/46738] microblaze ada --enable-werror-always build fails
  2010-12-01  2:21 [Bug ada/46738] New: microblaze ada --enable-werror-always build fails amylaar at gcc dot gnu.org
  2010-12-01 10:24 ` [Bug ada/46738] " laurent at guerby dot net
  2010-12-06 16:46 ` amylaar at gcc dot gnu.org
@ 2010-12-27 11:08 ` amylaar at gcc dot gnu.org
  2012-03-05 22:24 ` amylaar at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-12-27 11:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-12-27 11:08:40 UTC ---
Author: amylaar
Date: Mon Dec 27 11:08:37 2010
New Revision: 168266

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168266
Log:
        PR ada/46738
        http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00128.html
gcc:
        * targhooks.c (legacy_asm_output_ident): New function.
        * targhooks.h (legacy_asm_output_ident): Declare.
        * target.def (asm_out): New hook output_ident.
        * doc/tm.texi.in (TARGET_ASM_OUTPUT_IDENT): Indicate place for new
        hook.
        * doc/tm.texi: Regenerate.
gcc/c-family:
        * c-lex.c (cb_ident): Use targetm.asm_out.output_ident.
gcc/ada:
        * gcc-interface/Make-lang.in (ada/trans.o): Depend on $(TARGET_H).
        * gcc-interface/trans.c: Include target.h .
        (gigi): Use targetm.asm_out.output_ident .

Added:
    branches/pr46489-20101227-branch/ChangeLog.46489
    branches/pr46489-20101227-branch/gcc/ChangeLog.46489
      - copied unchanged from r167975,
branches/pr46489-20101217-branch/gcc/ChangeLog.46489
Modified:
    branches/pr46489-20101227-branch/gcc/   (props changed)
    branches/pr46489-20101227-branch/gcc/ada/gcc-interface/Make-lang.in
    branches/pr46489-20101227-branch/gcc/ada/gcc-interface/trans.c
    branches/pr46489-20101227-branch/gcc/c-family/c-lex.c
    branches/pr46489-20101227-branch/gcc/doc/tm.texi
    branches/pr46489-20101227-branch/gcc/doc/tm.texi.in
    branches/pr46489-20101227-branch/gcc/target.def
    branches/pr46489-20101227-branch/gcc/targhooks.c
    branches/pr46489-20101227-branch/gcc/targhooks.h
   
branches/pr46489-20101227-branch/gcc/testsuite/gcc.target/powerpc/ppc-round.c  
(props changed)

Propchange: branches/pr46489-20101227-branch/gcc/
            ('svn:mergeinfo' added)

Propchange:
branches/pr46489-20101227-branch/gcc/testsuite/gcc.target/powerpc/ppc-round.c
            ('svn:mergeinfo' modified)


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

* [Bug ada/46738] microblaze ada --enable-werror-always build fails
  2010-12-01  2:21 [Bug ada/46738] New: microblaze ada --enable-werror-always build fails amylaar at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2010-12-27 11:08 ` amylaar at gcc dot gnu.org
@ 2012-03-05 22:24 ` amylaar at gcc dot gnu.org
  2012-09-21 17:29 ` amylaar at gcc dot gnu.org
  2012-09-21 17:30 ` amylaar at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-03-05 22:24 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.6.0, 4.7.0, 4.8.0

--- Comment #4 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2012-03-05 22:23:52 UTC ---
The problem persists in revision 184927.


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

* [Bug ada/46738] microblaze ada --enable-werror-always build fails
  2010-12-01  2:21 [Bug ada/46738] New: microblaze ada --enable-werror-always build fails amylaar at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-03-05 22:24 ` amylaar at gcc dot gnu.org
@ 2012-09-21 17:29 ` amylaar at gcc dot gnu.org
  2012-09-21 17:30 ` amylaar at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-09-21 17:29 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #5 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2012-09-21 17:28:48 UTC ---
microblaze-elf builds now.  mocroblaze-linux fails to build for a different
reason.


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

* [Bug ada/46738] microblaze ada --enable-werror-always build fails
  2010-12-01  2:21 [Bug ada/46738] New: microblaze ada --enable-werror-always build fails amylaar at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2012-09-21 17:29 ` amylaar at gcc dot gnu.org
@ 2012-09-21 17:30 ` amylaar at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-09-21 17:30 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2012-09-21 17:29:30 UTC ---
See above.


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

end of thread, other threads:[~2012-09-21 17:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-01  2:21 [Bug ada/46738] New: microblaze ada --enable-werror-always build fails amylaar at gcc dot gnu.org
2010-12-01 10:24 ` [Bug ada/46738] " laurent at guerby dot net
2010-12-06 16:46 ` amylaar at gcc dot gnu.org
2010-12-27 11:08 ` amylaar at gcc dot gnu.org
2012-03-05 22:24 ` amylaar at gcc dot gnu.org
2012-09-21 17:29 ` amylaar at gcc dot gnu.org
2012-09-21 17:30 ` amylaar at gcc dot gnu.org

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).