Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10982 - '/' without '*' to start comment in gcc/combine.c breaks compilation
Summary: '/' without '*' to start comment in gcc/combine.c breaks compilation
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-19 21:24 UTC by Matt Oquist
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
nevermind - sorry to bother (ou,11 bytes, text/plain)
2002-11-19 23:42 UTC, Matt Oquist
Details
nevermind: take 2 (ou,134 bytes, text/plain)
2002-11-19 23:46 UTC, Matt Oquist
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Oquist 2002-11-19 21:24:54 UTC
file: /var/tmp/portage/gcc-3.2-r1/work/gcc-3.2/gcc/combine.c
line: 12307

12306         case REG_LIBCALL:
12307           /j This is handled similarly to REG_RETVAL.  */
12308           if (GET_CODE (from_insn) != NOTE)
12309             place = from_insn;
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-11-19 22:45:57 UTC
are you sure about this? I just looked in gcc-3.2-r4 and this is not the case.

gentoo gcc # pwd
/var/tmp/portage/gcc-3.2-r4/work/gcc-3.2/gcc
gentoo gcc # grep -n -A 4 'case REG_LIBCALL' combine.c
12311:	case REG_LIBCALL:
12312-	  /* This is handled similarly to REG_RETVAL.  */
12313-	  if (GET_CODE (from_insn) != NOTE)
12314-	    place = from_insn;
12315-	  else
gentoo gcc # 

Marking as invalid for now.
Comment 2 Matt Oquist 2002-11-19 23:42:38 UTC
Created attachment 5807 [details]
nevermind - sorry to bother

Sorry; submitted too quickly...
I have not been able to reproduce the problem, though I am having others. ;-)
Feel free to disregard this bug report.  :-p
Comment 3 Matt Oquist 2002-11-19 23:46:04 UTC
Created attachment 5808 [details]
nevermind: take 2

last time the comment didn't work, so this time I put my comment in the
attachment file...
Comment 4 Matthew Kennedy (RETIRED) gentoo-dev 2002-11-20 02:01:47 UTC
no problem :) i hope it doesn't discourage your bugzilla experience! bugs are
always appreciated