public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/54661] New: mcore_output_movedouble: operation on ‘memexp’ may be undefined
@ 2012-09-21 18:01 amylaar at gcc dot gnu.org
  2012-10-09  8:37 ` [Bug target/54661] " nickc at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-09-21 18:01 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 54661
           Summary: mcore_output_movedouble: operation on ‘memexp’ may be
                    undefined
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: amylaar@gcc.gnu.org
                CC: nickc@redhat.com
            Blocks: 44756
            Target: mcore-elf


g++ -c   -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti 
-W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror
-fno-common  -DHAVE_CONFIG_H -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/.
-I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include 
-I../../../gcc/gcc/../libdecnumber -I../../../gcc/gcc/../libdecnumber/dpd
-I../libdecnumber    \
        ../../../gcc/gcc/config/mcore/mcore.c -o mcore.o
In file included from ../../../gcc/gcc/config/mcore/mcore.c:25:0:
../../../gcc/gcc/config/mcore/mcore.c: In function ‘const char*
mcore_output_movedouble(rtx_def**, machine_mode)’:
../../../gcc/gcc/rtl.h:767:59: error: operation on ‘memexp’ may be undefined
[-Werror=sequence-point]
 #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx)
                                                           ^
../../../gcc/gcc/config/mcore/mcore.c:1345:26: note: in expansion of macro
'XEXP'
    rtx memexp = memexp = XEXP (src, 0);
                          ^
cc1plus: all warnings being treated as errors
make[2]: *** [mcore.o] Error 1
rm gcov.pod gcc.pod cpp.pod fsf-funding.pod gccgo.pod gfortran.pod gfdl.pod
make[2]: Leaving directory `/home/amylaar/fsf/multi/mcore-elf/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/home/amylaar/fsf/multi/mcore-elf'


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

* [Bug target/54661] mcore_output_movedouble: operation on ‘memexp’ may be undefined
  2012-09-21 18:01 [Bug target/54661] New: mcore_output_movedouble: operation on ‘memexp’ may be undefined amylaar at gcc dot gnu.org
@ 2012-10-09  8:37 ` nickc at gcc dot gnu.org
  2012-10-09  8:39 ` nickc at redhat dot com
  2013-02-26 12:17 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: nickc at gcc dot gnu.org @ 2012-10-09  8:37 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Nick Clifton <nickc at gcc dot gnu.org> 2012-10-09 08:37:10 UTC ---
Author: nickc
Date: Tue Oct  9 08:37:00 2012
New Revision: 192241

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192241
Log:
    PR target/54661
    * config/mcore/mcore.c (mcore_output_movedouble): Fix typo.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mcore/mcore.c


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

* [Bug target/54661] mcore_output_movedouble: operation on ‘memexp’ may be undefined
  2012-09-21 18:01 [Bug target/54661] New: mcore_output_movedouble: operation on ‘memexp’ may be undefined amylaar at gcc dot gnu.org
  2012-10-09  8:37 ` [Bug target/54661] " nickc at gcc dot gnu.org
@ 2012-10-09  8:39 ` nickc at redhat dot com
  2013-02-26 12:17 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: nickc at redhat dot com @ 2012-10-09  8:39 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Nick Clifton <nickc at redhat dot com> 2012-10-09 08:39:03 UTC ---
This was due to a silly typo, now fixed.


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

* [Bug target/54661] mcore_output_movedouble: operation on ‘memexp’ may be undefined
  2012-09-21 18:01 [Bug target/54661] New: mcore_output_movedouble: operation on ‘memexp’ may be undefined amylaar at gcc dot gnu.org
  2012-10-09  8:37 ` [Bug target/54661] " nickc at gcc dot gnu.org
  2012-10-09  8:39 ` nickc at redhat dot com
@ 2013-02-26 12:17 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2013-02-26 12:17 UTC (permalink / raw)
  To: gcc-bugs


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

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

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

--- Comment #3 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2013-02-26 12:17:18 UTC ---
Target builds now.


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

end of thread, other threads:[~2013-02-26 12:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-21 18:01 [Bug target/54661] New: mcore_output_movedouble: operation on ‘memexp’ may be undefined amylaar at gcc dot gnu.org
2012-10-09  8:37 ` [Bug target/54661] " nickc at gcc dot gnu.org
2012-10-09  8:39 ` nickc at redhat dot com
2013-02-26 12:17 ` 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).