public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/58964] New: [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12
@ 2013-11-01 17:51 d.g.gorbachev at gmail dot com
  2013-11-02  7:16 ` [Bug target/58964] " bernd.edlinger at hotmail dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2013-11-01 17:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58964
           Summary: [4.9 Regression] Bogus message: error:
                    -mpreferred-stack-boundary=0 is not between 2 and 12
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: d.g.gorbachev at gmail dot com
              Host: i686-pc-linux-gnu
            Target: i686-pc-linux-gnu
             Build: i686-pc-linux-gnu

GCC 4.9.0 20131027 (experimental) /rev. 204109/

$ cat > 1.c
__attribute__((target("cld")))
void
foo(void)
{
}
^D
$ gcc -mpreferred-stack-boundary=3 1.c
1.c:4:1: error: -mpreferred-stack-boundary=0 is not between 2 and 12

GCC 20130929 /rev. 203020/ - works.


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

* [Bug target/58964] [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12
  2013-11-01 17:51 [Bug target/58964] New: [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12 d.g.gorbachev at gmail dot com
@ 2013-11-02  7:16 ` bernd.edlinger at hotmail dot de
  2013-11-02  7:30 ` bernd.edlinger at hotmail dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bernd.edlinger at hotmail dot de @ 2013-11-02  7:16 UTC (permalink / raw)
  To: gcc-bugs

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

Bernd Edlinger <bernd.edlinger at hotmail dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernd.edlinger at hotmail dot de

--- Comment #1 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
The same error can be seen as excess error(s) from:
gcc.target/i386/fastcall-sseregparm.c


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

* [Bug target/58964] [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12
  2013-11-01 17:51 [Bug target/58964] New: [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12 d.g.gorbachev at gmail dot com
  2013-11-02  7:16 ` [Bug target/58964] " bernd.edlinger at hotmail dot de
@ 2013-11-02  7:30 ` bernd.edlinger at hotmail dot de
  2013-11-04 14:29 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bernd.edlinger at hotmail dot de @ 2013-11-02  7:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
Created attachment 31140
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31140&action=edit
For a possible fix.


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

* [Bug target/58964] [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12
  2013-11-01 17:51 [Bug target/58964] New: [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12 d.g.gorbachev at gmail dot com
  2013-11-02  7:16 ` [Bug target/58964] " bernd.edlinger at hotmail dot de
  2013-11-02  7:30 ` bernd.edlinger at hotmail dot de
@ 2013-11-04 14:29 ` rguenth at gcc dot gnu.org
  2013-11-19 13:31 ` rguenth at gcc dot gnu.org
  2013-12-04 14:40 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-11-04 14:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


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

* [Bug target/58964] [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12
  2013-11-01 17:51 [Bug target/58964] New: [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12 d.g.gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2013-11-04 14:29 ` rguenth at gcc dot gnu.org
@ 2013-11-19 13:31 ` rguenth at gcc dot gnu.org
  2013-12-04 14:40 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-11-19 13:31 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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

* [Bug target/58964] [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12
  2013-11-01 17:51 [Bug target/58964] New: [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12 d.g.gorbachev at gmail dot com
                   ` (3 preceding siblings ...)
  2013-11-19 13:31 ` rguenth at gcc dot gnu.org
@ 2013-12-04 14:40 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-12-04 14:40 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed by r205616.


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

end of thread, other threads:[~2013-12-04 14:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-01 17:51 [Bug target/58964] New: [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12 d.g.gorbachev at gmail dot com
2013-11-02  7:16 ` [Bug target/58964] " bernd.edlinger at hotmail dot de
2013-11-02  7:30 ` bernd.edlinger at hotmail dot de
2013-11-04 14:29 ` rguenth at gcc dot gnu.org
2013-11-19 13:31 ` rguenth at gcc dot gnu.org
2013-12-04 14:40 ` jakub 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).