public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/50739] New: [avr] nameless error with -fmerge-all-constants
@ 2011-10-15 20:47 gjl at gcc dot gnu.org
  2011-10-15 20:51 ` [Bug target/50739] " gjl at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-10-15 20:47 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50739
           Summary: [avr] nameless error with -fmerge-all-constants
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gjl@gcc.gnu.org
                CC: eric.weddington@atmel.com
              Host: i386-mingw32
            Target: avr
             Build: i686-linux-gnu


With the source that will follow, I get the following error message (same
without -da):

$ avr-gcc -fmerge-all-constants -mmcu=atmega88 -S foo.c -da

foo.c:18: confused by earlier errors, bailing out

foo.s is printed but the output stops after printing 
__c.1229:
    .string    "a"

see following attachment.

Trunk versions that show the problem: r179594, r179997.

Configured with: ../../gcc.gnu.org/trunk/configure --target=avr
--prefix=/local/gnu/install/gcc-4.7-pgm-mingw32 --host=i386-mingw32
--build=i686-linux-gnu --enable-languages=c,c++ --disable-nls --disable-shared
--disable-lto --disable-checking --with-dwarf2

Thread model: single
gcc version 4.7.0 20111014 (experimental) (GCC) 

GNU C (GCC) version 4.7.0 20111014 (experimental) (avr)
    compiled by GNU C version 3.4.5 (mingw-vista special r2), GMP version
5.0.1, MPFR version 3.0.0-p8, MPC version 0.8.2


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

* [Bug target/50739] [avr] nameless error with -fmerge-all-constants
  2011-10-15 20:47 [Bug target/50739] New: [avr] nameless error with -fmerge-all-constants gjl at gcc dot gnu.org
@ 2011-10-15 20:51 ` gjl at gcc dot gnu.org
  2011-10-15 20:53 ` gjl at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-10-15 20:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-10-15 20:50:21 UTC ---
Created attachment 25510
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25510
foo.c


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

* [Bug target/50739] [avr] nameless error with -fmerge-all-constants
  2011-10-15 20:47 [Bug target/50739] New: [avr] nameless error with -fmerge-all-constants gjl at gcc dot gnu.org
  2011-10-15 20:51 ` [Bug target/50739] " gjl at gcc dot gnu.org
  2011-10-15 20:53 ` gjl at gcc dot gnu.org
@ 2011-10-15 20:53 ` gjl at gcc dot gnu.org
  2011-10-15 20:54 ` gjl at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-10-15 20:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-10-15 20:51:50 UTC ---
Created attachment 25511
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25511
foo.s


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

* [Bug target/50739] [avr] nameless error with -fmerge-all-constants
  2011-10-15 20:47 [Bug target/50739] New: [avr] nameless error with -fmerge-all-constants gjl at gcc dot gnu.org
  2011-10-15 20:51 ` [Bug target/50739] " gjl at gcc dot gnu.org
@ 2011-10-15 20:53 ` gjl at gcc dot gnu.org
  2011-10-15 20:53 ` gjl at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-10-15 20:53 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.6.2
   Target Milestone|---                         |4.7.0


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

* [Bug target/50739] [avr] nameless error with -fmerge-all-constants
  2011-10-15 20:47 [Bug target/50739] New: [avr] nameless error with -fmerge-all-constants gjl at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-10-15 20:53 ` gjl at gcc dot gnu.org
@ 2011-10-15 20:54 ` gjl at gcc dot gnu.org
  2012-03-22  8:52 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-10-15 20:54 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-10-15
     Ever Confirmed|0                           |1


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

* [Bug target/50739] [avr] nameless error with -fmerge-all-constants
  2011-10-15 20:47 [Bug target/50739] New: [avr] nameless error with -fmerge-all-constants gjl at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-10-15 20:54 ` gjl at gcc dot gnu.org
@ 2012-03-22  8:52 ` rguenth at gcc dot gnu.org
  2012-07-02 13:11 ` rguenth at gcc dot gnu.org
  2024-03-15 22:16 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-22  8:52 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.0                       |4.7.1

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-22 08:26:46 UTC ---
GCC 4.7.0 is being released, adjusting target milestone.


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

* [Bug target/50739] [avr] nameless error with -fmerge-all-constants
  2011-10-15 20:47 [Bug target/50739] New: [avr] nameless error with -fmerge-all-constants gjl at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2012-03-22  8:52 ` rguenth at gcc dot gnu.org
@ 2012-07-02 13:11 ` rguenth at gcc dot gnu.org
  2024-03-15 22:16 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 13:11 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.1                       |---


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

* [Bug target/50739] [avr] nameless error with -fmerge-all-constants
  2011-10-15 20:47 [Bug target/50739] New: [avr] nameless error with -fmerge-all-constants gjl at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2012-07-02 13:11 ` rguenth at gcc dot gnu.org
@ 2024-03-15 22:16 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-03-15 22:16 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.2

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

end of thread, other threads:[~2024-03-15 22:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-15 20:47 [Bug target/50739] New: [avr] nameless error with -fmerge-all-constants gjl at gcc dot gnu.org
2011-10-15 20:51 ` [Bug target/50739] " gjl at gcc dot gnu.org
2011-10-15 20:53 ` gjl at gcc dot gnu.org
2011-10-15 20:53 ` gjl at gcc dot gnu.org
2011-10-15 20:54 ` gjl at gcc dot gnu.org
2012-03-22  8:52 ` rguenth at gcc dot gnu.org
2012-07-02 13:11 ` rguenth at gcc dot gnu.org
2024-03-15 22:16 ` pinskia 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).