public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/8641] [hp-ux 11.00] va_arg(arglist,type) does not work if sizeof(type) = 6
       [not found] <20021119085616.8641.fl@abas.de>
@ 2003-05-26  4:31 ` pinskia@physics.uc.edu
  2003-06-16 20:36 ` dave@hiauly1.hia.nrc.ca
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-26  4:31 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia@physics.uc.edu  2003-05-26 04:18 -------
Can you retry this on 3.3?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug target/8641] [hp-ux 11.00] va_arg(arglist,type) does not work if sizeof(type) = 6
       [not found] <20021119085616.8641.fl@abas.de>
  2003-05-26  4:31 ` [Bug target/8641] [hp-ux 11.00] va_arg(arglist,type) does not work if sizeof(type) = 6 pinskia@physics.uc.edu
@ 2003-06-16 20:36 ` dave@hiauly1.hia.nrc.ca
  2003-06-17  6:49 ` Frank_Liepold@abas.de
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: dave@hiauly1.hia.nrc.ca @ 2003-06-16 20:36 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dave@hiauly1.hia.nrc.ca  2003-06-16 20:36 -------
Subject: Re:  [hp-ux 11.00] va_arg(arglist,type) does not wor

> does this problem look familiar to you by any chance? Thanks,

Yes, although I haven't looked at this particular PR.  I believe
that this is fixed in 3.3 and later.  All versions of gcc for the
32-bit port prior to 3.3 passed small 5-7 byte structures incorrectly.
They were left justified, rather than right justified as specified in
the ABI.  This is the cause of the reported truncation.  This only
shows up in code that has to inter-operate with code compiled with
the HP compiler and when using va_arg.

Dave


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

* [Bug target/8641] [hp-ux 11.00] va_arg(arglist,type) does not work if sizeof(type) = 6
       [not found] <20021119085616.8641.fl@abas.de>
  2003-05-26  4:31 ` [Bug target/8641] [hp-ux 11.00] va_arg(arglist,type) does not work if sizeof(type) = 6 pinskia@physics.uc.edu
  2003-06-16 20:36 ` dave@hiauly1.hia.nrc.ca
@ 2003-06-17  6:49 ` Frank_Liepold@abas.de
  2003-06-17  7:35 ` dhazeghi@yahoo.com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: Frank_Liepold@abas.de @ 2003-06-17  6:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From Frank_Liepold@abas.de  2003-06-17 06:49 -------
Subject: Re:  [hp-ux 11.00] va_arg(arglist,type) does not work 
 if sizeof(type) = 6

"pinskia@physics.uc.edu" wrote:
> 
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8641
> 
> pinskia@physics.uc.edu changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |WAITING
> 
> ------- Additional Comments From pinskia@physics.uc.edu  2003-05-26 04:18 -------
> Can you retry this on 3.3?

Up to now I didn't manage to get running gcc 3.3 on our hp machine. But
I'm still trying.

Frank

> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.


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

* [Bug target/8641] [hp-ux 11.00] va_arg(arglist,type) does not work if sizeof(type) = 6
       [not found] <20021119085616.8641.fl@abas.de>
                   ` (2 preceding siblings ...)
  2003-06-17  6:49 ` Frank_Liepold@abas.de
@ 2003-06-17  7:35 ` dhazeghi@yahoo.com
  2003-08-05 23:46 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-17  7:35 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi@yahoo.com  2003-06-17 07:25 -------
Well, if you hit bugs building gcc 3.3, by all means report those too... Though we have received 
reports of successful builds on HP-UX, so hopefully it does work...


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

* [Bug target/8641] [hp-ux 11.00] va_arg(arglist,type) does not work if sizeof(type) = 6
       [not found] <20021119085616.8641.fl@abas.de>
                   ` (3 preceding siblings ...)
  2003-06-17  7:35 ` dhazeghi@yahoo.com
@ 2003-08-05 23:46 ` pinskia at physics dot uc dot edu
  2003-08-06  0:52 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-05 23:46 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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

* [Bug target/8641] [hp-ux 11.00] va_arg(arglist,type) does not work if sizeof(type) = 6
       [not found] <20021119085616.8641.fl@abas.de>
                   ` (4 preceding siblings ...)
  2003-08-05 23:46 ` pinskia at physics dot uc dot edu
@ 2003-08-06  0:52 ` dave at hiauly1 dot hia dot nrc dot ca
  2003-08-06  0:54 ` pinskia at physics dot uc dot edu
  2003-12-18  8:05 ` fl at abas dot de
  7 siblings, 0 replies; 8+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2003-08-06  0:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2003-08-06 00:52 -------
Subject: Re:  [hp-ux 11.00] va_arg(arglist,type) does not wor

> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8641
> 
> 
> pinskia at physics dot uc dot edu changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>            Severity|critical                    |normal

I believe this report should be closed as I believe the problem is
fixed in 3.3 and later.  See
http://gcc.gnu.org/ml/gcc-patches/2002-09/msg00975.html

Dave


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

* [Bug target/8641] [hp-ux 11.00] va_arg(arglist,type) does not work if sizeof(type) = 6
       [not found] <20021119085616.8641.fl@abas.de>
                   ` (5 preceding siblings ...)
  2003-08-06  0:52 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2003-08-06  0:54 ` pinskia at physics dot uc dot edu
  2003-12-18  8:05 ` fl at abas dot de
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-06  0:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-06 00:54 -------
Fixed by http://gcc.gnu.org/ml/gcc-patches/2002-09/msg00975.html which Dave pointed to in 
3.3.


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

* [Bug target/8641] [hp-ux 11.00] va_arg(arglist,type) does not work if sizeof(type) = 6
       [not found] <20021119085616.8641.fl@abas.de>
                   ` (6 preceding siblings ...)
  2003-08-06  0:54 ` pinskia at physics dot uc dot edu
@ 2003-12-18  8:05 ` fl at abas dot de
  7 siblings, 0 replies; 8+ messages in thread
From: fl at abas dot de @ 2003-12-18  8:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fl at abas dot de  2003-12-18 07:35 -------
The bug doesn't appear in gcc-3.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED


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


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

end of thread, other threads:[~2003-12-18  7:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021119085616.8641.fl@abas.de>
2003-05-26  4:31 ` [Bug target/8641] [hp-ux 11.00] va_arg(arglist,type) does not work if sizeof(type) = 6 pinskia@physics.uc.edu
2003-06-16 20:36 ` dave@hiauly1.hia.nrc.ca
2003-06-17  6:49 ` Frank_Liepold@abas.de
2003-06-17  7:35 ` dhazeghi@yahoo.com
2003-08-05 23:46 ` pinskia at physics dot uc dot edu
2003-08-06  0:52 ` dave at hiauly1 dot hia dot nrc dot ca
2003-08-06  0:54 ` pinskia at physics dot uc dot edu
2003-12-18  8:05 ` fl at abas dot de

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