public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/25254]  New: ICE with -mcmodel=medium -mlarge-data-threshold=1
@ 2005-12-04 20:03 jakub at gcc dot gnu dot org
  2005-12-04 21:33 ` [Bug target/25254] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-12-04 20:03 UTC (permalink / raw)
  To: gcc-bugs

/* { dg-options "-mcmodel=medium -mlarge-data-threshold=1" { target x86_64-*-*
} } */
typedef int FILE;
extern FILE *stdout;
extern int fprintf (FILE *, const char *, ...);
void bar (void)
{
  fprintf (stdout, "OK");
}

ICEs in named_section.


-- 
           Summary: ICE with -mcmodel=medium -mlarge-data-threshold=1
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: x86_64-linux


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


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

* [Bug target/25254] ICE with -mcmodel=medium -mlarge-data-threshold=1
  2005-12-04 20:03 [Bug target/25254] New: ICE with -mcmodel=medium -mlarge-data-threshold=1 jakub at gcc dot gnu dot org
@ 2005-12-04 21:33 ` pinskia at gcc dot gnu dot org
  2005-12-14 11:01 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-04 21:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-12-04 21:33 -------
Confirmed, this looks related to PR 24188.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |24188
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-04 21:33:39
               date|                            |


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


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

* [Bug target/25254] ICE with -mcmodel=medium -mlarge-data-threshold=1
  2005-12-04 20:03 [Bug target/25254] New: ICE with -mcmodel=medium -mlarge-data-threshold=1 jakub at gcc dot gnu dot org
  2005-12-04 21:33 ` [Bug target/25254] " pinskia at gcc dot gnu dot org
  2005-12-14 11:01 ` jakub at gcc dot gnu dot org
@ 2005-12-14 11:01 ` jakub at gcc dot gnu dot org
  2005-12-14 13:36 ` jakub at gcc dot gnu dot org
  2006-01-01  5:22 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-12-14 11:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2005-12-14 11:00 -------
Subject: Bug 25254

Author: jakub
Date: Wed Dec 14 11:00:50 2005
New Revision: 108506

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108506
Log:
        PR target/25254
        PR target/24188
        * config/i386/i386.c (x86_64_elf_select_section): If DECL is not
        DECL_P, call get_section rather than get_named_section.  Supply
        section flags to it.

        * gcc.target/i386/pr25254.c: New test.
        * gfortran.dg/PR24188.f: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr25254.c
    trunk/gcc/testsuite/gfortran.dg/PR24188.f
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/25254] ICE with -mcmodel=medium -mlarge-data-threshold=1
  2005-12-04 20:03 [Bug target/25254] New: ICE with -mcmodel=medium -mlarge-data-threshold=1 jakub at gcc dot gnu dot org
  2005-12-04 21:33 ` [Bug target/25254] " pinskia at gcc dot gnu dot org
@ 2005-12-14 11:01 ` jakub at gcc dot gnu dot org
  2005-12-14 11:01 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-12-14 11:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2005-12-14 11:01 -------
Subject: Bug 25254

Author: jakub
Date: Wed Dec 14 11:01:15 2005
New Revision: 108507

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108507
Log:
        PR target/25254
        PR target/24188
        * config/i386/i386.c (x86_64_elf_select_section): If DECL is not
        DECL_P, call named_section_flags rather than named_section.  Supply
        section flags to it.

        * gcc.target/i386/pr25254.c: New test.
        * gfortran.dg/PR24188.f: New test.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gcc.target/i386/pr25254.c
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/PR24188.f
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/config/i386/i386.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/25254] ICE with -mcmodel=medium -mlarge-data-threshold=1
  2005-12-04 20:03 [Bug target/25254] New: ICE with -mcmodel=medium -mlarge-data-threshold=1 jakub at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-12-14 11:01 ` jakub at gcc dot gnu dot org
@ 2005-12-14 13:36 ` jakub at gcc dot gnu dot org
  2006-01-01  5:22 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-12-14 13:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2005-12-14 13:36 -------
Fixed in CVS.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

* [Bug target/25254] ICE with -mcmodel=medium -mlarge-data-threshold=1
  2005-12-04 20:03 [Bug target/25254] New: ICE with -mcmodel=medium -mlarge-data-threshold=1 jakub at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-12-14 13:36 ` jakub at gcc dot gnu dot org
@ 2006-01-01  5:22 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-01  5:22 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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



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

end of thread, other threads:[~2006-01-01  5:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-04 20:03 [Bug target/25254] New: ICE with -mcmodel=medium -mlarge-data-threshold=1 jakub at gcc dot gnu dot org
2005-12-04 21:33 ` [Bug target/25254] " pinskia at gcc dot gnu dot org
2005-12-14 11:01 ` jakub at gcc dot gnu dot org
2005-12-14 11:01 ` jakub at gcc dot gnu dot org
2005-12-14 13:36 ` jakub at gcc dot gnu dot org
2006-01-01  5:22 ` pinskia at gcc dot gnu dot 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).